
Paweł Kierat

Navigation
“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
-
- Bash-completion scripts for asadmin (Glassfish V2) and mvn (Maven 2)
- Simple script for setting up an IP masquerade
- Init script for controlling SSH tunnels
- GPG integration scripts for Pine mail client
- Parallel programming
-
- MPI implementation of Fox's parallel matrix multiplication algorithm
- A readers-writers solution with POSIX threads and semaphores