Git Product home page Git Product logo
Fida Ullah ⚡ photo

itxfida Goto Github PK

followers: 9.0 following: 19.0 repos: 17.0 gists: 0.0

Name: Fida Ullah ⚡

Type: User

Company: Student

Bio: I'm Fida Ullah Studying Software Engineering ❤️. Developing Softwares, Automated tools, innovation ideas execution, and creative writing are my passion💎

Twitter: itxfida

Location: Kohat, KPK

Hi there, I'm Fida Ullah👋

About Me

I'm a Student, Learner and Developer!

  • 🔭 I’m currently working as a student.
  • 🌱 I’m currently expanding my knowledge in Python.
  • 👯 I’m looking to collaborate with other content creators and developers.
  • 📢 Love to teach and inspire other students also.
  • 🥅 2023-24 Goals: Contribute more to Open Source projects and Execute my Innovative ideas.
  • 💎 If you are a Tech boy/girl let's get connected

Tech Stack


Personal Project

Project :octocat: Issues 🐛 Open PRs 🔔 Closed PRs 🔥 Last Commit 🚩
Github Repository GitHub issues GitHub PRs GitHtiub PRs GitHub last commit
Github Profile GitHub issues GitHub PRs GitHub PRs GitHub last commit
Leetcode Practice GitHub issues GitHub PRs GitHub PRs GitHub last commit

GitHub Analytics


⚡️Github Contribution

Isometric view of contributions in the last year

🚀Github Metrics


🐛Github Magic Game

snake


🏆 GitHub Profile Trophy

Views

Fida Ullah ⚡'s Projects

car-engine-efficiency icon car-engine-efficiency

Write a program that takes the name of a car, the distance travelled in Kilometers, the amount of fuel consumed in liters, and the price of fuel per liter as input from a user. The program calculates the per liter fuel consumption of the car (distance travelled divided by the amount of fuel consumed), and total cost of the travel in rupees. The program should have a fuelEfficiency method that takes the consumption as a parameter. The method returns one of the following possible statements based on the consumption. If the consumption is greater than or equal to 20, it returns Your car is highly fuel efficient If the consumption is equal to or greater than 15 and less than 20, it returns Your car is fuel efficient If the consumption is equal to or greater than 15 and less than 20, it returns Your car is fuel efficient If the consumption is equal to or greater than 10 and less than 15, it returns Your car needs tuning Else you need to see a mechanic An example output is given below: Enter the name of your car: Alto Enter the distance you have travelled: 100 Enter the amount of fuel consumed in litres 10 Enter the price per litres in rupees: 120 The Name of your car is: Alto Your per litter consumption is: 10.0 The total cost is: 1200.00 Your car needs tuning

fyp--pentesters-house icon fyp--pentesters-house

This repository contains our final year project materials which we have completed allied @maaz_ahmad

hacktoberfest2022 icon hacktoberfest2022

This Repository is all about the hacktoberfest if you have any issue you can check.

itxfida icon itxfida

This is a special repository about myself

leetcode icon leetcode

Contribution to open Source leetcode solution Repo. It would help you in getting different approaches to solve a problem

university-students-informations icon university-students-informations

A University wishes to keep information on its students. The proposed Student class has the following instance variables: studentNo: String, studentName: String, dateOfBirth: Date, meritPoints: Integer. Merit Points represents the entry qualification achieved by a student, which is a number between 20 and 200. A class variable is also required, called noOfStudents, which will be incremented each time a Student instance is created. Write Java code to perform the following, where appropriate include suitable integrity checks: a) Show the declaration of the Student class, including any setter and getter methods. Declare two constructors as follows; both constructors should increment the class variable appropriately: a. The first is a default constructor that has no parameters and sets the instance variables to either "not known" for the strings, 20 for the integer and your date of birth for the date (the Date constructor accepts dates Date format). b) The second takes 4 parameters, one for each of the instance variables. c) The Student class is extended by two sub classes Undergraduate with an additional attribute testScore, and Postgraduate with an additional attribute GPA. Both the classes implement a calculateMerit() method that returns the overall merit of the student. The undergraduate merit is calculated by adding the test score to the merit points, while for the postgraduate GPA is added to the merit points. The sub classes’ constructor should invoke the super class’s constructor and the sub classes’ toString method should invoke the super class’s toString method. d) Create a test class that creates objects to store references to the various Student objects.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.