active questions tagged ebooks - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T18:09:59Z http://stackoverflow.com/feeds/tag/ebooks http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books 399 List of freely available programming books Karan Bhangui 2008-10-11T23:17:53Z 2009-12-15T16:53:04Z <p>I'm trying to amass a list of programming books with opensource licenses, like Creative Commons, GPL, etc. The books can be about a particular programming language or about computers in general. Hoping you guys could help:</p> <p><hr /></p> <h1>Languages</h1> <h2>BASH</h2> <ul> <li><a href="http://tldp.org/LDP/abs/html/" rel="nofollow">Advanced Bash-Scripting Guide</a> (An in-depth exploration of the art of shell scripting)</li> </ul> <h2>C</h2> <ul> <li><a href="http://publications.gbdirect.co.uk/c%5Fbook/" rel="nofollow">The C book</a></li> </ul> <h2>C++</h2> <ul> <li><a href="http://mindview.net/Books/TICPP/ThinkingInCPP2e.html" rel="nofollow">Thinking in C++</a></li> <li><a href="http://cppannotations.sourceforge.net/" rel="nofollow">C++ Annotations</a></li> <li><a href="http://openbookproject.net/thinkcs/cpp.php" rel="nofollow">How to Think Like a Computer Scientist</a></li> </ul> <h2>C#</h2> <ul> <li><a href="http://www.charlespetzold.com/dotnet/index.html" rel="nofollow">.NET Book Zero: What the C or C++ Programmer Needs to Know About C# and the .NET Framework</a></li> <li><a href="http://downloads.red-gate.com/ebooks/DotNet/illustratedcsharp2008.zip" rel="nofollow">Illustrated C# 2008</a></li> <li><a href="http://www.brpreiss.com/books/opus6/" rel="nofollow">Data Structures and Algorithms with Object-Oriented Design Patterns in C#</a></li> <li><a href="http://www.albahari.com/threading/" rel="nofollow">Threading in C#</a></li> </ul> <h2>Common Lisp</h2> <ul> <li><a href="http://gigamonkeys.com/book/" rel="nofollow">Practical Common Lisp</a></li> <li><a href="http://www.paulgraham.com/onlisptext.html" rel="nofollow">On Lisp</a></li> </ul> <h2>Java</h2> <ul> <li><a href="http://www.mindview.net/Books/TIJ/" rel="nofollow">Thinking in Java</a></li> <li><a href="http://openbookproject.net/thinkcs/java.php" rel="nofollow">How to Think Like a Computer Scientist</a></li> <li><a href="http://www.redbooks.ibm.com/redbooks/SG245118.html" rel="nofollow">Java Thin-Client Programming</a></li> </ul> <h2>JavaScript</h2> <ul> <li><a href="http://eloquentjavascript.net" rel="nofollow">Eloquent JavaScript</a></li> </ul> <h2>Haskell</h2> <ul> <li><a href="http://book.realworldhaskell.org/" rel="nofollow">Real world Haskell</a></li> <li><a href="http://learnyouahaskell.com/" rel="nofollow">Learn You a Haskell for Great Good!</a></li> </ul> <h2>Objective-C</h2> <ul> <li><a href="http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/ObjectiveC/" rel="nofollow">The Objective-C Programming Language</a></li> </ul> <h2>Perl</h2> <ul> <li><a href="http://www.extremeperl.org/" rel="nofollow">Extreme Perl</a> (license not specified - home page is saying "freely available")</li> <li><a href="http://www.masonbook.com/book/" rel="nofollow">The Mason Book</a> (Open Publication License)</li> <li><a href="http://modperlbook.org/" rel="nofollow">Practical mod_perl</a> (CreativeCommons Attribution Share-Alike License)</li> <li><a href="http://hop.perl.plover.com/book/" rel="nofollow">Higher-Order Perl</a></li> <li><a href="http://greenteapress.com/perl/" rel="nofollow">Learning Perl the Hard Way</a></li> </ul> <h2>PHP</h2> <ul> <li><a href="http://hudzilla.org/phpwiki/index.php?title=Main%5FPage" rel="nofollow">Practical PHP Programming</a></li> <li><a href="http://www.survivethedeepend.com/" rel="nofollow">Zend Framework: Survive the Deep End</a></li> </ul> <h2>PowerShell</h2> <ul> <li><a href="http://powershell.com/cs/blogs/ebook/" rel="nofollow">Mastering PowerShell</a></li> </ul> <h2>Prolog</h2> <ul> <li><a href="http://www.amzi.com/ExpertSystemsInProlog/" rel="nofollow">Building Expert Systems in Prolog</a></li> <li><a href="http://www.amzi.com/AdventureInProlog/advfrtop.htm" rel="nofollow">Adventure in Prolog</a></li> <li><a href="http://computing.unn.ac.uk/staff/cgpb4/prologbook/" rel="nofollow">Prolog Programming A First Course</a></li> <li><a href="http://www.ida.liu.se/~ulfni/lpp/" rel="nofollow">Logic, Programming and Prolog (2ed)</a></li> <li><a href="http://www.j-paine.org/prolog/mathnotes/files/pms/pms.html" rel="nofollow">Introduction to Prolog for Mathematicians</a></li> <li><a href="http://www.learnprolognow.org/" rel="nofollow">Learn Prolog Now!</a></li> <li><a href="http://cs.union.edu/~striegnk/courses/nlp-with-prolog/html/" rel="nofollow">Natural Language Processing Techniques in Prolog</a></li> </ul> <h2>Python</h2> <ul> <li><a href="http://diveintopython.org/" rel="nofollow">Dive Into Python</a></li> <li><a href="http://diveintopython3.org/" rel="nofollow">Dive Into Python 3</a></li> <li><a href="http://openbookproject.net/thinkcs/python/english2e/" rel="nofollow">How to Think Like a Computer Scientist</a></li> <li><a href="http://www.ibiblio.org/g2swap/byteofpython/read/" rel="nofollow">A Byte of Python</a></li> <li><a href="http://www.openbookproject.net/py4fun/" rel="nofollow">Python for Fun</a></li> </ul> <h2>Ruby</h2> <ul> <li><a href="http://www.ember.co.nz/resources/whys-poignant-guide-to-ruby/" rel="nofollow">Why's (Poignant) Guide to Ruby</a></li> <li><a href="http://www.ruby-doc.org/docs/ProgrammingRuby/" rel="nofollow">Programming Ruby - The Pragmatic Programmer's Guide</a></li> <li><a href="http://www.humblelittlerubybook.com/" rel="nofollow">Mr. Neighborly's Humble Little Ruby Book</a></li> </ul> <h2>SQL</h2> <ul> <li><a href="http://www.commandprompt.com/ppbook/" rel="nofollow">Practical PostgreSQL</a></li> </ul> <h2>x86 assembly</h2> <ul> <li><a href="http://drpaulcarter.com/pcasm/" rel="nofollow">Paul Carter's tutorial</a></li> </ul> <h2>Lua</h2> <ul> <li><a href="http://www.lua.org/pil/" rel="nofollow">Programming In Lua</a> (for v5 but still largely relevant)</li> </ul> <h1>Algorithms and Data Structures</h1> <ul> <li><a href="http://www.cs.berkeley.edu/~vazirani/algorithms.html" rel="nofollow">Algorithms</a></li> <li><a href="http://www.brpreiss.com/books/opus5/html/book.html" rel="nofollow">Data Structures and Algorithms with Object-Oriented Design Patterns in Java</a></li> </ul> <h1>Frameworks/Projects</h1> <ul> <li><a href="http://djangobook.com/" rel="nofollow">The Django Book</a></li> <li><a href="http://pylonsbook.com/" rel="nofollow">The Pylons Book</a></li> <li><a href="http://cartan.cas.suffolk.edu/oopdocbook/opensource/index.html" rel="nofollow">Introduction to Design Patterns in C++ with Qt 4</a> (Open Publication License)</li> </ul> <h1>Version control</h1> <ul> <li><a href="http://svnbook.red-bean.com/" rel="nofollow">The SVN Book</a></li> <li><a href="http://hgbook.red-bean.com/" rel="nofollow">Mercurial: The Definitive Guide</a></li> <li><a href="http://progit.org/book/" rel="nofollow">Pro Git</a></li> </ul> <h1>UNIX / Linux</h1> <ul> <li><a href="http://www.faqs.org/docs/artu/" rel="nofollow">The Art of Unix Programming</a></li> <li><a href="http://lwn.net/Kernel/LDD3/" rel="nofollow">Linux Device Drivers, Third Edition</a></li> </ul> <h1>Others</h1> <ul> <li><a href="http://mitpress.mit.edu/sicp/full-text/book/book.html" rel="nofollow">Structure and Interpretation of Computer Programs</a></li> <li><a href="http://greenteapress.com/semaphores/" rel="nofollow">The Little Book of Semaphores</a></li> <li><a href="http://www.ii.uib.no/~michal/und/i227/book/book.pdf" rel="nofollow">Mathematical Logic - an Introduction</a></li> <li><a href="http://www.cse.ohio-state.edu/~gurari/theory-bk/theory-bk.html" rel="nofollow">An Introduction to the Theory of Computation</a></li> <li><a href="http://devshaped.com/book" rel="nofollow">Developers Developers Developers Developers</a></li> <li><a href="http://www.iecc.com/linker/" rel="nofollow">Linkers and loaders</a></li> <li><a href="http://beej.us/guide/bgnet/" rel="nofollow">Beej's Guide to Network Programming</a></li> </ul> <p>I will expand on this list as I get comments or when I think of more :D</p> <p><strong>Related</strong>:</p> <ul> <li><a href="http://stackoverflow.com/questions/172380/">Programming texts and reference material for my Kindle</a></li> <li><a href="http://stackoverflow.com/questions/391523/">What are some good free programming books?</a></li> <li><a href="http://stackoverflow.com/questions/583741/">Can anyone recommend a free software engineering book?</a></li> </ul> <p><strong>Edit</strong>: Oh I didn't notice the community wiki feature. Feel free to edit your suggestions right in!</p> http://stackoverflow.com/questions/514208/getting-hard-copy-of-programming-books 3 Getting hard-copy of programming books? samoz 2009-02-05T01:48:58Z 2009-12-07T01:33:42Z <p>Hi all,</p> <p>I have quite a few programming e-books, and while they're useful, I don't find myself using them very much. I think this is because they are in digital format and take up my screen, and overall I would prefer a physical book.</p> <p>Are there any services out there that will print a pdf file for me in a nice book-ish fashion? I suppose I could print out 400+ sheets of paper per book myself, but I'd rather have it done professionally so it turns out a little bit better (namely I'd like bindings on the books).</p> <p>Thanks!</p> http://stackoverflow.com/questions/1852003/java-jvm-for-c-programmer 1 Java/JVM for C++ programmer? Anton Kazennikov 2009-12-05T11:48:10Z 2009-12-06T04:53:36Z <p>What books can you recommend for learning Java for a C++ programmer? Also what do you recommend to read for learning JVM features for using JVM-based languages effectively?</p> http://stackoverflow.com/questions/1790257/how-can-i-learn-asp-net 1 How can I learn ASP.NET? clouserw 2009-11-24T14:01:49Z 2009-11-24T15:17:33Z <p>I am an absolute beginner at ASP.NET. How can I learn it better? </p> <p>Currently I am reading ebooks. Can you suggest better ways, or other ways, I can learn ASP.NET?</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books 125 What are some good free programming books? theman_on_vista 2008-12-24T14:24:53Z 2009-11-22T14:30:15Z <p>I know of a couple, but I would like to build a list up for some nice holiday reading.</p> <p>(If there is a book on here you read for free, and really liked, make sure to support the author and buy a hard copy!)</p> http://stackoverflow.com/questions/1778067/is-there-any-other-open-apis-like-open-library-api 0 is there any other open apis like open library api? fallhunter 2009-11-22T07:10:28Z 2009-11-22T07:10:28Z <p>is there any other open apis like open library api?</p> <p>i want to get information about books/ebooks, like author, publisher, coverimage, etc. open library is fine. </p> <p>any other suggestions?</p> http://stackoverflow.com/questions/724176/managing-your-ebooks-collection 4 Managing your ebooks collection ldigas 2009-04-07T04:54:08Z 2009-11-05T15:17:59Z <p>I've just spend 2 hours looking for a plot that's in a book I knew I had somewhere. I went through 4 cds of ebooks, some on hdd, and finally found it in a book sitting on a shelf above the table ;-( And now I'm annoyed, to say the least.</p> <p>So I was wondering - how do you manage your ebook(*) collection? I have a stackpile of technical (related to my work) books, articles, papers and whatnot. Some of them are "real" books, (OCRed, you can search through them with pdf viewers search), some of them are just scanned images in a pdf form. Some of them are my old project notes scanned from notebooks (definitely not searchable, barely readable even).</p> <p>I'm looking for some way to index them in a database, so I can have an overview of what's all in there. Options which could prove to be useful would be: - get book data from the net based on ISBN - autoscanning of files for ISBN number, or some sort of "auto getting data" - clean interface - maybe an option to leave a note in the database relating to some boo. Something akin "this is useful" next to "<em>World Domination for Dummies, 3rd edition</em>"</p> <p>So I was wondering, would you be so kind to share your ideas, maybe offer a suggestion or two, if any come to mind.</p> <p>(*) No problem with regular ones - one under the piano, two under the table to keep it straight, and one to keep the lid on instant noodles</p> <p><img src="http://www.userfriendly.org/cartoons/archives/98jul/uf980716.gif" alt="alt text" /></p> <p>Edit by me: I should've mentioned. I'm looking for something on windows platform.</p> http://stackoverflow.com/questions/1653305/what-is-good-book-to-understand-different-components-in-san-storage-area-network 0 What is good book to understand different components in SAN (Storage Area Network)? [closed] unknown (yahoo) 2009-10-31T03:26:42Z 2009-10-31T03:48:19Z <p>I am looking for a storage book which makes storage concepts clear as well as give insight into market, gives ideas of which storage vendors have good products, which device is best, which logical array works with which storage interfaces [iSCSI,Fiber channel, etc] and gives guidelines to use &amp; configure them efficiently. Give their pros and cons and explain why.</p> http://stackoverflow.com/questions/938189/check-if-a-lit-ebook-file-has-been-drmed 0 Check if a .Lit ebook file has been DRMed Anthony 2009-06-02T06:37:17Z 2009-10-13T13:00:01Z <p>Do we have any documentation that describes how to read the header information in Microsoft ebook format - ebook(dot)LIT .</p> <p>We're trying to check if a bunch of ebooks have been protected by DRM. I'm assuming that there is a way to check a few attributes to ascertain that the file has been created with DRM levels 1-5.</p> <p>Plan to discard the ebooks that have such DRM encodings.</p> http://stackoverflow.com/questions/1483842/books-for-c-with-problem-solution-approach 0 Books for C# with problem - solution approach [closed] vijaysylvester 2009-09-27T16:09:24Z 2009-09-27T16:46:41Z <blockquote> <p><strong>Possible Duplicates:</strong><br /> <a href="http://stackoverflow.com/questions/531329/best-c-book-for-an-experienced-programmer">Best C# Book For An Experienced Programmer</a><br /> <a href="http://stackoverflow.com/questions/477748/what-are-the-best-c-net-books">What are the best C# .NET books?</a> </p> </blockquote> <p>I've been reading the <a href="http://rads.stackoverflow.com/amzn/click/0764584642" rel="nofollow">ASP.NET 2.0 Website programming: Problem - Design - Solution</a> from Wrox publications. It was quite interesting. Can anyone suggest a similar veined book for C# that may cover Linq-To-SQL?</p>