Pinned Repositories
AUTSS
Automated UT Schedule Scraper. Just some Node.js fun designed to scrape class schedules and help plan double/triple majors.
AYUSHWEBAPPS
My friend's code so that he can upload to google cloud platform
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.
CWSC-C-with-Simple-Classes-
A short project I hacked together in Java to allow simple class creation in C. It allows compilation of files to C.
JSRoboticsConsole
Javascript console made to ease development on the FIRST Robotics platform, paired with the JS Opmod
manatee-scraper-java
Java library to pull grades and assignments from AISD's TEAMS.
MathParseC-
Quick repo to parse mathematical expressions in C++ and evaluate them based on variable values
Photon
A ray tracer in C++
TCP-UDP-modeling
simple GUI interface to model a network with TCP/UDP connections
russellsayshi's Repositories
russellsayshi/CWSC-C-with-Simple-Classes-
A short project I hacked together in Java to allow simple class creation in C. It allows compilation of files to C.
russellsayshi/JSRoboticsConsole
Javascript console made to ease development on the FIRST Robotics platform, paired with the JS Opmod
russellsayshi/manatee-scraper-java
Java library to pull grades and assignments from AISD's TEAMS.
russellsayshi/TCP-UDP-modeling
simple GUI interface to model a network with TCP/UDP connections
russellsayshi/AYUSHWEBAPPS
My friend's code so that he can upload to google cloud platform
russellsayshi/CEvolution
program to try to simulate evolution in C in order to get stats
russellsayshi/ChessML
Machine learning chess AI
russellsayshi/debris
A trash manager for Linux
russellsayshi/EdisonTextureEditor
Resource pack editor for Edison Bertotti
russellsayshi/Game-of-Chocolate
Chocolate game
russellsayshi/GenericTCPClient
russellsayshi/GraphicsPractice
Working on creating a graphics toolkit with windows for my operating system - very rough at the moment
russellsayshi/js-touch-api
This is a JavaScript, extremely basic and lightweight touch API that contains simple variables and scripts to make development on touch devices easier.
russellsayshi/LASA-Showcase
Java TCP server/client for displaying images & animating across multiple computers over the network. Created for the LASA showcase.
russellsayshi/NAND-NOR-ngspice
For a project in digital electronics
russellsayshi/OBPC
Objectively Better Programming Contest (beats PC^2)
russellsayshi/SortingSimulator
Simulator for use by the advanced compsci class next year that simulates card movement as sorting algorithms
russellsayshi/TicTacToe
This is a TicTacToe game I'm making in Java.
russellsayshi/TowerDefense
Tower defense game made in 3 hours. Not a single comment. Sending this to my cousin. Please don't read the code unless you want your eyes to bleed.
russellsayshi/VisualSort
Idea to help visualize sorting algorithms for programming classes