#########

######### All projects were written in C# & Visual Studio. Which .NET Framework is needed is written in the particular project information.




Project "Sunshine's Brainfuck Studio"

Date : April 2007 / Version: 0.61

Source available : YES

Description :
A Brainfuck Interpreter with IDE. Check the Brainfuck Studio Site.

#########




GUI Wrapper for Huffman Compression

Date : June 2007

Source available : YES

Description :
A Gui-Wrapper for my huffman compression. I just put the whole functionality in a dll file and coded a GUI for easier use :-). Needs .NET Framework 2.0.

######### Download (97KB)

#########
Click image for larger screenshot




My Simple Playlist Generator

Date : March 2009

Source available : YES

Description :
I 'hacked' this tiny app very quickly for personal needs. I wanted my music files sorted after file creation / modification date and none of the media players I use provided this functionality. This tool just parses a directory (with/without subdirectories) for music files and writes them to a *.m3u file (ready to be loaded with e.g. Winamp) sorted after modification date (from oldest to newest). That's it - maybe you are searching for exactly this tool. If not, as the source is easy, feel free to take it as a starting point to generate your own playlists by implementing your own sorting criterias.

######### Download (39KB)

#########
Click image for larger screenshot




HeaderIncludeTool

Date : March 2012

Source available : YES

Description :
This tool creates an include dependency tree of C source files (*.c, *.h, *.cpp) and checks if there is a cycle in the hierarchy. The user has to specify all relevant source/include folders as well as a root file (normally the file which has the main() routine) which is used as root node for the include tree.

If the tool is executed without any arguments, it's a wizard-like GUI application. When providing commandline arguments, it runs as console application.
Note that this is a simple tool and does not evaluate preprocessor statements and thus no conditional includes.

Package includes application, source code and some little tests to show the usage of the tool.
######### Download (57KB)

#########
Click image for larger screenshot

#########


This site is part of Sunshine's Homepage