Pinned Repositories
2048-Game
A console implementation of the 2048 game
7Segment-Display-Reader
Reads in numbers from a clock, represented in 7 segmented form, and outputs what those numbers are. Numbers can be garbled, that is, segments may be missing, to the point where the actual number could be ambiguous.
Boolean-Expression-Lexer
Using Scala: Parses boolean expressions using Tokenization and converts between its conjunctive and disjunctive representation.
Classroom-Group-Generator
Randomly groups students into pairs without students being paired up with the same person twice.
Dynamic-Integer-Array
An implementation of a dyamically sized integer array in C
EmojiFi
iOS-Core-Motion
An iOS app that brings real world applications of the Core Motion Framework. Using accelerometer, magnetometer, altimeter, and gyroscope data, this app lets users measure angles and altitude over time, see if a surface is level, and look at a compass.
Java-ish-Interpreter
An interpreter for a Java/C-like language
Postr
Personal social media management tool
wiki-book
Provides users of the Facebook Internet Project with more web access
AdamKBeck's Repositories
AdamKBeck/iOS-Core-Motion
An iOS app that brings real world applications of the Core Motion Framework. Using accelerometer, magnetometer, altimeter, and gyroscope data, this app lets users measure angles and altitude over time, see if a surface is level, and look at a compass.
AdamKBeck/2048-Game
A console implementation of the 2048 game
AdamKBeck/7Segment-Display-Reader
Reads in numbers from a clock, represented in 7 segmented form, and outputs what those numbers are. Numbers can be garbled, that is, segments may be missing, to the point where the actual number could be ambiguous.
AdamKBeck/Boolean-Expression-Lexer
Using Scala: Parses boolean expressions using Tokenization and converts between its conjunctive and disjunctive representation.
AdamKBeck/Classroom-Group-Generator
Randomly groups students into pairs without students being paired up with the same person twice.
AdamKBeck/Dynamic-Integer-Array
An implementation of a dyamically sized integer array in C
AdamKBeck/EmojiFi
AdamKBeck/Java-ish-Interpreter
An interpreter for a Java/C-like language
AdamKBeck/Postr
Personal social media management tool
AdamKBeck/wiki-book
Provides users of the Facebook Internet Project with more web access
AdamKBeck/EPI-to-LC
Mappings of problems from the book Elements of Programming Interviews (EPI) to Leetcode
AdamKBeck/EPIJudge
EPI Judge - Preview Release
AdamKBeck/Equipartion-Property
A STAT 333 project studying the equipartition property of various events.
AdamKBeck/Fermat-s-Last-Theorem-Approximator
A squeeze theorem solution for Fermat’s last theorem for n = 3.
AdamKBeck/Huffman-Encoding
A program in Java: assigned in EECS 233 which converts an input file into an output file with Huffman Encoding applied.
AdamKBeck/Numerical-Data-Analysis
A STAT 333 project involving calculations for sets of numerical data, entropy, and fractals.
AdamKBeck/OSRS-API-Wrapper
Allows simple access to Old School Runescape's API
AdamKBeck/Parallel-Thread-Sorting
Operating Systems final project: analyze sorting an array in parallel by having the array split into chunks, where threads can sort each chunk in parallel with each other. Analyzes many different thread counts, array sizes, and types of sorting.
AdamKBeck/Scheduler
Job scheduling problem with parallel jobs and dependencies
AdamKBeck/SDL-Collision-Physics
Collsion detection and physics with objects created using the SDL API
AdamKBeck/Sorting-Algorithms-Analysis
A program in Java: EECS233 - Analysing the runtimes of quicksort, mergesort, and heapsort for a variety of cases.
AdamKBeck/Wireframe-Back-end
The back-end of a website wireframe. Elements can be moved, grouped, locked, and resized. A GUI can create the front-end by reading this back-end data.
AdamKBeck/Word-Counter-Hash-Table
A program in Java: assigned in EECS 233 which counts words in an input file using a hash table, and outputs the contents of the hash table to an output file.