mhlvlsk's Stars
allenvox/hello-go
Basic hello-world program written in Go
allenvox/even-fibonacci-numbers
Program to find the sum of even Fibonacci numbers before 4 million, task from ProjectEuler
allenvox/multiples-sum
Program to finds the sum of multiples of 3 or 5 below 1000, task from ProjectEuler
allenvox/sorting-algorithms-comparison
Implementation of quick-sort, insertion sort & counting sort in pure C, comparison between them
allenvox/dictionaries-comparison
Implementation of binary search trees & hashtables as dictionaries in pure C with comparison between them
allenvox/frequency-analysis
Implementation of words-in-text frequency analysis program in pure C
allenvox/bitwise-operations
Learning bitwise operations in pure C, making varint & UTF-8 encoding methods
allenvox/prog-exam-practice
Examples for exercises from Programming class exam at SibSUTIS
allenvox/matrixes-outputting
Outputting matrixes using C++
allenvox/dynamic-memory
Learning basic memory allocating in C++
allenvox/red-black-tree
Implementation of Red-Black Tree data structure in pure C
allenvox/moving-circles
Implementing moving circles with SFML, C++ & OOP
allenvox/internet-tech-labs
All laboratory works for IT (Internet Technologies) class at SibSUTIS '22-'23 Fall
allenvox/list-stack-queue
Implementing basic data structures (linked list, stack, queue) using C++ & OOP
allenvox/moving-shapes
Learning SFML graphics with C++ & OOP
allenvox/prefix-tree
Implementation of prefix tree (trie) data structure in pure C
allenvox/pwgen
Password generator implementation in pure C inspired by pwgen
allenvox/cocoa-shop-wp-site
Website made with Wordpress CMS, Raft Theme
allenvox/string
Implementation of my own 'string' class with C++
allenvox/bloom-filter
Implementation of Bloom filter data structure in pure C
allenvox/fine
Playground-ish Spigot plugin for Minecraft 1.19.3 built with Apache Maven
allenvox/fibonacci-heap
Implementation of Fibonacci heap data structure in pure C
allenvox/moofee
Telegram bot that works mostly in inline keyboards, built with @go-telegram-bot-api
allenvox/allenvox
README for GitHub profile & other stuff
allenvox/paper-server
Already configured Minecraft 1.20.2 server template based on @PaperMC core to use on low-end hardware
allenvox/networks
Workspace for Computer Networks class at SibSUTIS, 4th semester
allenvox/gaussian-eliminations
C++ program to solve linear equations using Gaussian eliminations method
allenvox/seidel-method
C++ program to approximately solve linear equations using Seidel method
allenvox/cache-dgemm
Speed & cache optimisations for matrixes multiplying, C & OpenMP
allenvox/simple-computer
Simple Basic/Assembler computer simulator written in C