projects


educational resources

functional programming jan 2024 - may 2024 this is about functional programming. ntrllog.netlify.app/fp
computer networking aug 2023 - dec 2023 this is about the internet. ntrllog.netlify.app/networking
machine learning sep 2022 - may 2023 this is about machine learning algorithms. ntrllog.netlify.app/ml
combinatorics sep 2019 - dec 2019 this is about all the different ways to count. ntrllog.netlify.app/comb
linear algebra in differential equations dec 2019 an example of an application of linear algebra in differential equations. it also subtly touches upon the importance of eigenvalues and eigenvectors. ntrllog.netlify.app/diff_alg
python practice sep 2019 jupyter notebooks explaining objects/classes and practice problems. https://github.com/ntrllog/COGS18-Materials
java practice jul 2019 a practice test i made for java when i was tutoring. https://ntrllog.github.io/practice
numerical analysis: a nonlinear story apr 2019 - jun 2019 this is the nonlinear version of the linear algebra story. ntrllog.netlify.app/nonlinear
java notes feb 2019 a collection of tricky (java/oop-related) details. ntrllog.netlify.app/java_notes
numerical analysis: a linear algebra story sep 2018 - dec 2018 this is about solving the classic linear algebra problem Ax = b. ntrllog.netlify.app/linear
notes jan 2017 - aug 2018 notes from some courses i have taken. https://ntrllog.github.io/notes
web dev for beginners apr 2018 - jun 2018 a learning resource for html and css i made for my public rhetoric and practical communication class. https://webdevforbeginners.github.io

random projects

pinger mar 2024 a custom stopwatch.
clip bot may 2023 a discord bot for clipping videos. (python)
group-intersection jul 2022 a research project exploring the implications of using representation learning for password recovery.
poll bot mar 2021 a discord bot for making polls. (python, mongodb)
phasmophobia bot dec 2020 a discord bot for phasmophobia that tells you which types of ghost you're dealing with based on what evidence you have. (python)
ff[at]15 aug 2020 a web application that allows users to search up players and see their profile info — including level, rank, most played champions — and detailed statistics about their most recent games. (react, riot games api)
meme bot aug 2020 a discord bot that allows users to add text to images. (python)
cs tracker may 2020 a script that tracks the amount of cs a player has every 5 minutes in a live game. every 5 minutes, the program takes a screenshot of the game and uses an image classifier to identify the number. (tensorflow, matplotlib)
mobafire web scraper jan 2020 a script that allows users to search up champions and see runes, item builds, and level order from the top 3 guides on mobafire. (python)
bagels oct 2019 a numbers-deduction game. also known as pico fermi bagels.
lyrical aug 2019 a song player that shows lyrics. i use it to memorize rap songs.
asl quiz jun 2019 a game to learn american sign language.
copy text mar 2019 a clipboard manager. i use it for passwords and addresses.
pi quiz mar 2019 a quiz that tests your knowledge of the digits of pi. and yes, i made this on pi day! (3/14/19) ntrllog.netlify.app/pi
notifycation feb 2019 creates reminders in the form of notifications.
digits of pi feb 2019 displays the digits of pi 3 digits at a time.
time difference jan 2019 calculates the number of hours/minutes between two times. i used it when i was tutoring high school classes because high schools have oddly specific schedules.
sequence of differences and ratios calculator jan 2019 a little calculator that calculates the sequence of differences and ratios of a sequence of numbers. ntrllog.netlify.app/sodc
notepad oct 2018 a text editor. i use it to save notes for myself.