From 2730ec64535ef9a10888d1f64cbe48b12f45f338 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Sat, 31 Oct 2020 16:16:26 +0800 Subject: [PATCH 01/23] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index a3504c2..5551e3b 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,16 @@ works well in Windows OS. > - PureBasic added the user-defined data type `structure`. This is a very useful data type to manage and organize data. +## PureBasic Losing The Track +You might be wondering, PureBasic simply lost the track of software +development and that's quite true: more and more software development is +becoming web-oriented, at least to some extent. There is the tendency, +beginners will simply start to learn a language which has a good +standing in web development, much like PHP and JavaScript. + +But still, PureBasic is a very good language when you just want to +create native apps and PureBasic has a very good working environment. + ## Subdirectories And if you want to read the details of each subdirectory: From c360af43e37863c80547604eb2f1524e71a26744 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Sat, 31 Oct 2020 16:18:50 +0800 Subject: [PATCH 02/23] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5551e3b..a117cf3 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ beginners will simply start to learn a language which has a good standing in web development, much like PHP and JavaScript. But still, PureBasic is a very good language when you just want to -create native apps and PureBasic has a very good working environment. +create native apps and PureBasic has a very good working environment +and libraries. ## Subdirectories And if you want to read the details of each subdirectory: From 6fa67020477319a2b7736c9a33f092210a4b7fa2 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 3 Nov 2020 09:12:46 +0800 Subject: [PATCH 03/23] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a117cf3..45d2f16 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ gtag('config', 'UA-146817309-1'); +[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) + # PureBasic Projects ![picture](resources/picture.png) From 20dbc458c716a8bc2c12bc9b07b97e2182eb0cbe Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 3 Nov 2020 09:14:37 +0800 Subject: [PATCH 04/23] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 45d2f16..cda38e1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ gtag('config', 'UA-146817309-1'); +# PureBasic Projects [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) -# PureBasic Projects - ![picture](resources/picture.png) When you are at GitHub, every subdirectory of this repo From ad547d932c4499a379d735b9b99a4098a7e0d288 Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Tue, 9 Feb 2021 14:51:25 +0800 Subject: [PATCH 05/23] Update README.md --- README.md | 55 ++++++++----------------------------------------------- 1 file changed, 8 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index cda38e1..7c35ca6 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,14 @@ the years, somewhat an old-fashioned yet still a relevant one. So, in the end, PureBasic is one of the best BASIC dialects. +## Subdirectories +1. [File Explorer Project](https://xdvrx1.github.io/PureBasic-FileExplorer/) +2. [Randomizer](https://xdvrx1.github.io/PureBasic-Randomizer/) +3. [Scrabble Game Project](https://xdvrx1.github.io/PureBasic-Scrabble/) +4. [Password Generator](https://xdvrx1.github.io/PureBasic-Password-Generator/) +5. [Password Hunter](https://xdvrx1.github.io/PureBasic-Password-Hunter/) +6. [2D Game](https://xdvrx1.github.io/PureBasic-2D-Game/) + ## PureBasic Highlights > - PureBasic is a structured programming language. PureBasic retained `Goto` but as a structured programming language, instead of @@ -101,54 +109,7 @@ But still, PureBasic is a very good language when you just want to create native apps and PureBasic has a very good working environment and libraries. -## Subdirectories -And if you want to read the details of each subdirectory: - -[![File Explorer Project](resources/picture1.png)](https://xdvrx1.github.io/PureBasic-FileExplorer/) - -in GitHub, - - - -*** - -[![Randomizer](resources/picture2.png)](https://xdvrx1.github.io/PureBasic-Randomizer/) - -in GitHub, - - - -*** - -[![Scrabble Game Project](resources/picture3.png)](https://xdvrx1.github.io/PureBasic-Scrabble/) - -in GitHub, - - - -*** - -[![Password Generator](resources/picture4.png)](https://xdvrx1.github.io/PureBasic-Password-Generator/) - -in GitHub, - - - -*** - -[![Password Hunter](resources/picture5.png)](https://xdvrx1.github.io/PureBasic-Password-Hunter/) - -in GitHub, - - - -*** - -[![2D Game](resources/picture6.png)](https://xdvrx1.github.io/PureBasic-2D-Game/) - -in GitHub, - ## Compiling Compiling the project is so easy in the PureBasic IDE. From 2cb665ae656457d3a0976bbd15f5c9b11e8ae99e Mon Sep 17 00:00:00 2001 From: xdvrx1 Date: Wed, 17 Feb 2021 10:37:46 +0800 Subject: [PATCH 06/23] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7c35ca6..63b9fdd 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,15 @@ # PureBasic Projects [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) -![picture](resources/picture.png) +## Subdirectories +1. [File Explorer Project](https://xdvrx1.github.io/PureBasic-FileExplorer/) +2. [Randomizer](https://xdvrx1.github.io/PureBasic-Randomizer/) +3. [Scrabble Game Project](https://xdvrx1.github.io/PureBasic-Scrabble/) +4. [Password Generator](https://xdvrx1.github.io/PureBasic-Password-Generator/) +5. [Password Hunter](https://xdvrx1.github.io/PureBasic-Password-Hunter/) +6. [2D Game](https://xdvrx1.github.io/PureBasic-2D-Game/) +# Intro When you are at GitHub, every subdirectory of this repo is a separate sample project that you can use if you have a similar project. @@ -51,14 +58,6 @@ the years, somewhat an old-fashioned yet still a relevant one. So, in the end, PureBasic is one of the best BASIC dialects. -## Subdirectories -1. [File Explorer Project](https://xdvrx1.github.io/PureBasic-FileExplorer/) -2. [Randomizer](https://xdvrx1.github.io/PureBasic-Randomizer/) -3. [Scrabble Game Project](https://xdvrx1.github.io/PureBasic-Scrabble/) -4. [Password Generator](https://xdvrx1.github.io/PureBasic-Password-Generator/) -5. [Password Hunter](https://xdvrx1.github.io/PureBasic-Password-Hunter/) -6. [2D Game](https://xdvrx1.github.io/PureBasic-2D-Game/) - ## PureBasic Highlights > - PureBasic is a structured programming language. PureBasic retained `Goto` but as a structured programming language, instead of From beb692516c1f2bfd7be0b3c588f9b084d7924439 Mon Sep 17 00:00:00 2001 From: jdevstatic Date: Fri, 22 Apr 2022 00:02:17 +0800 Subject: [PATCH 07/23] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63b9fdd..3a6aa68 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ # PureBasic Projects + +*`updated 21 April 2022`* + [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ## Subdirectories From 58bc09dddb7d77902a603404702c0a0de3c4d0f1 Mon Sep 17 00:00:00 2001 From: jdevstatic Date: Fri, 22 Apr 2022 18:49:39 +0800 Subject: [PATCH 08/23] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3a6aa68..28fcda8 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ## Subdirectories -1. [File Explorer Project](https://xdvrx1.github.io/PureBasic-FileExplorer/) -2. [Randomizer](https://xdvrx1.github.io/PureBasic-Randomizer/) -3. [Scrabble Game Project](https://xdvrx1.github.io/PureBasic-Scrabble/) -4. [Password Generator](https://xdvrx1.github.io/PureBasic-Password-Generator/) -5. [Password Hunter](https://xdvrx1.github.io/PureBasic-Password-Hunter/) -6. [2D Game](https://xdvrx1.github.io/PureBasic-2D-Game/) +1. [File Explorer Project](https://jdevstatic.github.io/PureBasic-FileExplorer/) +2. [Randomizer](https://jdevstatic.github.io/PureBasic-Randomizer/) +3. [Scrabble Game Project](https://jdevstatic.github.io/PureBasic-Scrabble/) +4. [Password Generator](https://jdevstatic.github.io/PureBasic-Password-Generator/) +5. [Password Hunter](https://jdevstatic.github.io/PureBasic-Password-Hunter/) +6. [2D Game](https://jdevstatic.github.io/PureBasic-2D-Game/) # Intro When you are at GitHub, every subdirectory of this repo @@ -28,7 +28,7 @@ is a separate sample project that you can use if you have a similar project. But when you are viewing this -right now as web page in `xdvrx1.github.io` domain, +right now as web page in `jdevstatic.github.io` domain, you need to click `View on GitHub` to download the source codes. From 44008a3ed78b5f579e293d114b7c5d5acfbd83c1 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Tue, 16 Jul 2024 23:15:02 +0800 Subject: [PATCH 09/23] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 28fcda8..674c4a6 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,6 @@ # PureBasic Projects -*`updated 21 April 2022`* - [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) ## Subdirectories From 0bd30b367c7116cf42fa9c65fafef9a15b9eaf05 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Tue, 16 Jul 2024 23:19:22 +0800 Subject: [PATCH 10/23] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 674c4a6..eba48ed 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) +## Showcase 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. + ## Subdirectories 1. [File Explorer Project](https://jdevstatic.github.io/PureBasic-FileExplorer/) 2. [Randomizer](https://jdevstatic.github.io/PureBasic-Randomizer/) From 3811a0df1a233e9dd8fac9ff761ff7a4300c42dc Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Tue, 16 Jul 2024 23:21:40 +0800 Subject: [PATCH 11/23] Update README.md --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index eba48ed..639534b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,3 @@ - - - - # PureBasic Projects [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) From f5cc2828a5e9fdb339ad86ed4d150a7d936af973 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Tue, 16 Jul 2024 23:30:51 +0800 Subject: [PATCH 12/23] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 639534b..0c75d91 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ 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. +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. + ## Subdirectories 1. [File Explorer Project](https://jdevstatic.github.io/PureBasic-FileExplorer/) 2. [Randomizer](https://jdevstatic.github.io/PureBasic-Randomizer/) From 514e118bcc7690503f48e39e78f53d82d58618c8 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Tue, 16 Jul 2024 23:32:45 +0800 Subject: [PATCH 13/23] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0c75d91..796e1d6 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,13 @@ [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) -## Showcase Disclaimer +## 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. +## Showcase 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. @@ -13,11 +18,6 @@ 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. -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. - ## Subdirectories 1. [File Explorer Project](https://jdevstatic.github.io/PureBasic-FileExplorer/) 2. [Randomizer](https://jdevstatic.github.io/PureBasic-Randomizer/) From 0c0c8774e732d6309be9c8afd1fec60537b4a282 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Tue, 16 Jul 2024 23:51:56 +0800 Subject: [PATCH 14/23] update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 796e1d6..278c10c 100644 --- a/README.md +++ b/README.md @@ -18,13 +18,13 @@ 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. -## Subdirectories -1. [File Explorer Project](https://jdevstatic.github.io/PureBasic-FileExplorer/) -2. [Randomizer](https://jdevstatic.github.io/PureBasic-Randomizer/) -3. [Scrabble Game Project](https://jdevstatic.github.io/PureBasic-Scrabble/) -4. [Password Generator](https://jdevstatic.github.io/PureBasic-Password-Generator/) -5. [Password Hunter](https://jdevstatic.github.io/PureBasic-Password-Hunter/) -6. [2D Game](https://jdevstatic.github.io/PureBasic-2D-Game/) +## Links +1. [PureBasic File Explorer](https://github.com/jdevfullstack/PureBasic-FileExplorer) +2. [PureBasic Randomizer](https://github.com/jdevfullstack-projects/PureBasic-Randomizer) +3. [PureBasic Scrabble Game](https://github.com/jdevfullstack/PureBasic-Scrabble) +4. [PureBasic Password Generator](https://github.com/jdevfullstack-projects/PureBasic-Password-Generator) +5. [PureBasic Password Hunter](https://github.com/jdevfullstack/PureBasic-Password-Hunter) +6. [PureBasic 2D Game](https://github.com/jdevfullstack/PureBasic-2D-Game) # Intro When you are at GitHub, every subdirectory of this repo @@ -32,7 +32,7 @@ is a separate sample project that you can use if you have a similar project. But when you are viewing this -right now as web page in `jdevstatic.github.io` domain, +right now as web page in `jdevfullstack.github.io` domain, you need to click `View on GitHub` to download the source codes. From 0313ae0651a7d5a3a3c01cd35767582f650105d0 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Tue, 16 Jul 2024 23:55:59 +0800 Subject: [PATCH 15/23] update README.md --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 278c10c..75b546e 100644 --- a/README.md +++ b/README.md @@ -66,42 +66,42 @@ the years, somewhat an old-fashioned yet still a relevant one. So, in the end, PureBasic is one of the best BASIC dialects. ## PureBasic Highlights -> - PureBasic is a structured programming language. PureBasic retained +- PureBasic is a structured programming language. PureBasic retained `Goto` but as a structured programming language, instead of focusing in `Goto`, we can use functions through procedures instead, although as a BASIC dialect, it does not have the `main` function. -> -> - PureBasic can call user-defined functions through an include + +- PureBasic can call user-defined functions through an include command, that is `XIncludeFile` (and `IncludeFile`). This is a very important one because in the past, the tendency was to put everything in just one source file. -> -> - PureBasic uses single `=` sign for both assignment and comparison + +- PureBasic uses single `=` sign for both assignment and comparison operators. -> -> - PureBasic has a very good GUI components. This can be used when, say, + +- PureBasic has a very good GUI components. This can be used when, say, one programmer in C created purely a console app. In this case, all you need to do is to interface using the `stdout` of that console app and your GUI program can communicate well with the console app. -> -> - PureBasic simplified the process of creating executable files + +- PureBasic simplified the process of creating executable files and the IDE is very good. -> -> - PureBasic is for hobbyist and still can be used for creating + +- PureBasic is for hobbyist and still can be used for creating apps for business solutions. -> -> - PureBasic might be very famous in the open source projects + +- PureBasic might be very famous in the open source projects if this was an open source too. -> -> - PureBasic might be more than Visual Basic if not because + +- PureBasic might be more than Visual Basic if not because of Microsoft. We all know how powerful Microsoft is. It toppled many business competitors. -> -> - PureBasic is a cross-platform programming language but + +- PureBasic is a cross-platform programming language but works well in Windows OS. -> -> - PureBasic added the user-defined data type `structure`. + +- PureBasic added the user-defined data type `structure`. This is a very useful data type to manage and organize data. ## PureBasic Losing The Track From 6b0c28f7c0fd0fcf9be791e47ec2df32cda4b234 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Tue, 16 Jul 2024 23:58:06 +0800 Subject: [PATCH 16/23] update README.md --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 75b546e..14d0479 100644 --- a/README.md +++ b/README.md @@ -27,17 +27,6 @@ use outdated libraries or patterns and is not intended for production use in its 6. [PureBasic 2D Game](https://github.com/jdevfullstack/PureBasic-2D-Game) # Intro -When you are at GitHub, every subdirectory of this repo -is a separate sample project that you can use -if you have a similar project. - -But when you are viewing this -right now as web page in `jdevfullstack.github.io` domain, -you need to click `View on GitHub` to download the -source codes. - -Thanks! - I truly believe learning PureBasic is worth it more than other BASIC dialects. From 2006f31c85ac7f9f476eef63467be2dfbb0e6724 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Wed, 17 Jul 2024 00:04:52 +0800 Subject: [PATCH 17/23] update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 14d0479..b0ae945 100644 --- a/README.md +++ b/README.md @@ -104,16 +104,9 @@ But still, PureBasic is a very good language when you just want to create native apps and PureBasic has a very good working environment and libraries. - - ## Compiling Compiling the project is so easy in the PureBasic IDE. Just click `Compile/Run` 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 From 73802d1c0221b4f4a6bde3e9f5a3f758bafff7ce Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Wed, 17 Jul 2024 00:36:39 +0800 Subject: [PATCH 18/23] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b0ae945..a4079a3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com) -## 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, From 8bba595e9af8e7390b01eaf7a214b9cb3ba92b5d Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Wed, 17 Jul 2024 00:45:03 +0800 Subject: [PATCH 19/23] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4079a3..a5332c5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Before PureBasic, I first learned Excel formulas, which really captured my inter 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. -## Showcase Disclaimer +## 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. @@ -25,7 +25,7 @@ use outdated libraries or patterns and is not intended for production use in its 5. [PureBasic Password Hunter](https://github.com/jdevfullstack/PureBasic-Password-Hunter) 6. [PureBasic 2D Game](https://github.com/jdevfullstack/PureBasic-2D-Game) -# Intro +# Intro To PureBasic I truly believe learning PureBasic is worth it more than other BASIC dialects. From bed46b4439f7ec3e20e7fe389dfebf8f126d03f4 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Wed, 17 Jul 2024 20:23:43 +0800 Subject: [PATCH 20/23] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index a5332c5..698b85d 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,5 @@ But still, PureBasic is a very good language when you just want to create native apps and PureBasic has a very good working environment and libraries. -## Compiling -Compiling the project is so easy in the PureBasic IDE. -Just click `Compile/Run` or press F5. - ## License MIT - the permissive license From ec0925d64f27f56938b4a2fcca0389da8b37af8e Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Thu, 18 Jul 2024 21:39:54 +0800 Subject: [PATCH 21/23] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 698b85d..577c75a 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,12 @@ 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 +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. -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. - ## Links 1. [PureBasic File Explorer](https://github.com/jdevfullstack/PureBasic-FileExplorer) 2. [PureBasic Randomizer](https://github.com/jdevfullstack-projects/PureBasic-Randomizer) From e411578aa1b7edbb3f0e7c07f311f54e5434570b Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Thu, 18 Jul 2024 22:13:36 +0800 Subject: [PATCH 22/23] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 577c75a..1e5ab97 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,10 @@ 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. +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 ! ## Links 1. [PureBasic File Explorer](https://github.com/jdevfullstack/PureBasic-FileExplorer) From 35190b2eb1515b5530c199019a8495067a9a3cb3 Mon Sep 17 00:00:00 2001 From: jdevfullstack Date: Mon, 22 Jul 2024 21:03:53 +0800 Subject: [PATCH 23/23] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1e5ab97..2d7308d 100644 --- a/README.md +++ b/README.md @@ -105,3 +105,9 @@ and libraries. ## 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)