From 663a5b57e73f6753c938a50f0f4ab20b6f6acaf4 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Sun, 21 Jul 2024 00:39:41 +0800 Subject: [PATCH 1/5] Update README.md --- README.md | 26 +++++++++++--------------- 1 file changed, 11 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 315c37d..31aa825 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Simple Measurement Converter Written in Java -*`updated 21 April 2022`* - [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2Fconverter-app&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ![GUI](resources/sampleGUI_mark5.png) @@ -10,6 +8,17 @@ A complete converter program with Java executable file (jar) for distribution. In the source code, I demonstrated everything, even the unit tests. +## Disclaimer +Please note that these projects are presented as a showcase of my work during a +specific period. They represent a snapshot of my skills and accomplishments +at that time. As such, these projects are no longer actively maintained or updated. +They are kept public for demonstration purposes and may not reflect my current +abilities or the latest best practices in the field. + +However, feel free to learn from these archived projects, +preserved as they were during that specific period ! + +## Project Intro For the unit tests, mostly, I just tested for the successful creation of these objects so that we are sure of their existence. It's up to you when you want to test @@ -69,24 +78,11 @@ And this can be used for different situations: Combining these three main concepts of OOP, a developer can solve complex problems in software development. -## Q&A - -If you have questions, please utilize the -`Discussions` feature of GitHub. - -You can also create a pull request to start the discussion or query/ies. - ## Compiling To compile/run, for the complete detail, please refer to my documentation: [MANUAL](https://gist.github.com/xdvrx1/c6e1b7bc41a52f2eb90358a4e6f8589b#file-gist_001-md) -## Contributing - -1. Fork it! -2. Then, made changes, and create a pull request. -I'm much more willing to collaborate with you! - ## License MIT- the permissive license From e68c088e7c036c309c72e209ab4b9bf5ac1f6bee Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Sun, 21 Jul 2024 00:40:13 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 31aa825..4081f67 100644 --- a/README.md +++ b/README.md @@ -79,10 +79,8 @@ Combining these three main concepts of OOP, a developer can solve complex problems in software development. ## Compiling - To compile/run, for the complete detail, please refer to my documentation: [MANUAL](https://gist.github.com/xdvrx1/c6e1b7bc41a52f2eb90358a4e6f8589b#file-gist_001-md) ## License - -MIT- the permissive license +MIT - the permissive license From fe0c8345f86ab1092a7272483efc1dd6894d08e7 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Sun, 21 Jul 2024 01:35:55 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4081f67..392f1b8 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ executable file (jar) for distribution. In the source code, I demonstrated everything, even the unit tests. ## Disclaimer -Please note that these projects are presented as a showcase of my work during a -specific period. They represent a snapshot of my skills and accomplishments -at that time. As such, these projects are no longer actively maintained or updated. -They are kept public for demonstration purposes and may not reflect my current -abilities or the latest best practices in the field. - -However, feel free to learn from these archived projects, -preserved as they were during that specific period ! +Please note that this project is presented as a showcase of my work during a +specific period. It represents a snapshot of my skills and accomplishments +at that time. As such, this project is no longer actively maintained or updated. +It is kept public for demonstration purposes and may not reflect my current +abilities or the latest best practices in the field. + +However, feel free to learn from this archived project, +preserved as it was during that specific period ! ## Project Intro For the unit tests, mostly, I just tested for the successful creation From b4e8124bd944d416475bdfe190c3e2a4ba908a6d Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Mon, 22 Jul 2024 21:10:40 +0800 Subject: [PATCH 4/5] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 392f1b8..e7d41f6 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,9 @@ To compile/run, for the complete detail, please refer to my documentation: ## License MIT - the permissive license + +## More Of My Content +- [jdevfullstack Profile](https://github.com/jdevfullstack) +- [jdevfullstack Repos](https://github.com/jdevfullstack?tab=repositories) +- [jdevfullstack Projects](https://github.com/jdevfullstack-projects) +- [jdevfullstack Tutorials](https://github.com/jdevfullstack-tutorials) From a14f8a973c2313250fa50c16795bf83ffdb29687 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Mon, 22 Jul 2024 21:16:39 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e7d41f6..39bbbf5 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,10 @@ To compile/run, for the complete detail, please refer to my documentation: ## License MIT - the permissive license +## More Java Projects +for more Java discussion and other details, +check the Main Page -> [Java](https://github.com/jdevfullstack/java) + ## More Of My Content - [jdevfullstack Profile](https://github.com/jdevfullstack) - [jdevfullstack Repos](https://github.com/jdevfullstack?tab=repositories)