- San Diego, CA
-
05:43
(UTC -07:00) - https://www.linkedin.com/in/aronya-baksy-062a21183/
-
BranchPredictor Public
Implement tournament, gShare and a custom branch prediction algorithm
C UpdatedJul 1, 2025 -
tritontube Public
A YouTube clone that uses a distributed storage cluster (using consistent hashing) as a backing store and etcd as a metadata store
Go UpdatedJun 11, 2025 -
CSE251A Public
Projects for UCSD's Graduate Course on ML Learning Algorithms
Jupyter Notebook Apache License 2.0 UpdatedJun 3, 2025 -
gocpparallel Public
A simple implementation of CSP-style user threads mapped to kernel threads like Go's Goroutines in C++
-
certbot Public
Forked from certbot/certbotCertbot is EFF's tool to obtain certs from Let's Encrypt and (optionally) auto-enable HTTPS on your server. It can also act as a client for any other CA that uses the ACME protocol.
Python Other UpdatedFeb 27, 2025 -
-
vscode-lean4 Public
Forked from leanprover/vscode-lean4Visual Studio Code extension for the Lean 4 proof assistant
TypeScript Apache License 2.0 UpdatedJan 30, 2025 -
-
-
linux-pulse Public
System measurements for Intel x64 machines running Linux
-
os_algos Public
Algorithms implemented in Operating Systems course at PES University, B'lore
-
pycask Public
A log-structured disk-based key-value store in Python for educational purposes
-
CSE221 Public
My lecture notes for UCSD's Graduate Operating Systems course (CSE 221)
3 UpdatedDec 7, 2024 -
-
-
electoral_bonds Public
Data on Electoral Bonds released by ECI
-
pesuacademy-py Public
Forked from pesu-dev/pesuacademyPython wrapper and APIs for the PESU Academy website
Python MIT License UpdatedApr 19, 2024 -
-
calbert Public
Forked from aditeyabaral/calbertCalBERT - Code-mixed Adaptive Language representations using BERT, published at AAAI-MAKE 2022
Python MIT License UpdatedDec 18, 2023 -
-
-
-
toipe Public
Forked from Samyak2/toipeyet another typing test, but crab flavoured
Rust MIT License UpdatedJun 28, 2022 -
togepi Public
Forked from aditeyabaral/togepiA version control system built using Python and DropBox API
Python UpdatedApr 25, 2022 -
-
pesu-whatsapp-bot Public
Forked from aditeyabaral/pesu-whatsapp-botPESU Academy WhatsApp Bot for the PESsants and PESts of PES University
-
sec-analysis Public
Scraping and IR tasks on data from press releases put out by the US Securities and Exchange Commission
-
elliptic-encr Public
A C++ implementation of elliptic curve encryption algorithm that uses randomly generated points on an elliptic curve
-
-
golang-mini-compiler Public
A compiler front-end for Golang implemented using Python Lex and YACC that handles the switch and loop constructs