Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.481.614 Times

Ascii Heart Generator freeware
Filter: All | Freeware | Demo
 

Ascii Heart Generator

< 1 2 3 4 5 > 
Added: May 07, 2010 | Visits: 11.582

Password List Generator Password List Generator is a good tool to create passwords list with makepasswd and save to file.. Password List Generator KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security... Platforms: *nix

License: Freeware Size: 32.77 KB Download (330): Password List Generator Download

Added: November 15, 2010 | Visits: 1.039

Packetflow Firewall Generator PacketFlow Firewall Generator is an XML based firewall generator. It takes an XML configuration file that defines the firewall policy and generates a list of iptables commands to implement this policy. It is primarily intended for use on dedicated firewalls, but it can be used in other scenarios.... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Packetflow Firewall Generator Download

Added: April 09, 2010 | Visits: 1.150

WSDL::Generator WSDL::Generator is a Perl module to generate wsdl file automagically. SYNOPSIS use WSDL::Generator; my $wsdl = WSDL::Generator->new($init); Foo->a_method($param}; print $wsdl->get(Foo); You know folks out there who use another language than Perl (huh?) and you want to release a SOAP... Platforms: *nix

License: Freeware Size: 686.08 KB Download (153): WSDL::Generator Download

Added: March 21, 2010 | Visits: 2.496

Php Object Generator Php Object Generator on short POG is an open source PHP code generator which automatically generates clean & tested Object Oriented code for your PHP4/PHP5 application. Over the years, we realized that a large portion of a PHP programmers time is wasted on repetitive coding of the Database... Platforms: *nix

License: Freeware Size: 1024 KB Download (283): Php Object Generator Download

Added: January 15, 2010 | Visits: 1.997

Rails Gallery Generator Rails-gallery provides a generator for file upload gallerys. Theres no user management included; the generator just provides the skel for your agile Web gallery. Whats New in This Release: - Added model Gallery - Added multiple-gallery support - Index redirects to show-action - Added... Platforms: *nix

License: Freeware Size: 19.46 KB Download (102): Rails Gallery Generator Download

Added: May 06, 2010 | Visits: 1.370

Rockbox Cover Generator Rockbox Cover Generator amaroK script is a modded version of RockBox Cover Creator by Adrian. This version is meant for people who use the iRiver in plugged-in mode to listen to music and keep in sync with the mp3s on Harddisk. !!IMPORTANT!! You need to set a root folder for your music on... Platforms: *nix

License: Freeware Size: 2.05 KB Download (137): Rockbox Cover Generator Download

Added: September 26, 2010 | Visits: 4.316

Network Traffic Generator This is a traffic generator. It is used to check what massive amounts of traffic of certain type will do to an intervening network. It does not try to measure throughput or response times. It has been made with the question in mind: If 100 clients does simultaneous TCP transfers for 2 days,... Platforms: *nix

License: Freeware Size: 194.56 KB Download (525): Network Traffic Generator Download

Added: November 04, 2010 | Visits: 1.709

Python Web Graph Generator Python Web Graph Generator is a threaded Web graph (Power law random graph) generator. It can generate a synthetic Web graph of about one million nodes in a few minutes on a desktop machine. This software implements a threaded variant of the RMAT algorithm. A little tweak can produce graphs... Platforms: *nix

License: Freeware Size: 614.4 KB Download (148): Python Web Graph Generator Download

Added: October 23, 2010 | Visits: 3.317

Easy Firewall Generator for IPTables Easy Firewall Generator for IPTables simply generate script for setting iptables. Advantage is its simplicity, because this program is written in PHP. I have generalized it to include a number of features that are commonly used, but it is targeted at single computers or gateways for small... Platforms: *nix

License: Freeware Size: 36.86 KB Download (193): Easy Firewall Generator for IPTables Download

Added: October 23, 2010 | Visits: 1.185

Generator Generator project is a Sega Genesis (MegaDrive) emulator. Generator is a portable Sega Genesis (Mega Drive) emulator with gtk/SDL, SVGAlib and Tcl/Tk user interfaces. It features its own unique portable 68000 core processor emulation enhanced by recompilation techniques. Whats New in This... Platforms: *nix

License: Freeware Size: 460.8 KB Download (131): Generator Download

Added: November 01, 2010 | Visits: 1.258

Random Phase Music Generator Random Phase Music Generator is a small program that generates random phase music. Random music has been around for a long time (from Mozarts musical dice game to John Cages chance music), but phase music was invented rather recently by Steve Reich. It would be interesting to combine those... Platforms: *nix

License: Freeware Size: 8.19 KB Download (114): Random Phase Music Generator Download

Added: May 05, 2010 | Visits: 1.495

ascii-invaders ascii-invaders project is a clone of Space Invaders which uses the curses library. t compiles and runs on MacOS X, GNU/Linux and probably any other system with a curses implementation. I tried to reproduce the way the aliens move in the real game (which you can play on the MAME emulator on a... Platforms: *nix

License: Freeware Size: 14.34 KB Download (140): ascii-invaders Download

Added: April 10, 2010 | Visits: 1.067

Convert::ASCII::Armor Convert::ASCII::Armor is a Perl module that can convert binary octets into ASCII armoured messages. SYNOPSIS See SYNOPSIS in Convert::ASCII::Armour. Empty subclass of Convert::ASCII::Armour for American English speakers.. Platforms: *nix

License: Freeware Size: 6.14 KB Download (159): Convert::ASCII::Armor Download

Added: May 10, 2010 | Visits: 1.283

CryptNET Password Candidate Generator CryptNET Password Candidate Generator is a password generator. It generates a list of password candidates for the user to choose from by mapping operating system sources of pseudorandomness into printable character arrays using a mod operation. It is capable of generating passwords composed of... Platforms: *nix

License: Freeware Size: 59.39 KB Download (99): CryptNET Password Candidate Generator Download

Added: May 27, 2010 | Visits: 1.272

NetMap Generator NetMap Generator is a project used to generate a graphical map of your connection with the Internet. It first uses traceroute to make a list of all routers and their interconnections, after which it generates a .dot file. You need the Dotty program to view the graphical representation of you... Platforms: *nix

License: Freeware Size: 337.92 KB Download (134): NetMap Generator Download

Added: November 18, 2010 | Visits: 1.013

XML::Generator::DOM XML::Generator::DOM is an XML::Generator subclass for producing DOM trees instead of strings. SYNOPSIS use XML::Generator::DOM; my $dg = XML::Generator::DOM->new(); my $doc = $dg->xml($dg->xmlcmnt("Test document."), $dg->foo({baz => bam}, 42)); print $doc->toString; yields: < ?xml... Platforms: *nix

License: Freeware Size: 21.5 KB Download (118): XML::Generator::DOM Download

Added: April 16, 2010 | Visits: 1.005

XML::Generator::RSS10::dc XML::Generator::RSS10::dc adds support for the Dublin Core (dc) RSS 1.0 module. SYNOPSIS use XML::Generator::RSS10; my $rss = XML::Generator::RSS10->new( Handler => $sax_handler ); $rss->channel( title => Pants, link => http://pants.example.com/, description => A fascinating pants site,... Platforms: *nix

License: Freeware Size: 19.46 KB Download (100): XML::Generator::RSS10::dc Download

Released: February 16, 2010  |  Added: April 03, 2010 | Visits: 3.279

Roulette Lucky Number Generator Get Roulette Lucky Number Generator by RouletteDoc.com to make your roulette gameplay more systematic! Roulette LNG is a special tool for online roulette players which generates personal lucky numbers recommended for player to bet on in the gameplay. To get your lucky numbers you must follow... Platforms: Windows

License: Freeware Size: 19.47 KB Download (330): Roulette Lucky Number Generator Download

Released: June 14, 2010  |  Added: June 19, 2010 | Visits: 3.522

RISE MySQL code generator RISE MySQL code generator The RISE MySQL code generator generates a native MySQL script. The script incrementally updates the tables, columns, indexes and constraints in the database to match the RISE model. Once the database model is updated, the views defined in the RISE model are created in... Platforms: Windows

License: Freeware Size: 446.08 KB Download (233): RISE MySQL code generator Download

Released: May 14, 2014  |  Added: May 25, 2014 | Visits: 2.844

ASCII Animator ASCII Animator is a unique, funny and free software to convert GIF image to animated ASCII art. First, ASCII Animator extracts GIF image into frames, then converts each frames to ASCII art, and encodes the ASCII art into a new animated ASCII art GIF image. ASCII Animator needs Microsoft... Platforms: Windows, Windows 7, Windows Server, Other

License: Freeware Size: 474.79 KB Download (431): ASCII Animator Download

< 1 2 3 4 5 >