DeepakAtariya's Stars
EbookFoundation/free-programming-books
:books: Freely available programming books
jwasham/coding-interview-university
A complete computer science study plan to become a software engineer.
CSSEGISandData/COVID-19
Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE
nsqio/nsq
A realtime distributed messaging platform
moment/luxon
⏱ A library for working with dates and times in JS
rachitiitr/DataStructures-Algorithms
The best library for implementation of all Data Structures and Algorithms - Trees + Graph Algorithms too!
joeel561/shopware-profiler
Profiling for Shopware
rkritika1508/ITM-Mentorship-Program
8mylez/emzcli
rkritika1508/Multimodal-Emotion-Recognition
DeepakAtariya/Online_locker_management
A Bank branch maintains a number of different types of safe lockers at some of its safe sites. At the request of its customer's bank issues a locker to a customer who has an account with the bank. A locker can be held jointly by two or more customers also. Bank charges yearly rent on the locker from the customer which is directly deducted from the account of the customer. For operating a locker, a customer can give a request through the website specifying the date and time of operation. The bank confirms the appointment and on the stipulated date and time allows the operation of the locker. Bank allows only a maximum of 12 free operations of the locker in a year, subsequently, it charges for the service from the customer. Bank also has a process for the allocation and cancellation of lockers. In general, as the number of lockers is limited, therefore, the bank maintains a queue of customer who has requested for the locker service. Study various requirements for such a system from an actual bank. Analyse the requirements in details and design & develop the online system
Kashishkd77/Arbitrary_Arguments
This is an illustration of using "Arbitrary Arguments" in Python in various programs . Here, the codes allow the users to enter any number of finite arguments at the time of method call. Arbitrary Arguments in Python are basically used when the user is unaware of the number of arguments needed .
komalsingh1/Mental-Health-App-Alive
A solution for all the Mental Illness
raseshsingh/IgnouHackathon2020
Project for the IGNOU hackathon.
abhishe3571/project3
It's a knowledge base page built using Bootstrap 4.
DeepakAtariya/deepakatariya-js-application-context
ac-scope lets you load your resource in the global environment and lets you access it from anywhere in your application while developing.
DeepakAtariya/Mobile-Page-For-Hybrid-Application
DeepakAtariya/TheScoree-Grade-Card-
This project open to everyone for educational purpose, anyone can contribute and learn as well from the codes. This project consists of the following techniques such as run-time scraping, DOM(Document Object Model) manipulation, analysing the data, laravel development, MySQL, etc
Kashishkd77/List-in-Python
Lists are used to store multiple items in a single variable. List is one of 4 built-in data types in Python used to store collections of data, the other 3 are Tuple, Set, and Dictionary. A list is indexed, ordered , changeable , can contain duplicate values and all other data types including tuple, dictionary , set , etc as their items. List are written with [] brackets .Here , practical demonstration of list is given (creation, accessing, slicing, deleting elements, functions, operations, list comprehensions, etc. ).
Kashishkd77/Strings-Matrix
Programs based on strings and matrices .
NishaMadhukar2107/Sales-Data-Analysis-Tableau-project
NishaMadhukar2107/Stock-Price-Prediction
Stock Price prediction using LSTM Method
purvasharmadev/Purva-Sharma-Portfolio
my portfolio + blog website created by using the component liabrary made with neog.camp Lesson-3
shomikg/BookList
A JS short interactive app to keep a track of all the books you've read so far! Feel free to suggest additions to it by committing changes!
shomikg/FindMeAgain
A simple matcher game with flipping cards animation.
shomikg/Js
My learning experience in Javascript
shomikg/TicTacToe
A simple Tic-Tac-Toe game based on simple AI.