Skip to content
View shanmukh1608's full-sized avatar
  • Georgia Institute of Technology
  • Atlanta, Georgia, United States

Block or report shanmukh1608

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

Pinned Loading

  1. Sentiment-Analysis-COVID19-Tweets Sentiment-Analysis-COVID19-Tweets Public

    Analyzing tweet sentiments over multiple ‘waves’ of COVID-19 using Twitter data from 2020 to 2022 using various machine learning techniques and models.

    Jupyter Notebook

  2. Relational-Database Relational-Database Public

    Forked from jiviteshjain/SimpleRA

    A simplified relational database management system with support for integer-only tables and matrices. Supports linear hash and B+ tree indices, two-phase merge sort, buffer management and aggregate…

    C++ 1

  3. Jetpack-Joyride Jetpack-Joyride Public

    A terminal CLI game written in Python3 inspired by Jetpack Joyride.

    Python

  4. C-Shell C-Shell Public

    A Linux Shell implemented in C with support for piping, I/O redirection, background and foreground processes, history retrieval, custom commands, etc.

    C 1

  5. Bulk-Purchase-WebApp Bulk-Purchase-WebApp Public

    A bulk-purchase shopping web-app built with MERN (MongoDB, Express, React, Node) stack with appropriate functionality for customers and vendors.

    JavaScript

  6. Modified-xv6 Modified-xv6 Public

    A modification of MIT's xv6 Unix-like operating system with FCFS, PBS and MLFQ scheduling algorithms and other improvements.

    C