This repository contains small projects that are smaller than 50KB, files that require dependancies are in their own folders, while standalone files are by themselves, the repository structure is below:
- keep-late-start
- images
- benefits.jpg
- email.jpg
- help.jpg
- kids-school.jpg
- Irsd.webp
- index.html
- robots.txt
- images
Description:
This is a project designed to support and help coordinate supporters
for the Save Late Start Wednesday in LRSD
petition; it has since been abandoned due to concerns about legal
safety and disagreements with Collêge Jean Sauvé.
However, the raw html file is still available and can be appropriated for
personal use. It has been reactivated on April 15th, and has been deployed
here.
- math
- binomial_unpacker.py
- fibonacci.py
- prime_generater.py
- quadratic_solver.py
- sorter.sh
- base_translate.py
Description:
This project was designed to simplify repetitive and tedious mathematical
operations such as binomial unpacking, prime_generation, and solving quadratics.
It also includes scripts that deal with recursive sequences and number theory,
exploring the Fibonacci Sequence and prime and perfect numbers.
- wordle
- moved to 29miaoet/wordle
- summer_countdown.html
Description:
This is an actively maintained project to count down the days until summer
vacation, it utilizes the Brython browser python, and includes coutdowns for
total time, school time, and school time in hours, minutes, and seconds. You
can view the live website here.
- tkinter_calculator.py
Description: This is a beginner level calculator, designed to mimic the basic calculator function on windows, it has a simple GUI interface (the tkinter module); and has been tested on Windows and Linux. Tkinter works best with Ubuntu Gnome, however. The program will still run smoothly cross-platform regardless of the OS display.