@@ -7,6 +7,18 @@ This is the very first release and there are too many things you can add here.
7
7
8
8
![ GUI] ( resources/screenshot1.png )
9
9
10
+
11
+ ## Disclaimer
12
+ Please note that this project is presented as a showcase of my work during a
13
+ specific period. It represents a snapshot of my skills and accomplishments
14
+ at that time. As such, this project is no longer actively maintained or updated.
15
+ It is kept public for demonstration purposes and may not reflect my current
16
+ abilities or the latest best practices in the field.
17
+
18
+ However, feel free to learn from this archived project,
19
+ preserved as it was during that specific period !
20
+
21
+ ## Why PureBasic
10
22
Why do we need a file explorer?
11
23
When you want to write an operating system, this is a must.
12
24
@@ -31,29 +43,19 @@ for Pictures, the default file extensions are:
31
43
.png
32
44
.jpg
33
45
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
- However, feel free to learn from this archived project,
48
- preserved as it was during that specific period !
49
-
50
46
## Compiling
51
47
To compile/run, just use the PureBasic IDE, that's very fast and
52
48
simple for simple programs like this.
53
49
54
50
## License
55
51
MIT - The permissive license
56
52
53
+ ## The Good Old Days
54
+ PureBasic was my first ever programming language, so it reminds me of the good old days.
55
+ Before PureBasic, I first learned Excel formulas, which really captured my interest.
56
+ The very first time I encountered Excel was in college,
57
+ and it was the IF function presented by the professor that really caught my attention.
58
+
57
59
## More PureBasic Projects
58
60
for more PureBasic discussion and other details,
59
61
check the Main Page -> [ PureBasic] ( https://github.com/jdevfullstack/PureBasic )
0 commit comments