Cameron Monks's repositories

cncsim

Simulates gcode from a cnc router. Converts gcode to a .stl or an image in a .png file.

Language:RustLicense:GPL-3.0Stargazers:12Issues:1Issues:0

cupertino_rounded_corners

A new Flutter package to make cupertino rounded corners also refrered to as squircles using a bezier path and having the two points in the corners

Language:C++License:MITStargazers:10Issues:2Issues:4

MD5PaswordCracker

Given a text file of passwords and choices for each possible character in the password, it will use multiple threads on the cpu and gpu to brute force all possible choices. On my 2015 MacBook Pro it saw 4.5x performance increase with using the gpu and multiple threads on the cpu.

Language:SwiftStargazers:4Issues:2Issues:0

cacheskell

This is my functional programming language that looks like Haskell but it cache every function.

Language:RustStargazers:2Issues:2Issues:0

camcam

Given straight lines that form shapes. The library will create gcode that will cut out those shapes.

Language:RustLicense:MITStargazers:2Issues:1Issues:0

algorithms_rust_lib

A library written in rust that contains common algorithms.

Language:RustLicense:LGPL-2.1Stargazers:1Issues:1Issues:0

ishell

It's an improvement to any shell.

Language:CStargazers:1Issues:2Issues:0

LearningChatBot

This chat bot learns as you talk to it

Language:JavaStargazers:1Issues:2Issues:0

potential-chainsaw

Random Image Generation with Fran's Guidance

Language:PythonLicense:MITStargazers:1Issues:0Issues:0

regexsentenses

This program takes in a regex expression and outputs all possible sentences that match the expression.

Language:CLicense:MITStargazers:1Issues:2Issues:0

EnglishPremierLeaguePredictions

Predicts Matches for the English Premier League. Can be changed for other leagues.

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

abby_or_not_abby

This is a bumble bot that swipes right on all girls that name starts with ab. For instance Abigail and Abby will get a right swipe and Gabby would be a left swipe.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

chessai

This is a chess ai I developed using machine learning and minimax algorithm.

Language:PythonLicense:MITStargazers:0Issues:0Issues:0

compiler

A compiler I am making for my own language

Language:MakefileStargazers:0Issues:2Issues:0

dotfiles

My vim and tmux implementation

Language:Vim scriptStargazers:0Issues:2Issues:0

dotfiles-1

Personal dotfiles configurator for Mac OSX, Arch, Ubuntu 16.04

Language:Vim ScriptLicense:MITStargazers:0Issues:1Issues:0
Language:RustLicense:BSD-3-ClauseStargazers:0Issues:0Issues:0
Language:DartStargazers:0Issues:0Issues:0
Language:GoStargazers:0Issues:2Issues:0

go-routine-queue

A simple go-routine queue

Language:GoStargazers:0Issues:2Issues:0

Graph

My implementation of a generic Graph of nodes and edges in Java.

Language:JavaStargazers:0Issues:2Issues:0

gruvbox-contrib

Ports of the gruvbox colorscheme

Language:SCSSStargazers:0Issues:1Issues:0

ll1_parser

Given a LL(1) language formatted in a text file and a text file to parse. It will parse the text file.

Language:RustStargazers:0Issues:2Issues:0

marchmadnesspredictor

Predicts March Madness games. Updated for 2021.

Language:PythonStargazers:0Issues:2Issues:0

ml_neuralnetwork_image_digit_detector

This is a digit detector I made in java from scratch. It uses a neural network, autocoder and a cluster to detect what digit is in a 25 by 25 pixel image of a digit.

Language:JavaStargazers:0Issues:2Issues:0

mycompiler

Its just a compiler I made for my own language

Language:SwiftStargazers:0Issues:2Issues:0

range_map

A rust library that will map a range of values to another value.

Language:RustLicense:LGPL-2.1Stargazers:0Issues:1Issues:0

SimpleLanguage

I made my own language and its extremely simple

Language:JavaStargazers:0Issues:2Issues:0

tinder_bot

Uses machine learning to swipe right on the QTs and left on the not QTs.

Language:PythonLicense:MITStargazers:0Issues:2Issues:0

TrieSort

This is a TrieSort or Flowers Sort named after Watson Flowers. It is linear with how many elements are there.

Language:C++Stargazers:0Issues:3Issues:0