Pinned Repositories
aiMessages-backend-public
Backend codebase for aiMessages iOS app that I built with Jake Taylor
bloom_filter
Bloom filter (a space-efficient probabilistic data structure), implemented in OCaml.
clox
clox language implementation from the book "Crafting Interpreters" by Robert Nystrom
cs106s
Website for CS106S, coding for social good
dropbox-clone
CLI Dropbox clone, written in Java, using Spring, AWS (Cognito and S3)
fife
Finite-Interval Forecasting Engine: Machine learning models for discrete-time survival analysis and multivariate time series forecasting
json-parser
JSON parsers, implementations in Python and OCaml
lwcarani.github.io
Luke's Blog
matching-algorithms
Implementation of the Gale-Shapley (also known as deferred acceptance) and Top Trading Cycle (TTC) algorithms for 2-sided matching
py-lisp-interpreter
Basic Lisp interpreter, written in Python
lwcarani's Repositories
lwcarani/matching-algorithms
Implementation of the Gale-Shapley (also known as deferred acceptance) and Top Trading Cycle (TTC) algorithms for 2-sided matching
lwcarani/dropbox-clone
CLI Dropbox clone, written in Java, using Spring, AWS (Cognito and S3)
lwcarani/aiMessages-backend-public
Backend codebase for aiMessages iOS app that I built with Jake Taylor
lwcarani/bloom_filter
Bloom filter (a space-efficient probabilistic data structure), implemented in OCaml.
lwcarani/clox
clox language implementation from the book "Crafting Interpreters" by Robert Nystrom
lwcarani/cs106s
Website for CS106S, coding for social good
lwcarani/fife
Finite-Interval Forecasting Engine: Machine learning models for discrete-time survival analysis and multivariate time series forecasting
lwcarani/GHM
lwcarani/json-parser
JSON parsers, implementations in Python and OCaml
lwcarani/Kats
Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
lwcarani/llm-survey-analysis
Analyzing US Coast Guard exit surveys with LLMs using LangChain and Pinecone - a proof of concept.
lwcarani/lwcarani.github.io
Luke's Blog
lwcarani/model-zoo
Please do not feed the models
lwcarani/py-head
Unix-style head command, written in Python
lwcarani/py-lisp-interpreter
Basic Lisp interpreter, written in Python
lwcarani/py-wc
Unix-style wc for Windows, written in Python
lwcarani/rule30
cellular automaton rule 30 [left XOR (center OR right)]
lwcarani/jlox
jlox language implementation from the book "Crafting Interpreters" by Robert Nystrom
lwcarani/SharedSolutions
Publicly shared solutions to Coding Challenges