Saturday, May 12, 2012

Online Programming e-Books

Online Programming e-Books 

 

General Programming
How to Be a Programmer - http://samizdat.mines.edu/howto/HowToBeAProgrammer.html
How to Design Programs - http://www.htdp.org/2002-09-22/Book/
Practical Theory of Programming - http://www.cs.toronto.edu/%7Ehehner/aPToP/
Software Engineering for Internet Applications - http://philip.greenspun.com/seia/
Structure and interpretation of computer programs - http://mitpress.mit.edu/SICP/
The Programmers Stone - http://www.reciprocality.org/Reciprocality/r0/
Subversion Version Control: Using the Subversion Version Control System in Development Projects -
http://www.phptr.com/promotions/promotion.asp?promo=1484&redir=1&rl=1
How to Design Programs - http://www.htdp.org/2003-09-26
User Interface Design for Programmers - http://www.joelonsoftware.com/uibook/chapters/fog0000000057.html
Object-Oriented System Development - http://g.oswego.edu/dl/oosd/
IBM Redbooks - most available in .pdf - http://www.redbooks.ibm.com/redbooks.nsf/redbooks/
Semantic Inspection of Software Artifacts: From Theory To Practice - ftp://ftp.ida.liu.se/pub/labs/tcslab/papers/timthesis.pdf
Philip and Alex's Guide to Web Publishing - http://philip.greenspun.com/panda/index.html
Watch What I Do: Programming by Demonstration - http://www.acypher.com/wwid/WWIDToC.html
Microsoft Project Central: The Complete Reference - http://books.iuniverse.com/viewbooks.asp?isbn=0595232477&page=fm1
Object Technology: The New Approach to Application Development - http://books.iuniverse.com/viewbooks.asp?isbn=1583485651&page=fm1
Object-Oriented Software Concepts: A Technology Manager's Guide to the State-of-the-Art -
http://books.iuniverse.com/viewbooks.asp?isbn=059533962X&page=fm1
Introduction to Operating Systems - http://books.iuniverse.com/viewbooks.asp?isbn=0595314309&page=fm1
Getting Real - http://gettingreal.37signals.com/toc.php
.NET
Sams Teach Yourself .Net in 21 Days - http://www.samspublishing.com/library/library.asp?b=Net_2003_21days
Web Scripting in Windows(.NET) - http://books.iuniverse.com/viewbooks.asp?isbn=0595297315&page=fm1
CodeNotes for .NET - http://www.codenotes.com/downloads/downloadsNETbookAction.aspx
Ada
Ada 95 Rational - http://www.adaic.org/standards/95rat/RAThtml/rat95-contents.html
Ada 95 Reference Manual - http://www.adahome.com/rm95/
Changes to Ada 1987 - 1995 - http://www.oopweb.com/Ada/Documents/Changes83/VolumeFrames.html
Ada 95: The Lovelace Tutorial - http://www.adahome.com/Tutorials/Lovelace/master.htm
The Big Online Book of Linux Ada Programming -http://www.pegasoft.ca/resources/boblap/book.html
LAW: Learn Ada on the Web - http://www.scism.sbu.ac.uk/law/lawhp.html
Quick Ada - http://goanna.cs.rmit.edu.au/~dale/ada/aln.html
Ada-95: A guide for C and C++ programmers - http://www.adahome.com/Ammo/cpp2ada.html
Learning Ada: Frequently Asked Questions (FAQ) - http://www.adahome.com/FAQ/learning.html#ada95_1
Algorithms
Algorithms and Complexity - http://www.cis.upenn.edu/%7Ewilf/AlgComp.html
Information Theory, Inference, and Learning Algorithms - http://www.inference.phy.cam.ac.uk/mackay/itprnn/book.html
Assembly
Assembly Language Tutorial - http://www.oopweb.com/Assembly/Documents/asm/VolumeFrames.html
Programming From the Ground Up - http://download.savannah.gnu.org/releases/pgubook/
Ralph Brown's Interrupt List - http://www.oopweb.com/Assembly/Documents/InterList/VolumeFrames.html
The Art of Assembly Language Programming - http://www.oopweb.com/Assembly/Documents/ArtOfAssembly/VolumeFrames.html
The Assembly Language Database - http://www.oopweb.com/Assembly/Download/NortonGuide.zip
Win32 Programming for x86 Assembly Language Programmers - http://www.oopweb.com/Assembly/Documents/Win32ASM/VolumeFrames.html
PC Assembly Language - http://www.drpaulcarter.com/pcasm/
Graphics Programming Black Book - http://www.byte.com/abrash/
C
A Tutorial on Pointers and Arrays in C - http://www.oopweb.com/CPP/Documents/CPointers/VolumeFrames.html
C Programming - http://www.oopweb.com/CPP/Documents/CProgramming/VolumeFrames.html
Object Orientated Programming in ANSI-C - http://www.planetpdf.com/developer/article.asp?contentid=6635
The C Book - http://publications.gbdirect.co.uk/c_book/
Writing Bug-Free C Code - http://www.duckware.com/bugfreec/index.html
C - Elements of Style - http://www.oualline.com/style/index.html
Learning GNU C - http://www.linuxtopia.org/online_books/programming_books/learning_gnu_c/index.html
The C Library Reference Guide - http://www.acm.uiuc.edu/webmonkeys/book/c_guide/index.html
C Programming Tutorial (K&R version 4) - http://www.iu.hio.no/~mark/CTutorial/CTutorial.html
C Programming (Steve Holmes) - http://www.its.strath.ac.uk/courses/c/
C Programming Notes - http://www.eskimo.com/~scs/cclass/notes/top.html
Programming in C: UNIX System Calls and Subroutines using C - http://www.cs.cf.ac.uk/Dave/C/CE.html
ANSI C for Programmers on UNIX Systems - http://www-h.eng.cam.ac.uk/help/tpl/languages/C/teaching_C/
Beej's Guide to Network Programming - http://beej.us/guide/bgnet/
C++
An Overview Of The C++ Programming Langauge - http://www.oopweb.com/CPP/Download/crc.zip
C++ Annotations - http://www.oopweb.com/CPP/Documents/CPPAnnotations/VolumeFrames.html
C++ Annotations - http://www.oopweb.com/CPP/Download/cplusplus.zip
C++ Coding Standard - http://www.oopweb.com/CPP/Documents/CodeStandard/VolumeFrames.html
C++ Course - http://www.oopweb.com/CPP/Download/CPPCourse.zip
C++ How To - http://www.oopweb.com/CPP/Documents/CPPHOWTO/VolumeFrames.html
C++ In Action - http://www.relisoft.com/book/index.htm
C++: A Dialog - http://www.steveheller.com/cppad/cppad.htm
How To Think Like A Computer Scientist with C++ - http://www.oopweb.com/CPP/Documents/ThinkCScpp/VolumeFrames.html
Introduction To OOP Using C++ - http://www.oopweb.com/CPP/Documents/Intro2OOP/VolumeFrames.html
Introduction To OOP Using C++ - http://www.oopweb.com/CPP/Download/Intro2OOP.zip
Objects First - http://www.oopweb.com/CPP/Documents/ObjectsFirst/VolumeFrames.html
Optimizing C++ - http://www.steveheller.com/opt/
STL Guide - http://www.oopweb.com/CPP/Documents/STLGuide/VolumeFrames.html
STL Guide - http://www.oopweb.com/CPP/Download/stl.zip
Standard Template Library Programmer's Guide - http://www.sgi.com/tech/stl/
The Function Pointer Tutorials - http://www.oopweb.com/CPP/Documents/FunctionPointers/VolumeFrames.html
The Standard Template Library Tutorial - http://www.oopweb.com/CPP/Documents/STL/VolumeFrames.html
Thinking in C++ - http://www.planetpdf.com/developer/article.asp?ContentID=6634
Thinking in C++, Second Edition (Volumes 1 & 2) - http://mindview.net/Books/TICPP/ThinkingInCPP2e.html
An Introduction to C++ Programming - http://www.computer-books.us/cpp_1.php
Introduction to C++ Programming I - http://www.cee.hw.ac.uk/~pjbk/pathways/cpp1/cpp1.html
Programming in C++ - Rules and Recommendations - http://www.computer-books.us/cpp_6.php
A Beginners C++ Book - http://www.uow.edu.au/~nabg/ABC/ABC.html
C++ GUI Programming with Qt 3 - http://www.phptr.com/promotion/1484?redir=1
Cross-Platform GUI Programming with wxWidgets - http://www.phptr.com/promotion/1484?redir=1
Teach Yourself C++ in 21 Days, Second Edition - http://www.cs.montana.edu/~mbauer/wwwback/c++/index.htm
C++ Reference Guide - http://www.cppreference.com/
Public Joe's C++ Book (a full book created from various freely available sample chapters from other books) -
http://www.publicjoe.f9.co.uk/cpp/samples/ebook.html
Introduction to Object-Oriented Programming Using C++ - http://www.gnacademy.org/text/cc/
Visual C++ 6 Unleashed - http://www.samspublishing.com/library/library.asp?b=Visual_C_PlusPlus
Borland C++ Builder 6: Quick Start Guide - http://info.borland.com/techpubs/bcppbuilder/v6/qs.pdf
Borland C++ Builder 6: Developers Guide - http://info.borland.com/techpubs/bcppbuilder/v6/dg.pdf
Borland C++ Builder 6: Object pascal Language Guide - http://info.borland.com/techpubs/bcppbuilder/v6/oplg.pdf
C/C++ Manual - http://www-control.eng.cam.ac.uk/~pcr20/C_Manual/booktoc.html
Data Structures and Algorithms with Object-Oriented Design Patterns in C++ - http://www.brpreiss.com/books/opus4/html/book.html
Industrial Strength C++ - http://www.only4gurus.com/v3/preview.asp?ID=8215
Finite Programming in C++ - http://books.iuniverse.com/viewbooks.asp?isbn=0595351891&page=fm1
The Student Guide To Computer Science C++ - http://books.iuniverse.com/viewbooks.asp?isbn=0595187390&page=fm1
C++ Programming - http://www.pragsoft.com/cppbook/cppbook.zip
Taligent's Guide to Designing Programs - http://pcroot.cern.ch/TaligentDocs/TaligentOnline/DocumentRoot/1.0/Docs/books/WM/WM_1.html
Industrial Strength C++ - http://hem.passagen.se/erinyq/industrial/
Introduction to C and C++ Programming - http://www.deakin.edu.au/~agoodman/ctutorial/
An Introduction to C++ and Object Oriented Programming - http://www.kcl.ac.uk/kis/support/cit//fortran/cpp/ch.htm
C++ Programming for Scientists - http://math.nist.gov/~RPozo/c++class/
An Introduction to C++ Programming - http://www.edm2.com/0507/introcpp1.html
C++ Language Tutorial - http://www.cplusplus.com/doc/language/tutorial/
C++ Tutorials - http://www.glenmccl.com/tutor.htm
C++ Reference - http://www.cplusplus.com/ref/
The Function Pointer Tutorials - http://www.newty.de/fpt/index.html
More C++ - http://www-h.eng.cam.ac.uk/help/tpl/languages/C++/doc/doc.html
C++ FAQ LITE - http://www.parashift.com/c++-faq-lite/
Techniques for Scientific C++ - http://osl.iu.edu/~tveldhui/papers/techniques/
Available C++ Libraries FAQ - http://www.trumphurst.com/cpplibs/cpplibs.phtml
Template Numerical Toolkit - http://math.nist.gov/tnt/index.html
Blitz++ - http://www.oonumerics.org/blitz/
Standard Template Library Programmer's Guide - http://www.sgi.com/tech/stl/
The Standard Template Library Tutorial - http://www.infosys.tuwien.ac.at/Research/Component/tutorial/prwmain.htm
A Modest STL Tutorial - http://www.cs.brown.edu/people/jak/proglang/cpp/stltut/
C#
C# in Detail - http://www.computer-books.us/csharp_0005.php
C# - The Basics - http://www.computer-books.us/csharp_0004.php
C# Language Specification - http://www.computer-books.us/csharp_1.php
Data Structures and Algorithms with Object-Oriented Design Patterns in C# - http://www.computer-books.us/csharp_2.php
Dissecting a C# Application - Inside SharpDevelop - http://www.computer-books.us/csharp_3.php
C# tutorial (2 .pdf's) - http://www.ssw.uni-linz.ac.at/Teaching/Lectures/CSharp/Tutorial/
Public Joe's C# Book - (a full book created from various freely available sample chapters from other books) -
http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html
CGI
CGI Programming on the World Wide Web - http://www.oreilly.com/openbook/cgi/
CSS
CSS 1 Tutorial - http://www.zvon.org/xxl/CSSTutorial/Output/index.html
CSS 2 Tutorial - http://www.zvon.org/xxl/CSS2Tutorial/General/htmlIntro.html
CSS2 Reference - http://www.w3schools.com/css/css_reference.asp
COBOL
zingCOBOL - A Beginners Guide to COBOL Programming - http://www.computer-books.us/cobol_0006.php
Teach Yourself COBOL in 21 Days - http://www.computer-books.us/cobol_0005.php
WebSphere Studio COBOL for Windows - Language Reference - http://www.computer-books.us/cobol_1.php
COBOL Programming Course - http://www.computer-books.us/cobol_2.php
WebSphere Studio COBOL for Windows - Programming Guide - http://www.computer-books.us/cobol_3.php
HP COBOL II/XL Reference Manual - http://www.computer-books.us/cobol_4.php
Structured Programming with COBOL Examples - http://books.iuniverse.com/viewbooks.asp?isbn=0595250947&page=fm1
Databases
MySQL Reference Manual - http://dev.mysql.com/doc/
Oracle 10g Database Book and Documentation Library - http://wtcis.wtamu.edu/oracle/
Delphi/Pascal
Delphi 2005 Tutorial for Beginners - http://www.xcalibur.co.uk/training/Delphi2005/index.php
Delphi Training - http://www.xcalibur.co.uk/training/delphi/oldindex.html
Essential Delphi - http://www.marcocantu.com/edelphi/default.htm
Essential Pascal - http://www.marcocantu.com/epascal/default.htm
Delphi Language Guide - Delphi For The Microsoft .NET Framework - http://www.computer-books.us/delphi_2.php
Delphi Database Application Developers Guide - http://www.computer-books.us/delphi_1.php
Borland Delphi 7: Developers Guide - http://info.borland.com/techpubs/delphi/Delphi7/DevelopersGuide.pdf
Borland Delphi 7: Quick Start Guide - http://info.borland.com/techpubs/delphi/Delphi7/QuickStart.pdf
Borland Delphi 2005: Language Guide - http://info.borland.com/techpubs/delphi/Delphi2005/Reference.pdf
Borland Delphi 5: Quick Start Guide, Developers Guide, and Object Pascal Language Guide - http://info.borland.com/techpubs/delphi/delphi5/
Pascal for Delphi Programmers - http://www.209software.com/books/p4dp/p4dp.html
Mastering Delphi Update for Delphi 2006 - http://www.marcocantu.com/md2005/UpdateDelphi2006.html
Fortran
Numerical Recipes with Fortran 77 - http://www.library.cornell.edu/nr/cbookfpdf.html
Numerical Recipes with Fortran 90 - http://www.library.cornell.edu/nr/cbookf90pdf.html
User Notes on Fortran Programming (UNFP) - http://www.ibiblio.org/pub/languages/fortran/
Interactive FORTRAN 77 - http://www.kcl.ac.uk/kis/support/cit/fortran/f77book.pdf
The Professional Programmer's Guide to Fortran 77 - http://www.geocities.com/Athens/Olympus/5564/prof77.htm
Debugging Fortran g77 programs -
http://www.engineering.usu.edu/cee/faculty/gurro/Classes/Classes_Fall2002/Fortran77/DebugFortran77Progs.pdf
HTML
HTML 4.01 Specifications - http://www.oopweb.com/HTML/Documents/HTML4/VolumeFrames.html
Writing HTML - http://www.oopweb.com/HTML/Documents/Writing%20HTML/VolumeFrames.html
Sams Teach Yourself HTML 4 in 24 Hours - http://www.samspublishing.com/library/library.asp?b=STY_html_24hours
Programming a REAL Internet Site with ASP and HTML: Book I: HTML and Basic ASP -
http://books.iuniverse.com/viewbooks.asp?isbn=0595271766&page=fm1
J#
CodeNotes for J# - http://www.codenotes.com/downloads/downloadsJSbookAction.aspx
Java
How to Think Like a Computer Scientist with Java - http://www.oopweb.com/Java/Documents/ThinkCSJav/VolumeFrames.html
Introduction to Programming Using Java - http://www.oopweb.com/Java/Documents/IntroToProgrammingUsingJava/VolumeFrames.html
Introduction To Programming Using Java -
http://www.linuxtopia.org/online_books/programming_books/introduction_to_java_programming/index.html
Java Programming Tutorial: Introduction to Computer Science - http://www.oopweb.com/Java/Documents/JavaNotes/VolumeFrames.html
Thinking in Java, 3rd Edition - http://www.mindview.net/Books/TIJ/
Thinking in Enterprise Java - http://www.ibiblio.org/pub/docs/books/eckel/
Java AWT Reference - http://www.oreilly.com/catalog/javawt/book/index.html
Enterprise JavaBeans - http://www.computer-books.us/java_1.php
Essentials of the Java Programming Language - Part 1 - http://www.computer-books.us/java_2.php
Essentials of the Java Programming Language - Part 2 - http://www.computer-books.us/java_3.php
Exploring Java - http://www.computer-books.us/java_4.php
Introduction to Computer Science using Java - http://www.computer-books.us/java_5.php
Java Language Reference - http://www.computer-books.us/java_8.php
Java Servlet Programming - http://www.computer-books.us/java_9.php
Java Web Services Tutorial - http://www.computer-books.us/java_10.php
Java Look and Feel Design Guidelines, Second Edition - http://java.sun.com/products/jlf/ed2/book/index.html
The Design Patterns: Java Companion - http://www.patterndepot.com/put/8/JavaPatterns.htm
1000 Java Tips e-Book - http://javaa.com
Apache Jakarta Commons: Reusable Java™ Components - http://www.phptr.com/promotion/1484?redir=1
Java™ Application Development on Linux® - http://www.phptr.com/promotion/1484?redir=1
Practical Artificial Intelligence Programming in Java - http://www.markwatson.com/opencontent/javaai_lic.htm
Sun Java Tutorials -http://java.sun.com/learning/tutorial/index.html
Introduction to Programming Using Java Version 3.1 - http://math.hws.edu/eck/cs124/javanotes3/
Introduction to Programming Using Java Version 4.1 - http://math.hws.edu/javanotes/
Sams Teach Yourself Java 2 in 24 Hours - http://www.samspublishing.com/library/library.asp?b=STY_Java2_24hours
CORE SERVLETS and JAVASERVER PAGES - http://pdf.coreservlets.com/
From Java to Sumatra - http://staff.science.uva.nl/~heck/JAVAcourse/s.html
20 Different Borland JBuilder books - http://info.borland.com/techpubs/jbuilder/
Java Precisely 1.05 - http://www.dina.kvl.dk/~sestoft/javaprecisely/javaprecisely-online.pdf
Processing XML with Java - http://www.cafeconleche.org/books/xmljava/
Learning to Program Java - http://books.iuniverse.com/viewbooks.asp?isbn=059535422X&page=fm1
Java & Internet Security - http://books.iuniverse.com/viewbooks.asp?isbn=0595135005&page=fm1
First Course: Data Structures and Algorithms Using Java - http://books.iuniverse.com/viewbooks.asp?isbn=0595318967&page=fm1
The Visual Basic Programmer's Guide to Java - http://books.iuniverse.com/viewbooks.asp?isbn=1583482172&page=fm1
Bleeding at the Keyboard: A Guide to Modern Programming with Java - http://www.roxie.org/books/bleeding/tableofcontents.html
Securing Java - http://www.securingjava.com/toc.html
Java an Object First Approach - http://www.scism.sbu.ac.uk/jfl/jflcontents.html
Processing XML with Java - http://www.cafeconleche.org/books/xmljava/
Javascript
Voodoo's Introduction to Javascript - http://www.oopweb.com/JavaScript/Documents/jsintro/VolumeFrames.html
Sams Teach Yourself JavaScript in 24 Hours - http://www.samspublishing.com/library/library.asp?b=STY_JavaScript_24_hours
Dive Into Greasemonkey - http://diveintogreasemonkey.org/toc/
JavaScript Authoring Guide - http://lib.ru/JAVA/javascr/
LaTeX
Learning LaTeX by Doing - http://staff.science.uva.nl/~heck/Courses/latexcourse.pdf
Linux
Linux Device Drivers, Third Edition - http://lwn.net/Kernel/LDD3/
The Linux Development Platform - http://www.phptr.com/promotion/1484?redir=1
Understanding the Linux Virtual Memory Manager - http://www.phptr.com/promotion/1484?redir=1
Self-Service Linux®: Mastering the Art of Problem Determination - http://www.phptr.com/promotion/1484?redir=1
Linux® Quick Fix Notebook - http://www.phptr.com/promotion/1484?redir=1
Managing Linux Systems with Webmin: System Administration and Module Development - http://www.phptr.com/promotion/1484?redir=1
An Introduction to GCC - http://www.linuxtopia.org/online_books/an_introduction_to_gcc/index.html
Using the GNU Compiler Collection (GCC) -
http://www.linuxtopia.org/online_books/programming_tool_guides/linux_using_gnu_compiler_collection/index.html
Bash Reference Guide - http://www.linuxtopia.org/online_books/bash_reference_guide/index.html
Bash Guide for Beginners - http://www.linuxtopia.org/online_books/bash_guide_for_beginners/index.html
Advanced Bash Scripting Guide - http://www.linuxtopia.org/online_books/advanced_bash_scripting_guide/index.html
Linux Kernel Module Programming Guide - http://www.linuxtopia.org/online_books/Linux_Kernel_Module_Programming_Guide/index.html
Red Hat Linux Developer Tools Guide - http://www.linuxtopia.org/online_books/redhat_linux_developer_tools_guide/index.html
Linux Debugging with gdb Guide - http://www.linuxtopia.org/online_books/redhat_linux_debugging_with_gdb/index.html
Using cpp, the C Preprocessor Guide -
http://www.linuxtopia.org/online_books/programming_tool_guides/redhat_using_cpp_c_preprocessor/index.html
Advanced Bash-Scripting Guide - http://www.tldp.org/LDP/abs/html/
KDE 2.0 Development - http://www.andamooka.org/index.pl?section=kde20devel
Writing GNOME Applications - http://developer.gnome.org/doc/books/WGA/
GTK+/Gnome Application Development - http://developer.gnome.org/doc/GGAD/
Lisp
Loving Lisp - the Savy Programmer's Secret Weapon - http://www.markwatson.com/opencontent/lisp_lic.htm
The Common Lisp Cookbook - http://cl-cookbook.sourceforge.net/
Practical Common Lisp - http://www.gigamonkeys.com/book/
Onlisp - http://www.paulgraham.com/onlisptext.html
Programming in Emacs Lisp (Second Edition) - http://www.gnu.org/software/emacs/emacs-lisp-intro/
Interactive LISP Tutorial - http://www.mars.cs.unp.ac.za/lisp/
Learning Lisp for CMPT 310 - http://www.cs.sfu.ca/CC/310/pwfong/Lisp/
Interpreting Lisp - http://www.civilized.com/LispBook/
Lisp Primer - http://mypage.iu.edu/~colallen/lp/
Successful Lisp - http://www.psg.com/~dlamkins/sl/contents.html
Common Lisp HyperSpec - http://www.lispworks.com/documentation/HyperSpec/Front/Contents.htm
ANSI Common Lisp - http://www.franz.com/support/documentation/6.0/ansicl/ansicl.htm
Common Lisp the Language, 2nd Edition - http://www.supelec.fr/docs/cltl/clm/node1.html
Common Lisp: A Gentle Introduction to Symbolic Computation - http://www.cs.cmu.edu/~dst/LispBook/
Common LISP Hints - http://www.n-a-n-o.com/lisp/cmucl-tutorials/LISP-tutorial.html
Common Lisp - http://homepages.paradise.net.nz/milhous/lisp.htm
Fundamentals of CLOS - http://www.ravenbrook.com/doc/2003/07/15/clos-fundamentals/
The Common Lisp Object System MetaObject Protocol - http://www.lisp.org/mop/index.html
CMUCL User's Manual - http://www.pmsf.de/pub/cmucl/doc/cmu-user/index.html
The Ultimate AutoLisp Tutorial - http://www.jefferypsanders.com/autolisptut.html
The AutoLisp Tutorial - DCL - http://www.jefferypsanders.com/autolisp_DCL.html
Casting Spells in List - http://www.lisperati.com/casting.html
Lua
Programming in Lua - http://www.lua.org/pil/
Image Processing with gluas - http://pippin.gimp.org/image_processing/
Lua Short Reference - http://lua-users.org/wiki/LuaShortReference
Mathematics
Huge list of books available online - http://www.math.gatech.edu/~cain/textbooks/onlinebooks.html
Mechanical Basis of Motion Analysis - http://kwon3d.com/theory/basis.html
Theories and Practices of Motion Analysis - http://kwon3d.com/theory/prac.html
Practical Foundations of Mathematics - http://www.cs.man.ac.uk/~pt/Practical_Foundations/html/
Open Source
Rapid Application Development with Mozilla - http://www.phptr.com/promotion/1484?redir=1
Creating Applications with Mozilla - http://books.mozdev.org/chapters/index.html
Free as in Freedom - http://www.oreilly.com/openbook/freedom/index.html
Managing Projects with GNU make, 3rd Edition - http://www.oreilly.com/catalog/make3/book/index.csp
OpenSources: Voices from the Open Source Revolution - http://www.oreilly.com/catalog/opensources/book/toc.html
Understanding Open Source and Free Software Licensing - http://www.oreilly.com/catalog/osfreesoft/book/
Embedded Software Development with eCos - http://www.phptr.com/promotion/1484?redir=1
Open Source Security Tools: A Practical Guide to Security Applications - http://www.phptr.com/promotion/1484?redir=1
Perl
HTMLified Perl 5 Reference Guide - http://www.oopweb.com/Perl/Documents/Perl5Ref/VolumeFrames.html
Perl 5 Documentation - http://www.oopweb.com/Perl/Documents/PerlDoc/VolumeFrames.html
Perl for Perl Newbies - http://www.oopweb.com/Perl/Documents/P4PNewbies/VolumeFrames.html
Perl for Win32 FAQ - http://www.oopweb.com/Perl/Documents/PerlWin32/VolumeFrames.html
Beginning Perl - http://www.perl.org/books/beginning-perl/
Impatient Perl - http://www.perl.org/books/impatient-perl/
Extreme Perl - http://www.extremeperl.org/bk/home
MacPerl: Power & Ease - http://macperl.com/ptf_book/r/MP/i2.html
Embedding Perl in HTML with Mason - http://www.masonbook.com
Perl for the Web - http://www.globalspin.com/thebook/
Web Client Programming with Perl - http://www.oreilly.com/openbook/webclient/
Perl 5 By Example - http://www.computer-books.us/perl_0010.php
An Introduction to Perl - http://www.linuxtopia.org/Perl_Tutorial/index.html
Beginning CGI Programming with Perl - http://www.learnthat.com/internet/learn-160-cgi_programming_perl.htm
Perl Tutorial: Start - http://www.comp.leeds.ac.uk/Perl/start.html
A Perl Tutorial - http://www.civeng.carleton.ca/Courses/Grad/1995-96/82.562/perl/
Robert's Perl Tutorial - http://www.sthomas.net/oldpages/roberts-perl-tutorial.htm
Beginning Perl Tutorials - http://www.pageresource.com/cgirec/index2.htm
Beginner's Guide to CGI Scripting with Perl - http://www.lies.com/begperl/
Practical Perl Programming - http://www.cs.cf.ac.uk/Dave/PERL/
Perl 5 Unleashed - http://octopus.cdut.edu.cn/~yf17/perl5/
Perl for System Administration - http://www.unix.org.ua/orelly/perl/sysadmin/index.htm
PERL -- Practical Extraction and Report Language - http://www-cgi.cs.cmu.edu/cgi-bin/perl-man
Programming Perl - http://www.unix.org.ua/orelly/perl/prog3/
Steve Litt's Perls of Wisdom - http://www.troubleshooters.com/codecorn/littperl/index.htm
Perl Regular Expression Tutorial - http://virtual.park.uga.edu/humcomp/perl/regex2a.html
Perl Documentation - http://www.perl.com/pub/q/documentation
Programming Perl 5 - http://www.squirrel.nl/pub/perlref-5.004.1.pdf
Beginner's Introduction to Perl - http://www.perl.com/pub/a/2000/10/begperl1.html
Perl in a Nutshell - http://www.unix.org.ua/orelly/perl/perlnut/index.htm
Programming Perl, 3rd Edition - http://www.unix.org.ua/orelly/perl/prog3/index.htm
Advanced Perl Programming - http://www.unix.org.ua/orelly/perl/advprog/index.htm
Perl Cookbook - http://www.unix.org.ua/orelly/perl/cookbook/index.htm
XML processing with Perl - http://www.xmltwig.com/tutorial/perl_xml/mtb04_01.html
PHP
Practical PHP Programming - http://www.hudzilla.org/phpbook/
A Programmer's Introduction to PHP 4.0 -http://www.apress.com/free/
PHP 5 Power Programming - http://www.computer-books.us/php_2.php
Practical PHP Programming - http://www.computer-books.us/php_3.php
The PHP manual - http://www.php.net/download-docs.php
PHP Cheatsheet for Beginners - http://books.iuniverse.com/viewbooks.asp?isbn=0595354548&page=fm1
Prolog
Adventure in Prolog - http://www.amzi.com/AdventureInProlog/
Building Expert Systems in Prolog -http://www.amzi.com/ExpertSystemsInProlog/
Prolog Programming A First Course - http://computing.unn.ac.uk/staff/cgpb4/prologbook/
Logic, Programming and Prolog (2ed) - http://www.ida.liu.se/~ulfni/lpp/
Python
Non-Programmers Tutorial for Python - http://rupert.honors.montana.edu/~jjc/easytut/easytut/easytut.html
Official Python Documentation - http://www.python.org/doc/current/
Text Processing in Python -http://gnosis.cx/TPiP/
Python Reference Manual - http://docs.python.org/ref/ref.html
Python Imaging Library Handbook -http://www.pythonware.com/library/the-python-imaging-library.htm
How to Think Like a Computer Scientist - Learning with Python - http://www.greenteapress.com/thinkpython
Dive Into Python -http://diveintopython.org/
Thinking in Python - http://mindview.net/Books/TIPython
A Byte of Python - http://www.ibiblio.org/g2swap/byteofpython/read/
Learning to Program - http://www.freenetpages.co.uk/hp/alan.gauld/
Introduction to Programming using Python - http://www.pasteur.fr/formation/infobio/python/
Python for Fun - http://www.ibiblio.org/obp/py4fun/
Python 101 -- Introduction to Python - http://www.rexx.com/~dkuhlman/python_101/python_101.html
Python Short Course - http://www.wag.caltech.edu/home/rpm/python_course/
The What, Why, Who, and Where of Python - http://www.networkcomputing.com/unixworld/tutorial/005/005.html
Python Tutorial - http://www.python.org/doc/current/tut/tut.html
Python Library Reference - http://www.python.org/doc/current/lib/lib.html
Python Reference Manual - http://www.python.org/doc/current/ref/ref.html
Python Cookbook - http://aspn.activestate.com/ASPN/Cookbook/Python
Python 201 -- (Slightly) Advanced Python Topics - http://www.rexx.com/~dkuhlman/python_201/python_201.html
Tutorial - Embedded Python - http://www.ragestorm.net/tutorial?id=21
Using Python for CGI programming - http://www.python.org/doc/essays/ppt/sd99east/tsld001.htm
Extending and Embedding the Python Interpreter - http://www.python.org/doc/current/ext/ext.html
Python GUI Programming - http://www.metaslash.com/brochure/tutorial/
PyGTK 2.0 Tutorial - http://www.moeraki.com/pygtktutorial/pygtk2tutorial/
Tkinter Life Preserver - http://python.org/doc/life-preserver/index.html
An Introduction to Tkinter - http://www.pythonware.com/library/tkinter/introduction/index.htm
PythonCard Documentation - http://pythoncard.sourceforge.net/walkthrough1.html
CGI FAQ - http://starship.python.net/crew/davem/cgifaq/faqw.cgi?req=index
Python: Interactive CGI Tutorial - http://www.cs.virginia.edu/~lab2q/lesson_1/
Using Python for CGI programming - http://www.python.org/doc/essays/ppt/sd99east/
Python course in Bioinformatics - http://www.pasteur.fr/recherche/unites/sis/formation/python/
Socket Programming HOWTO - http://www.amk.ca/python/howto/sockets/sockets.html
Regular Expression HOWTO - http://www.amk.ca/python/howto/regex/
Python with COM - Get at your Office Data - http://starship.python.net/crew/pirx/spam7/
The Document Object Model API - http://www.python.org/doc/current/lib/module-xml.dom.html
The Django Book - http://www.djangobook.com
QBASIC
QBASIC - http://www.raritanval.edu/departments/cis/course_files/CLASS.HTM
Ruby
Programming Ruby - The Pragmatic Programmer's Guide (First Edition) - http://www.ruby-doc.org/docs/ProgrammingRuby/
Why's (Poignant) Guide to Ruby - http://poignantguide.net/ruby/
Pragmatic Programmers Guide - http://www.rubycentral.com/book/
The Little Book Of Ruby - http://www.sapphiresteel.com/The-Little-Book-Of-Ruby
Samba
Samba-3 by Example: Practical Exercises to Successful Deployment - http://www.phptr.com/promotion/1484?redir=1
Samba-3 by Example: Practical Exercises to Successful Deployment, 2nd Edition - http://www.phptr.com/promotion/1484?redir=1
The Official Samba-3 HOWTO and Reference Guide - http://www.phptr.com/promotion/1484?redir=1
Implementing CIFS: The Common Internet File System - http://www.phptr.com/promotion/1484?redir=1
Scheme
The Scheme Programming Language, 2nd Edition - http://www.scheme.com/tspl2d/
Teach Yourself Scheme in Fixnum Days - http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme.html
Schematics Scheme Cookbook - http://schemecookbook.org
Smalltalk
Smalltalk by Example: the Developer's Guide - http://www.iam.unibe.ch/~ducasse/FreeBooks/ByExample/
Smalltalk With Style (Volume One) - http://www.iam.unibe.ch/~ducasse/FreeBooks/WithStyle/SmalltalkWithStyle.pdf
Inside Smalltalk (Volume One) - http://www.iam.unibe.ch/~ducasse/FreeBooks/InsideST/InsideSmalltalk.pdf
Inside Smalltalk (Volume Two) - http://www.iam.unibe.ch/~ducasse/FreeBooks/InsideST/InsideSmalltalkII.pdf
A Little Smalltalk - http://www.iam.unibe.ch/~ducasse/FreeBooks/LittleSmalltalk/ALittleSmalltalk.pdf
The Art and Science of Smalltalk - http://www.iam.unibe.ch/~ducasse/FreeBooks/Art/artAdded174186187Final.pdf
Practical Smalltalk: Using Smalltalk/V - http://www.iam.unibe.ch/~ducasse/FreeBooks/PracticalSmalltalk/PracticalSmalltalk.pdf
Smalltalk An Introduction to Application Development using VisualWorks -
http://www.iam.unibe.ch/~ducasse/FreeBooks/HopkinsHoran/HopkinsHoran.pdf
Smalltalk and Object Orientation: an Introduction - http://www.iam.unibe.ch/~ducasse/FreeBooks/STandOO/Smalltalk-and-OO.pdf
Smalltalk V Tutorial - http://www.iam.unibe.ch/~ducasse/FreeBooks/SmalltalkVTutorial/SmalltalkVTutorial.pdf
The Taste of Smalltalk - http://www.iam.unibe.ch/~ducasse/FreeBooks/Taste/
The Joy Of Smalltalk - http://www.iam.unibe.ch/~ducasse/FreeBooks/Joy/
Smalltalk,objects and design - http://books.iuniverse.com/viewbooks.asp?isbn=1583484906&page=fm1
Smalltalk-80, Bits of History, Words of Advice - hhttp://www.iam.unibe.ch/~ducasse/FreeBooks/BitsOfHistory/
Smalltalk-80, The Interactive Programming Environment -
http://www.iam.unibe.ch/~ducasse/FreeBooks/TheInteractiveProgrammingEnv/TheInteractiveProgrammingEnv.pdf
DRAFTS of Squeak, Open Personal Computing and Multimedia - http://www.iam.unibe.ch/~ducasse/FreeBooks/CollectiveNBlueBook/
SQL
Comparison of Different SQL Implementations - http://www.computer-books.us/sql_0004.php
SQL - A Practical Introduction - http://www.managedtime.com/freesqlbook.php3
Introduction To Structured Query Language - http://www.computer-books.us/sql_2.php
Practical PostgreSQL - http://www.opendocspublishing.com/ppbook/
Sams Teach Yourself SQL in 24 Hours - http://www.samspublishing.com/library/library.asp?b=STY_Sql_24hours
Sams Teach Yourself Microsoft SQL Server 7 in 21 Days - http://www.samspublishing.com/library/library.asp?b=STY_Sql_Server_7
SQL for Web Nerds - http://philip.greenspun.com/sql/
Tcl
(Many of these are only sample chapters or partial copies of books. It is very hard to find TCL related books and I felt these are better than nothing
at all) Tcl for Web Nerds - http://philip.greenspun.com/tcl/
TCLWISE - An introduction to the Tcl programming language - http://www.invece.org/tclwise/
A Tcl/Tk Tutorial - http://www.mcs.vuw.ac.nz/comp/Publications/CS-TR-94-4.abs.html
Tcl/Tk Cookbook - http://www.bitd.clrc.ac.uk/Publications/Cookbook/
Practical Programming in Tcl and Tk - http://www.beedub.com/book/
Introduction to the Tcl Programming Language - http://www.lib.uchicago.edu/keith/tcl-course/
A Non-Programmer's Introduction to Tcl/Tk - http://www.ardenstone.com/projects/seniorsem/tcl/
TclTutor - http://www.msen.com/~clif/TclTutor.html
Core Documentation - http://www.tcl.tk/man/
Tcl/Tk Quick Reference Guide - http://www.slac.stanford.edu/~raines/tkref.html
UNIX
FreeBSD Handbook - http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html
The UNIX-HATERS Handbook - http://research.microsoft.com/%7Edaniel/unix-haters.html
Beej's Guide to Unix Interprocess Communication - http://beej.us/guide/ipc/
Beej's Guide to C Programming - http://beej.us/guide/bgc/
Visual Basic
Sams Teach Yourself Visual Basic 6 in 24 Hours - http://www.samspublishing.com/library/library.asp?b=STY_VB6_24hours
Visual Basic 6 By Example - http://www.other-space.com/vb/
Hardcore Visual Basic - http://vb.mvps.org/hardcore/
Windows Speech Recognition Programming: With Visual Basic and ActiveX Voice Controls -
http://books.iuniverse.com/viewbooks.asp?isbn=0595308430&page=fm1
Visual Basic.net
Programming VB.NET - A Guide For Experienced Programmers - http://www.apress.com/free/
Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET -
http://msdn.microsoft.com/vbrun/staythepath/additionalresources/upgradingvb6/
Introducing Visual Basic 2005 for Developers
http://msdn.microsoft.com/vbrun/staythepath/additionalresources/IntroTo2005/default.aspx
Public Joe's VB.net Book (a full book created from various freely available sample chapters from other books) -
http://www.publicjoe.f9.co.uk/vbnet/samples/ebook.html
Visual J#
Visual J# .NET FREE Online Course - http://www.learninglynx.com/jsharp/
90 page book XML
OpenOffice.org XML Essentials - http://books.evc-cit.info/
Essential XML Quick Reference - http://www.develop.com/books/essentialxmlqr/
Sams Teach Yourself XML in 21 Days - http://www.samspublishing.com/library/library.asp?b=STY_XML_21days
Processing XML with Java - http://www.cafeconleche.org/books/xmljava/
XML Basics - An Introduction to XML - http://www.xmlfiles.com/xml/
XML Tutorial - http://www.zvon.org/xxl/XMLTutorial/General/book.html
The skew.org XML Tutorial - http://skew.org/xml/tutorial/
The XML Revolution - http://www.brics.dk/~amoeller/XML/index.html
XML Bible - http://www.mmg.vmei.acad.bg/xml/
Learning XML - http://www.ravelgrane.com/ER/doc/lx/book.html
Introduction to XML - http://www.w3schools.com/xml/xml_whatis.asp
XML and Databases - http://www.rpbourret.com/xml/XMLAndDatabases.htm
XML Road Map - http://www.idealliance.org/XMLRoadmap/WEB/TOC/xmlrotoc.htm
XML Tutorial - http://helmer.hit.uib.no/~vemund/xml/tutorial/index.htm
introduction to XML for web developers - http://www.extropia.com/tutorials/xml/toc.html
Data Transfer Strategies - http://www.rpbourret.com/xml/DataTransfer.htm
The XML FAQ - http://xml.silmaril.ie/
Processing XML with Java - http://www.cafeconleche.org/books/xmljava/
Working with XML - http://java.sun.com/webservices/jaxp/dist/1.1/docs/tutorial/TOC.html
The XML Files: Using XML for Business-to-Business and Business-to-Consumer Applications -
http://www.redbooks.ibm.com/redbooks/SG246104.html
XML processing with Perl - http://www.xmltwig.com/tutorial/perl_xml/mtb04_01.html
Namespace Tutorial - http://www.zvon.org/xxl/NamespaceTutorial/Output/index.html
XML Namespaces FAQ - http://www.rpbourret.com/xml/NamespacesFAQ.htm
XML DOM Tutorial - http://www.w3schools.com/dom/default.asp
The Document Object Model API - http://www.python.org/doc/current/lib/module-xml.dom.html
XSL
A Little Bit of Everything About XSL - http://books.iuniverse.com/viewbooks.asp?isbn=0595296181&page=fm1
XSL Languages - http://www.w3schools.com/xsl/xsl_languages.asp
XSLT Tutorial - http://www.zvon.org/xxl/XSLTutorial/Output/index.html
XSL Concepts and Practical Use - http://nwalsh.com/docs/tutorials/xsl/xsl/frames.html
Jeni's XSLT Pages - http://www.jenitennison.com/xslt/index.html
XSL Frequently Asked Questions - http://www.dpawson.co.uk/xsl/index.html
XML Schema Tutorial - http://www.w3schools.com/schema/default.asp
XML Schema 2001 and Relax NG Tutorial - http://www.zvon.org/xxl/XMLSchemaTutorial/Output/index.html
Schematron Tutorial - http://www.zvon.org/xxl/SchematronTutorial/General/contents.html
Jeni's Schema Pages - http://www.jenitennison.com/schema/index.html
XML Schemas: Best Practices - http://www.xfront.com/BestPracticesHomepage.html
XML Schema 2001 Reference - http://www.zvon.org/xxl/xmlSchema2001Reference/Output/
Comparative Analysis of Six XML Schema Languages - http://www.cobase.cs.ucla.edu/tech-docs/dongwon/ucla-200008.html
XUL
Main XUL Tutorial - http://www.xulplanet.com/tutorials/xultu/
XUL Element Reference - http://www.xulplanet.com/references/elemref/
XPCOM Reference - http://www.xulplanet.com/references/xpcomref/
Scriptable Objects Reference - http://www.xulplanet.com/references/objref/
Developers Guide - http://www.xulplanet.com/tutorials/mozsdk/
Misc. stuff that is worth reading
The Future does not compute - http://www.praxagora.com/stevet/fdnc/toc.html
The Cathedral and the Bazaar - http://www.catb.org/~esr/writings/cathedral-bazaar/
Proudly Serving My Corporate Masters: What I Learned in Ten Years as a Microsoft Programmer -
http://books.iuniverse.com/viewbooks.asp?isbn=0595161286&page=fm1
77 Sure Fire Ways to Kill a Software Project: Destructive Tactics That Cause Budget Overruns, Late Deliveries, and Massive Personnel Turnover -
http://books.iuniverse.com/viewbooks.asp?isbn=0595126103&page=fm1
A Beginner's Guide To Understanding Technical Support - http://books.iuniverse.com/viewbooks.asp?isbn=0595225748&page=fm1
195 Free Online Programming Books
How to Be a Programmer
http://samizdat.mines.edu/howto/HowToBeAProgrammer.html
How to Design Programs
http://www.htdp.org/2002-09-22/Book/
Practical Theory of Programming
http://www.cs.toronto.edu/%7Ehehner/aPToP/
Software Engineering for Internet Applications
http://philip.greenspun.com/seia/
Structure and interpretation of computer programs
http://mitpress.mit.edu/SICP/
More programming books http://2020ok.com/3839.htm
The Programmers Stone
http://www.reciprocality.org/Reciprocality/r0/
Subversion Version Control: Using the Subversion Version Control System in Development Projects
http://www.phptr.com/promotions/promotion….84&redir=1&rl=1
Ada
Ada 95 Rational
http://www.adaic.org/standards/95rat/RATht…5-contents.html
Ada 95 Reference Manual
http://www.adahome.com/rm95/
Changes to Ada 1987 - 1995
http://www.oopweb.com/Ada/Documents/Change…lumeFrames.html
Ada 95: The Lovelace Tutorial
http://www.adahome.com/Tutorials/Lovelace/master.htm
The Big Online Book of Linux Ada Programming
http://www.pegasoft.ca/resources/boblap/book.html
Algorithms
Algorithms and Complexity
http://www.cis.upenn.edu/%7Ewilf/AlgComp.html
Programming Algorithms http://2020ok.com/3870.htm
Information Theory, Inference, and Learning Algorithms
http://www.inference.phy.cam.ac.uk/mackay/itprnn/book.html
Assembly
Assembly Language Tutorial
http://www.oopweb.com/Assembly/Documents/a…lumeFrames.html
Programming From the Ground Up
http://download.savannah.gnu.org/releases/pgubook/
Assembly Language Programming http://2020ok.com/3954.htm
Ralph Brown's Interrupt List
http://www.oopweb.com/Assembly/Documents/I…lumeFrames.html
The Art of Assembly Language Programming
http://www.oopweb.com/Assembly/Documents/A…lumeFrames.html
The Assembly Language Database
http://www.oopweb.com/Assembly/Download/NortonGuide.zip
Win32 Programming for x86 Assembly Language Programmers
http://www.oopweb.com/Assembly/Documents/W…lumeFrames.html
C
A Tutorial on Pointers and Arrays in C
http://www.oopweb.com/CPP/Documents/CPoint…lumeFrames.html
C Programming
http://www.oopweb.com/CPP/Documents/CProgr…lumeFrames.html
Object Orientated Programming in ANSI-C
http://www.planetpdf.com/developer/article…?contentid=6635
The C Book
http://publications.gbdirect.co.uk/c_book/
Writing Bug-Free C Code
http://www.duckware.com/bugfreec/index.html
C - Elements of Style
http://www.computer-books.us/c_3.php
Learning GNU C
http://www.linuxtopia.org/online_books/pro…nu_c/index.html
C++
An Overview Of The C++ Programming Langauge
http://www.oopweb.com/CPP/Download/crc.zip
C++ Annotations
http://www.oopweb.com/CPP/Documents/CPPAnn…lumeFrames.html
C++ Annotations
http://www.oopweb.com/CPP/Download/cplusplus.zip
C++ Coding Standard
http://www.oopweb.com/CPP/Documents/CodeSt…lumeFrames.html
C & C++ http://2020ok.com/3956.htm
C++ Course
http://www.oopweb.com/CPP/Download/CPPCourse.zip
C++ How To
http://www.oopweb.com/CPP/Documents/CPPHOW…lumeFrames.html
C++ In Action
http://www.relisoft.com/book/index.htm
C++: A Dialog
http://www.steveheller.com/cppad/cppad.htm
How To Think Like A Computer Scientist with C++
http://www.oopweb.com/CPP/Documents/ThinkC…lumeFrames.html
Introduction To OOP Using C++
http://www.oopweb.com/CPP/Documents/Intro2…lumeFrames.html
Introduction To OOP Using C++
http://www.oopweb.com/CPP/Download/Intro2OOP.zip
Objects First
http://www.oopweb.com/CPP/Documents/Object…lumeFrames.html
Optimizing C++
http://www.steveheller.com/opt/
STL Guide
http://www.oopweb.com/CPP/Documents/STLGui…lumeFrames.html
STL Guide
http://www.oopweb.com/CPP/Download/stl.zip
The Function Pointer Tutorials
http://www.oopweb.com/CPP/Documents/Functi…lumeFrames.html
The Standard Template Library Tutorial
http://www.oopweb.com/CPP/Documents/STL/VolumeFrames.html
Thinking in C++
http://www.planetpdf.com/developer/article…?ContentID=6634
Thinking in C++, Second Edition (Volumes 1 & 2)
http://mindview.net/Books/TICPP/ThinkingInCPP2e.html
An Introduction to C++ Programming
http://www.computer-books.us/cpp_1.php
Programming in C++ - Rules and Recommendations
http://www.computer-books.us/cpp_6.php
A Beginners C++ Book
http://www.uow.edu.au/~nabg/ABC/ABC.html
C++ GUI Programming with Qt 3
http://www.phptr.com/promotion/1484?redir=1
Cross-Platform GUI Programming with wxWidgets
http://www.phptr.com/promotion/1484?redir=1
C#
C# in Detail
http://www.computer-books.us/csharp_0005.php
C# - The Basics
http://www.computer-books.us/csharp_0004.php
C# Language Specification
http://www.computer-books.us/csharp_1.php
Data Structures and Algorithms with Object-Oriented Design Patterns in C#
http://www.computer-books.us/csharp_2.php
C# Programming http://2020ok.com/697342.htm
Dissecting a C# Application - Inside SharpDevelop
http://www.computer-books.us/csharp_3.php
C# tutorial (2 .pdf's)
http://www.ssw.uni-linz.ac.at/Teaching/Lec…Sharp/Tutorial/
CGI
CGI Programming on the World Wide Web
http://www.oreilly.com/openbook/cgi/
CGI Programming http://2020ok.com/4025.htm
COBOL
zingCOBOL - A Beginners Guide to COBOL Programming
http://www.computer-books.us/cobol_0006.php
Teach Yourself COBOL in 21 Days
http://www.computer-books.us/cobol_0005.php
WebSphere Studio COBOL for Windows - Language Reference
http://www.computer-books.us/cobol_1.php
COBOL Programming Course
http://www.computer-books.us/cobol_2.php
COBOL Programming http://2020ok.com/3969.htm
WebSphere Studio COBOL for Windows - Programming Guide
http://www.computer-books.us/cobol_3.php
HP COBOL II/XL Reference Manual
http://www.computer-books.us/cobol_4.php
Databases
MySQL Reference Manual
http://dev.mysql.com/doc/
Database http://2020ok.com/549646.htm
Oracle 10g Database Book and Documentation Library
http://wtcis.wtamu.edu/oracle/
Delphi/Pascal
Delphi 2005 Tutorial for Beginners
http://www.xcalibur.co.uk/training/Delphi2005/index.php
Delphi Training
http://www.xcalibur.co.uk/training/delphi/oldindex.html
Essential Delphi
http://marcocantu.com/edelphi/default.htm
Essential Pascal
http://marcocantu.com/epascal/default.htm
Delphi Language Guide - Delphi For The Microsoft .NET Framework
http://www.computer-books.us/delphi_2.php
Delphi Database Application Developers Guide
http://www.computer-books.us/delphi_1.php
Fortran
Numerical Recipes with Fortran 77
http://www.library.cornell.edu/nr/cbookfpdf.html
Numerical Recipes with Fortran 90
http://www.library.cornell.edu/nr/cbookf90pdf.html
Professional Programmer's Guide to Fortran 77
http://www.computer-books.us/fortran_3.php
User Notes on Fortran Programming (UNFP)
http://www.ibiblio.org/pub/languages/fortran/
HTML
HTML 4.01 Specifications
http://www.oopweb.com/HTML/Documents/HTML4/VolumeFrames.html
Web Development http://2020ok.com/3510.htm
Writing HTML
http://www.oopweb.com/HTML/Documents/Writi…lumeFrames.html
Java
How to Think Like a Computer Scientist with Java
http://www.oopweb.com/Java/Documents/Think…lumeFrames.html
Introduction to Programming Using Java
http://www.oopweb.com/Java/Documents/Intro…lumeFrames.html
Introduction To Programming Using Java
http://www.linuxtopia.org/online_books/pro…ming/index.html
Java Programming Tutorial: Introduction to Computer Science
http://www.oopweb.com/Java/Documents/JavaN…lumeFrames.html
Thinking in Java, 3rd Edition
http://www.mindview.net/Books/TIJ/
Thinking in Enterprise Java
http://www.ibiblio.org/pub/docs/books/eckel/
More Java Books http://kickjava.com/freeBooks.html
Java AWT Reference
http://www.oreilly.com/catalog/javawt/book/index.html
Enterprise JavaBeans
http://www.computer-books.us/java_1.php
Essentials of the Java Programming Language - Part 1
http://www.computer-books.us/java_2.php
Essentials of the Java Programming Language - Part 2
http://www.computer-books.us/java_3.php
Exploring Java
http://www.computer-books.us/java_4.php
Introduction to Computer Science using Java
http://www.computer-books.us/java_5.php
Java Development http://2020ok.com/3608.htm
Java Language Reference
http://www.computer-books.us/java_8.php
Java Servlet Programming
http://www.computer-books.us/java_9.php
Java Web Services Tutorial
http://www.computer-books.us/java_10.php
Java Look and Feel Design Guidelines, Second Edition
http://java.sun.com/products/jlf/ed2/book/index.html
The Design Patterns: Java Companion
http://www.patterndepot.com/put/8/JavaPatterns.htm
1000 Java Tips e-Book
http://javaa.com
Apache Jakarta Commons: Reusable Java™ Components
http://www.phptr.com/promotion/1484?redir=1
Java™ Application Development on Linux®
http://www.phptr.com/promotion/1484?redir=1
Practical Artificial Intelligence Programming in Java
http://www.markwatson.com/opencontent/javaai_lic.htm
Javascript
Voodoo's Introduction to Javascript
http://www.oopweb.com/JavaScript/Documents…lumeFrames.html
Javascript Programming http://2020ok.com/3617.htm
Linux
Linux Device Drivers, Third Edition
http://lwn.net/Kernel/LDD3/
The Linux Development Platform
http://www.phptr.com/promotion/1484?redir=1
Understanding the Linux Virtual Memory Manager
http://www.phptr.com/promotion/1484?redir=1
Self-Service Linux®: Mastering the Art of Problem Determination
http://www.phptr.com/promotion/1484?redir=1
Linux® Quick Fix Notebook
http://www.phptr.com/promotion/1484?redir=1
Managing Linux Systems with Webmin: System Administration and Module Development
http://www.phptr.com/promotion/1484?redir=1
An Introduction to GCC
http://www.linuxtopia.org/online_books/an_…_gcc/index.html
Linux http://2020ok.com/3756.htm
Using the GNU Compiler Collection (GCC)
http://www.linuxtopia.org/online_books/pro…tion/index.html
Bash Reference Guide
http://www.linuxtopia.org/online_books/bas…uide/index.html
Bash Guide for Beginners
http://www.linuxtopia.org/online_books/bas…ners/index.html
Advanced Bash Scripting Guide
http://www.linuxtopia.org/online_books/adv…uide/index.html
Linux Kernel Module Programming Guide
http://www.linuxtopia.org/online_books/Lin…uide/index.html
Red Hat Linux Developer Tools Guide
http://www.linuxtopia.org/online_books/red…uide/index.html
Linux Debugging with gdb Guide
http://www.linuxtopia.org/online_books/red…_gdb/index.html
Using cpp, the C Preprocessor Guide
http://www.linuxtopia.org/online_books/pro…ssor/index.html
Lisp
Loving Lisp - the Savy Programmer's Secret Weapon
http://www.markwatson.com/opencontent/lisp_lic.htm
List Programming http://2020ok.com/3981.htm
Open Source
Rapid Application Development with Mozilla
http://www.phptr.com/promotion/1484?redir=1
Creating Applications with Mozilla
http://books.mozdev.org/chapters/index.html
Free as in Freedom
http://www.oreilly.com/openbook/freedom/index.html
Managing Projects with GNU make, 3rd Edition
http://www.oreilly.com/catalog/make3/book/index.csp
OpenSources: Voices from the Open Source Revolution
http://www.oreilly.com/catalog/opensources/book/toc.html
Understanding Open Source and Free Software Licensing
http://www.oreilly.com/catalog/osfreesoft/book/
Embedded Software Development with eCos
http://www.phptr.com/promotion/1484?redir=1
Open Source Security Tools: A Practical Guide to Security Applications
http://www.phptr.com/promotion/1484?redir=1
Perl
HTMLified Perl 5 Reference Guide
http://www.oopweb.com/Perl/Documents/Perl5…lumeFrames.html
Perl 5 Documentation
http://www.oopweb.com/Perl/Documents/PerlD…lumeFrames.html
Perl for Perl Newbies
http://www.oopweb.com/Perl/Documents/P4PNe…lumeFrames.html
Perl for Win32 FAQ
http://www.oopweb.com/Perl/Documents/PerlW…lumeFrames.html
Picking Up Perl
http://www.oopweb.com/Perl/Documents/Picki…lumeFrames.html
Picking Up Perl
http://www.linuxtopia.org/online_books/perl/index.html
Perl Programming
http://www.2020ok.com/4045.htm
Practical Perl Programming
http://www.oopweb.com/Perl/Documents/ppp/VolumeFrames.html
Beginning Perl
http://www.perl.org/books/beginning-perl/
Impatient Perl
http://www.perl.org/books/impatient-perl/
Extreme Perl
http://www.extremeperl.org/bk/home
MacPerl: Power & Ease
http://macperl.com/ptf_book/r/MP/i2.html
Embedding Perl in HTML with Mason
http://www.masonbook.com/
Perl for the Web
http://www.globalspin.com/thebook/
Practical mod_perl (1st edition)
http://modperlbook.com/
Web Client Programming with Perl
http://www.oreilly.com/openbook/webclient/
Perl 5 By Example
http://www.computer-books.us/perl_0010.php
An Introduction to Perl
http://www.linuxtopia.org/Perl_Tutorial/index.html
PHP
Practical PHP Programming
http://www.hudzilla.org/phpbook/
A Programmer's Introduction to PHP 4.0 -http://www.apress.com/free/
PHP 5 Power Programming
http://www.computer-books.us/php_2.php
PHP Programming http://2020ok.com/295223.htm
Practical PHP Programming
http://www.computer-books.us/php_3.php
Prolog
Adventure in Prolog
http://www.amzi.com/AdventureInProlog/
Building Expert Systems in Prolog -http://www.amzi.com/ExpertSystemsInProlog/
Prolog programming http://2020ok.com/295223.htm
Prolog Programming A First Course
http://computing.unn.ac.uk/staff/cgpb4/prologbook/
Python
Non-Programmers Tutorial for Python
http://rupert.honors.montana.edu/~jjc/easy…ut/easytut.html
Official Python Documentation
http://www.python.org/doc/current/
Text Processing in Python -http://gnosis.cx/TPiP/
Python Reference Manual
http://docs.python.org/ref/ref.html
Python Imaging Library Handbook -http://www.pythonware.com/library/the-python-imaging-library.htm
How to Think Like a Computer Scientist - Learning with Python
http://www.greenteapress.com/thinkpython
Dive Into Python -http://diveintopython.org/
Python Programming http://2020ok.com/285856.htm
Thinking in Python
http://mindview.net/Books/TIPython
A Byte of Python
http://www.ibiblio.org/g2swap/byteofpython/read/
Ruby
Programming Ruby - The Pragmatic Programmer's Guide (First Edition)
http://www.ruby-doc.org/docs/ProgrammingRuby/
Why's (Poignant) Guide to Ruby
http://poignantguide.net/ruby/ <–the funniest programming book I have ever seen!
Samba
Samba-3 by Example: Practical Exercises to Successful Deployment
http://www.phptr.com/promotion/1484?redir=1
Samba-3 by Example: Practical Exercises to Successful Deployment, 2nd Edition
http://www.phptr.com/promotion/1484?redir=1
The Official Samba-3 HOWTO and Reference Guide
http://www.phptr.com/promotion/1484?redir=1
Implementing CIFS: The Common Internet File System
http://www.phptr.com/promotion/1484?redir=1
SQL
Comparison of Different SQL Implementations
http://www.computer-books.us/sql_0004.php
SQL - A Practical Introduction
http://www.managedtime.com/freesqlbook.php3
Introduction To Structured Query Language
http://www.computer-books.us/sql_2.php
Practical PostgreSQL
http://www.opendocspublishing.com/ppbook/
UNIX
FreeBSD Handbook
http://www.freebsd.org/doc/en_US.ISO8859-1…book/index.html
Unix http://2020ok.com/3778.htm
The UNIX-HATERS Handbook
http://research.microsoft.com/%7Edaniel/unix-haters.html
Visual Basic and VB.net
Programming VB.NET - A Guide For Experienced Programmers
http://www.apress.com/free/
Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET
http://msdn.microsoft.com/vbrun/staythepat…s/upgradingvb6/
Visual Basic http://2020ok.com/3996.htm
Introducing Visual Basic 2005 for Developers
http://msdn.microsoft.com/vbrun/staythepat…05/default.aspx
XML
OpenOffice.org XML Essentials
http://books.evc-cit.info/

Free E-Books
Good Site for Software Engineers http://software-engineer.org/
No. Title/Author URL
1 10 minute guide to lotus
notes mail 4.5
http://www.parsian.net/set1252/pages/books.htm
2 10 minute guide to
Microsoft exchange 5.0
http://www.parsian.net/set1252/pages/books.htm
3 10 minute guide to
outlook 97
http://www.parsian.net/set1252/pages/books.htm
4 10 minute guide to
schedule+ for windows
95
http://www.parsian.net/set1252/pages/books.htm
5 ActiveX programming
unleashed
http://www.parsian.net/set1252/pages/books.htm
6 ActiveX programming
unleashed
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
7 Advanced perl
programming
http://www.hk8.org/old_web/
8 Advanced PL/SQL
programming with
packages
http://www.hk8.org/old_web/
9 Adventure in
Prolog/AMZI
www.oopweb.com
10 Algorithms
CMSC251/Mount, David
www.oopweb.com
11 Alison Balter's Mastering
Access 95 development,
premier ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
12 Apache : The definitive
guide, 3rd.ed.
http://www.hk8.org/old_web/
13 Beej's guide to network
programming/Hall, Brain
www.oopweb.com
14 Beyond Linux from
Scratch/BLFS
Development Team
http://book.onairweb.net/computer/os/linux/Administration/Beyond_Linux_From_Scratch/
15 Borland C++ builder
unleashed
http://www.parsian.net/set1252/pages/books.htm
16 Building an intranet with
windows NT 4
http://www.parsian.net/set1252/pages/books.htm
17 Building an Intranet with
Windows NT 4
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
18 Building expert systems
in prolog/AMZI
www.oopweb.com
19 C programming
language
http://book.onairweb.net/computer/pl/C/The_C_Programming_Language_by_K&R/
20 C Programming/Holmes,
Steven
www.oopweb.com
21 C++ Annotations www.oopweb.com
22 CGI developer's guide http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
23 CGI manual of style http://www.parsian.net/set1252/pages/books.htm
24 CGI manual of style
online
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
25 CGI programming http://www.hk8.org/old_web/
26 CGI programming
unleashed
http://www.parsian.net/set1252/pages/books.htm
27 CGI programming with
Perl, 2nd.ed.
http://www.hk8.org/old_web/
28 Charlie Calvert's
Borland C++ builder
unleashed
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
29 Client/server computing,
2nd.ed.
http://www.parsian.net/set1252/pages/books.htm
30 Client-server computing,
2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
31 Common LISP, the
language/Steele, Guy
www.oopweb.com
32 Compilers and compiler
generators : an
introduction with
C++/Terry, P.D.
www.oopweb.com
33 Complete idiot's guide to
creating HTML webpage
http://www.parsian.net/set1252/pages/books.htm
34 Computer graphics
CMSC 427/Mount,
David
www.oopweb.com
35 Configuring and
troubleshooting the
windows NT/95 registry
http://www.parsian.net/set1252/pages/books.htm
36 Creating commercial
websites
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
37 Creating web applets
with Java
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
38 Crystal Reports.NET http://www.crystalreportsbook.com/Chapters.asp
39 Curious about the
internet
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
40 Curious about the
internet?
http://www.parsian.net/set1252/pages/books.htm
41 Dan appleman's
developing activeX
components with Visual
Basic 5
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
42 Dan appleman's
developing activex
components with Visual
Basic 5.0
http://www.parsian.net/set1252/pages/books.htm
43 Data structures
CMSC420/Mount, David
www.oopweb.com
44 Database developer's
guide with visual basic
4, 2nd.ed.
http://www.parsian.net/set1252/pages/books.htm
45 Database developer's
guide with Visual Basic
4, 2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
46 Database developer's
guide with Visual C++ 4,
2nd.ed.
http://www.parsian.net/set1252/pages/books.htm
47 Database developer's
guide with Visual C++ 4,
2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
48 Design and analysis of
computer algorithms
CMSC451/Mount, David
www.oopweb.com
49 Designing implementing
Microsoft internet
information server
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
50 Designing implementing
Microsoft proxy server
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
51 Developing for netscape
one
http://www.parsian.net/set1252/pages/books.htm
52 Developing intranet
applications with java
http://www.parsian.net/set1252/pages/books.htm
53 Developing personal
oracle 7 for windows 95
applications
http://www.parsian.net/set1252/pages/books.htm
54 Developing personal
Oracle 7 for windows 95
applications
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
55 Developing professional
java applets
http://www.parsian.net/set1252/pages/books.htm
56 Developing professional
java applets
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
57 DNS and BIND http://www.hk8.org/old_web/
58 Doing objects with
VB.NET and C#
http://vbwire.com/nl?6814
59 EAI/BPM Evaluation
Series: IBM WebSphere
http://www.cmis.csiro.au/mte/reports/BPM_IBMwebsphereMQ332.htm
MQ Workflow v3.3.2 &
EAI Suite by
> Middleware
Technology Evaluation
Series, Phong Tran &
Jeffrey Gosper
60 Effective AWK
programming
http://book.onairweb.net/computer/os/shell/Effective_AWK_Programming/
61 Enterprise javabeans,
2nd.ed.
http://www.hk8.org/old_web/
62 Exploring java http://www.hk8.org/old_web/
63 GNOME/Sheets, John www.oopweb.com
64 Graph theory/Prof. Even www.oopweb.com
65 Hacking java http://www.parsian.net/set1252/pages/books.htm
66 How intranets work http://www.parsian.net/set1252/pages/books.htm
67 How intranets work http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
68 How to program visual
basic 5.0
http://www.parsian.net/set1252/pages/books.htm
69 How to use HTML 3.2 http://www.parsian.net/set1252/pages/books.htm
70 Html : The definitive
guide
http://www.hk8.org/old_web/
71 HTML 3.2 & CGI
unleashed
http://www.parsian.net/set1252/pages/books.htm
72 HTML 3.2 and CGI
professional reference
edition unleashed
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
73 HTML by example http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
74 Internet firewall http://www.hk8.org/old_web/
75 Intranets unleashed http://www.parsian.net/set1252/pages/books.htm
76 Introduction to objectoriented
programming
using C++/Muller, Peter
www.oopweb.com
77 Introduction to
programming using
Java/Eck, David
www.oopweb.com
78 Introduction to socket
programming
http://book.onairweb.net/computer/network/An_Introduction_to_Socket_Programming/
79 Java 1.1 unleashed http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
80 Java 1.1 unleashed,
2nd.ed.
http://www.parsian.net/set1252/pages/books.htm
81 Java 1.1 unleashed,
3rd.ed.
http://www.parsian.net/set1252/pages/books.htm
82 Java 114 documentation http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
83 Java AWT reference http://www.hk8.org/old_web/
84 Java by example http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
85 Java developer's guide http://www.parsian.net/set1252/pages/books.htm
86 Java developer's guide http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
87 Java developer's
reference
http://www.parsian.net/set1252/pages/books.htm
88 Java developer's
reference
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
89 Java Distributed
computing
http://www.hk8.org/old_web/
90 Java enterprise http://www.hk8.org/old_web/
91 Java enterprise in a
nutshell
http://www.hk8.org/old_web/
92 Java foundation classes
in a nutshell
http://www.hk8.org/old_web/
93 Java fundamental
classes reference
http://www.hk8.org/old_web/
94 Java in a nutshell http://www.hk8.org/old_web/
95 Java in a nutshell,
3rd.ed.
http://www.hk8.org/old_web/
96 Java language
reference
http://www.hk8.org/old_web/
97 Java security http://www.hk8.org/old_web/
98 Java servlet
programming
http://www.hk8.org/old_web/
99 Java unleashed http://www.parsian.net/set1252/pages/books.htm
100 Java unleashed http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
101 Java, 2nd.ed. http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
102 JavaScript : the
definitive guide
http://www.hk8.org/old_web/
103 Javascript manual of
style
http://www.parsian.net/set1252/pages/books.htm
104 Javascript manual of
style
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
105 Josh's GNU Linux
Guide/Joshua
http://book.onairweb.net/computer/os/linux/Administration/Josh's_GNU_Linux_Guide/
106 Late night activex http://www.parsian.net/set1252/pages/books.htm
107 Late night activeX http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
108 Laura lemay's 3D
graphics in and VRML 2
http://www.parsian.net/set1252/pages/books.htm
109 Laura lemay's activex
and VBScript
http://www.parsian.net/set1252/pages/books.htm
110 Laura lemay's graphics
and web page design
http://www.parsian.net/set1252/pages/books.htm
111 Laura lemay's guide to
sizzling websites design
http://www.parsian.net/set1252/pages/books.htm
112 Laura lemay's javascript
1.1
http://www.parsian.net/set1252/pages/books.htm
113 Laura lemay's web
workshop activex and
VBScript
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
114 Laura lemay's web
workshop Graphics web
page design
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
115 Laura lemay's web
workshop javascript
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
116 Learning perl http://www.hk8.org/old_web/
117 Learning perl on win32 http://www.hk8.org/old_web/
118 Learning the kornshell http://www.hk8.org/old_web/
119 Learning unix http://www.hk8.org/old_web/
120 Learning vi http://www.hk8.org/old_web/
121 Linux from
Scratch/Beekmans,
Gerard
http://book.onairweb.net/computer/os/linux/Administration/Linux_From_Scratch/
122 Linux in a nutshell,
3rd.ed.
http://www.hk8.org/old_web/
123 Linux kernel/Rusling,
David
www.oopweb.com
124 Linux network
administrator's
guide/Dawson, Terry
www.oopweb.com
125 Linux system
administrator's survival
guide
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
126 MAPI, SAPI and TAPI
developer's guide
http://www.parsian.net/set1252/pages/books.htm
127 Mastering access 95
development
http://www.parsian.net/set1252/pages/books.htm
128 Microsoft access 97
quick reference
http://www.parsian.net/set1252/pages/books.htm
129 Microsoft access 97
quick reference
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
130 Microsoft backoffice 2
unleashed
http://www.parsian.net/set1252/pages/books.htm
131 Microsoft excel 97 quick
reference
http://www.parsian.net/set1252/pages/books.htm
132 Microsoft excel 97 quick
reference
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
133 Microsoft exchange
server survival guide
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
134 Microsoft frontpage
unleashed
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
135 Microsoft word 97 quick
reference
http://www.parsian.net/set1252/pages/books.htm
136 Microsoft word 97 quick
reference
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
137 Microsoft works 4.5 6-In-
1
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
138 More than 100 full-text
e-books
http://www.allfreetech.com/EBookCategory.asp
139 Ms backoffice
administrator's survival
guide
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
140 Ms backoffice
unleashed
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
141 Mysql and msql http://www.hk8.org/old_web/
142 Netscape plug-ins
developer's kit
http://www.parsian.net/set1252/pages/books.htm
143 Official gamelan java
directory
http://www.parsian.net/set1252/pages/books.htm
144 Oracle built-in packages http://www.hk8.org/old_web/
145 Oracle PL/SQL built-in
pocket reference
http://www.hk8.org/old_web/
146 Oracle PL/SQL
language pocket
reference
http://www.hk8.org/old_web/
147 Oracle PL/SQL
programming guide to
Oracle 8 features
http://www.hk8.org/old_web/
148 Oracle PL/SQL
programming, 2nd.ed.
http://www.hk8.org/old_web/
149 Oracle unleashed http://www.parsian.net/set1252/pages/books.htm
150 Oracle unleashed http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
151 Oracle web applications
PL/SQL developer's
introduction
http://www.hk8.org/old_web/
152 Patterns of enterprise
application
architecture/Fowler,
Martin
http://www.awprofessional.com/catalog/product.asp?product_id={574D77DF-6ED2-BC5-A6A8-02E59CA7482D}
153 PC week : the intranet
advantage
http://www.parsian.net/set1252/pages/books.htm
154 Perl 5 by example http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
155 Perl 5 quick reference http://www.parsian.net/set1252/pages/books.htm
156 Perl 5 unleashed http://www.parsian.net/set1252/pages/books.htm
157 Perl 5.0 CGI web pages http://www.parsian.net/set1252/pages/books.htm
158 Perl cookbook http://www.hk8.org/old_web/
159 Perl for system
administration
http://www.hk8.org/old_web/
160 Perl in a nutshell http://www.hk8.org/old_web/
161 Perl quick reference http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
162 Peter norton's complete
guide to windows NT 4
workstations
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
163 Presenting activex http://www.parsian.net/set1252/pages/books.htm
164 Presenting activex http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
165 Presenting javabeans http://www.parsian.net/set1252/pages/books.htm
166 Presenting javabeans http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
167 Programming perl http://www.hk8.org/old_web/
168 Programming perl,
3rd.ed.
http://www.hk8.org/old_web/
169 Programming the Perl
DBI
http://www.hk8.org/old_web/
170 Red hat linux unleashed http://www.parsian.net/set1252/pages/books.htm
171 Running a perfect
intranet
http://www.parsian.net/set1252/pages/books.htm
172 Running Linux, 3rd.ed. http://www.hk8.org/old_web/
173 Sams teach yourself
java 1.1 in 24 hours/
http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_Java_1.1_Programming_in_24_Hours
174 Sams Teach yourself
java in 21 days/Lemay,
Laura
http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_Java_in_21_Days/
175 Sams teach yourself http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_Linux_in_24%20Hours/
linux in 24 hours/Ball,
Bill
176 Sams teach yourself
shell programming in 24
hours
http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_Shell_Programming_in_24_Hours/
177 Sams teach yourself
TCP/IP in 14 days
http://book.onairweb.net/computer/sams/Sams_Teach_Yourself_TCP-IP_in_14_Days(SE)/
178 Sed and awk http://www.hk8.org/old_web/
179 Sendmail http://www.hk8.org/old_web/
180 Sendmail desktop
reference
http://www.hk8.org/old_web/
181 Slackware linux
unleashed
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
182 Special edition using
java, 2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
183 Special edition using
javascript
http://www.parsian.net/set1252/pages/books.htm
184 Special edition using
javascript
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
185 Special edition using
Jscript
http://www.parsian.net/set1252/pages/books.htm
186 Special edition using
lotus notes and domino
4.5
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
187 Special edition using
Microsoft SQL server
6.5, 2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
188 Special edition using
Microsoft visual Interdev
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
189 Special edition using
perl 5 for web
programming
http://www.parsian.net/set1252/pages/books.htm
190 Special edition using
perl for web
programming
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
191 Special edition using
Visual Basic 4
http://www.parsian.net/set1252/pages/books.htm
192 TCP/IP http://www.hk8.org/old_web/
193 Teach yourself activex
programming in 21 days
http://www.parsian.net/set1252/pages/books.htm
194 Teach yourself C++ in
21 days
http://www.parsian.net/set1252/pages/books.htm
195 Teach yourself C++ in
21 days
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
196 Teach yourself CGI
programming with Perl 5
in a week
http://www.parsian.net/set1252/pages/books.htm
197 Teach yourself database
programming with VB5
in 21 days, 2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
198 Teach yourself database
programming with visual
basic 5 in 21 days
http://www.parsian.net/set1252/pages/books.htm
199 Teach yourself HTML
3.2 in 24 hours
http://www.parsian.net/set1252/pages/books.htm
200 Teach yourself HTML
3.2 in 24 hours
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
201 Teach yourself internet
game programming with
java in 21 days
http://www.parsian.net/set1252/pages/books.htm
202 Teach yourself java 1.1
programming in 24
hours
http://www.parsian.net/set1252/pages/books.htm
203 Teach yourself jave in
café in 21 days
http://www.parsian.net/set1252/pages/books.tm
204 Teach yourself Microsoft
visual Interdev in 21
days
http://www.parsian.net/set1252/pages/books.htm
205 Teach yourself Microsoft
visual Interdev in 21
days
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
206 Teach yourself oracle 8
in 21 days
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
207 Teach yourself perl 5 in
21 days
http://www.parsian.net/set1252/pages/books.htm
208 Teach yourself perl 5 in
21 days, 2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
209 Teach yourself SQL in
21 days
http://www.parsian.net/set1252/pages/books.htm
210 Teach yourself SQL in
21 days, 2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
211 Teach yourself TCP/IP
in 14 days
http://www.parsian.net/set1252/pages/books.htm
212 Teach yourself TCP/IP
in 14 days, 2nd.ed.
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
213 Teach yourself the
Internet in 24 hours
http://www.parsian.net/set1252/pages/books.htm
214 Teach yourself the
internet in 24 hours
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
215 Teach yourself VBScript
in 21 days
http://www.parsian.net/set1252/pages/books.htm
216 Teach yourself VBScript
in 21 days
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
217 Teach yourself visual
basic 5 in 24 hours
http://www.parsian.net/set1252/pages/books.htm
218 Teach yourself Visual
Basic 5 in 24 hours
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
219 Teach yourself Visual
J++ in 21 days
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
220 Teach yourself web
publishing with HTML
3.2 in 14 days
http://www.parsian.net/set1252/pages/books.htm
221 Teach yourself web
publishing with HTML in
14 days
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
222 Thinking in C++ http://www.mindview.net/Books
223 Thinking in C++/Eckel,
Bruce - Vol.I, 2nd.ed.
www.oopweb.com
224 Thinking in C++/Eckel,
Bruce - Vol.II, 2nd.ed.
www.oopweb.com
225 Thinking in Enterprise
Java
http://www.mindview.net/Books
226 Thinking in Java, 2nd.ed. www.oopweb.com
227 Thinking in Java, 3rd.ed.
(pdf)
http://www.mindview.net/Books
228 Tricks of the internet
gurus
http://www.parsian.net/set1252/pages/books.htm
229 Tricks of the java
programming gurus
http://www.parsian.net/set1252/pages/books.htm
230 Unix and internet
security
http://www.hk8.org/old_web/
231 Unix hints and
hacks/Waingrow, Kirk
http://book.onairweb.net/computer/os/unix/Administration/UNIX_Hints_&_Hacks/19270001.htm
232 Unix in a nutshell http://www.hk8.org/old_web/
233 Unix kornshell quick
reference
http://book.onairweb.net/computer/os/shell/Unix_KornShell_Quick_Reference/kornShell.html
234 Unix power tools http://www.hk8.org/old_web/
235 Unix shell guide http://book.onairweb.net/computer/os/shell/The_UNIX_Shell_Guide/
236 Unix unleashed http://www.parsian.net/set1252/pages/books.htm
237 Unix unleashed http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
238 Unix unleashed Internet
Ed./Burk, Robin
http://book.onairweb.net/computer/os/unix/Administration/UNIX_Unleashed(Internet_Edition)/fm.htm
239 Unix unleashed, System
administrator's Edition
http://book.onairweb.net/computer/os/unix/Administration/UNIX_Unleashed_System_Administrator's_Edition/toc.htm
240 Unix Unleashed/Sams
Publication
http://book.onairweb.net/computer/os/unix/Administration/UNIX_Unleashed/
241 Upgrading PCs
illustrated
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
242 Using windows NT
workstation 4.0
http://www.parsian.net/set1252/pages/books.htm
243 VBScript unleashed http://www.parsian.net/set1252/pages/books.htm
244 Vbscript unleashed http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
245 Visual basic 4 in 12
easy lessons
http://www.parsian.net/set1252/pages/books.htm
246 Visual basic 4
unleashed
http://www.parsian.net/set1252/pages/books.htm
247 Visual Basic 5 night
school
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
248 Visual basic
programming in 12 easy
lessons
http://www.parsian.net/set1252/pages/books.htm
249 Visual Basic
programming in 12 easy
lessons
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
250 Visual C++ 4 unleashed http://www.parsian.net/set1252/pages/books.htm
251 Visual C++
programming in 12 easy
lessons
http://www.parsian.net/set1252/pages/books.htm
252 Web database
developer's guide with
visual basic 5
http://www.parsian.net/set1252/pages/books.htm
253 Web database
developer's guide with
visual basic 5
http://www.emu.edu.tr/english/facilitiesservices/computercenter/bookslib/
254 Web programming
desktop reference 6-in-1
http://www.parsian.net/set1252/pages/books.htm

Part -2 Coming Soon.....

30 comments:

  1. The visit was useful. Content was really very informative. From www.southafricatoursinc.com

    ReplyDelete
  2. It's quite hard to find a good site. And I think I am lucky enough to have come here. The posts are doing great and full of good insights. I would be glad to keep on coming back here to check for updates! From www.flowersdeliveryusa24x7.com

    ReplyDelete
  3. A very informative article and lots of really honest and forthright comments made! This certainly got me thinking a lot about this issue so thanks a lot for posting! From www.rakhiworldwide.com/rakhigifts/send_rakhi_to_Kolkata.asp.

    ReplyDelete
  4. When you are treating your special terms with specialty, you look for special gifts, and surely want them to reach quickly. Your gifts, for its elegant appearance and colorful presence, are the vintage, yet the most effective and classical gift item, and deliver them on time by being here. From www.flowerdeliveryindia.com/delivery_locations.asp.

    ReplyDelete
  5. A very informative article and lots of really honest and forthright comments made! This certainly got me thinking a lot about this issue so thanks a lot for posting! From www.rakhiworldwide.com/delivery_locations.asp

    ReplyDelete
  6. I recently came across your blog and have been reading along. I don't know what to say except that I have enjoyed reading what you all have to say. From www.rakhiworldwide.com/rakhigifts/send_rakhi_to_Jalandhar.asp

    ReplyDelete
  7. Every woman is special. Traditional, western, even the latest Bollywood style dress wore by your favorite star; a click atwww.rightshopping.in/Saree-india-online.html will open up wide range of fashion statements, available for you.

    ReplyDelete
  8. You have so many things to do at home. You listen to music; you iron your clothes, and you play your favorite movies as well. It’s all in one that the home appliance section brings you. From www.rightshopping.in/Home-india-online.html

    ReplyDelete
  9. Show your excellence in selecting gift items. Floral bouquets are the most suitable pick for any event. Check the bouquet of your desire while visiting www.rightflorist.in/New%20Delhi/New%20Delhi_florist.asp

    ReplyDelete
  10. Yummy chocolates, cakes and sweets will mark up tasty platter. Flowers and food are the diehard combination for any celebration. Your task has been made easier with www.rightflorist.in/Gurgaon/Gurgaon_florist.asp at your service.

    ReplyDelete
  11. Mark a glittery path of celebration with this lovely floral arrangements accompanied by sweet confectioneries via www.rightflorist.in/Hyderabad/Hyderabad_florist.asp

    ReplyDelete
  12. Website is very comprehensive and informative. I have enjoyed the visit. From www.hampersnationwide.com/Ireland/Gift_Hampers_to_Ireland.asp

    ReplyDelete
  13. Hampers will create their own charm in the hearts of your dear ones. Send them with these special lovely hampers offering them with drinking pleasure well complemented with food as displayed in www.hampersnationwide.com/Switzerland/Gift_Hampers_to_Switzerland.asp

    ReplyDelete
  14. This Christmas if you wish you may put on the cap of Santa Claus. If you are wondering how then here goes the suggestion. Visit www.giftbasketsportugal.com.pt to place the order that will provide access to the land of Portugal.

    ReplyDelete
  15. Wonder floral hours as offered by www.giftbasketsmexico.com.mx which is a prominent online florist store. All these beautiful flower bouquets as designed with roses and gerberas will surely bring a broad smile in the faces of the recipients.

    ReplyDelete
  16. Welcoming floral note is waiting to embrace your emotions. Browse through the link www.rightflorist.in/Kolkata/Kolkata_florist.asp to check out all the bunches of colorful flowers in display.

    ReplyDelete
  17. A noteworthy presentation in the floral gifts that the shoppers will be getting now. The celebration path is definitely heading towards the right direction. From
    www.rightflorist.in/Bangalore/Bangalore_florist.asp

    ReplyDelete
  18. A noteworthy presentation in the floral gifts that the shoppers will be getting now. The celebration path is definitely heading towards the right direction. From
    www.rightflorist.in/Bangalore/Bangalore_florist.asp

    ReplyDelete
  19. Now its easy task to deliver your message of love to your sweetheart. To send your intense love for sweetheart in the form of gifts, just go through the www.indiafloristnetwork.com/valentines%20day.asp and Send Valentine’s Day Gifts and Flowers to India and makes her happy forever.

    ReplyDelete
  20. Splash of colors are best being conveyed through the contents of the online store www.flowerdeliveryinghaziabad.com that is ready to be delivered to various locations of Ghaziabad. Bring in smiles in the lips of the dear ones along with these gift contents.

    ReplyDelete
  21. Maintain the sweetness of the relationships with the charming adornments of gifts. Make the relations special for your dear ones with the sevices of www.gifts-to-india.com that connects different locations of India in a single network.Send Gifts to India with this excellent online services.

    ReplyDelete
  22. Best complements from you are best delivered along with this nice assemblage of gifts. With the diversified products of www.giftstoindiashop.com you can easily connect with your dear ones who have been far from you. Send Gifts to India and also you are being offered with great varieties of gifts. From gadgets to cosmetics, home appliances to toys- all are there for you.

    ReplyDelete
  23. Greet with the floral wand in hands that will cast its charm in the right manner along with the lovely collections of bouquets as you can find in the web store www.flowerdeliveryinnoida.com specially meant for the people of Noida. Send Flowers to Noida and make others feel the love that makes your relation with them so very special.

    ReplyDelete
  24. Whether you want to make wishes on Birthday or on weddings or also in the occasions of arrival of a new born you can surely send flowers as well as other gifts through the services of www.ahmedabadonlineflorists.com that connects you with various locations of Ahmedabad and Gujarat. Send Flowers to Ahmedabad and make wishes with bouquets on special moments.

    ReplyDelete
  25. Cakes are the best choices for certain occasions like birthdays, weddings, anniversaries, success parties and lots more. Send Cakes to Gurgaon with the excellent delivery facilities of www.cakedeliveryingurgaon.com exclusively for the people of Gurgaon. CakeDeliveryInGurgaon.com also provides its customers with same day delivery facility.

    ReplyDelete

Twitter Bird Gadget