├── LICENSE ├── Project-box.psd ├── README.md └── readme-images ├── AgeCalculator.png ├── BooksDatabase.png ├── CPU-SCHEDULER.png ├── ColorsDatabase.png ├── Hotel.png ├── MediaPlayerFX.png ├── Notes.png ├── PDF-To-Image.png ├── RandomNumGenerator.png ├── SimpleCalculator.png ├── Stopwatch.png ├── TicTacToe.png ├── changeTextCase.png ├── header-white-bg.png ├── header.png └── imgToICO.png /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2020 Abdelrahman Bayoumi 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /Project-box.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/Project-box.psd -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | title 2 | 3 | 4 |

5 | License MIT 6 | HITS 7 | Java 8 8 |

9 | 10 | 11 |
12 | 13 | > “Talk is cheap. Show me the code.” 14 | > ― Linus Torvalds 15 | 16 |
17 | 18 | ---- 19 |

🖥 Open Source Projects

20 | 21 | 22 | Hotel 23 |
24 | PDF-To-Image 25 |
26 | CPU-SCHEDULER 27 |
28 | BooksDatabase 29 |
30 | ColorsDatabase 31 |
32 | MediaPlayerFX 33 |
34 | TicTacToe 35 |
36 | Notes 37 |
38 | Convert-Img-To-Icon 39 |
40 | AgeCalculator 41 |
42 | Stopwatch 43 |
44 | Simple Calculator 45 |
46 | RandomNumGenerator 47 |
48 | changeTextCase 49 |
50 | 51 | ## Contributing 💡 52 | If you want to contribute to this project and make it better with new ideas, your pull request is very welcomed. 53 | If you find any issue just put it in the repository issue section, thank you. 54 | 55 | 56 | ## Star this repository 🌟 57 | 58 | Please ⭐️ this repo and share it with others 59 | 60 | 61 |
62 | 63 | ----------- 64 | 65 |
سبحَانَكَ اللَّهُمَّ وَبِحَمْدِكَ، أَشْهَدُ أَنْ لا إِلهَ إِلأَ انْتَ أَسْتَغْفِرُكَ وَأَتْوبُ إِلَيْكَ
66 | 67 | -------------------------------------------------------------------------------- /readme-images/AgeCalculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/AgeCalculator.png -------------------------------------------------------------------------------- /readme-images/BooksDatabase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/BooksDatabase.png -------------------------------------------------------------------------------- /readme-images/CPU-SCHEDULER.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/CPU-SCHEDULER.png -------------------------------------------------------------------------------- /readme-images/ColorsDatabase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/ColorsDatabase.png -------------------------------------------------------------------------------- /readme-images/Hotel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/Hotel.png -------------------------------------------------------------------------------- /readme-images/MediaPlayerFX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/MediaPlayerFX.png -------------------------------------------------------------------------------- /readme-images/Notes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/Notes.png -------------------------------------------------------------------------------- /readme-images/PDF-To-Image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/PDF-To-Image.png -------------------------------------------------------------------------------- /readme-images/RandomNumGenerator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/RandomNumGenerator.png -------------------------------------------------------------------------------- /readme-images/SimpleCalculator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/SimpleCalculator.png -------------------------------------------------------------------------------- /readme-images/Stopwatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/Stopwatch.png -------------------------------------------------------------------------------- /readme-images/TicTacToe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/TicTacToe.png -------------------------------------------------------------------------------- /readme-images/changeTextCase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/changeTextCase.png -------------------------------------------------------------------------------- /readme-images/header-white-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/header-white-bg.png -------------------------------------------------------------------------------- /readme-images/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/header.png -------------------------------------------------------------------------------- /readme-images/imgToICO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AbdelrahmanBayoumi/Desktop-Applications-JavaFX/eba6062a01e6c8c67647342d8c68c49e42e995d9/readme-images/imgToICO.png --------------------------------------------------------------------------------