“What you have been obliged to discover for yourself leaves a path in your mind that you can use again when the need arises.”

(G.C. Lichtenberg)

Resources

This page contains various programs and documents written during my study. Note that some of them were created long time ago and may not work as expected.

C/C++
  • Simple but powerful, graphical file manager (requires GTK+ 2.0)
 
Python
  • Simple demonstration of molecular dynamics in the form of a mini solar system (requires PyGame)
  • Implementation of common neural network models: Simple perceptron, BAM, SOM, Hopfield network (requires PyGame)
 
UNIX
  • Simple ARP sniffer
  • Linux kernel module for CMOS read/write device
  • Example of client and server using TLI (Transport Layer Interface)
  • A paper describing BIND 9 configuration (polish)
 
Scripts
 
Parallel programming