Skip to content
View SpideR1sh1's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report SpideR1sh1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SpideR1sh1/README.md

Hi there I'm Aayush, but you can call me Rishi

I am a student @ Purdue University, double majoring in Computer Science and Mathematics. Currently working with or learning Quantitative Finance, Quantum Physics, Quantum Computing, and Artificial Intelligence.

Entrepreneur, Quantitative Trader, and Software Engineer.

Top Langs

🔧 Technologies & Tools

Pinned Loading

  1. Haskell-TOML-Parser Haskell-TOML-Parser Public

    This project is a TOML Parser implemented in Haskell using custom parser combinators. It demonstrates the principles of language processing and parsing while showcasing functional programming techn…

    Haskell

  2. Variational-Quantum-Eigensolver Variational-Quantum-Eigensolver Public

    A Subspace-Search Variational Quantum Eigensolver (SSVQE) framework implemented with TensorFlow Quantum and Cirq, designed to compute ground and excited states of quantum systems. This project feat…

    Python

  3. Go-Redis Go-Redis Public

    Implemented a Redis-like in-memory database using Go, featuring RESP parsing, concurrency with Go routines, and an Append Only File (AOF) mechanism for data persistence. Supports key-value storage,…

    Go

  4. Git-Clone Git-Clone Public

    Built a minimal Git implementation in Python to replicate core version control features, including repository initialization, object storage using SHA-1 hashing, and commands like commit, add, log,…

    Python

  5. Leetcode Leetcode Public

    Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

    Python

  6. NES-Emulator NES-Emulator Public

    A cross-platform NES emulator written in C++ using SDL, focused on accurate hardware emulation of the NES CPU, PPU, and memory. Features include ROM loading, modular design, and customizable contro…