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

B C Rich Mockingbird software
Filter: All | Freeware | Demo
 

B C Rich Mockingbird

< 1 2 3 4 5 
Added: August 13, 2010 | Visits: 1.087

FLAT::Legacy::FA::RE FLAT::Legacy::FA::RE is a regular expression base class. SYNOPSIS use FLAT::Legacy::FA::RE; use FLAT::Legacy::FA::NFA; my $re = RE->new(); $re->set_re(a|b|(hi)*); my $nfa = $re->to_nfa(); print $nfa->info(); # see stuff on NFA my $dfa = $nfa->to_dfa(); print $dfa->info(); # see stuff...



Platforms: *nix

License: Freeware Size: 32.77 KB Download (117): FLAT::Legacy::FA::RE 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: 1.473

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: April 19, 2010 | Visits: 1.025

Math::Polynomial::Solve Math::Polynomial::Solve is a Perl module to find the roots of polynomial equations. SYNOPSIS use Math::Complex; # The roots may be complex numbers. use Math::Polynomial::Solve qw(poly_roots); my @x = poly_roots(@coefficients); or use Math::Complex; # The roots may be complex numbers....


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): Math::Polynomial::Solve Download

Released: December 28, 2023  |  Added: January 10, 2024 | Visits: 829

Equation Calculator Welcome to Equation Calculator. The Equation Calculator allows you setup equations, define and set Variable Values, and calculate an equation result. You can create a record with variables and values or a each equation. Equations and variable values can be changed and saved in the same or...


Platforms: Windows, Windows 7

License: Freeware Size: 10.49 MB Download (116): Equation Calculator Download

Released: February 05, 2009  |  Added: March 02, 2009 | Visits: 1.349

RER DVD to iPhone Converter RER DVD to iPhone Converter can rip the DVD movies from your DVD-Rom and DVD folders to iPhone videos in MP4 format with wonderful video and audio quality. When converting DVD to iPhone, you can convert either by title or by chapter easily. Rip and convert DVD to iPhone as easy as A-B-C. Whether...


Platforms: Windows

License: Shareware Cost: $24.00 USD Size: 17.25 MB Download (115): RER DVD to iPhone Converter Download

Added: October 08, 2010 | Visits: 891

Mail::DKIM::DkSignature Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (114): Mail::DKIM::DkSignature Download

Added: May 02, 2006 | Visits: 2.485

3D The Mill Unlimited The Mill is one of the oldest spatial strategy games in the world since traces were found in Egypt 1400 years B.C. This new 9 paws 3D version, designed by TLK Games, is the commonest presentation of the game nowadays and the most interesting too due to its countless strategic options. Hazard...


Platforms: Windows

License: Shareware Cost: $10.95 USD Size: 2.72 MB Download (113): 3D The Mill Unlimited Download

Released: July 21, 2012  |  Added: August 18, 2012 | Visits: 878

TechnoRiver Barcode Font A barcode font is a special font that allows you to create barcodes with normal text characters. This has the advantages of enabling barcode display on a system without needing access to a graphics canvas. Thus it is an useful technology for enabling the display of barcodes in many reporting...


Platforms: Windows

License: Shareware Cost: $169.00 USD Size: 1.18 MB Download (113): TechnoRiver Barcode Font Download

Added: March 18, 2010 | Visits: 1.199

Hardware::iButton::Device Hardware::iButton::Device is a Perl object to represent iButtons. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "id: ", $b->id(), ", reg0: ",$b->readreg(0),"n"; } This module talks to iButtons...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): Hardware::iButton::Device Download

Added: April 21, 2010 | Visits: 1.220

chkrootkit chkrootkit is a tool to locally check for signs of a rootkit. It contains: - chkrootkit: shell script that checks system binaries for rootkit modification. - ifpromisc.c: checks if the interface is in promiscuous mode. - chklastlog.c: checks for lastlog deletions. - chkwtmp.c: checks for...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (112): chkrootkit Download

Added: September 03, 2010 | Visits: 1.405

Hardware::iButton Hardware::iButton is a Perl module that allows to talk to DalSemi iButtons via a DS2480 serial widget. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "family: ",$b->family(), "serial number: ",...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (111): Hardware::iButton Download

Added: July 09, 2010 | Visits: 912

Algorithm::Huffman Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. SYNOPSIS use Algorithm::Huffman; my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z); # or better the real counting for your characters # as the huffman algorithm doesnt work good with random data...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (110): Algorithm::Huffman Download

Added: March 26, 2010 | Visits: 1.494

String::RexxParse String::RexxParse is a Perl implementation of REXX parse command. SYNOPSIS use String::RexxParse qw(parse); parse $source, q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !; or use String::PexxParse; $parse = String::RexxParse->new(q! $var1 $var2 ( $var3 ) $var4 ($var5) $var6 !);...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (109): String::RexxParse Download

Added: April 13, 2010 | Visits: 1.940

BigInteger BigInteger is an arbitrary length integer extension module for Perl. SYNOPSIS use Math::BigInteger; The BigInteger extension module gives access to Eric Youngs bignum library. This provides a faster alternative to the Math::BigInt library. The basic object in this library is a BigInteger....


Platforms: *nix

License: Freeware Size: 20.48 KB Download (105): BigInteger Download

Added: October 03, 2010 | Visits: 1.126

grepcidr grepcidr can filter IP addresses matching IPv4 CIDR/network specification. grepcidr can be used to filter a list of IP addresses against one or more Classless Inter-Domain Routing (CIDR) specifications, or arbitrary networks specified by an address range. As with grep, there are options to...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): grepcidr Download

Added: July 09, 2010 | Visits: 1.355

Chart::Sequence Chart::Sequence is a sequence Perl class. SYNOPSIS use Chart::Sequence; my $s = Chart::Sequence->new( Nodes => [qw( A B C )], Messages => [ [ A => B => "Message 1" ], [ B => A => "Ack 1" ], [ B => C => "Message 2" ], ], ); # or # my $s = Chart::Sequence->new( SeqMLInput =>...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (105): Chart::Sequence Download

Added: September 13, 2010 | Visits: 1.642

Image::MetaData::JPEG::MakerNotes Image::MetaData::JPEG::MakerNotes contains random information and details on MakerNotes. Pieces of information available after parsing the MakerNote The result of the process of parsing the maker note is stored in a directory in the internal data structure for the APP1 Segment, whose path is...


Platforms: *nix

License: Freeware Size: 286.72 KB Download (105): Image::MetaData::JPEG::MakerNotes Download

Added: September 16, 2010 | Visits: 1.284

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: September 13, 2010 | Visits: 1.203

Math::Numbers Math::Numbers is a Perl module that contains methods for mathematical approaches of concepts of the number theory. SYNOPSIS use Math::Numbers; my $a = 123; my $b = 34; my $numbers = Math::Numbers->new($a, $b [, ...]); print "They are coprimes (relatively primes)!n" if...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (104): Math::Numbers Download

< 1 2 3 4 5