Tessract

Bluetooth notification device. This device will pair with your phone and will light up whenever a notification is received. It can be customized for each app and supports full RGB.

https://github.com/SolderByte/tessract

KiCAD FlatCAM LinuxCNC Arduino Android Java


Turnip Towers

Tetris 99 game clone. The game logic server is written in rust and the game client is written in corona sdk. Multiplayer game that uses TCP sockets to communicate with the server.

https://github.com/jareddlc/turnip-towers

Rust CoronaSDK


Jinx

Utility that will proxy and deploy docker containers in a docker swarm. Creates a proxy service and utilizes letsencrypt to generate SSL certificates for the services.

https://github.com/jareddlc/jinx

Rust Docker


Gut (rust)

Cross platform CLI with support for plugins written in rust and wasm. Aimed at allowing plugins to be written quickly and easily.

https://github.com/gut-hub/gut

Rust wasm


Circuitron

Web service that scrapes websites for electronic components given the search term. It has a web frontend for easy viewing of results or it can return the results in JSON format.

https://github.com/jareddlc

Rust Vue.js Bulma


Gut

Collection of plugins that simplifies development workflow. It has a support for plugins, selectable menus, colors, storage, and more. The goal is to allow any developer to easily add plugins to simplify their workflow.

https://github.com/jareddlc/gut

Shell


OpenFit

Open source alternative to the Samsung Gear Fit Manager. Samsung dropped support for the Gear Fit 1 year after its release, and I created this application that allows non-samsung phones to use and control the Samsung Gear Fit.

https://github.com/jareddlc/openfit

Android Java


CoreGi

WebUI for monitoring CoreOS clusters including fleet and etcd. CoreGI was created to be as simple as possible and deploying CoreGI is as easy as running a docker container. CoreGI can also be installed into a CoreOS cluster using a CoreOS service file.

https://github.com/yodlr/coregi

Node.js AngularJS Bootstrap Docker


Binary Clock (student project)

This is my first hardware project. After learning how to use the arduino, I decided to try to make my own binary clock. I designed the clock, wrote the firmware, created the schematics and board layout, and etched the PCB.

https://github.com/jareddlc/student-projects

Arduino


Cogswell Now (student project)

This project was a final for a one of my courses. The application consists of Front-End and Back-End development. The website is social network for students of Cogswell college. It features a blog, forums, and upcoming events.

https://github.com/jareddlc/student-projects

Node.js MongoDB Bootstrap


Cogswell Registrar (student project)

This application was written in a project class to help the college registrar office process student audits. The application requires the student audit which is exported from the CRM system, and a list of courses along with the course requirements. It will generate a list of courses the student is able to take.

https://github.com/jareddlc/student-projects

C++ SQLite


Lint (student project)

My first node.js project. This application extends basic CRUD operations on a MySQL database. It allows the user to interact with the MySQL database via the web UI to create new databases, tables, columns, and rows.

https://github.com/jareddlc/student-projects

Node.js MySQL


Midi Controller (student project)

This project I used an arduino to make a MIDI controller. However since the arduino did not support emulating a MIDI device, I used a MIDI to USB converter. The arduino emulates a MIDI device by using the same baud rate.

https://github.com/jareddlc/student-projects

Arduino


Mobile Maze (student project)

This application began with the purpose of getting familiar with the Unity game engine. I made use of the prebuilt controller elements and focused in random spawn locations.

https://github.com/jareddlc/student-projects

Unity


Mobile Sidescroller (student project)

This application began with the purpose to investigate programming in more detail in the Unity game engine. I wanted to create custom UI elements and custom code that allowed me to control the player from those elements, rather than using the prebuilt control scripts. It allows the player to move the character forward, backward, and allows the character to jump.

https://github.com/jareddlc/student-projects

Unity


Game and Server (student project)

This application consists of a game server and game client. The server written in C++ and Windows Forms, while the client uses C++ and the SDL library for the graphics, input, and network. The game allows for two clients to connect to a server and exchange data such that each client can display both players.

https://github.com/jareddlc/student-projects

C++ SDL


Quadratic Plotter (student project)

This application was created for an assignment to create a complex calculator using java classes. The application should take two quadratic equations and perform addition, subtraction, multiplication, and division. However, as a challenge from the professor, I decided to add a UI and graph the equation utilizing the awt and swing libraries.

https://github.com/jareddlc/student-projects

Java


Subtract Game (student project)

This application was written for my C++ course in which we utilized Windows forms. The game consists of the player choosing a starting number and taking 1-3 numbers per turn. The player who takes the last number loses.

https://github.com/jareddlc/student-projects

C++


Torrent Cleaner (student project)

This application takes a directory of torrent files and prepare them for ingestion in a custom torrent tracking system. The system did not allow for duplicates torrent files or torrent files with UDP protocols.

https://github.com/jareddlc/student-projects

Python