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/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/simple-computer
Simple Basic/Assembler computer simulator written in C
allenvox/pearson-correlation
Calculating the Pearson Correlation Coefficient for big data
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/cxx-primer
Tasks solutions for Lippman-Moo-Lajoie's "C++ Primer" book
allenvox/dgemv
Implementation of parallel matrix-vector product calculation using C & OpenMP
allenvox/functional-analysis
Functional analysis tasks' solutions implemented in MatLab
allenvox/gaussian-eliminations
C++ program to solve linear equations using Gaussian eliminations method
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/moofee
Telegram bot that works mostly in inline keyboards, built with @go-telegram-bot-api
allenvox/n-body
Parallel/multithreaded computing of n-body simulation using C & OpenMP
allenvox/parallel-integration
Parallel integration using Monte-Carlo method and Riemann sum + Runge rule, C & OpenMP
allenvox/pipeline-loop-unrolling
Implementation of loop unrolling for multicore faster data processing, C & OpenMP
allenvox/rtree
Implementation of R-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/task-parallelism
Parallel/multithreaded implementation of qsort (Quick Sort) algorithm using OpenMP
allenvox/least-squares
Finding linear equations coefficients using least squares method
allenvox/mpi-examples
Example MPI programs written in C++
allenvox/botxx
Basic Telegram bot written in C++
allenvox/flp-tasks
Workspace for Functional & Logical Programming using Lisp & Prolog
allenvox/hello-world-boot
Basic OS-bootloader for OVMF UEFI
allenvox/moofee-gpt
allenvox/mpi-inverse-matrix
MPI C++ program to find inverse matrix using Gaussian method
allenvox/virtual-memory
Implementation of virtual memory