SaurabhTotey
Hey, I am Saurabh Totey (he/him/his). I am an undergraduate student at the University of Colorado at Boulder studying Engineering Physics and Computer Science.
AmazonSeattle, WA
Pinned Repositories
Code-Kata-Snek
A backend for a multiplayer game of snake for Fairview Code Club's Code Kata on October 22, 2018 and October 29, 2018.
curve-fitting
"Curve Fitting" is an educational simulation in HTML5, by PhET Interactive Simulations.
number-line-distance
"Number Line: Distance" is an educational simulation in HTML5, by PhET Interactive Simulations.
Galactic-Rush-OLD
A game in space about destroying your enemies with programmable drones!
d2d-Basics
A sample application to display the d2d game library.
Daily-Tasks
An android application for personal use that allows me to keep track of what tasks I still need to do for the day.
Genetic-Snake
A small test project to learn genetic algorithms.
Hoarde-Shooter
A game originally made to learn/test GFM. Is now being worked to learn/test d2d. (Yes, the word "Hoarde" is intentional).
Portfolio-Website
My portfolio website. Has been through many iterations and versions of what it is supposed to be. Is now an attempt to make a clean, accessible, and 'minimal' static website.
Quantum-Go-Fish
I really enjoy playing Quantum Go Fish, but keeping track of state is difficult. This is is a computer program to facilitate games to make my job a little easier. This project has been through several restarts, but will be finished with Kotlin Native.
SaurabhTotey's Repositories
SaurabhTotey/Quantum-Go-Fish
I really enjoy playing Quantum Go Fish, but keeping track of state is difficult. This is is a computer program to facilitate games to make my job a little easier. This project has been through several restarts, but will be finished with Kotlin Native.
SaurabhTotey/Genetic-Snake
A small test project to learn genetic algorithms.
SaurabhTotey/Keep-It-Secret
A website to encrypt and decrypt messages using public key cryptography. Originally an IA for the IB/AP Computer Science class.
SaurabhTotey/Liquid-Simulation
A small abandoned project to practice liquid simulation with Godot (doesn't work). Uses lagrangian methods (discrete particles) instead of eulerian methods (space is grid). Methods copied from https://www.researchgate.net/publication/220789321_Particle-based_viscoelastic_fluid_simulation.
SaurabhTotey/Portfolio-Website
My portfolio website. Has been through many iterations and versions of what it is supposed to be. Is now an attempt to make a clean, accessible, and 'minimal' static website.
SaurabhTotey/Daily-Tasks
An android application for personal use that allows me to keep track of what tasks I still need to do for the day.
SaurabhTotey/Christoffel-Calculator
SaurabhTotey/Configs
The configuration files that I use for my desktop.
SaurabhTotey/Conky-Display
A repository to hold my Conky configurations and scripts. Was too ambitious and Conky is probably not the right tool.
SaurabhTotey/Cube
More Vulkan learning in Rust.
SaurabhTotey/Custom-Background
A background for my desktop using X. Is currently a work-in-progress.
SaurabhTotey/D-Language-Array-Measurements
A project for the IB Extended Essay. Tests the difference in speed between sorting associative and static arrays.
SaurabhTotey/Discord-Walker-Bot
A small bot on Discord to poll who is walking to school on a given day.
SaurabhTotey/Double-Pendulum-Demo
A small physics simulation.
SaurabhTotey/Dragalia-Lost-Summon-Strategy
An online calculator to find the best summoning strategy for the Dragalia Lost mobile game. Also contains a Jupyter Notebook detailing my journey to finding the best strategies.
SaurabhTotey/Folder-Destroyer
A repository that holds a shell script that I can use to prank others.
SaurabhTotey/Fractal
A small project for me to learn Vulkan and Rust. It's fairly basic starting code.
SaurabhTotey/Life-Visualization
Something quick I threw together to show how much of my life has passed compared to my expected life expectancy. Inspired by a post on Reddit and by my fear of soon turning 20.
SaurabhTotey/Maze
A set of scripts: one to generate mazes using the Hunt-and-Kill algorithm, and another to solve mazes using A*.
SaurabhTotey/Minotaur
A small project to learn Rust. My understanding of Rust was hindering progress for another one of my projects, so I took a detour with this project.
SaurabhTotey/Movie-Chooser
SaurabhTotey/Project-Euler
My final repository for Project Euler. Settled on using Scala due to its ease of use.
SaurabhTotey/Project-Euler-OLD
My second attempt at doing Project Euler. I abandoned C++ for F# because F# seemed nice, and doing seemingly simple things in C++ was a hassle. Abandoned anyways because F# was still too difficult for me to use.
SaurabhTotey/Project-Euler-OLD-OLD
I decided I needed to learn C++, so I decided that doing Project Euler challenges for my first C++ repository would help me learn C++ and math. Abandoned because of my trouble using C++.
SaurabhTotey/ProsaicMosaic
A test project to touch up on my JavaScript skills: makes an image out of a bunch of other random smaller images.
SaurabhTotey/Random-Quantum-Codes
Work for my computer science senior thesis capstone at CU Boulder in the spring semester of 2023.
SaurabhTotey/Recipe-in-Peace
A small project to learn Ruby on Rails and to distract myself from actually learning to cook.
SaurabhTotey/SaurabhTotey
SaurabhTotey/Sudoku-Solver
An experiment by me to learn a new language and build a Sudoku solver. Originally, this was supposed to be heuristics-based, but due to certain difficulties, I switched to using an SAT Solver.
SaurabhTotey/Totey-Platformer
Someone wanted me to make a platformer on the web. This is my attempt to do that and learn a new language at the same time.