Skip to content
View nkaush's full-sized avatar
🦀
🦀

Highlights

  • Pro

Organizations

@CS196Illinois @CS128-Honors-Illinois
Block or Report

Block or report nkaush

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
nkaush/README.md

Hi there 👋, I'm Neil Kaushikkar

What I'm Working On 🏢

  • 👨‍🎓 I'm pursuing a Bachelor's degree in Computer Science at the University of Illinois at Urbana-Champaign
  • 🍎 I used to teach @CS128-Honors-Illinois

Top Langs

Pinned

  1. sharded-distributed-txns sharded-distributed-txns Public

    A sharded & distributed transaction-based ATM system satisfying the atomicity, consistency, and integrity properties of a distributed transaction system implemented in Rust. I may add the durabilit…

    Rust

  2. replicated-splinterdb replicated-splinterdb Public

    Replicating VMWare's Key-Value Store SplinterDB using the Raft Consensus Algorithm

    C++ 1

  3. c-web-server c-web-server Public

    This is a web server built to familiarize myself with non-blocking I/O and the kqueue interface.

    C 1

  4. pos-tagging pos-tagging Public

    A part-of-speech tagger NLP model implemented with the Viterbi algorithm with HMMs in Rust.

    Rust 2

  5. dd-rs dd-rs Public

    A Rust implementation of the Linux dd utility.

    Rust

  6. artillery-game artillery-game Public

    A turn-based multiplayer game where players in tanks take turns and attempt to destroy the other players. Gameplay revolves around shooting bullets that follow a ballistic trajectory at opponent(s).

    C++