Common Lisp: A Gentle Introduction to Symbolic Computation
This book may be distributed in hardcopy form, for non-profit educational purposes, provided that no fee is charged to the recipient beyond photocopying costs. All other rights reserved. You may not redistribute the Postscript file, e.g., you may not put a copy on another web page, or include it on a CD-ROM
http://www.cs.cmu.edu/~dst/LispBook/
created by fabia on 2008-04-05 00:48:47
|
|
|
EJB 3 Tutorial
This is an EJB 3 tutorial to help you learn about EJB 3 differences and understand how it can be used. By reading this EJB tutorial you will learn the main concepts, work with EJB 3 source code examples. Our EJB 3 videos and demonstrations make this EJB3 tutorial easy to follow. EJB source code is available to download.
http://www.visualbuilder.com/ejb/tutorial/
created by meena on 2008-02-25 23:16:21
|
|
|
Tutorial from BEA WebLogic: Enterprise JavaBeans
The tutorial consists of three parts. In Part One, you will create a new application, import an existing entity bean Band and develop a stateless session bean Music. You will also add component methods and EJB references. In the final section of Part One you will test the EJBs using two different page flows. Both page flows allow you to add bands to the database and receive a listing of known bands. One page flow uses an EJB control to locate and reference an EJB while the other page flow uses Java JNDI API directly embedded in a JSP page.
http://edocs.bea.com/workshop/docs81/doc/en/core/i
created by meena on 2008-02-25 22:51:23
|
|
|
CodeProject: An Introductory STL tutorial. Free source code and programming help
STL provides a template based set of collection classes, and methods for working on those collections. The collection classes give the developer access to fast and efficient collections. While the methods, which are known as the algorithms, provide template based collection manipulations functions.
http://www.codeproject.com/KB/stl/stlintroduction.
created by meena on 2008-02-04 22:19:39
|
|
|
Standard Template Library Programmer\'s Guide
The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL.
http://www.sgi.com/tech/stl/
created by meena on 2008-02-04 22:01:02
|
|
|
Perl Sorting Techniques.
Sorting is a commonly needed operation in all kinds of programs. Luckily, for us perl programmers, perl provides a very simple yet extremely powerful mechanism to accomplish any sort you might think of.
http://www.perlfect.com/articles/sorting.shtml
created by san on 2008-01-04 05:44:28
|
|
|
The C Book
This is the online version of The C Book, second edition by Mike Banahan, Declan Brady and Mark Doran, originally published by Addison Wesley in 1991. This version is made freely available.
http://publications.gbdirect.co.uk/c_book/
created by fab on 2007-12-15 12:25:12
|
|
|
C Elements of Style
This book covers only the C language and is a bit out dated. However it still contains a lot of good advice.
http://www.oualline.com/style/index.html
created by fab on 2007-12-15 11:58:30
|
|
|
Ada for Software Engineers
The book is intended for software engineers making the transition to Ada, and for upper-level undergraduate and graduate students (including those who have had the good fortune to study Ada as their first programming language!).
http://stwww.weizmann.ac.il/g-cs/benari/books/ase-
created by fab on 2007-12-11 05:38:22
|
|
|
Ruby Essentials
Ruby Essentials is a free on-line book designed to provide a concise and easy to follow guide to learning Ruby.
http://www.techotopia.com/index.php/Ruby_Essential
created by fab on 2007-12-11 05:30:01
|
|
|