back to scratko.xyz
index
NameDescriptionIdle
arithmetic-expression-computatorComputation of arith. expressions using RPN and Dijkstra algorithms (C, no libs)...16 months
artifical-text-detectionC++/Qt (master's thesis): detects artificial texts using boost::python and Pytho...8 days
durakOnline card game for up to 8 players (C, client and server) 8 months
file-encryptionSimple file encryption (uses mmap() for map files into RAM) 10 days
file-finderRecursive search of a file or directory 14 months
http-serverWeb server implemented in C using raw TCP sockets (HTTP/1.1) 2 weeks
multithreading-client-handlingServer handles client requests for access to shared data (Posix Threads, mutex, ...11 months
pacmanThe legendary pacman in C language (+ncurses) 11 days
parallel-progs-by-argsRunning external programs in parallel via command line arguments (separator ';;'...14 months
picture-puzzleC++ game with GUI (FLTK) 2 weeks
red-black-treeImplementation of rb-tree algorithm in C 16 months
shellSimplified version of command-line interpreter 8 days
tetrisThe proprietary implementation of Tetris written in Pascal. 8 months
trigonometric-tableTrigonometric functions table generator (assembler NASM) 16 months
typical-daemon-processThe process writes info about itself every 5 minutes to file and log. 14 months