Skip to content

i30101/public-archive

Repository files navigation

public-archive

This repository is a public archive of previous projects.



aoc-2023

year python-versions

My partial solutions for Advent of Code 2023, created using Python.



ISEF 2023

version python-versions

Various project files for 2022-2023 Science Fair.

Components

  • Vehicle Routing Problem (VRP) solver using Google OR-Tools
  • VRP scenario and solution visualizer using NumPy and maplotlib
  • Visualization of restaurants in D.C.'s Chinatown using gmplot
  • AnyLogic configuration file (.ALP file) parser

Dependencies

  • Python 3.9 or newer
  • PyPi pandas library for reading CSV files
  • PyPi NumPy for matrix comprehension
  • PyPi matplotlib.pyplot for data and VRP visualization
  • PyPi ortools for VRP optimization using Google OR-Tools
  • PyPi gmplot library for map generation with Python

Installing all PyPi dependencies: pip install pandas numpy matplotlib ortools gmplot



RiverSentinel

version python-versions arduino

Files for RiverSentinel: a project to enhance water quality monitoring

Components

  • RiverSentinel probe configuration software for Arduino and Python
  • Live water quality monitoring interface

Depencencies

  • Python 3.9 or newer
  • Arduino IDE
  • Raspberry Pi 4.0



SFT-2023

version Boostrap

2022-2023 Samsung Solve for Tomorrow Challenge submission files

Components

  • InvasiGo website
  • Firebase

Dependencies

Browsersync

Recommended tool: browsersync for real-time front-end development

  • Enter npm install -g browsersync to install
  • Learn more at the Browsersync site
  • Deploy locally using browser-sync start --server --files "**/*"



Woodson Science Olympiad Archives

woodsonscioly-draft

Initial Woodson Science Olympiad draft, never deployed

woodsonscioly-fragments

Deprecated parts of Woodson Science Olympiad website that were at some point deployed

woodsonscioly-testing

Deprecated website files for 2022-2023 season tests

Releases

No releases published

Packages

No packages published