This repository contains all of projects I've done (or participated in) during my studies at Brno Univesity of Technology - Faculty of Information Technology. Feel free to inspire yourself.
Enjoy!
- IZP - Introduction to Programming Systems
- Counting words (containing designated character, in designated position, etc.)
- Numeric methods for arcus sinus and square root functions
- Patterns in bitmap (find largest line or square)
- IOS - Operating Systems
- Shell scripts (finding dependencies between C libraries and files and graphing relations)
- Multiprocessing (solve the River-crossing problem)
- IJC - The C Programming Language
- Bit array, macros in C (Sieve of Eratosthenes, simple cypher - decode message from PPM image)
- Implement GNU Fold utility (modified a bit) in C and C++, hash table and create shared library
- ISJ - Scripting Languages
- Webserver managing database of kindergartens based on location and budget (for more details see the original repository)
- IFJ - Formal Languages and Compilers
- Pascal interpreter. Team of 4. I'm not proud of the result but take a look...
- ISS - Signals and Systems
- Image filtering and noise reduction etc.
- ITY - Typography and Publishing
- LaTeX basics
- Use LaTeX for math formulas
- Pictures and tables
- How to cite correctly
- IPK - Computer Communications and Networks
- Client - Server application (client requests info about an user and server queries
/etc/passwd
)
- Client - Server application (client requests info about an user and server queries
- IPP - Principles of Programming Languages
- In PHP create XML query script
- Write a script in Python 3 for C statistics: count all occurrences of keywords, identifiers, sum of characters in comments, etc.
- ICP - The C++ Programming Language
- Maze - the board game, written in C++ using Qt framework as frontend, pair project, added as separate repository/submodule
- ISA - Network Applications and Network Administration
- BitTorrent service network protocol analyzer. Using Bencodepy for Python 3
- ITS - Testing and Dynamic Analysis
- A simple test plan for freeIPA login page
- Selenium tests implementing the test plan above
- IMS - Modelling and Simulation
- Petri networks simulator
During some courses we had projects that weren't stand alone apps but rather parts of prefilled frameworks. I don't own any right to these frameworks. Due to this I won't publish source codes of these projects.
- IAL - Algorithms
- sorting and searching methods, queues and stacks
- IZG - Computer Graphics Principles
- displaying of 2D and 3D object, filling them etc.