mikecrinite
Software Engineer - Rowan Computer Science Graduate - Purveyor of Fine Memes
ComcastPennsylvania
Pinned Repositories
Brute-Force-Sudoku-Solver
A Sudoku Solver that uses a brute force/backtracking approach
ColorPalette
A simple app that allows a user to either take a photo, select one from the gallery, or enter a hex color code, and then creates a color palette based on the user's selection
craigslist-global
A Golang app that allows for Craigslist searches in more than one region
DirectorySize
A simple tool to check which subdirectories in a given directory are occupying the most space.
mebender
Create video clips, audio clips, or gifs from an input video file
wednesday-bot
Is it Wednesday, my dudes?
mikecrinite's Repositories
mikecrinite/wednesday-bot
Is it Wednesday, my dudes?
mikecrinite/Brute-Force-Sudoku-Solver
A Sudoku Solver that uses a brute force/backtracking approach
mikecrinite/ColorPalette
A simple app that allows a user to either take a photo, select one from the gallery, or enter a hex color code, and then creates a color palette based on the user's selection
mikecrinite/craigslist-global
A Golang app that allows for Craigslist searches in more than one region
mikecrinite/DirectorySize
A simple tool to check which subdirectories in a given directory are occupying the most space.
mikecrinite/mebender
Create video clips, audio clips, or gifs from an input video file
mikecrinite/rules-based-decision-engine
Rowan University Software Engineering Project, in collaboration with ASRC Federal Mission Solutions
mikecrinite/BruteForceNoBacktrackSudoku
A Sudoku Solver that uses a brute force approach
mikecrinite/catabase
An idea for a Web Programming class project that I am remaking in my own time. It is essentially a simple image hosting site.
mikecrinite/crinite-tools
Various scripts and things that don't really deserve their own repo
mikecrinite/Data-Structures-and-Algorithms-Classwork
Various implementations of data structures (such as a Stack and Queue) and algorithms (such as the Fibonacci sequence)
mikecrinite/directory-size
Helps you navigate based on folder size, since most OSes don't recursively determine folder size in their file explorers
mikecrinite/fraction_book
Turn an entire book into a fraction
mikecrinite/Network-Device-Pinger
A simple python script to test the connectivity/availability of a network device
mikecrinite/Programming-Languages-Assignments
Classwork for Programming Languages class at Rowan University
mikecrinite/SudokuSATSolver
A Sudoku Solver that reduces Sudoku problems to SAT problems in order to solve them