- AQQ v2.2 BlackWolf Build 64 - Stable Version
- RemoveIT Pro v7 Enterprise 28.06.2010
- HDClone v3.9.3
- Core Temp v0.99.6 : Monitor Your CPU Temperature
- MediaInfo v0.7.3.3 Graphical User Interface for Windows 32 bits
- EditPad Lite v6.6.4 : Text Editor for Windows
- River Past Wave@MP3 v3.5.4
- XstreamDanceRadio v3.02b
- Screenshot Captor v2.81.01
- MAME v0.138
thinBasic
thinBasic is a Basic like language interpreter. Its target is to have a scripts text file to be interpreted and executed immediately by a simple double click or by an automated scheduled tasks.
thinBasic have more than 500 predefined keywords. All main program flow: If/Then/Else/ElseIf/End If, While/Wend, For/Next, Do [While/Until]/Loop [While/Until], Select/End Select, user defined functions, modules, arrays and much more... User defined functions with local or global variable declaration up to 12 parameters.
Every script can have an unlimited number of user defined functions declared each of them can allocate variable in different ways: local, static, global scope.
Functions can be recursive and each recursion will allocate a new stack for local variables. Every function can have up to 12 parameters but this can be changed by design. Dynamic strings variables and many numeric types. Numeric types: Byte, Word, Integer, DWord, Long, Quad, Single, Double, Extended, Currency. Strings are dynamic strings. Dynamic string variables contain character data of arbitrary length. Dynamic strings can contain up to approximately 2 Gb characters. Dynamic strings can contain both text or binary data.