adamkaplan0
Passionate software engineer interested in building data-driven products. Currently @HeilaTechnologies. Previously, @mit.
@HeilaTechnologiesBoston, MA
Pinned Repositories
database-in-c
College project from November 2016 where I implemented a basic database from scratch in C.
latextableviewer
Local LaTeX table visualizer for quick PDF creation during the research process. Built using WASM and React.
latextableviewer-endpoint
Serving TexLive files to enable client-side compilation for LaTeX Table Viewer.
latextableviewer-engine
SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor
lob-game
College project from December 2015 where I implemented a graphical lob game with more realistic ball movements from scratch in Java.
PML_Efficient_Coding
Materials for the MIT PML workshop on Efficient Coding in R.
PML_Good_coding_practices
Materials for the MIT PML workshop on Good coding practices for social scientists.
PML_Introduction_to_LaTeX
Materials for the MIT PML workshop on Introduction to LaTeX.
PML_Web_scraping
Materials for the MIT PML workshop on Web Scraping and Basic Python.
recursive-descent-parser
College project where I implemented a recursive descent parser and parse tree evaluator in C.
adamkaplan0's Repositories
adamkaplan0/PML_Good_coding_practices
Materials for the MIT PML workshop on Good coding practices for social scientists.
adamkaplan0/latextableviewer
Local LaTeX table visualizer for quick PDF creation during the research process. Built using WASM and React.
adamkaplan0/PML_Introduction_to_LaTeX
Materials for the MIT PML workshop on Introduction to LaTeX.
adamkaplan0/database-in-c
College project from November 2016 where I implemented a basic database from scratch in C.
adamkaplan0/PML_Efficient_Coding
Materials for the MIT PML workshop on Efficient Coding in R.
adamkaplan0/PML_Web_scraping
Materials for the MIT PML workshop on Web Scraping and Basic Python.
adamkaplan0/recursive-descent-parser
College project where I implemented a recursive descent parser and parse tree evaluator in C.
adamkaplan0/latextableviewer-endpoint
Serving TexLive files to enable client-side compilation for LaTeX Table Viewer.
adamkaplan0/latextableviewer-engine
SwiftLaTeX, a WYSIWYG Browser-based LaTeX Editor
adamkaplan0/lob-game
College project from December 2015 where I implemented a graphical lob game with more realistic ball movements from scratch in Java.
adamkaplan0/maps-pathfinding
College project from Spring 2016 where I implemented a minimum weight spanning tree and shortest path finding algorithms at three levels of scale. I display the results graphically with animation as a map. All of this is implement in Java.
adamkaplan0/philosophy-game
College project from Spring 2016 where a team and I implemented a simple web scraper to see how many steps the "Philosophy" Wikipedia page is from any other page. Implement in Python.
adamkaplan0/prefix-calculator
College project from Spring 2016 where I implemented a prefix calculator taking in an infix expression in Java.