Pinned Repositories
BigNumbers
Header-only library with arbitrarily large numbers
DataStructuresAndAlgorithms
Сomplicated data structures and algorithms written in pure C
EncryptTextIntoPicture
Program, that encrypts text into picture, and program that extracts it
gamecritic
Portal with games reviews from community
GraphicDemo
Playroom 3D interactive graphic demo made in C++ with OpenGL
HelloPeer
p2p application for communication over udp sockets using custom protocol
Kraken
Cloud service for games that do not support saves synchronization between devices
ppgso
Course of Principles of Computer Graphics and Image Processing
RayCasting
Command line raycasting visualization written in pure C
TypstTemplate
A simple and ready-to-use Typst template for creating scientific papers or project documentations
admtrv's Repositories
admtrv/RayCasting
Command line raycasting visualization written in pure C
admtrv/BigNumbers
Header-only library with arbitrarily large numbers
admtrv/EncryptTextIntoPicture
Program, that encrypts text into picture, and program that extracts it
admtrv/gamecritic
Portal with games reviews from community
admtrv/admtrv.github.io
Personal website
admtrv/Backpropagation
Modular backpropagation algorithm for training neural networks on binary tasks like XOR with configurable architecture
admtrv/DataStructuresAndAlgorithms
Сomplicated data structures and algorithms written in pure C
admtrv/HelloPeer
p2p application for communication over udp sockets using custom protocol
admtrv/Kraken
Cloud service for games that do not support saves synchronization between devices
admtrv/ppgso
Course of Principles of Computer Graphics and Image Processing
admtrv/TypstTemplate
A simple and ready-to-use Typst template for creating scientific papers or project documentations
admtrv/admtrv
Readme file for my GitHub profile
admtrv/Clustering
Agglomerative clustering algorithm
admtrv/GraphicDemo
Playroom 3D interactive graphic demo made in C++ with OpenGL
admtrv/NeovimConfig
My own lightweight Neovim config for C/C++ development
admtrv/QuoteOfTheDayClient
Little experiment to make program that receives and saves a quote from the QOTD server
admtrv/RayBoy
Efficient raycasting visualization for Arduboy
admtrv/Snake
Classic Snake game using graphics library
admtrv/ZenGarden
Artificial intelligence, that uses genetic algorithm to solve Zen Garden problem
admtrv/Article
Article written in TeX
admtrv/MnistClassifier
Neural network classifier for MNIST dataset using optimizers and achieving high accuracy
admtrv/Pacman
Classic Pacman game in console
admtrv/TicTacToe
Classic Tic-tac-toe game using graphics library
admtrv/JUnitTests
Little experiment with creating tests in JUnit