Documentation
HTML
UNIX Shell Programming
C
Java
PERL & CGI
- Advanced Bash Scripting Guide download
- The Unix Programming Environment. Brian W. Kernighan and Rob Pike.
Prentice Hall of India Pvt. Ltd. (1984)
- Online man pages : type man <command> at the prompt. eg. man ls
- Some simple shell scripts using AWK and SED.
- Awk Manual.
- The C Programming Language. Brian Kernighan and Dennis Ritchie.
Prentice Hall of India Pvt. Ltd.
- C documentation on the CSE server
- A Tutorial on Applets
- Setting Up and Getting Started by Dana Nourie
This article details how to set up your local environment, and how to compile and run your first application.
- Learning the Java Language by Mary Campione and Kathy Walrath
From the Java Tutorial, this trail covers the fundamentals of programming in the Java language in an easy-to-use format.
A must-read for anyone interested in learning this robust platform.
- Java2: The Complete Reference. Patrick Naughton and Herbert Schildt.
4th ed. Tata McGraw-Hill Ltd.
- A Java Tutorial
- A Perl Tutorial [text version]
- Teach Yourself Perl 5 in 21 days
- Perl 5 UNLEASHED
- Some simple perl examples.
- A CGI Course
- Common Gateway Interface
- Perl scripts for Web utilities.