Skip to content
View supergi0's full-sized avatar
  • Pune, India
  • 22:08 (UTC +05:30)

Highlights

  • Pro

Block or report supergi0

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

Hello there

  • 🏛️ I'm Sagar, a computer science grad from BITS Pilani, Hyderabad Campus
  • 💬 Hit me up if you have anything interesting in mind, via mail.

Pinned Loading

  1. IngineDB IngineDB Public

    In-memory columnar database system with syntax similar to SQL

    C++ 1

  2. VoasisEX VoasisEX Public

    A Voice Assistant GUI app that can identify basic commands. The project was made using NetBeans IDE and Sphinx, MBrola were used. Java language was used to make the program.

    Shell

  3. Python_Chess_AI Python_Chess_AI Public

    Chess Engine written using Python Chess, uses iterative deepening to search the minimax tree upto maximal depth with a robust evaluation function. UCI Compatible.

    Python

  4. Basic-Pascal-Compiler Basic-Pascal-Compiler Public

    A basic pascal compiler made for my CS F363 Compiler Construction course. Uses lex and yacc to do syntax and semantic analysis, pinpoint errors and give output for basic pascal programs

    C