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

Battleknight Pl freeware
Filter: All | Freeware | Demo
 

Battleknight Pl

< 1 2 3 4 5 
Added: August 14, 2010 | Visits: 1.119

File::Xcopy File::Xcopy can copy files after comparing them. SYNOPSIS use File::Xcopy; my $fx = new File::Xcopy; $fx->from_dir("/from/dir"); $fx->to_dir("/to/dir"); $fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions $fx->param(s,1); # search recursively to sub dirs $fx->param(verbose,1); #...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (109): File::Xcopy Download

Added: May 08, 2010 | Visits: 1.120

SVG Charter Alpha SVG charter is a project to build a tool to generate charts and graphs with SVG output to allow fully scalable data visualization. The application came about after my personal frustration with not being able to read tiny GIF charts accurately. Couldnt be simpler, though. You must run SVG...





Platforms: *nix

License: Freeware Size: 7.17 KB Download (109): SVG Charter Alpha Download

Added: November 12, 2010 | Visits: 985

CORBA::IOP::IOR CORBA::IOP::IOR is a Perl module used to decode, munge, and re-encode CORBA IORs. SYNOPSIS #!/usr/local/bin/perl -w require CORBA::IOP::IOR; $ior = new CORBA::IOP::IOR; $ior->parseIOR($ARGV[0]); $ior->printHash(); $ior->{IIOP_profile}->{host} = "host.domain.name"; print...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (109): CORBA::IOP::IOR Download

Added: July 22, 2010 | Visits: 1.182

Bio::MCPrimers Bio::MCPrimers is a Perl module to create molecular cloning PCR primer pairs for a given gene so that the gene can be directionally inserted into a vector. Solver is generic, restriction enzymes and their order in the vector are specified in the caller. XPORT SUBROUTINES sub find_mc_primers...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (109): Bio::MCPrimers Download

Added: August 21, 2010 | Visits: 897

Text::NSP::Measures::3D::MI::ps Text::NSP::Measures::3D::MI::ps is a Perl module that implements Poisson Stirling Measure for trigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::3D::MI::ps; $ps_value = calculateStatistic( n111=>10, n1pp=>40, np1p=>45, npp1=>42, n11p=>20, n1p1=>23, np11=>21, nppp=>100); if(...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (109): Text::NSP::Measures::3D::MI::ps Download

Added: November 03, 2010 | Visits: 804

FWdoc FWdoc project is a vendor-independent standard of storing firewall ruleset configurations. We provide tools to extract the ruleset from proprietary formats into FWdoc format (in JSON), filter rules and objects, and export them into a number of other formats. From the FWdoc file you can produce...


Platforms: *nix

License: Freeware Download (109): FWdoc Download

Added: September 14, 2010 | Visits: 791

bgpd.pl bgpd.pl is a partial implementation of the BGP protocol (RFC1771) in Perl. It was writen as a tool to monitor BGP routing updates. bgpd.pl is NOT written to be used as a BGP router in an operational network, in fact is has no support to propogate routing information because there is no code to...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (108): bgpd.pl Download

Added: May 24, 2010 | Visits: 966

JoeDog::ProgressBar JoeDog::ProgressBar provides a perl extension that provides an ASCII progress bar for your perl scripts. You can run it inside any for which you can calculate the last iteration. This is a autoloadable module which allows the programmer to add a progress bar to loops. 47% done:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (108): JoeDog::ProgressBar Download

Added: November 08, 2010 | Visits: 1.165

Fair NAT Fair NAT is a script for configuring NAT on dedicated Linux routers. This is the home of my linux router shaper script which allows something like fair bandwidth sharing among clients in the local network. The script is not great or anything - please dont expect the holy grail here - I just...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): Fair NAT Download

Added: September 12, 2010 | Visits: 1.791

Tuxedo Tuxedo is a Perl extension module for Tuxedo. This module provides the following functionality... C style interface The Tuxedo perl module gives you access to almost all of the tuxedo 8.1 apis from perl. In most cases you can take the C API you already familiar with, apply perl semantics to...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (107): Tuxedo Download

Added: June 21, 2010 | Visits: 1.383

Archive::Ar Archive::Ar is a Perl interface for manipulating ar archives. SYNOPSIS use Archive::Ar; my $ar = new Archive::Ar("./foo.ar"); $ar->add_data("newfile.txt","Some contents", $properties); $ar->add_files("./bar.tar.gz", "bat.pl") $ar->add_files(["./again.gz"]); $ar->remove("file1",...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Archive::Ar Download

Added: November 13, 2010 | Visits: 1.290

Jifty::Manual::Tutorial Jifty::Manual::Tutorial is a Perl module for Zero to Jifty in a Jiffy. This tutorial should give you everything you need to build your first application with Jifty. HOW TO The requirements Heres what you need to have installed -- at least when we write it. Installing Jifty No bones...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (107): Jifty::Manual::Tutorial Download

Added: July 09, 2010 | Visits: 1.786

Linux::Input Linux::Input is a Linux input event interface. SYNOPSIS Example: 1 joystick using event API my $js1 = Linux::Input->new(/dev/input/event3); while (1) { while (my @events = $js1->poll(0.01)) { foreach (@event) { } } } Example: 2 joysticks using joystick API (different event...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (107): Linux::Input Download

Added: September 06, 2010 | Visits: 944

B::Lint B::Lint module contains Perl lint. SYNOPSIS perl -MO=Lint[,OPTIONS] foo.pl The B::Lint module is equivalent to an extended version of the -w option of perl. It is named after the program lint which carries out a similar process for C programs. OPTIONS AND LINT CHECKS Option words are...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (107): B::Lint Download

Added: July 06, 2010 | Visits: 1.215

CGI::Explorer CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts. Synopsis Install /assets/css/explorer/xtree.css, /assets/js/explorer/xtree.js, and /assets/images/explorer/*, as per the installation instructions, below. Then run the demos...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): CGI::Explorer Download

Added: June 17, 2010 | Visits: 1.010

wanha wanha project is a combination of Perl-script to run a bot on IRC to watch the channel for URLs and another script to run as a web-interface on a HTTP-server. The bot will watch over the channel, friendly and warmly keeping the conversation going, discreetly discouraging people not to paste...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (107): wanha Download

Added: January 25, 2010 | Visits: 580

HakoreSMS HakoreSMS widget allows you to send text messages directly from your computer via the internet. It uses public services to send SMS to almost any Polish mobile phone (PlusGSM, Orange.pl, EraGSM, Heyah).


Platforms: Mac

License: Freeware Download (107): HakoreSMS Download

Added: November 20, 2010 | Visits: 600

Plasmatronics Plasmatronics Perl module is a Plasmatronics PL regulator controller. SYNOPSIS use Device::Regulator::Plasmatronic; my $r = Device::Regulator::Plasmatronic; print "Current state of charge = " . $r->pl_dsoc . "n"; This is an interface library via the serial port to a Plasmatronics...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): Plasmatronics Download

Added: June 02, 2010 | Visits: 964

Apache::TestMB Apache::TestMB is a subclass of Module::Build to support Apache::Test. SYNOPSIS Standard process for building & installing modules: perl Build.PL ./Build ./Build test ./Build install Or, if youre on a platform (like DOS or Windows) that doesnt like the "./" notation, you can do this:...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (106): Apache::TestMB Download

Added: March 27, 2010 | Visits: 1.268

CGI::Portable CGI::Portable is a framework for server-generic web apps. SYNOPSIS Content of thin shell "startup_cgi.pl" for CGI or Apache::Registry env: #!/usr/bin/perl use strict; use warnings; require CGI::Portable; my $globals = CGI::Portable->new(); use Cwd; $globals->file_path_root( cwd() );...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (106): CGI::Portable Download

< 1 2 3 4 5