Pinned Repositories
allenvox
README for GitHub profile & other stuff
bitwise-operations
Learning bitwise operations in pure C, making varint & UTF-8 encoding methods
blkchn
C++ blockchain examples project
list-stack-queue
Implementing basic data structures (linked list, stack, queue) using C++ & OOP
moving-shapes
Learning SFML graphics with C++ & OOP
networks
Workspace for Computer Networks class at SibSUTIS, 4th semester
paper-server
Already configured Minecraft 1.20.2 server template based on @PaperMC core to use on low-end hardware
pearson-correlation
Calculating the Pearson Correlation Coefficient for big data
prefix-tree
Implementation of prefix tree (trie) data structure in pure C
simple-computer
Simple Basic/Assembler computer simulator written in C
allenvox's Repositories
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/bitwise-operations
Learning bitwise operations in pure C, making varint & UTF-8 encoding methods
allenvox/bloom-filter
Implementation of Bloom filter data structure in pure C
allenvox/branch-lower-bound
Removing conditional branching in C
allenvox/cache-dgemm
Speed & cache optimisations for matrixes multiplying, C & OpenMP
allenvox/chord-method
Implementation of solving nonlinear equations using chord method with C++
allenvox/cocoa-shop-wp-site
Website made with Wordpress CMS, Raft Theme
allenvox/dgemv
Implementation of parallel matrix-vector product calculation using C & OpenMP
allenvox/dictionaries-comparison
Implementation of binary search trees & hashtables as dictionaries in pure C with comparison between them
allenvox/dynamic-memory
Learning basic memory allocating in C++
allenvox/fibonacci-heap
Implementation of Fibonacci heap data structure in pure C
allenvox/fine
Playground-ish Spigot plugin for Minecraft 1.19.3 built with Apache Maven
allenvox/frequency-analysis
Implementation of words-in-text frequency analysis program in pure C
allenvox/gaussian-eliminations
C++ program to solve linear equations using Gaussian eliminations method
allenvox/internet-tech-labs
All laboratory works for IT (Internet Technologies) class at SibSUTIS '22-'23 Fall
allenvox/lagrange-polynomial
Implementation of Lagrange polynomial interpolation with C++
allenvox/left-riemann-sum
Program to approximately calculate an integral by a finite sum using left Riemann sum, pure C
allenvox/matrixes-outputting
Outputting matrixes using C++
allenvox/moving-circles
Implementing moving circles with SFML, C++ & OOP
allenvox/parallel-integration
Parallel integration using Monte-Carlo method and Riemann sum + Runge rule, C & OpenMP
allenvox/pawg
Password generator implementation in pure C inspired by pwgen
allenvox/pipeline-loop-unrolling
Implementation of loop unrolling for multicore faster data processing, C & OpenMP
allenvox/prog-exam-practice
Examples for exercises from Programming class exam at SibSUTIS
allenvox/red-black-tree
Implementation of Red-Black Tree data structure in pure C
allenvox/seidel-method
C++ program to approximately solve linear equations using Seidel method
allenvox/seird-model
Solving a system of differential equations (model SEIR-D for Novosibirsk region) with C++ & Euler method
allenvox/SteamUI-2013
Complete bundle of Steam's UI from 2013 as a Steam Inteface Skin + Steam Library CSS + Steam Friends
allenvox/string
Implementation of my own 'string' class with C++