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

Shift In Perl software
Filter: All | Freeware | Demo
 

Shift In Perl

< 1 2 3 4 5 > 
Added: March 07, 2010 | Visits: 1.113

Quantum::Entanglement Quantum::Entanglement package contains QM entanglement of variables in perl. SYNOPSIS use Quantum::Entanglement qw(:DEFAULT :complex :QFT); my $c = entangle(1,0,i,1); # $c = |0> + i|1> my $d = entangle(1,0,1,1); # $d = |0> + |1> $e = $c * $d; # $e now |0*0> + i|0*1> + |1*0> + i|1*1>,...



Platforms: *nix

License: Freeware Size: 20.48 KB Download (101): Quantum::Entanglement Download

Added: May 23, 2010 | Visits: 932

Playlist Warlock 0.2 Playlist Warlock is a text-based frontend for mpg123 written in Perl. It is intended to provide users with the playlist browsing and song selection of a GUI MP3 player from any terminal. It provides a combination of Winamp/XMMS, vi/less, and Unix prompt-style commands for creating, editing,...





Platforms: *nix

License: Freeware Size: 14.34 KB Download (100): Playlist Warlock 0.2 Download

Added: June 24, 2013 | Visits: 867

pDonkey Server pDonkey is the set of tools, written in Perl, for manipulating eDonkey peer2peer protocol. The main goal of project is to provide basic API for eDonkey network protocol.


Platforms: *nix

License: Freeware Size: 81.92 KB Download (100): pDonkey Server Download

Added: July 18, 2010 | Visits: 860

svk svk is a decentralized version control system written in Perl. svk project uses the Subversion filesystem but provides additional, powerful features. svk was originally developed by ChiaLiangKao, with the help from SVKPeople and generous SVKSponsors..


Platforms: *nix

License: Freeware Size: 419.84 KB Download (100): svk Download

Added: January 14, 2010 | Visits: 1.341

Perl IRC Statistics Generator Perl IRC Statistics Generator (pisg) is an IRC channel statics generator written in Perl, it creates statistics from different logfile formats. It was originally written because IRCStats wasnt open source. So heres an open source/GPLed version to anyone interested. Its a funny thing for your...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (99): Perl IRC Statistics Generator Download

Added: September 15, 2010 | Visits: 1.237

FSA::Rules FSA::Rules is a Perl module to build simple rules-based state machines in Perl. Synopsis my $fsa = FSA::Rules->new( ping => { do => sub { print "ping!n"; my $state = shift; $state->result(pong); $state->machine->{count}++; }, rules => [ game_over => sub { shift->machine->{count} >=...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (99): FSA::Rules Download

Added: July 06, 2010 | Visits: 858

Quantum::Superpositions Quantum::Superpositions package contains QM-like superpositions in Perl. SYNOPSIS use Quantum::Superpositions; if ($x == any($a, $b, $c)) { ... } while ($nextval < all(@thresholds)) { ... } $max = any(@value) < all(@values); use Quantum::Superpositions BINARY => [ CORE::index ];...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): Quantum::Superpositions Download

Added: April 05, 2010 | Visits: 1.619

Database Independent Abstraction Layer for C Database Independent Abstraction Layer for C (libdbi) implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. Writing one generic set of code, programmers can leverage the power of multiple databases and multiple simultaneous database connections by using...


Platforms: *nix

License: Freeware Size: 1013.76 KB Download (99): Database Independent Abstraction Layer for C Download

Added: April 03, 2010 | Visits: 1.120

Acme::EyeDrops Acme::EyeDrops is a Perl module for visual programming in Perl. SYNOPSIS use Acme::EyeDrops qw(sightly); print sightly( { Shape => camel, SourceFile => eyesore.pl } ); Acme::EyeDrops converts a Perl program into an equivalent one, but without all those unsightly letters and numbers. In...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (96): Acme::EyeDrops Download

Added: March 19, 2010 | Visits: 703

GoldenPod GoldenPod is a podcast client (or podcast aggregator, or podcatcher, feel free to pick whichever name you want) written in perl. It supports multiple ways to work. GoldenPod supports reading configuration files in ~/.goldenpod/ and then saving the podcasts to the directory defined there. It...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (96): GoldenPod Download

Added: January 07, 2010 | Visits: 1.218

Natural Docs Feb 10, Natural Docs is an extensible, multi-language, source code documentation generator written in Perl. Its syntax is transparent so the source comments read just as easily as the generated documentation. Natural Docs also focuses on automation and high-quality HTML output. Keep in mind that if...


Platforms: *nix

License: Freeware Size: 307.2 KB Download (96): Natural Docs Feb 10, Download

Added: October 03, 2010 | Visits: 761

List::Comprehensions List::Comprehensions is a Perl module that allows for list comprehensions in Perl. SYNOPSIS use List::Comprehensions; use warnings; my @res = (); @res = comp1 { [ @_ ] } [0..4], [0..4], [0..4]; no warnings once; @res = comp2 { [$i, $j, $k] } i => [0..4], j => [0..4], k => [0..4];...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): List::Comprehensions Download

Added: April 14, 2010 | Visits: 802

gmusicbrowser gmusicbrowser is an FREE open-source jukebox written in perl..


Platforms: *nix

License: Freeware Size: 256 KB Download (96): gmusicbrowser Download

Added: August 13, 2008 | Visits: 1.257

Relax Relax is a free GPL licensed, multi-platform web server log analyzer written in Perl. This tool can be used to track which search engines, search keywords and referring URLs led visitors to the web site, to track down bad links and to analyze what keywords to bid at pay-per-click search engines....


Platforms: DOS, Windows, *nix

License: Freeware Size: 127 KB Download (96): Relax Download

Added: May 11, 2010 | Visits: 794

mp3overdog mp3overdog is a multi-user streaming audio system implemented in Perl using Icecast and NET::AIM. Each user of this system can control its individual stream via AOL instant messenger. There are quite a number of other projects that have implemented a similar control system for icecast. Most are...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (96): mp3overdog Download

Added: September 23, 2010 | Visits: 780

Perl6::Gather Perl6::Gather is a Perl module that implements the Perl 6 gather/take control structure in Perl 5. SYNOPSIS use Perl6::Gather; @list = gather { # Try to extract odd numbers and odd number names... for (@data) { if (/(one|three|five|nine)$/) { take qq{$_}; } elsif (/^d+$/ && $_ %2) {...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Perl6::Gather Download

Added: September 20, 2010 | Visits: 652

COPE COPE is a CORBA implemented in Perl. This documents describes the steps you take when writing a CORBA application in Perl using COPE. First the basics: the laguage binding used. Scalar types char The char type is represented as a 1-character perl string, like a. octet octet is...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): COPE Download

Added: March 07, 2010 | Visits: 1.015

Java::Import Java::Import is Perl module to use Java classes in Perl. SYNOPSIS use Java::Import qw( some.package.SomeClass ); my $instance = new some.package.SomeClass(); $instance->someMethod(); my $ret_val = some::package::SomeClass::someStaticMethod(); $ret_val->someMethod(); $ret_val2 =...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (94): Java::Import Download

Added: September 04, 2010 | Visits: 936

Resources Resources is a Perl module to handle application defaults in Perl. SYNOPSIS use Resources; $res = new Resources; $res = new Resources "resfile"; Resources are a way to specify information of interest to program or packages. Applications use resource files to specify and document the...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Resources Download

Added: January 18, 2010 | Visits: 981

Eidetic Eidetic project is a middleware library for creating database applications in Perl. Eidetic is a middleware library for building database driven applications with Perl and Template::Toolkit. It provides handlers for displaying, editing, searching, and administrating data. It provides an...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (94): Eidetic Download

< 1 2 3 4 5 >