Pinned Repositories
Distributed-File-Sync-Group-AH
277-Term-Project
Brainfuck-Compiler
Compiler that reads Brainfuck source code and compiles it down to an executable on Windows.
C-Machine-Learning
Machine learning from scratch in C. Fully connected network for predicting images of hand written digits.
C-QuickSort
implementation of quick sort in C
Connect-Long-Beach
Team Bofa's Connect LB project repository for CECS 491
Hack-Assembler
Assembler program for the Hack computer architecture in the Nand2Tetris course. https://www.nand2tetris.org/
Real-Life-Dijkstra
An implementation of Dijkstra's shortest path algorithm on real life map data gathered from OpenStreetMap( https://www.openstreetmap.org )
Sieve-of-Eratosthenes
A prime number generator that utilizes the Sieve of Eratosthenes using C++
Sorting-Algorithms-Visualization
A visualization of various sorting algorithms built in Java.
TannerLow's Repositories
TannerLow/C-QuickSort
implementation of quick sort in C
TannerLow/Connect-Long-Beach
Team Bofa's Connect LB project repository for CECS 491
TannerLow/Sorting-Algorithms-Visualization
A visualization of various sorting algorithms built in Java.
TannerLow/Brainfuck-Compiler
Compiler that reads Brainfuck source code and compiles it down to an executable on Windows.
TannerLow/C-Machine-Learning
Machine learning from scratch in C. Fully connected network for predicting images of hand written digits.
TannerLow/Real-Life-Dijkstra
An implementation of Dijkstra's shortest path algorithm on real life map data gathered from OpenStreetMap( https://www.openstreetmap.org )
TannerLow/aws-java-developer-guide-v2
Official repository of the AWS SDK for Java 2.x Developer Guide
TannerLow/Backup
Creates a backup folder of a selected folder
TannerLow/Basic-Cpp-Socket-Wrapper-Classes
Trying to learn C++ Sockets
TannerLow/C-Build-System
A light-weight build system to make my C projects more modular and easier to setup
TannerLow/C-Debug-Helper
Utilities library for writing more debug friendly C code
TannerLow/C-Machine-Learning-Model
Library for the Model of used in C-Machine-Learning. This is separate from the learning so trained models can be used in future projects without including the learning algorithms.
TannerLow/C-Matrix-Library
Matrix and matrix math library that uses openCL to perform hardware accelerated math operations
TannerLow/CECS-326-CPU-Scheduling
CECS 326 project 4
TannerLow/CECS-475-Lab-5
lab 5 for cecs 475, SWE w/ frameworks
TannerLow/Gongi-Assembler
Assembler for the Gongi CPU
TannerLow/Hamming-Coding
Basic demonstration of Hamming's error checking code
TannerLow/Hopson97
profile readme
TannerLow/Lab-7
CECS 475 SWE w/ frameworks lab 7
TannerLow/Lab-Assignment-3
CECS 475 lab assignment 3
TannerLow/Mania-Chord-Converter
Osu!Mania tool for converting charts to have solely chord based patterns
TannerLow/medical-image-calssifier
CECS 456 Machine Learning final project
TannerLow/NativeBass-Test
Test project that's a working example of how to use the Native Bass library for Java to operate on sound drivers and play music.
TannerLow/Recursive-Decent-Parser
Basic recursive decent parser for checking if a set is written properly
TannerLow/Release-to-S3
Proof of concept application that gets automatically uploaded to AWS S3 when a release is made
TannerLow/Static-SFML-Template
Staticly linked SFML template for starting new SFML projects faster
TannerLow/TannerLow
TannerLow/Teaching-SFML
repo for teaching basic sfml with C++
TannerLow/test-site
Simple React app to test npm
TannerLow/UTF-Encoder-Decoder
C++ library for interpretting and producing UTF-8,16,32