Skip to content

Commit 155ea4f

Browse files
Update README.md
1 parent ca3a314 commit 155ea4f

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# PureBasic File Explorer
22

3-
*`updated 22 April 2022`*
4-
53
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fxdvrx1%2FPureBasic-FileExplorer&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=PAGE+VIEWS&edge_flat=false)](https://hits.seeyoufarm.com)
64

75
This is a file explorer written in PureBasic.
@@ -33,6 +31,21 @@ for Pictures, the default file extensions are:
3331
.png
3432
.jpg
3533

34+
## The Good Old Days
35+
PureBasic was my first ever programming language, so it reminds me of the good old days.
36+
Before PureBasic, I first learned Excel formulas, which really captured my interest.
37+
The very first time I encountered Excel was in college,
38+
and it was the IF function presented by the professor that really caught my attention.
39+
40+
## Disclaimer
41+
Please note that this project is presented as a showcase of my work during a
42+
specific period. It represents a snapshot of my skills and accomplishments
43+
at that time. As such, this project is no longer actively maintained or updated.
44+
It is kept public for demonstration purposes and may not reflect my current
45+
abilities or the latest best practices in the field.
46+
47+
Feel free to explore the project and its code. However, be aware that it might
48+
use outdated libraries or patterns and is not intended for production use in its current state.
3649
## Compiling
3750
To compile/run, just use the PureBasic IDE, that's very fast and
3851
simple for simple programs like this.

0 commit comments

Comments
 (0)