What can you find here ?

As my memory is limited, I started to write some notes on re-usable or interesting project. It is cheat sheet. Like a reminder of topic I have worked on. Many topic on programming, tips on various subject :

I have done most of those projets when I was students as computer is heavily time consuming.

Debug, Analysis, Tuning, Teaking ... Hacking

If debugging is the process of removing bugs, then programming must be the process of putting them in.
Edsger W. Dijkstra.
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are–by definition–not smart enough to debug it.
Brian Kernighan.

Recently, I am also focusing on debuging and performance aspect. Well, programming is fun . But you have to spend huge amount of time and many care to write your program that may already exist. So I started reading running and then adapting program from others to fit my needs. It lets me learn many library, tools, methods.

I started using new linux tools. The true new approch is inspection with those specific tools. It lets you see the programm running as the clockmaker watches all the gears rotating.Some usefull link :

Projects :


[All] Computer Science Link
[Ada] Object with Ada
[Ada] Ada Task Example
[Ada] Pre Condition
[Ada] Ada.Containers.Vectors Example
[Ada] Complex numbers computation
[Ada] Http request with AWS
[Ant] Make your own ant task
[Ant] Unknown Source in stack trace
[Bash] Grep : BRE vs ERE
[Bash] basic bash script
[Bash] bash tricks !
[Bash] ftp in bash script
[Bash] bash for processing data
[Bash] Add color to your shell !
[C++] reminder c++
[Excel] powerfull spreadsheet !
[Html] html5 and canvas
[Java] reminder java
[Java] exec in java
[Linux] Analysis Tools
[Linux] dnf
[Linux] parallel gzip tar
[Linux] Qemu command
[Linux] Pthread Example : pthread_create
[Linux] power management
[Linux] SSE MMX
[Linux] rpm command
[OpenGl] Tetris with Opengl
[OpenGl] A Opengl 3D Race Game
[OpenGl] Graph with OpenGl
[Php] reminder php
[Python] Handy python script
[Tor] Tor and Ssh