Russell Coleman (russellsayshi)

russellsayshi

Geek Repo

Github PK Tool:Github PK Tool


Organizations
epitome3d

Russell Coleman's repositories

CeeBeeServer

Lightning fast C web server (<1ms turnaround) that serves an image of a bee, among other things. Beats out nginx in speed - with a huge catch lmao. Made this a year or two back to have fun learning about the internals of web servers. Reuploading this because I'm currently working on a tutorial for my website in which I teach DNS servers and web server development, and I'm going to flesh this version out more and add comments and jazz. It has support for handling basic HTTP requests but nothing more. In fact I just wanted to see how low I could get my request turnaround time to be while still being semi-reasonable, which is why it's in C. Basic templating engine support built in, if you can call it that. Can do on-the-fly file manipulation, as evidenced by the bee image demo if you load up the server.

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

MathParseC-

Quick repo to parse mathematical expressions in C++ and evaluate them based on variable values

Language:C++License:MITStargazers:1Issues:1Issues:0

Photon

A ray tracer in C++

Language:C++License:MITStargazers:1Issues:4Issues:0

AUTSS

Automated UT Schedule Scraper. Just some Node.js fun designed to scrape class schedules and help plan double/triple majors.

Language:JavaScriptLicense:MITStargazers:0Issues:2Issues:0

DiffeqSolutionModeler

Simple little Java app to model solutions to constant-coefficient matrices of differential equations

Language:JavaLicense:UnlicenseStargazers:0Issues:2Issues:0

dotfiles

My dotfiles and utility functions

Stargazers:0Issues:0Issues:0

FourierSeriesGenerator

Generator for fourier series using my math parse repo

Language:C++License:UnlicenseStargazers:0Issues:1Issues:0

FourierVisualizationGenerator

Takes input from my fourier generator and creates visualizations like this one https://www.youtube.com/watch?v=1Pvsy2GlB1s . Made this last semester but uploading to move files

Language:JavaLicense:MITStargazers:0Issues:1Issues:0

FractionalDerivativeGenerator

fractional derivative generator with my math parse repo

Language:C++License:MITStargazers:0Issues:2Issues:0

GradientDescentNetwork

Disclaimer: this repo is for my own use. It may or may not be readable by others. I'm implementing a simple neural net that learns by gradient descent and back propagation. My goal is to do this without following a tutorial or looking anything up, so it'll probably be trash, but help me learn. Enjoy.

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

GroomsGang

Webapp for my roommates and me

Language:HTMLLicense:GPL-3.0Stargazers:0Issues:0Issues:0

gym

A toolkit for developing and comparing reinforcement learning algorithms.

Language:PythonLicense:NOASSERTIONStargazers:0Issues:1Issues:0

key2heights

Python files used for video processing to extract the best picture of a black rectangle from a short video in order to extract the contours on a key. Made as part of hacktx 2018

Language:PythonStargazers:0Issues:2Issues:0

Mandelbrot

Quick Mandelbrot set viewer in Java with GUI.

Language:JavaLicense:UnlicenseStargazers:0Issues:2Issues:0
Language:JavaLicense:MITStargazers:0Issues:1Issues:0

Monopoly

Project for Advanced Compsci - Monopoly Board Game

Language:JavaLicense:GPL-3.0Stargazers:0Issues:3Issues:0

PasswordSquared

Short little repo for my personal use. Password manager.

Language:PythonLicense:UnlicenseStargazers:0Issues:1Issues:0

PolyGraph

Part of a repo dump I'm doing today. Made this while at Tamuhack to help w/ this fractional derivatives side project I'm working on. Not sure if it can be useful to anyone but I'm unlicensing it.

Language:JavaLicense:UnlicenseStargazers:0Issues:1Issues:0

procgen

Procgen Benchmark: Procedurally-Generated Game-Like Gym-Environments

Language:C++License:MITStargazers:0Issues:0Issues:0
License:GPL-3.0Stargazers:0Issues:2Issues:0

Q-Learning-Pytorch

Just for fun reinforcement learning network implemented in Pytorch

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

RemoteMouse

A quick Java project to allow me to control my computer across the room without getting up

Language:JavaLicense:UnlicenseStargazers:0Issues:2Issues:0

RemoteReloader

Specialty project. Doubt anyone will be able to find much use. Only putting it on Github to share with this one other guy. Essentially it creates a TCP server that people can connect to and the server can tell all the clients to reload the page they are currently on.

Language:CLicense:UnlicenseStargazers:0Issues:2Issues:0
Stargazers:0Issues:1Issues:0

Stockpile

Program to help me remember where things are

Language:JavaLicense:UnlicenseStargazers:0Issues:1Issues:0
Language:JavaScriptLicense:MITStargazers:0Issues:4Issues:0
Language:PythonStargazers:0Issues:1Issues:0
Language:PythonStargazers:0Issues:0Issues:0

VisualComplexIntegrator

Quick project for my theory of complex functions class to help illustrate Cauchy integral formula

Language:JavaLicense:MITStargazers:0Issues:1Issues:0

Webfetch

Make a web request from DNS query to HTTP request for the fun of it

Language:C++License:MITStargazers:0Issues:1Issues:0