Made with HTML, CSS, JavaScript and Three.js. This is an application which takes an input function that is of f(x,y), and graphs it. The graph can be viewed from any angle, its scope can be input, and it supports a plethora of math functions, including a custom made sigma function. Points on the graph are coloured according to their slopes.
A chrome extension made with HTML, CSS, JavaScript and JQuery. Allows for the user to multiply a text on a webpage a desired amount of times, or add text to a clipboard, or spawn a Wikipedia page about the text. This is published on the Chrome Web Store and was downloaded world wide multiple times.
A Java application that reads a text file of stations and edges, storing them as a Graph object. Then, in the Paris Metro class, it calculates: stations on the same line as a given station, shortest path between two stations, and shortest path avoiding a line of a given station. Implements DFS and Dijkstra’s algorithms.