Note that there are some explanatory texts on larger screens.

plurals
  1. POOffline documentation for various programming languages?
    primarykey
    data
    text
    <p>I recently found this: <a href="http://php.net/get/php_manual_en.chm/from/a/mirror" rel="noreferrer">http://php.net/get/php_manual_en.chm/from/a/mirror</a>. It's a .chm file that contains all the documentation for PHP which you can normally find on their site. Handy for offline use.</p> <p>I'm wondering, does anybody know of similar things for other languages. Complete offline documentation that you can use if you don't have wireless for a while.</p> <p>For C#, Visual Studio gives you the option to download and install the entire online documentation as a part of the VS2008 install, so if you have Visual Studio 2008, then you have the C# offline documentation.</p> <p>EDIT: if you're gonna say this and that is possible, please post hyperlinks.</p> <p>This is what we have now:<br/></p> <ul> <li>PHP: <a href="http://php.net/get/php_manual_en.chm/from/a/mirror" rel="noreferrer">http://be.php.net/get/php_manual_en.chm/from/a/mirror</a></li> <li>Java: <a href="http://java.sun.com/javase/downloads/index.jsp#docs" rel="noreferrer">http://java.sun.com/javase/downloads/index.jsp#docs</a></li> <li>C: <a href="http://www.gnu.org/software/libc/manual/" rel="noreferrer">http://www.gnu.org/software/libc/manual/</a></li> <li>MS SQL server: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=765433F7-0983-4D7A-B628-0A98145BCB97" rel="noreferrer">http://www.microsoft.com/downloads/details.aspx?FamilyId=765433F7-0983-4D7A-B628-0A98145BCB97</a></li> <li>Python 2.x: <a href="http://docs.python.org/download.html" rel="noreferrer">http://docs.python.org/download.html</a></li> <li>Python 3.x: <a href="http://docs.python.org/py3k/download.html" rel="noreferrer">http://docs.python.org/py3k/download.html</a></li> <li>Ruby: <a href="http://railsapi.com/" rel="noreferrer">http://railsapi.com/</a></li> <li>The Common Lisp HyperSpec: <a href="ftp://ftp.lispworks.com/pub/software_tools/reference/" rel="noreferrer">ftp://ftp.lispworks.com/pub/software_tools/reference/</a></li> <li>The complete MSDN library: no longer available, sadly</li> <li>The Visual Studio 2008 SP1 offline library: <a href="https://www.microsoft.com/downloads/en/details.aspx?FamilyID=7BBE5EDA-5062-4EBB-83C7-D3C5FF92A373&amp;displaylang=en" rel="noreferrer">https://www.microsoft.com/downloads/en/details.aspx?FamilyID=7BBE5EDA-5062-4EBB-83C7-D3C5FF92A373&amp;displaylang=en</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload