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.477.933 Times

Crossword Generator Algorithm freeware
Filter: All | Freeware | Demo
 

Crossword Generator Algorithm

< 1 2 3 4 5 
Added: November 15, 2010 | Visits: 1.036

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: October 15, 2010 | Visits: 883

Algorithm::C3 Algorithm::C3 is a module for merging hierarchies using the C3 algorithm. SYNOPSIS use Algorithm::C3; # merging a classic diamond # inheritence graph like this: # # # / # # / # my @merged = Algorithm::C3::merge( D, sub { # extract the ISA array # from the package no... Platforms: *nix

License: Freeware Size: 8.19 KB Download (130): Algorithm::C3 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.495

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

Released: July 10, 2012  |  Added: July 10, 2012 | Visits: 1.447

Algorithm::Pair::Best Algorithm::Pair::Best is a Perl module to select pairings (designed for Go tournaments, but can be used for anything, really). SYNOPSIS use Algorithm::Pair::Best; my $pair = Algorithm::Pair::Best->new( ? options ? ); $pair->add( item, ? item, ... ? ); @pairList = $pair->pick( ? $window... Platforms: *nix

License: Freeware Size: 10.24 KB Download (118): Algorithm::Pair::Best Download

Added: May 06, 2010 | Visits: 1.369

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: February 03, 2010 | Visits: 850

Algorithm::SkipList Algorithm::SkipList is a Perl implementation of skip lists. SYNOPSIS my $list = new Algorithm::SkipList(); $list->insert( key1, value ); $list->insert( key2, another value ); $value = $list->find(key2); $list->delete(key1); This is an implementation of skip lists in Perl. Skip... Platforms: *nix

License: Freeware Size: 30.72 KB Download (117): Algorithm::SkipList Download

Added: January 01, 2010 | Visits: 933

Algorithm::ScheduledPath Algorithm::ScheduledPath is a Perl module that helps you to find scheduled paths in a directed graph. SYNOPSIS use Algorithm::ScheduledPath; use Algorithm::ScheduledPath::Path; $graph = new Algorithm::ScheduledPath(); $graph->add_edge( { path_id => R, origin => A, depart_time => 1,... Platforms: *nix

License: Freeware Size: 20.48 KB Download (90): Algorithm::ScheduledPath Download

Added: September 26, 2010 | Visits: 4.313

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: October 23, 2010 | Visits: 3.313

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

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: November 04, 2010 | Visits: 949

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square... Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Added: March 20, 2010 | Visits: 2.261

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error... Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Added: May 02, 2010 | Visits: 1.066

Algorithm::AhoCorasick::SearchMachine Algorithm::AhoCorasick::SearchMachine provides an implementation and low-level interface of Algorithm::AhoCorasick. Feeds input to the state machine. First (after the instance) argument of this method is the input text (which can be empty, in which case the method doesnt do anything), second... Platforms: *nix

License: Freeware Size: 5.12 KB Download (114): Algorithm::AhoCorasick::SearchMachine Download

Added: February 09, 2010 | Visits: 902

Algorithm::AhoCorasick Algorithm::AhoCorasick provides efficient search for multiple strings. Aho-Corasick is a classic (1975) algorithm for locating elements of a finite set of strings within an input text. It constructs a finite state machine from a list of keywords, then uses the machine to locate all occurrences... Platforms: *nix

License: Freeware Size: 5.12 KB Download (144): Algorithm::AhoCorasick Download

Added: May 10, 2010 | Visits: 1.282

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: February 01, 2010 | Visits: 1.229

Algorithm::NeedlemanWunsch Algorithm::NeedlemanWunsch is a sequence alignment with configurable scoring. SYNOPSIS use Algorithm::NeedlemanWunsch; sub score_sub { if (!@_) { return -2; # gap penalty } return ($_[0] eq $_[1]) ? 1 : -1; } my $matcher = Algorithm::NeedlemanWunsch->new(&score_sub); my $score =... Platforms: *nix

License: Freeware Size: 10.24 KB Download (105): Algorithm::NeedlemanWunsch Download

Added: May 27, 2010 | Visits: 1.271

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

< 1 2 3 4 5