Thursday, March 30, 2006

E.W.Dijkstra


It is practically impossible to teach good programming to students that have had a prior exposure to BASIC: as potential programmers they are mentally mutilated beyond hope of regeneration.

The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offence.

In the good old days physicists repeated each other's experiments, just to be sure. Today they stick to FORTRAN, so that they can share each other's programs, bugs included.

Edsger W. Dijkstra,
http://www.cs.utexas.edu/~EWD/
http://www.cs.utexas.edu/users/EWD/transcriptions/EWD04xx/EWD498.html
http://de.wikipedia.org/wiki/Edsger_Wybe_Dijkstra

Wednesday, March 29, 2006

Tuesday, March 21, 2006

X on Mac OS X

install Fink

then, start installation with the command below

% /sw/bin/fink install xfree86

xfree86
xfree86-shlibs are installed

NeoOffice

Wednesday, March 1, 2006

PIL ( Python Imaging Library)

Python Imaging Library

The Python Imaging Library (PIL) adds image processing capabilities to your Python interpreter. This library supports many file formats, and provides powerful image processing and graphics capabilities.(http://www.pythonware.com/products/pil/index.htm)