Skip to content
View abhinavteja2005's full-sized avatar
  • IIT KHARAGPUR
  • KHARAGPUR

Block or report abhinavteja2005

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
abhinavteja2005/README.md

Hey, I'm Abhinav Teja

Fourth-year undergraduate in Computer Science and Engineering at IIT Kharagpur.

I'm interested in quantitative finance, low-latency systems, and building performant software.

In Summer 2026, I interned at NK Securities Research as a Quantitative Researcher.

What I'm currently learning / building

  • Algorithms, OS internals, and computing systems optimization
  • Causal Bayesian ML (B.Tech project)
  • C++ for systems-level and low-latency programming

Competitive Programming

Links

Pinned Loading

  1. FAT-File-System FAT-File-System Public

    In-memory FAT file system simulator with a Unix-like shell, built in C++ using SysV shared memory

    C++

  2. KGPianTransportProtocol KGPianTransportProtocol Public

    Reliable transport protocol over UDP with sliding-window flow control, shared-memory IPC, and simulated packet loss — Networks Lab, IIT Kharagpur

    C

  3. miniRISC32 miniRISC32 Public

    Custom 32-bit multi-cycle RISC processor designed in Verilog, synthesized and tested on Nexys A7 FPGA (Xilinx Vivado)

    Verilog 1

  4. DBMS-Team-404/SimpleQueryOptimiser DBMS-Team-404/SimpleQueryOptimiser Public

    SQL query optimizer in C++ with Flex/Bison parsing, rule-based filter pushdown, and DP-based join enumeration with a cost model

    C++ 1

  5. AOSD-IITKGP/Linux-System-Monitoring AOSD-IITKGP/Linux-System-Monitoring Public

    Linux System Monitoring Tool Using the /proc Filesystem

    C++

  6. AOSD-IITKGP/Custom-System-Calls AOSD-IITKGP/Custom-System-Calls Public

    C