Quintin Herb's repositories
virtual-keyboard
An on-screen virtual keyboard made with HTML, CSS, and plain JavaScript that boasts simple implimentation.
algorithms-in-rust
A simple project to explore Rust and various algorithm implementations for my own amusement.
Bubble-Map-Maker
A simple tool used to make bubble map graphics.
FileRenamer
The greatest tool to rename files without having to right-click them.
HTML-Font-Monospacer
A JS script to take any text within an HTML element and set all of the letters to the same block size. I'm not sure how useful this is, but if you have any non-monospaced fonts you'd like to behave as if they were, this will do so by creating an element for each letter and setting the width to a size defined by the user.
infinite-monkey-theorem
This infinite monkey theorem implementation randomly generates a byte array of the same length as a given input file until they both match.
MyRecordCollection
A record collection organizer developed in Java to hold the information of all of a user's records. Users can sort by album title, artist, and release year in addition to searching for keywords (title or artist).
PaintProgram
A simple paint program developed in C# as a personal project for my CS320 software engineering class. The entire thing was an improvised learning experience so apologies if the coding style is poor. I also got lazy with the comments, will likely add them at another point.
ServerStatusMonitor
A Windows tray application to notify the user of the server status of a specified host.
python-media-console
A python-based media console to view media files from either a remote server, local server, or local file system.
qherb-pnelson1-wwyatt-jbady
A website where students with brilliant ideas meet students with the skills they need to start their business.
quintinherb
QuintinHerb.net
TimerApplication
A simple timer application with start/pause functionality. Accepts inputs between 1-9999 seconds.