Ehiremen
Hello, and welcome to my GitHub page; I'm Ehis. This is mostly me posting what I've had fun doing. College grad btw (:
United States
Pinned Repositories
AccuWeatherApp
caesar-cipher-with-history
The classic Caesar Cipher with a twist: it stores a log of encryption and decryption in a text file.
crazy-eights-cpp
console based implementations of crazy eights (the card game) in c++.
CS3-BINARY-SEARCH-HW5
dlx-assembler
An assembler that converts dlx-format instructions to 32-bit binaries
markettracker
single-page react app that allows users request to be notified about specific changes in the price of stocks or crypto currencies
playground
Mostly learning experiences for me. A space for projects that aren't big/complex enough to warrant their own repo
super-sudo-helper
A C++ project that helps when solving Sudoku puzzles.
systems-prog-fall-20
A repo for projects done during CSCI 4547 (Systems programming) during fall 2020.
undoable-battle-game
A simple turn taking game that implements classes and undoable commands in c++
Ehiremen's Repositories
Ehiremen/systems-prog-fall-20
A repo for projects done during CSCI 4547 (Systems programming) during fall 2020.
Ehiremen/AccuWeatherApp
Ehiremen/caesar-cipher-with-history
The classic Caesar Cipher with a twist: it stores a log of encryption and decryption in a text file.
Ehiremen/crazy-eights-cpp
console based implementations of crazy eights (the card game) in c++.
Ehiremen/CS3-BINARY-SEARCH-HW5
Ehiremen/dlx-assembler
An assembler that converts dlx-format instructions to 32-bit binaries
Ehiremen/markettracker
single-page react app that allows users request to be notified about specific changes in the price of stocks or crypto currencies
Ehiremen/playground
Mostly learning experiences for me. A space for projects that aren't big/complex enough to warrant their own repo
Ehiremen/super-sudo-helper
A C++ project that helps when solving Sudoku puzzles.
Ehiremen/undoable-battle-game
A simple turn taking game that implements classes and undoable commands in c++
Ehiremen/file-size-optimizer
Optimizes the size of files (primarily .js files) by replacing consecutive whitespaces with a single space and replacing newlines with a single space.
Ehiremen/hello-world
My intro to GitHub
Ehiremen/literate-pancake
These are random (mostly short) problems I encounter and attempt
Ehiremen/react_crash_todo
React crash course files