Pinned Repositories
ArgParser
C++/CMake library for POSIX-compatible argument parsing. ITMO SE'27 first year programming laboratory work.
bialger-website
Source code of my website. Contains some info about me
cpp_tests
C++ Google Tests crossplatform project template with CI/CD. Has a shell installation script.
Cybercassonne
3D Carcassonne in cyberpunk
EasyMusic
An Andriod app for music creation aimed to beginners. Provides an account system to share your creations. This repo is the further development of the original by the main developer
Holocron
Kind of reliable file encryption program based on Crypt0.
QtCMake
A C++ crossplatform project template with Qt6 and CMake that is linked statically
risc-v-simulator
C++ simulator for RISC-V assembler (RV32I, RV32M instruction set) with cache simulator (LRU, bit-pLRU policies)
SimpleSearchEngine
A simple full-text search engine on C++ with ranging BM25, factor TF-IDF. ITMO SE'27 first cource programming laboratory work.
weather-forecast
A C++ crossplatform console app with convenient CLI for weather forecast. Requires Yandex Geocoder API key.
bialger's Repositories
bialger/cpp_tests
C++ Google Tests crossplatform project template with CI/CD. Has a shell installation script.
bialger/QtCMake
A C++ crossplatform project template with Qt6 and CMake that is linked statically
bialger/risc-v-simulator
C++ simulator for RISC-V assembler (RV32I, RV32M instruction set) with cache simulator (LRU, bit-pLRU policies)
bialger/Holocron
Kind of reliable file encryption program based on Crypt0.
bialger/ArgParser
C++/CMake library for POSIX-compatible argument parsing. ITMO SE'27 first year programming laboratory work.
bialger/bialger-website
Source code of my website. Contains some info about me
bialger/Cybercassonne
3D Carcassonne in cyberpunk
bialger/NashMat
НАШМАТ - кроссплатформенная программа программа, каждый день генерирующая новые примеры по образовательной программе 610 Санкт-Петербургской классической гимназии по математике.
bialger/SimpleSearchEngine
A simple full-text search engine on C++ with ranging BM25, factor TF-IDF. ITMO SE'27 first cource programming laboratory work.
bialger/weather-forecast
A C++ crossplatform console app with convenient CLI for weather forecast. Requires Yandex Geocoder API key.
bialger/bialger
Some GitHub config files
bialger/bst
C++ library that implements an Associative Container with Binary Search Tree logics. ITMO SE'27 first cource programming laboratory work.
bialger/EasyMusic
An Andriod app for music creation aimed to beginners. Provides an account system to share your creations. This repo is the further development of the original by the main developer
bialger/tic-tac-toe
Tic-tac-toe console app on C++
bialger/Claviature
Программа переводит с русской раскладки на английскую и наоборот.
bialger/Crypt0
This program encrypts file very securely.
bialger/debian-postinstall
Some Debian Linux post-installation scripts. Feel free to add some more
bialger/DeFacto
Эта программа проверяет, была ли картинка изменена Adobe Photoshop
bialger/easymusic-backend
Backend for EasyMusic app.
bialger/gCrypt0
GUI for Crypt0
bialger/hakaton_spb_PAI
bialger/PyClaviature
Эта программа - консольный исправитель раскладки
bialger/SandPile
A C++ implementation of the Abelian sand pile model. ITMO SE'27 first cource programming laboratory work.
bialger/SudokuSolver
This sudoku solver is a test task for MCS SPbSU summer school