Pinned Repositories
C-verifier
Web application inspired by Frama-C
Clib
Some basic DS in C
configuration
My configuration files for various programs
degender
diakrytynizator
x86-64 assembly code to fancily transform UTF-8 text
encstrset
Module implementing unordered_set on encrypted strings for C. Module is implemented in C++
function_maxima
Provides a class for operations on functions with a total order defined
gamma
Board game in C
geometry
Implementation of some geometric objects and their corresponding methods in C++
stock_market_mst
A program that transforms given data on shares' prices into a minimal spanning tree of stock market
mykhail0's Repositories
mykhail0/stock_market_mst
A program that transforms given data on shares' prices into a minimal spanning tree of stock market
mykhail0/C-verifier
Web application inspired by Frama-C
mykhail0/Clib
Some basic DS in C
mykhail0/configuration
My configuration files for various programs
mykhail0/degender
mykhail0/diakrytynizator
x86-64 assembly code to fancily transform UTF-8 text
mykhail0/encstrset
Module implementing unordered_set on encrypted strings for C. Module is implemented in C++
mykhail0/function_maxima
Provides a class for operations on functions with a total order defined
mykhail0/gamma
Board game in C
mykhail0/geometry
Implementation of some geometric objects and their corresponding methods in C++
mykhail0/HTTP-server
Simplistic HTTP-server with limited functionality written in C/C++
mykhail0/interval_set
Interval set data structure implemented in C++.
mykhail0/mykhail0
Config files for my GitHub profile.
mykhail0/notec
Noteć szesnastkowy. Concurrent calculator of reverse Polish notation
mykhail0/PageRank
Multithreaded algorithm in C++ to calculate PageRank for all pages in the network
mykhail0/road_tolls
The first project for JNP1 class
mykhail0/robaki
Achtung die Kurve-like game with client-server architecture
mykhail0/TMPAsm
Simulation of a computer with memory which handles assembler type language. Simulation is implemented using C++ templates and metaprogramming