Coder Social home page Coder Social logo

jutilities's Introduction

banner jUtilities

CodeFactor MIT License Repository Status Powered by Java

jUtilities is a collection of various utilities and projects made with Java. This is a personal project made to document my progress in Java by applying ideas with it. Hence, it's a collection of utilities (tools) and projects. I separated the projects into four categories:

  • Beginner - Easy to create and take short time.
  • Intermediate - Somewhat hard to implement and takes a fair bit of time.
  • Advanced - Hard to implement and takes a long time. These are projects I'm proud of.
  • Archive - Houses very old projects.

Features

These are currently the only completed features of jUtilities (ordered from oldest to newest).

Beginner

Coin Flip Simulator - Simulates a number of defined coin flips. (Last Updated: August 27th, 2021)

Sales Searcher - Searches through sales data and prints out the order details. (Last Updated: August 28th, 2021)

Guess The Number - Guess a number between a specified range. (Last Updated: August 29th, 2021)

Collatz Conjecture - Finds the number of steps it takes to reach one using the following process: If n is even, divide it by 2. If n is odd, multiply it by 3 and add 1. (Last Updated: September 6th, 2021)

Intermediate

QuizMaker - Create quizzes, play them, and print out their results. (Last Updated: July 28th, 2021)

AgeCalculator - Calculates your current age and other cool things using your birthdate. (Last Updated: August 8th, 2021)

ShapesInfo - Calculates the area, perimeter, and other attributes for different shapes. (Last Updated: August 23th, 2021)

ATM - Bank Account Manager through an ATM interface. (Last Updated: September 10th, 2021)

TicTacToe - Classic TicTacToe but with some cool optional tunes. (Last Updated: October 19th, 2021)

Advanced

Empty for now...

Installation

You can install this project in two ways.

  • Clone using git: git clone https://github.com/kareem-ghazi/jUtilities.git

  • Open in gitpod:

    Open in Gitpod

Feedback

Unfortunately, this project isn't really open for contribution as it's only for my learning purposes and that's it. However, if you have any feedback or project suggestions, please reach out to [email protected] or open an issue request :).

Authors

jutilities's People

Contributors

kareem-ghazi avatar codacy-badger avatar

Stargazers

 avatar

Watchers

 avatar

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.