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.
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.
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)