From 580a77f2dfb1197148d4cb86957de0e7d6b12334 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Wed, 17 Jul 2024 21:01:47 +0800 Subject: [PATCH 1/6] Update README.md --- README.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 00b9ff1..145fa09 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # PureBasic Password Generator -*`updated 22 April 2022`* - [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic-Password-Generator&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ![picture](resources/picture1.png) @@ -11,14 +9,28 @@ also as a complete program for creating passwords automatically. Just see the code and enjoy the simplicity! +## The Good Old Days +PureBasic was my first ever programming language, so it reminds me of the good old days. +Before PureBasic, I first learned Excel formulas, which really captured my interest. +The very first time I encountered Excel was in college, +and it was the IF function presented by the professor that really caught my attention. + +## Disclaimer +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. + +Feel free to explore the project and its code. However, be aware that it might +use outdated libraries or patterns and is not intended for production use in its current state. + ## Compiling Just click `Compile/Run` button in your PureBasic IDE or press F5. -## Contributing -1. Fork the repo! -2. Then, made changes and create a pull request. -3. If not fork, just please star this. Thanks! - ## License MIT - the permissive license + +## More PureBasic Projects +check the main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) From e04aee5f5c8fe582db898e9099fba0a885dd46a1 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Wed, 17 Jul 2024 21:08:27 +0800 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 145fa09..4ef3e85 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,4 @@ or press F5. MIT - the permissive license ## More PureBasic Projects -check the main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) +check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) From c5156c071dfeafd0ca32ac0059f9eb0103eb83cd Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Thu, 18 Jul 2024 21:44:17 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4ef3e85..e5ddbad 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,6 @@ 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. -Feel free to explore the project and its code. However, be aware that it might -use outdated libraries or patterns and is not intended for production use in its current state. - ## Compiling Just click `Compile/Run` button in your PureBasic IDE or press F5. @@ -33,4 +30,5 @@ or press F5. MIT - the permissive license ## More PureBasic Projects +for more PureBasic discussion and other details, check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) From 72cf614ca996bf899b3907b17540f5dc9927ab80 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Thu, 18 Jul 2024 22:17:43 +0800 Subject: [PATCH 4/6] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e5ddbad..eb56e1a 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ 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 ! + ## Compiling Just click `Compile/Run` button in your PureBasic IDE or press F5. From dc25e8c9c8625b9b40405db6dd193fa68e30a28e Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Fri, 19 Jul 2024 01:24:04 +0800 Subject: [PATCH 5/6] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eb56e1a..7227cc3 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,6 @@ also as a complete program for creating passwords automatically. Just see the code and enjoy the simplicity! -## The Good Old Days -PureBasic was my first ever programming language, so it reminds me of the good old days. -Before PureBasic, I first learned Excel formulas, which really captured my interest. -The very first time I encountered Excel was in college, -and it was the IF function presented by the professor that really caught my attention. - ## Disclaimer 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 @@ -32,6 +26,12 @@ or press F5. ## License MIT - the permissive license +## The Good Old Days +PureBasic was my first ever programming language, so it reminds me of the good old days. +Before PureBasic, I first learned Excel formulas, which really captured my interest. +The very first time I encountered Excel was in college, +and it was the IF function presented by the professor that really caught my attention. + ## More PureBasic Projects for more PureBasic discussion and other details, check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) From f02b8a8c76233b546aae1c926e80c5bc96e6f88f Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Mon, 22 Jul 2024 21:05:35 +0800 Subject: [PATCH 6/6] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7227cc3..9ae789a 100644 --- a/README.md +++ b/README.md @@ -35,3 +35,9 @@ and it was the IF function presented by the professor that really caught my atte ## More PureBasic Projects for more PureBasic discussion and other details, check the Main Page -> [PureBasic](https://github.com/jdevfullstack/PureBasic) + +## 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)