harshita130602
SWE at JPMC UK | Ex-SWE Intern at Digital Product School, Munich | MLH Fellow'21 | Microsoft Engage'21 | AmazonWoW'21 | Undergraduate student at IIIT-H
International Institute of Information Technology.Hyderabad
Pinned Repositories
algo_ds_101
An alogrithm a day keeps the mass recruiter away
Algorithmic-trading
Implementation of Q-learning applied to stock trading.
Assembly-coding
It has some x86-64 codes
Bash-Scripting
This repository contains some Bash scripts for different purposes.
Brick-Breaker-Game
The game is the terminal version of brick breaker game. In this the player operates the paddle to bounce the ball to destroy the bricks.
Concurrency
Simulations of real life scenarios (eg. restaurant, cab services etc) in C language using multithreading.
J.A.R.V.I.S.
J.A.R.V.I.S. is a voice activated desktop assistant which is built in Python using libraries such as Google text-to speech, speech recognition etc.
MyMedicine-Pharmacy-management-system
A PyMySQL Project for maintaining a database for an Online Pharmacy System
Quizmasters
A complete command line quiz game made by using python and json.
yoda_shell
A fully functional linux shell built in C. Supports most of the shell functionalities such as basic linux commands, redirection, piping etc.
harshita130602's Repositories
harshita130602/J.A.R.V.I.S.
J.A.R.V.I.S. is a voice activated desktop assistant which is built in Python using libraries such as Google text-to speech, speech recognition etc.
harshita130602/MyMedicine-Pharmacy-management-system
A PyMySQL Project for maintaining a database for an Online Pharmacy System
harshita130602/Brick-Breaker-Game
The game is the terminal version of brick breaker game. In this the player operates the paddle to bounce the ball to destroy the bricks.
harshita130602/Concurrency
Simulations of real life scenarios (eg. restaurant, cab services etc) in C language using multithreading.
harshita130602/Quizmasters
A complete command line quiz game made by using python and json.
harshita130602/yoda_shell
A fully functional linux shell built in C. Supports most of the shell functionalities such as basic linux commands, redirection, piping etc.
harshita130602/algo_ds_101
An alogrithm a day keeps the mass recruiter away
harshita130602/Algorithmic-trading
Implementation of Q-learning applied to stock trading.
harshita130602/Blissful_Years
A calendar web-application made by using HTML, CSS and Javascript in order to practice this specific skill set.
harshita130602/chatbtc-langchain
GPT & LangChain Chatbot for large PDF docs
harshita130602/competitive-programming-solutions
This repository will contain the accepted solutions of problems on sites like codechef, hackerrank, hackerearth, codeforces etc
harshita130602/COVID-Tracker
A Covid-Tracker app built in ReactJS
harshita130602/first-contributions
🚀✨ Help beginners to contribute to open source projects
harshita130602/harshita130602
harshita130602/learnprogrammingfree
List of best free programming resources on the internet
harshita130602/LPU-Devops-
Devops Test Repo
harshita130602/Modified-xv-6
Various improvements have been made to the xv6 operating system such as the waitx and ps syscall. Scheduling techniques such as FCFS, PBS, and MLFQ have also been implemented.
harshita130602/open-event-frontend
The frontend for the Open Event API Server
harshita130602/patchwork
All the Git-it Workshop completers!
harshita130602/prep-project-4.1.1
MLH Prep Project for Pod 4.1.1
harshita130602/Project-management-system
The product is related to managing employees and progress related to software projects. Based on the requirements of the project, employees with relevant skillset are shortlisted from a directory of available employees. The actual hours committed to the project will be compared against the original estimate to track its progress.
harshita130602/Python-resources
For sharing Python resources like and Questions for practice..(better share question in .ipynb format)
harshita130602/river-crossing-game
A two-player game designed using Pygame in Python.
harshita130602/saving-satoshi
harshita130602/sign-language-interpretor
British Sign Language Interpretor
harshita130602/Skyforce-Game
A game heavily inspired from the classic game "SKYFORCE" developed using WebGL & three.js
harshita130602/TCP-Server-Client
C program to create connection between server and client and send large files. (greater than 1 GB)
harshita130602/To-do-List-app
A basic to-do list app which is made by using HTML, CSS and Javascript.
harshita130602/tstbtc
This cli app transcribe audio and videos for submission to the bitcointranscripts repo
harshita130602/xv6-public
xv6 OS