Tagged Questions

389
votes
79answers
42k views

List of freely available programming books

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. …
124
votes
96answers
8k views

What are some good free programming books?

I know of a couple, but I would like to build a list up for some nice holiday reading. (If there is a book on here you read for free, and really liked, make sure to support the author and buy a hard …
4
votes
4answers
325 views

Managing your ebooks collection

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 ;-( …
3
votes
12answers
317 views

Getting hard-copy of programming books?

Hi all, 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 …
1
vote
11answers
215 views

Java/JVM for C++ programmer?

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?
1
vote
12answers
147 views

How can I learn ASP.NET?

I am an absolute beginner at ASP.NET. How can I learn it better? Currently I am reading ebooks. Can you suggest better ways, or other ways, I can learn ASP.NET?
0
votes
0answers
4 views

is there any other open apis like open library api?

is there any other open apis like open library api? i want to get information about books/ebooks, like author, publisher, coverimage, etc. open library is fine. any other suggestions?
0
votes
0answers
19 views

What is good book to understand different components in SAN (Storage Area Network)? [closed]

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 …
0
votes
3answers
127 views

Books for C# with problem - solution approach [closed]

Possible Duplicates: Best C# Book For An Experienced Programmer What are the best C# .NET books? I've been reading the ASP.NET 2.0 Website programming: Problem - Design - Solution from Wrox …
0
votes
1answer
53 views

Check if a .Lit ebook file has been DRMed

Do we have any documentation that describes how to read the header information in Microsoft ebook format - ebook(dot)LIT . We're trying to check if a bunch of ebooks have been protected by DRM. I'm …