Bellow is a list of some programs I have developed in my free time.
Feel free to download them, try them and do not hesitate to contact me for bugs, suggestions and any further information (i.e. a copy of the source code).



Documents Order Obsession (C#)
Personal Documents Organiser for Windows

A compact personal organiser written in C# for Windows. It comes with a variety of features like History, Custom Categories, Starred Entries, Import/Export Entries, Automatic Updates and more…


Latest version:
Documents Order Obsession v. 0.2.0.0 (Size: 584.88 kB)



Directory Activity Monitor (C#)

A small program written in C# that monitors and logs the create, change, rename and delete events of files and folders in any directory, in a local or network hard drive. Some of its features are Export Log History, Automatic Start with Windows, Monitor Subdirectories, Manual Set the Events to Monitor and more…


Latest version:
Directory Activity Monitor v. 0.1.0.0 (Size: 526.51 kB)



RSA Encryption (Java)

A small Java application that encrypts and decrypts the text from a txt file, with RSA Encryption. You must have Java Runtime Environment (JRE) installed to run the application.


For help write:
java -jar RSAencryption.jar help


Latest version:
RSA Encryption v. 1.0 (Size: 5.11 kB)



MySQL Statement Monitor (C#)

An application written in C# that visualizes MySQL commands to a DataGrid. .NET Framework and MySQL Community Server are required to run this application. The application uses MySQL .NET Connector to connect to a MySQL Database and execute MySQL statements. The DataGrid will be updated based on the given statements (i.e. Select, Create etc.)


Latest version:
SQL Statement Monitor v. 0.0.0.1 (Size: 306.26 kB)



Search in ZIP files (Python)

An application written in Python which performs search inside ZIP archives without extracting them. Just run it, set the directory you want to search for ZIP files and the search string. The program will return the file and the ZIP which contains it. The GUI of the application is made with the AutoIT Scripting Language.


Latest version:
Search in ZIPs v. 1.0 (Size: 4.13 MB)



BlackJack Card Counting – True Count (Java)

BlackJack Card Counting is a Java application, which returns the True Count for seven different Card Count strategies (Wizard Ace/Five, KO, Hi-Lo, Hi-Opt I, Hi-Opt II, Zen Count and Omega II). From the True Count one can estimate the advantage of the player for any moment during the game. You must have Java Runtime Environment (JRE) installed to run the application.


For help write:
java -jar CardCounting.jar help


Latest version:
CardCounting v. 2.0 (Size: 1.57 MB)



Random Password Generator (C#)

With Random Password Generator you can create strong passwords, difficult to crack or guess, due to the combination of lower and upper letters, numbers and special characters. The user can adjust the characters included in the password(s), the length of the password(s) and the number of the passwords to generate. Note, that Microsoft .NET must be installed to run the application.


Latest version:
Give Me a Password v. 1.0 (Size: 9.66 kB)



Standard, Automatic and Scoped Pointers Example (C++)

A project in Visual C++ Express demonstrating the use of Standard C++ pointer, Automatic C++ pointer (auto_ptr) and the Scoped pointer from Boost Libraries (scoped_ptr). To run the scoped_ptr example Boost Libraries must be installed.


Cpp Pointers Example v. 1.0 (Size: 5.34 kB)

Leave a comment

(required)