Pinned Repositories
2Num-1Byte-BinAdder
Via Graphical User Interface (GUI), interactively add two 1to28-bit numbers in Java.
Bad-Compression-Algorithms
Exploring different and uncommon (for good reason) numerical storage techniques
Bridge-Crossing
Simulates a 1-way bridge that can support 1 semi-truck or up to 3 cars using C pthreads.
Collatz-Shared-Memory
An implementation of the Collatz Conjecture
ExtensibleArray
My two versions of an Array that dynamically grows in capacity when needed.
LegendOfZelda-Link
Character named Link can traverse graphical map via arrow keys or A,W,D,X. Map can switch between jumping between rooms and scrolling between rooms. Can save and load Link, Tile, Clay Pot, Boomerang locations via ArrayList and Json file.
MinecraftComputer
Creating a computer in Minecraft.
ModuloExperimentation
Tests for three implementations of Modulus: Addition only, Multiplication then addition, and arg1-arg1//arg2*arg2
Physical-Structure
Arduous and currently inaccurate modeling of a physical structure composed of nodes
WAVE-Audio
Writes Data direct-from-code or from coder-configured-file to a .wav file.
StevieoXOR's Repositories
StevieoXOR/MinecraftComputer
Creating a computer in Minecraft.
StevieoXOR/2Num-1Byte-BinAdder
Via Graphical User Interface (GUI), interactively add two 1to28-bit numbers in Java.
StevieoXOR/Bridge-Crossing
Simulates a 1-way bridge that can support 1 semi-truck or up to 3 cars using C pthreads.
StevieoXOR/CmdLineTicTacToe
One Python command line for 2 people to play Tic-Tac-Toe
StevieoXOR/Collatz-Shared-Memory
An implementation of the Collatz Conjecture
StevieoXOR/ExtensibleArray
My two versions of an Array that dynamically grows in capacity when needed.
StevieoXOR/LegendOfZelda-Link
Character named Link can traverse graphical map via arrow keys or A,W,D,X. Map can switch between jumping between rooms and scrolling between rooms. Can save and load Link, Tile, Clay Pot, Boomerang locations via ArrayList and Json file.
StevieoXOR/ModuloExperimentation
Tests for three implementations of Modulus: Addition only, Multiplication then addition, and arg1-arg1//arg2*arg2
StevieoXOR/Physical-Structure
Arduous and currently inaccurate modeling of a physical structure composed of nodes
StevieoXOR/WAVE-Audio
Writes Data direct-from-code or from coder-configured-file to a .wav file.
StevieoXOR/Bad-Compression-Algorithms
Exploring different and uncommon (for good reason) numerical storage techniques
StevieoXOR/Banking-Socket
StevieoXOR/BinarySearchTree
C# Tree where smaller nodes are assigned left and where larger nodes are assigned right. Similar nodes are prohibited.
StevieoXOR/Cryptography
StevieoXOR/Image-Processing
StevieoXOR/Long-Number-Adder
Adds numbers that are too large to fit into the `long` data type.
StevieoXOR/Number-Comparison
Compares numbers
StevieoXOR/StevieoXOR
Config files for my GitHub profile.
StevieoXOR/Website-FileUpDownload-Database
Website built on Python Flask