Pinned Repositories
blkchn
C++ blockchain examples project
list-stack-queue
Implementing basic data structures (linked list, stack, queue) using C++ & OOP
llvm-compiler
Workspace for Compilation Technologies class, fall
moving-shapes
Learning SFML graphics with C++ & OOP
networks
Workspace for Computer Networks class at SibSUTIS, 4th semester
neural
Workspace for Neural Networks class
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
simple-computer
Simple Basic/Assembler computer simulator written in C
webdev
Workspace for ASP.NET Web Development class
allenvox's Repositories
allenvox/allenvox
README for GitHub profile
allenvox/allenvox.github.io
Personal website hosted with GitHub Pages
allenvox/cxx-primer
Tasks solutions for Lippman-Moo-Lajoie's "C++ Primer" book
allenvox/de_sibsutis
Source 2 map made in Hammer
allenvox/pwgen
Password generator implementation in pure C inspired by pwgen
allenvox/webdev
Workspace for ASP.NET Web Development class
allenvox/blkchn
C++ blockchain examples project
allenvox/cool-lang-compiler
Workspace for Compilation Technologies class, spring
allenvox/distributed-cs
Workspace for Distributed Computer Systems Functioning Theory class
allenvox/leetcode
LeetCode tasks solutions
allenvox/llvm-compiler
Workspace for Compilation Technologies class, fall
allenvox/machine-learning
Workspace for Machine Learning class
allenvox/netcoding
Network programming class workspace
allenvox/neural
Workspace for Neural Networks class
allenvox/qt-examples
Collection of pet Qt applications
allenvox/ray-tracer
Basic C++ ray tracing program based on book series by Peter Shirley
allenvox/statistics
Workspace for applied problems of probability theory & mathematical statistics class
allenvox/calculator-app
Basic iOS standard-like Calculator app made with UIKit
allenvox/chat-pthread
Internet chatting program (client + server) written in C++ using pthread lib
allenvox/csa-tasks
Workspace for Computer Systems Architecture class
allenvox/cxx-cheatsheet
Modern C++ Cheatsheet
allenvox/databases
Workspace for Databases class
allenvox/fleet-app
System for managing vehicle fleets and cargo transportation
allenvox/full-text-search
Full Text Search project written in C++, built using CMake
allenvox/hello-world-app
Basic iOS application
allenvox/hub-app
Pet web application
allenvox/infosec
Workspace for Information Security class
allenvox/order-app
Order iOS app
allenvox/renamer
Simple bash script for renaming input files of the same type
allenvox/string-cow
Implementation of C++ String class with copy-on-write