Pinned Repositories
calculator
A simple calculator in JavaScript. This is a very simple project I was required to do while learning. It definitely has to be improved but I guess posting this code will be a great idea to cringe at this code later when I become better
FileTimer
Console tool to write/read dates into/from files
list
A representation of the list data structure in C using stb-styled headers
pathfinder
finds all the shortest ways in a graph from one vertex to other using transposition
rust-book
The project implementations in Rust from the rust book https://rust-book.cs.brown.edu/experiment-intro.html
SaveTheRocket
A game where player should clean up a way for a rocket to fly up
serdekh
Config files for my GitHub profile.
SimpleTelegramBot
Telegram bot which is able to play an easy game with you
uls
Implementation of 'ls' command in linux shell
Voxen
Simple voxel game engine written in C using OpenGL
serdekh's Repositories
serdekh/calculator
A simple calculator in JavaScript. This is a very simple project I was required to do while learning. It definitely has to be improved but I guess posting this code will be a great idea to cringe at this code later when I become better
serdekh/FileTimer
Console tool to write/read dates into/from files
serdekh/list
A representation of the list data structure in C using stb-styled headers
serdekh/pathfinder
finds all the shortest ways in a graph from one vertex to other using transposition
serdekh/rust-book
The project implementations in Rust from the rust book https://rust-book.cs.brown.edu/experiment-intro.html
serdekh/SaveTheRocket
A game where player should clean up a way for a rocket to fly up
serdekh/serdekh
Config files for my GitHub profile.
serdekh/SimpleTelegramBot
Telegram bot which is able to play an easy game with you
serdekh/uls
Implementation of 'ls' command in linux shell
serdekh/Voxen
Simple voxel game engine written in C using OpenGL
serdekh/winformsCalculator
A simple calculator written in C# using Winforms