Here are being held projects I did during my CS courses. You may have seen them when viewing repos of other students and from your point of view they might seem uninteresting.
- gcp_project - Project for Google Cloud Platform class
- haskell_automata - non deterministic automata implementation in haskell
- haskell_lib - reimplementing base haskell library with some extensions
- instant - compiler for arithmetic expressions
- interpreter - interpreter of my own imperative programming language. Implemeted in haskell
- java - code written during Object Programming course at the beginning of my studies
- latte - compiler for Java alike language. Don't read the source code, it will rip your eyes out
- ldi - a bit of Z3 solver and Coq programs
- linux_driver - Monter device driver for Linux
- linux_elf - C library for modifying program image during runtime. It intercept calls to specified functions
- linux_pipes - simple program using linux pipes to parse and execute RPN
- linux_ptrace_syscall - patch for Linux kernel which allows for syscall injection to tracee
- linux_threads - multithreaded program simulating game with very complicated rules
- microcontrollers - STM32 microcontrollers programming course
- net_chat - UDP chat server and client
- net_radio - there are two programs:
playerextract music from icycast protocol,masterreceives commands viatelnetprotocol and casts them toplayers with short UDP messages - ocaml
- octave
- other - other things, for example C++ BST tree written in functional style
- postgres - with some addition of PHP using it
- prolog - simple programs in prolog
- pwasm - assembler programming course
- range tree - ugly implementation of two different kinds of range trees
- spark - programs in Hadoop and Spark
- stat_R - code in R, a bit of ML
- zbd - reports for Advanced Databases course
- zmsi - course for Advanced Methods of Artificial Intelligence