Aman (@computerwala)
  • Stars
    star
    50
  • Global Rank 341,187 (Top 12 %)
  • Followers 26
  • Following 55
  • Registered over 7 years ago
  • Most used languages
    C
    14.3 %
    C++
    14.3 %
    HTML
    14.3 %
    CSS
    14.3 %
    Python
    14.3 %
  • Location 🇮🇳 India
  • Country Total Rank 11,484
  • Country Ranking
    Python
    2,698
    C
    5,188

Top repositories

1

Taxi-Booking-System-Using-Python-GUI-tkinter_Hacktoberfest_2021

This is a basic application to book a taxi with the help of graphical user interface #hacktoberfest2021
Python
34
star
2

hacktober2019

Hacktoberfest 2019 contribution website help us to contribute
HTML
3
star
3

ibm-captsone-week2

Peer-graded Assignment: Segmenting and Clustering Neighborhoods in Toronto
Jupyter Notebook
1
star
4

nex-web

this is the CSS web page design. #hacktoberfest
CSS
1
star
5

Capstone-Project---The-Battle-of-Neighborhoods-Week-2-

In this week, you will continue working on your capstone project. Please remember by the end of this week, you will need to submit the following: A full report consisting of all of the following components (15 marks): Introduction where you discuss the business problem and who would be interested in this project. Data where you describe the data that will be used to solve the problem and the source of the data. Methodology section which represents the main component of the report where you discuss and describe any exploratory data analysis that you did, any inferential statistical testing that you performed, if any, and what machine learnings were used and why. Results section where you discuss the results. Discussion section where you discuss any observations you noted and any recommendations you can make based on the results. Conclusion section where you conclude the report.
Jupyter Notebook
1
star
6

coolscab-c-

coolscab is a simple e-ticket or cab booking application which is developed in c++
C++
1
star
7

computerwala

computerwala is a ✨special ✨ repository
1
star
8

rajasthantour

this is a sample website on rajasthan tourism
1
star
9

Bankers-Algorithm

Q. Reena‟s operating system uses an algorithm for deadlock avoidance to manage the allocation of resources say three namely A, B, and C to three processes P0, P1, and P2. Consider the following scenario as reference .user must enter the current state of system as given in this example:Suppose P0 has 0,0,1 instances , P1 is having 3,2,0 instances and P2 occupies 2,1,1 instances of A,B,C resource respectively.Also the maximum number of instances required for P0 is 8,4,3 and for p1 is 6,2,0 and finally for P2 there are 3,3,3 instances of resources A,B,C respectively. There are 3 instances of resource A, 2 instances of resource B and 2 instances of resource C available. Write a program to check whether Reena‟s operating system is in a safe state or not in the following independent requests for additional resources in thecurrent state: 1. Request1: P0 requests 0 instances of A and 0 instances of B and 2 instances of C. 2. Request2: P1 requests for 2 instances of A, 0 instances of B and 0 instances of C. Note: The request must be given by user as input.
C
1
star