File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# PureBasic File Explorer
2
2
3
- * ` updated 22 April 2022 ` *
4
-
5
3
[ ![ 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 )
6
4
7
5
This is a file explorer written in PureBasic.
@@ -33,6 +31,21 @@ for Pictures, the default file extensions are:
33
31
.png
34
32
.jpg
35
33
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.
36
49
## Compiling
37
50
To compile/run, just use the PureBasic IDE, that's very fast and
38
51
simple for simple programs like this.
You can’t perform that action at this time.
0 commit comments