{"id":24013220,"url":"https://github.com/cihat-kose/patika-java-projects","last_synced_at":"2025-06-17T10:11:35.384Z","repository":{"id":202876635,"uuid":"625400083","full_name":"cihat-kose/patika-java-projects","owner":"cihat-kose","description":"A curated collection of beginner to intermediate Java projects focusing on essential programming concepts such as arithmetic, sorting, recursion, and object-oriented programming. Perfect for learners to strengthen their Java skills through hands-on practice.","archived":false,"fork":false,"pushed_at":"2025-01-02T20:39:24.000Z","size":860,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-10T02:41:09.410Z","etag":null,"topics":["algorithm-challenges","beginner-friendly","data-structures","java","java-exercises","java-fundamentals","oops-in-java","problem-solving","training-materials"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cihat-kose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-09T01:47:49.000Z","updated_at":"2025-01-02T20:39:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"f49576f7-fb66-4330-8678-146ba2ceb610","html_url":"https://github.com/cihat-kose/patika-java-projects","commit_stats":null,"previous_names":["chatgthb/patikajavaprojects","cihat-kose/javapatikaprojects","cihat-kose/java-patika-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cihat-kose/patika-java-projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fpatika-java-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fpatika-java-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fpatika-java-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fpatika-java-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cihat-kose","download_url":"https://codeload.github.com/cihat-kose/patika-java-projects/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cihat-kose%2Fpatika-java-projects/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260336345,"owners_count":22993742,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithm-challenges","beginner-friendly","data-structures","java","java-exercises","java-fundamentals","oops-in-java","problem-solving","training-materials"],"created_at":"2025-01-08T06:51:43.991Z","updated_at":"2025-06-17T10:11:30.193Z","avatar_url":"https://github.com/cihat-kose.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Patika Java Projects\n\n![Java](https://img.shields.io/badge/Java-ED8B00?style=for-the-badge\u0026logo=java\u0026logoColor=white)\n![Platform](https://img.shields.io/badge/platform-JVM-blue?style=for-the-badge)\n![GitHub](https://img.shields.io/github/license/cihat-kose/patika-java-projects?style=for-the-badge\u0026cacheSeconds=60)\n![GitHub last commit](https://img.shields.io/github/last-commit/cihat-kose/patika-java-projects?style=for-the-badge)\n\n\n## 💡 Introduction\nThis repository contains a collection of Java projects designed to help learners understand and apply fundamental programming concepts. Each project addresses a specific problem or scenario, providing practical experience and reinforcing Java skills.\n\n## 📚 Table of Contents\n- [💡 Introduction](#💡-introduction)\n- [📥 Installation](#📥-installation)\n- [⚙️ Usage](#⚙️-usage)\n- [✨ Features](#✨-features)\n- [📦 Dependencies](#📦-dependencies)\n- [🔧 Configuration](#🔧-configuration)\n- [🚀 Running Projects](#🚀-running-projects)\n  - [Running with IntelliJ IDEA](#running-with-intellij-idea)\n  - [Running with Visual Studio Code](#running-with-visual-studio-code)\n- [📚 Documentation](#📚-documentation)\n- [🛠️ Troubleshooting](#🛠️-troubleshooting)\n- [👥 Contributors](#👥-contributors)\n- [🤝 Contributing](#🤝-contributing)\n- [📜 License](#📜-license)\n\n## 📥 Installation\nTo get started with this project, clone the repository to your local machine:\n```bash\ngit clone https://github.com/cihat-kose/patika-java-projects.git\n```\n\n## ⚙️ Usage\nNavigate to the `src` directory to find various Java projects. Each project is organized into its own subdirectory, named according to the problem it solves.\n\n## ✨ Features\nThis repository includes a variety of projects covering core Java concepts:\n- **01_Calculating Grade Average**: Calculate the average grade from a list of scores.\n- **02_Calculating Vat Amount**: Compute the VAT amount for given prices.\n- **03_Area Of Triangle And Finding Hypotenuse**: Calculate the area of a triangle and its hypotenuse.\n- **04_Area And Perimeter Of Circle**: Determine the area and perimeter of a circle.\n- **05_Body Mass Index**: Compute the Body Mass Index (BMI) based on height and weight.\n- **06_Greengrocer Cashier**: Simulate a cashier system for a greengrocer.\n- **07_Calculator**: Basic calculator operations (addition, subtraction, multiplication, division).\n- **08_User Login**: User login system to validate credentials.\n- **09_Passing Grade**: Determine if a student passes based on their grades.\n- **10_Suggesting Events**: Suggest events based on weather conditions.\n- **11_Sorting Numbers**: Sort a list of numbers in ascending or descending order.\n- **12_Finding Horoscopes**: Determine horoscopes based on birth dates.\n- **13_Calculation Of Flight Ticket**: Calculate the cost of a flight ticket.\n- **14_Chinese Zodiac**: Determine the Chinese zodiac sign based on the year of birth.\n- **15_Leap Year**: Check if a year is a leap year.\n- **16_Average Calculation**: Compute the average of given numbers.\n- **17_Program To Find The Sum Of Odd Numbers**: Sum all odd numbers in a range.\n- **18_Program To Find Powers Of Four and Five**: Find the powers of 4 and 5 up to a given number.\n- **19_Combination Calculation**: Calculate combinations for given values.\n- **20_Exponent Calculator Program**: Compute the exponentiation of a number.\n- **21_Sum Of Digits Calculate**: Calculate the sum of the digits of a number.\n- **22_Finding Harmonic Series**: Compute the harmonic series up to a given number.\n- **23_Making Triangles With Stars**: Create triangles using star (*) characters.\n- **24_ATM Project**: Simulate an ATM machine.\n- **25_Finding EBOB And EKOK**: Find the greatest common divisor (EBOB) and least common multiple (EKOK).\n- **26_Finding The Largest And Smallest Numbers**: Identify the largest and smallest numbers in a list.\n- **27_Finding Perfect Number**: Determine if a number is a perfect number.\n- **28_Making Inverted Triangle With Stars**: Create an inverted triangle using star (*) characters.\n- **29_Finding Prime Numbers**: Identify prime numbers within a range.\n- **30_Fibonacci Series**: Generate the Fibonacci series up to a given number.\n- **31_Finding Palindrome Number**: Check if a number is a palindrome.\n- **32_Advanced Calculator**: Advanced calculator operations with additional features.\n- **33_Student Grading System**: A system to grade students based on their scores.\n- **34_Boxing Match**: Simulate a boxing match.\n- **35_Harmonic Mean**: Compute the harmonic mean of a set of numbers.\n- **36_Finding Numbers In Array**: Locate specific numbers within an array.\n- **37_Print Letter B with Stars**: Print the letter 'B' using star (*) characters.\n- **38_Print The Repeating Even Numbers**: Identify and print repeating even numbers.\n- **39_Number Guessing Game**: A game where the user guesses a randomly generated number.\n- **40_Finding Palindromic Words**: Check if a word is a palindrome.\n- **41_Exponent Calculator Program With Recursive**: Compute exponentiation using recursion.\n- **42_Finding Prime Numbers With Recursive**: Identify prime numbers using recursion.\n- **43_Recursive Pattern**: Generate patterns using recursive functions.\n- **44_Salary Calculation**: Calculate salaries based on hours worked and hourly rate.\n- **45_Sorted Array**: Sort arrays using different sorting algorithms.\n- **46_Frequencies in The Array**: Determine the frequency of each element in an array.\n- **47_Matrix Transpose**: Compute the transpose of a matrix.\n\n## 📦 Dependencies\n- **Java Development Kit (JDK)**: Ensure you have JDK 8 or higher installed.\n- **Integrated Development Environment (IDE)**: Recommended IDEs include IntelliJ IDEA, Eclipse, or NetBeans.\n\n## 🔧 Configuration\nNo specific configuration is required. Ensure your IDE is set up to compile and run Java programs.\n\n## 🚀 Running Projects\n\n### Running with IntelliJ IDEA\n#### Cloning from VCS\n1. Open IntelliJ IDEA.\n2. Go to `File \u003e New \u003e Project from Version Control...`.\n3. Select `Git` from the list.\n4. Enter the repository URL: `https://github.com/cihat-kose/patika-java-projects.git`.\n5. Click `Clone`.\n6. Wait for IntelliJ to clone the repository and set up the project.\n7. Navigate to the specific project you want to run.\n8. Right-click on the Java file with the `main` method and select `Run`.\n\n#### Opening an Existing Project\n1. Open IntelliJ IDEA.\n2. Click on `File \u003e Open...` and select the cloned repository directory.\n3. Wait for IntelliJ to index the project and set up the environment.\n4. Navigate to the specific project you want to run.\n5. Right-click on the Java file with the `main` method and select `Run`.\n\n### Running with Visual Studio Code\n1. Open Visual Studio Code.\n2. Click on `File \u003e Open Folder...` and select the cloned repository directory.\n3. Ensure you have the Java Extension Pack installed.\n4. Open the Java file you want to run.\n5. Click on the `Run` button at the top right or press `F5` to run the project.\n\n## 📚 Documentation\nEach project is self-documented with comments and explanations within the code. Refer to the specific project directories for detailed instructions and usage examples.\n\n## 🛠️ Troubleshooting\nIf you encounter any issues, ensure that your JDK and IDE are correctly installed and configured. Check for common syntax errors or setup issues.\n\n## 👥 Contributors\n- [cihat-kose](https://github.com/cihat-kose)\n\n## 🤝 Contributing\nContributions are welcome! Please follow these steps:\n1. Fork the repository.\n2. Create a new branch (`git checkout -b feature-branch`).\n3. Commit your changes (`git commit -m 'Add new feature'`).\n4. Push to the branch (`git push origin feature-branch`).\n5. Create a Pull Request.\n\n## 📜 License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcihat-kose%2Fpatika-java-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcihat-kose%2Fpatika-java-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcihat-kose%2Fpatika-java-projects/lists"}