Programming
Programming

previous up next

Here is a list of documents which are quite useful if you are involved in software engineering. Most of them are in English, so you may need a dictionary.

Ariane

The Ariane Environment is an environment designed to develop software products under Unix. It has been realized for the French oil Companies in order to supply a general framework for software engineering in a scientific context.

Unix

Need a program, a manual, a reference ? Just dive down there. You will find a vast collection of links to Linux, GNU, FSF, FreeBSD sites.

Object-Oriented Programming

Perl Programming

Perl is an interpreted language optimized for scanning arbitrary text files, extracting information from those text files, and printing reports based on that information. It's also a good language for many system management tasks. The language is intended to be practical (easy to use, efficient, complete) rather than beautiful (tiny, elegant, minimal). It combines some of the best features of C, sed, awk, and sh, so people familiar with those languages should have little difficulty with it.