Site hosted by Angelfire.com: Build your free website today!


Email me

Home

Bio

Family

Sketches

Leisure

Hikes

Photos

Quotes-I

Quotes-II

Mallu section

Books

Lyrics

Hobbies

Personal

IIT lingo

Current favorites

Misc

Technical Books


  1. Teach yourself visual c++5 in 21 days
    (Sams: Nathan and Ori Gurewich)

    If you dont have time to learn graphics and windows programming, this is pretty ok. You want to get the latest edition, though.


  2. Java: The Complete Reference
    (Patrick Naughton and Herbert Schildt)

    First Schildt book I have read. I read through only the examples, which are extensivley given throughout the book.


  3. C++: The complete reference
    (Herbert Schildt)

    I would highly recommend this book to any person wanting to learn C++ (or object oriented programming). As usual I went through only the examples and was able to catch up.


  4. UNIX network programming
    (Stevens)

    My network primer book. Excellent book to learn networking.


  5. The Unix programming environment
    (Kernigan and Pike)

    Classic Unix book. Does not need a review.


  6. Teach yourself Assembly
    (Mark Goodwin)

    I read this book out of curiosity of using the MASM assembler.


  7. SAMS teach yourself HTML in 24 hours
    (Oliver)

    How do you think this webpage was written :-)


  8. The C++ Programming Language
    (Bjarne Strastroup)

    This is the only book I have read twice. I tried my approach of reading only examples first, but it won't work for this one. This book is a killer, I read it carefully again after reading the Schildt book. This books assumes you know C++ already, and will tell you how to unleash the real power, with STL, templates, casting etc. But once you get it, this is the real deal. Highly recommended.


  9. Windows 98 programming from ground up
    (Herbert Schildt)

    You are bound to do windows programming some time or other. Rather than cutting and pasting code snippets from web, I decided to learn it from ground up. I went through only examples and Schildt is the best book for that.


  10. Teach yourself XML in 24 hours
    (Sams: Morrison)

    You are bound to use XML some time or other; this was a pretty good introduction to XML.


  11. Jpeg: T.81
    (Image Compression Standard)

    I read this to implement Jpeg on ARM7/C5409 DSP.


  12. Jpeg 2000
    (Image Compression Standard)

    Read this to implement the complete Jpeg 2000 codec. This was the fastest at that time :-)


  13. Mpeg 2: 13818-2
    (Video Compression Standard)

    I have worked with other video standards, so I thought I will read up on Mpeg 2, the most popular video compression standard.


  14. Jpeg LS
    (Image Compression Standard)

    Read this out of curiosity.


  15. Com+ from ground up
    (Michaelis and Schildt)

    Wanted to be conversant in the new binary standard from Microsoft. Pretty cool concepts. Recommended. C++ knowledge is extensively required.


  16. Programming windows with MFC
    (Jeff Prosise )

    Wanted to learn MFC from ground up. I went through the examples mainly. I like the way the entire MFC has been developed by Microsoft. C++ knowledge a must to understand MFC fully.


  17. Cryptography and Network Security
    (Stallings)

    One of the best books on Security and Cryptography. Contains all the necessary mathematics for a first reading on Security. Highly recommended.


To be read

  1. Objective - C
    (Steven Holzner)

  2. IPhone Application Development in 24 Hours
    (Sams: Ray Johnson)

  3. Android Application Development in 24 Hours
    (Sams: Darcy Conder)

  4. Teach yourself PHP in 24 hours
    (Sams: Matt Zandstra)

  5. Maven - The Definitive Guide
    (O'Reilly: Sonatype)

  6. Beginning Google Web Toolkit
    (Smeets, Boness, Bankras )

  7. Java Servlets and JSP
    (Joel Murach, Andrea Steelman)

  8. WebObjects - I
    (Apple Inc)

  9. WebObjects - II
    (Apple Inc)

  10. JavaScript - The Definitive Guide
    (O'Reilly: David Flanagan)

  11. EJB 3 in Action
    (Debu Panda, Reza Rahman, Derek Lane)

  12. Pro JPA 2: Mastering the Java Persistence API
    (Mike Keith, Merrick Schincariol)

  13. Core JavaServer Faces
    (David Geary, Cay S. Horstmann)

  14. C# Programming with Visual Studio
    (24 Hr Trainer: Toi B Wright)

  15. Ant - The Definitive Guide
    (O'Reilly: Steve Holzner)

  16. Ext GWT 2.0 Beginner's Guide
    (Daniel Vaughan)

  17. A History of PI
    (Petr Beckman)

  18. History of Mathematics
    (Richard Courrant and Herbert Robbins)

  19. Art of Computer Programming Vol 1
    (Donald Knuth)

  20. Art of Computer Programming Vol 2
    (Donald Knuth)

  21. Art of Computer Programming Vol 3
    (Donald Knuth)

  22. Text Compression
    (Bell, Cleary, Witten)