[Home] [adder] [agent99] [alccalc] [ccv] [crasha] [daemon] [mimemp] [palmbull] [qodrun]

Snakegully Files

This project is a collection of software available under the GPL. If you have any suggestions, please contact me at djluff@users.sourceforge.net.

All this software is available from the Sourceforge site at http://sourceforge.net/projects/snakegully/.


Available Software
Name Description Current Stable Version Current Devel Version
SG::Cfg Perl config package. Lets you store either variable values or code to calculate them.
       my %cfg;
       tie %cfg, 'SG:Cfg';
       $cfg{hostname} = sub {
        print "Enter hostname: ";
        my $hn = ;
        chomp $hn;
        return $hn;
       }
       print "Hostname = $cfg{hostname}\n";
			
The sub is only executed the first time the variable is accessed. After that the result from the first time is remembered and used.
0.01 -

mimemp Generate mime/multipart email messages, including binary attachments, from the command line, or from shell scripts. 0.1.3 0.2

palmbull palmbull is an adaptation of the Web Economy BullS**t generator from http://www.dack.com/web/bullshit.html. Now you can have this invaluable service on your Palm Pilot! - 0.0.1

mklink mklink is a small utility that lets you create windows shortcut files from the command line, or from scripts etc. Delphi source code is included in the package. 0.1 -

adder Adder is a windows program that shows random quotes from a text file. Delphi source is included. 0.1 -

agent99 Agent99 is a passive network monitor. - 0.1alpha1

alccalc AlcCalc is a simple Java utility to calculate the percentage of alcohol in a water/ethanol mix. ie. It can tell you how good your still is. Can run as a web applet or a standalone Java application. 0.1 -

ccv This is a program to validate and generate credit card numbers. It works with Visa, Discovery, Mastercard, AMEX, Diners, and JCB. It comes with source code and is easily extendible to support other cards, as long as you know what their numbers look like. 0.2 -

crasha crasha is a tool to test network servers for buffer overflows. It takes a sample input to the server and manipulates the fields to see what happens. - 1.0alpha7

daemon daemon is a 'C' module that can be linked with your Unix program to turn it into a background (daemon) process. Just link it in and make one function call. Comes with 'C' source and a demo program. 0.1 -

qodrun A windows utility to help with autorunning files from CD. Lets you autorun any type of file (not just .exe's) on all windows versions. 1.2 -

SourceForge.net Logo