-
Lumen is a JVM language I created.
The source can be found
on GitHub.
Example syntax:
class Test {
pb stc def main(args: String[]) {
var sum: int = 0
each arg in args {
sum = sum + Integer::parseInt(arg) rescue 0
}
System::out.println("Sum: " + sum)
}
}
-
Flood is a WIP BitTorrent client written in C. Source code: on GitHub
-
latex2sympy is a utility for converting mathematics typeset in LaTeX to symbolic expressions used by SymPy. Source code: on GitHub
-
The creatively named ml
is a machine learning library that can be used to create and train fully-connected and convolutional neural networks. Source code: on GitHub
-
I interned at Bloomberg L.P. headquarters in NYC during the summer of 2015. I worked in the Research & Development department on the AIM team to create internal tooling.
Bloomberg NYC headquarters
-
I'm a cofounder/full-stack software developer at Mathpix Inc. Mathpix is the first app that can evaluate photos of handwritten math. Check it out.
-
I'm the programming lead on FIRST Robotics team 334.
Our 2016 robot
-
I participated in the 2016 MIT Beaver Works Summer Institute. We learned about programming autonomous vehicles from MIT faculty, MIT Lincoln Laboratories staff, JPL engineers, and others.
Here's a report written by myself and Max Krieger about the program: BWSI Report
-
I achieved a perfect score on the 2015 AP Computer Science examination. Out of 48,994 students worldwide, only 67 students received perfect scores. I took the exam as a sophomore.
-
I was the team leader of SemQuery, a project awarded 3rd place at PennApps XII. We were the only high schoolers to place at PennApps - the largest collegiate hackathon in the world. (2015)
-
My team placed 2nd at St. Joseph's College Programming Competition (greater New York area).
-
Incoming freshman at MIT.