6 ms·
I didn't check them all, but I got 403 and blank pages when trying to access the python and C++ files respectively.
by Deutscher 15y ago
I didn't check them all, but I got 403 and blank pages when trying to access the python and C++ files respectively.
- zwieback 15y agome too, IE and Chrome
- p4bl0 15y agoAlso 403 for Python. The other page are blank because they use <script ... /> which is not correct and should be <script ...></script> but the code is here if you look at the source.
- wccrawford 15y agoEven odder, the text is actually there, if you view the source. I think maybe his pretty print javascript is going haywire.
- deleted 15y ago[deleted]
- pygy_ 15y agoYou can find the code on the GitHub page: https://github.com/ghewgill/picomath https://github.com/ghewgill/picomath
- GrangalanJr 15y agoI noticed that the Ruby pages link to files that end in ".rb.html", but if you remove the ".html" from the end, it leads you right to the Ruby files.