Pinned Repositories
4thOfJulyBlinky
Red, white, and blue LEDs blink with delays.
aninterpreter
Command line interpreter for UNIX-like systems;
c-to-assembly
Dump C code into Assembly
car-dealer
Car dealership program that serializes and stores data locally.
prims-algorithm
Project/Extra credit assignment to find the minimum spanning tree, and minimum cost of undirected graph given the adjacency matrix.
RPNv2-CPU-Simulator
This is a second version my previous RPNv1 project. This project demonstrates how a CPU works the fetch, decode, execute, and store operations.
scattergories
Scattergories game in react!
scratchoff
Analyze lotto ticket data.
seProject
Resume Generator
surveylet
yebra06's Repositories
yebra06/RPNv2-CPU-Simulator
This is a second version my previous RPNv1 project. This project demonstrates how a CPU works the fetch, decode, execute, and store operations.
yebra06/aninterpreter
Command line interpreter for UNIX-like systems;
yebra06/c-to-assembly
Dump C code into Assembly
yebra06/prims-algorithm
Project/Extra credit assignment to find the minimum spanning tree, and minimum cost of undirected graph given the adjacency matrix.
yebra06/scratchoff
Analyze lotto ticket data.
yebra06/4thOfJulyBlinky
Red, white, and blue LEDs blink with delays.
yebra06/car-dealer
Car dealership program that serializes and stores data locally.
yebra06/scattergories
Scattergories game in react!
yebra06/seProject
Resume Generator
yebra06/surveylet
yebra06/bare-metals-arduino
yebra06/clist
Linked list
yebra06/core-examples
Programming examples for students.
yebra06/dotfiles
yebra06/dualcore-vs-quadcore
Testing sorting algorithms in parallel on dual and quad-core processors.
yebra06/ExeApp-1
yebra06/flaskgallery
Simple template rendering with flask.
yebra06/gograph
Algorithms for graph data structures.
yebra06/graph
Graph data structure
yebra06/holy-grail
Good starting point for react applications with sticky footer.
yebra06/mmeter
Graphical user interface to calculate different values in an electrical circuit.
yebra06/mpu6050
Micropython driver for MPU-6050 inertial measurement unit.
yebra06/node-debug-practice
yebra06/pixelmap
A map of Pixel data structures.
yebra06/portfolio-template
yebra06/python_utils
Utility functions in python.
yebra06/questions-and-answers
Determine if an answer to a question is deemed correct by other users.
yebra06/RPNv1
Reverse Polish Notation (postfix) calculator. Demonstrates how ALU unit operates on values.
yebra06/simpler-grants-gov
yebra06/sqlalchemy_demo
An interactive demo and introduction to the SQLAlchemy python package