Projects
-
AOPS Submit Chrome Extension
- September 2024
A chrome extension that allows you to submit to problems and track progress on aops.com website.
-
Jobapp Markdown Resume & Letters
- August 2024
A bundle of templates and bash scripts to easily create a resume and cover letters in markdown. Allows me to use same resume source on this website and for pdf.
Resources
-
Geoguess IRL
- July 2024
Inspired by the game geoguessr, a flutter mobile app where within a radius of your gps location are given a random image provided by google maps api and have to attempt to physically walk as close to the location as possible. Uses nodejs server to store account information and look up other's stats.
Resources
-
App Github - https://github.com/superj6/geoguess_irl
-
Server Github - https://github.com/superj6/geoguess-irl-server
-
Emote Art Discord Bot
- June 2024
Discord bot to generate large-font words out of emojis.
-
Autogen Geodash
- June 2024
An opengl simplified version of the 2d game geometrydash that autogenerates level maps. During gameplay all possible upcoming player positions are simulated to ensure the level is always beatable.
Resources
-
Personal Site
- May 2024
You're probably looking at it. Built with EJS templating and Nodejs backend with sqlite database (for blog comments). Projects displayed from json, resume and blogs rendered from markdown.
Resources
-
Link - https://jgon.net
-
DNQ Attention
- May 2024
Pytorch RNN model w/ attention for translating english to spanish. Experiment with custom attention mechanism through querying relevant info by merging halves.
Resources
-
ML Binary Logic
- May 2024
Pytorch experiment to simulate a few binary logic operations through minimal neural networks.
Resources
-
Selection GPT Chrome Extension
- March 2024
A chrome extension that allows you to easily process selected text in a sidepanel or popup with gpt queries. Pre-defined summary and quiz functionality or can insert custom prompt. Uses chatgpt api, insert your own api key.
-
Popup Quiz Chrome Extension
- March 2024
A chrome extension that generates popup quizzes at random intervals based on flashcards scraped with content-script in user-provided quizlet links.
-
Express Test Site
- February 2024
A conglomeration of personal web experiments to learn some techniques w/ a nodejs backend. Includes authentication, sockets, dynamic pages, react w/ webpack, custom svgs, etc.
Resources
-
Cybersecurity CTF Materials
- January 2024
Some of the CTF materials I saved, including problem solutions w/ notes and list of tools/resources.
Resources
-
Github - https://github.com/superj6/ctf
-
Youtube Channel
- January 2022
Occasionally record screencasts or short clips of competitive programming, math, CTF, or related topics.
Resources
-
PBjar CTF 2021
- September 2021
CTF organized by my main team 'PeanutButter.jar'. Helped organize, setup, and write signifant number of challenges for PBjarCTF 21. Primarily wrote binary exploitation, including a beginner tutorial series w/ explanations.
Resources
-
CTFTime - https://ctftime.org/ctf/665/
-
Github - https://github.com/pbjar/Challenges
-
LIT 2021-2024
- July 2021
Helped write large portion of challenges and set up infrastructure for LITCTF 21 and 22, primarily wrote binary exploitation. Wrote or helped create majority of challenges for competitive programming round in LIT Standard 23
Resources
-
Link - https://lit.lhsmathcs.org
-
CTFTime - https://ctftime.org/team/157660
-
Github - https://github.com/LexMACS
-
CF Gym - https://codeforces.com/gym/104511
-
Competitive Programming Solutions
- January 2021
A collection of a significant portion of my competitive programming solves. Mostly OI problems, 1000's of solutions.
Resources
-
Github - https://github.com/superj6/CPcode
-
WaveLength
- July 2016
My first bigger 'real' programming project. Prototype of java jframe game revolving around navigating a light waves and dodging electrons. Seems i did not finish adding object collision. The slow wave generation was my first realization programming is not infinitely fast, but did not fully understand until I started usaco.
Resources
-
Khan Dodger
- June 2015
Another of my oldest saved projects. Dodger game in khan academy's processingjs-like editor.
-
Geometric Super Blub
- September 2014
One of my oldest saved projects. Geometry dash inspired game in scratch lol.
Resources