Pinned Repositories
Book-My-Show-LLD
Low Level Design of Online Movie Ticketing System
calculator-1
Chat-App
Simple Chat App using React and Firebase
cpalgorithms
Algorithms and Techniques for competitive programming
DiscussionBoard
Question and Answers Platform A web application on which any user can ask a question and other users can give answer to the question. It has features like Topics Discussion, Requesting Answers from other users (A2A), User authentication.
E-Commerce-Website
An apparel shopping e-commerce built in React
news_scrapping
A script written in python to get latest news headlines from CNBC
Student-Forum-with-Mental-health-discussion
A forum for students to discuss and connect with their college friends , mentors and counsellors
Trie-Speller-project
A program to suggest the most frequently used English word for a given misspelled string,I used Trie and the concept of prefix search to recommend the most probable correct string for a given string.
Weather-App
A simple Weather-App made using Openweather API and Django
goyaldhara's Repositories
goyaldhara/news_scrapping
A script written in python to get latest news headlines from CNBC
goyaldhara/Student-Forum-with-Mental-health-discussion
A forum for students to discuss and connect with their college friends , mentors and counsellors
goyaldhara/Trie-Speller-project
A program to suggest the most frequently used English word for a given misspelled string,I used Trie and the concept of prefix search to recommend the most probable correct string for a given string.
goyaldhara/Book-My-Show-LLD
Low Level Design of Online Movie Ticketing System
goyaldhara/calculator-1
goyaldhara/Chat-App
Simple Chat App using React and Firebase
goyaldhara/cpalgorithms
Algorithms and Techniques for competitive programming
goyaldhara/DiscussionBoard
Question and Answers Platform A web application on which any user can ask a question and other users can give answer to the question. It has features like Topics Discussion, Requesting Answers from other users (A2A), User authentication.
goyaldhara/E-Commerce-Website
An apparel shopping e-commerce built in React
goyaldhara/Weather-App
A simple Weather-App made using Openweather API and Django
goyaldhara/CF_Contest_info
A script written in python to get contest information from Codeforces
goyaldhara/CIQ-API
CIQ Rest API
goyaldhara/DevHack-0.2
Development event of ACM BIT Mesra
goyaldhara/django
The Web framework for perfectionists with deadlines.
goyaldhara/djangoproject.com
Source code to djangoproject.com
goyaldhara/Eddges
Hello World
goyaldhara/EXL-EQ-2021
EXL EQ 2021
goyaldhara/FastFileHandler
A file handler which takes constant time to locate a file and enables to perform file handling operations
goyaldhara/hacktoberfest20
goyaldhara/Hacktoberfest2019
Create your first pull request and get a free Tee from Github and DigitalOcean. 🎉
goyaldhara/ietworkshop
goyaldhara/IMDB-Portal
Developed a python script to fetch a list of Top Rated Movies along with IMDB ratings and their year of release, it also allows searching of movie information with names. Technology Stack: Python, Beautiful Soup(Library)
goyaldhara/Interview-Creation-Portal
Simple Interview Creation Portal
goyaldhara/openlibrary
One webpage for every book ever published!
goyaldhara/pandas
Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
goyaldhara/react-dashboard
Interactive, dynamic dashboard for CodeAsylums Web Platform, implemented in ReactJS
goyaldhara/Round-Robin-Scheduler
Implemented a Round Robin Scheduler in C++ which takes input of processes from a file and then executes them. Round Robin is one of the most commonly used algorithms in CPU Scheduling. It is simple, easy to implement, and starvation-free as all processes get fair share of CPU. This round-robin scheduler employs time-sharing, giving each job a time slot or quantum.
goyaldhara/shades-7
welcome to my profile
goyaldhara/superset
Apache Superset is a Data Visualization and Data Exploration Platform
goyaldhara/tictactoe_game
Tic Tac Toe game made using C++ | It can be played in terminal