books

Create book shelf in AppStore

Please tell me about how to create BOOK SHELF in AppStore for iPad. Thanks ...

What is the best book about osdev?

What is the best book about operating systems development and programming? What books can be more helpful for those looking to program operating systems? ...

Book for pointers in C

Possible Duplicates: Where can I learn more about pointers? The Definitive C Book Guide and List Can anyone suggest me a book for pointers in C?I have many of the books but pointers is something which I still think I lack. ...

Reading a difficult book

I am currently reading the by far most difficult book I've ever tried to read. (Windows Internals) Usually I would just read a book without any problems and pretty quickly, but now I feel a bit overwhelmed, so I thought it would be helpful to gain advices from people who probably went through the same thing. So... I'd like to have your o...

Effiiciency of eBook Vs. Printed Book

In your opinion, is programming eBook efficient or printed book? ...

C++ Book to follow K&R

Possible Duplicate: The Definitive C++ Book Guide and List I have finally got round to reading K&R, and it is by far the best (programming) book I ever expect to read. It is compact and lucid. It is nectar for my logic centre. The examples are concise, and useful. Moreover they do not contain the words 'boss' and 'employ...

Book Suggestion About JSF 2.0 Security Implementations

i am looking for a book which has JSF 2.0 security topics and decent amount of tutorial/examples how to implement those security features (e.g session management, roles, limited number of login tries, input validation etc.). ...

Which Perl book would be the best for me?

I started learning Perl a couple of months back. The first stage was learning how to do things differently in Perl. Initially I always had the C mindset of doing things and would translate them to Perl code. Then, mainly through some questions here on SO, I learned about a variety of different techniques that Perl offers for the tasks ...

What is the free online book similar to Petzold's Code?

I'm looking for an online book that I came across a few years ago. It was free and it had the same type of material as covered in Petzold's "Code" - that is, how computers work on a fundamental level, starting from logic gates. ...

I want to educate myself, what should I read/learn?

Hi, I have sometimes very boring days nothing to do really. I'd like to educate myself, use the time for something useful. I'm wondering is that what should I read or learn? I am much web oriented person and I work as a programmer. What do you read when you want to educate yourself? ...

NSIS books and tutorials needed

I'm looking for some good resources on NSIS, so I'd like you to reccomend me good books/tutorials websites which target beginners and have information on it. I'm aware of NSIS documentation, but I'm checking out if there are any other interesting sources of information on it. ...

Is there a way to only search for specific kinds of books such as textbooks with Google Book Search API?

I noticed that there are a few a classes such as CategoryFilter that can be used on the VolumeQuery in the Google Book Search Java API. Could this be used for only searching for specific kinds of books like textbooks, or is there a better approach to this kind of search? There doesn't seem to be too many examples online or details in the...

Book for type systems

Is there any book which explains type systems in programming languages? If it has mathematical account of type systems,that is much preferred. ...