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

Jackpot Pasr Result freeware
Filter: All | Freeware | Demo
 

Jackpot Pasr Result

< 1 2 3 4 5 
Added: February 20, 2010 | Visits: 1.005

SOAP::Data::ComplexType SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. SYNOPSIS package My::SOAP::Data::ComplexType::Foo; use strict; use warnings; use SOAP::Data::ComplexType; use vars qw(@ISA); @ISA = qw(SOAP::Data::ComplexType); use constant OBJ_URI =>...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (93): SOAP::Data::ComplexType Download

Added: August 13, 2010 | Visits: 1.494

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Test::File::Find::Rule Download

Added: October 14, 2013 | Visits: 740

PHPXref PHPXref is a developer tool that's designed to ease the process of working on large PHP projects by making it very fast and easy to browse the code documentation along with the code itself. It works by scanning a project directory and translating the files it finds into readable cross-referenced...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (91): PHPXref Download

Added: October 24, 2010 | Visits: 701

Text::Yats Text::Yats is Yet Another Template System. SYNOPSIS use Text::Yats; my $template = < < ENDHTML; < html > < head > < title >$title - $version< /title > < /head > < body > < form > < select name="names" >< !--{1}-- > < option $selected >$list< /option > < !--{2}-- >< /select > <...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Text::Yats Download

Added: May 12, 2010 | Visits: 1.065

Net::eBay Net::eBay is a Perl Interface to XML based eBay API. SYNOPSIS This module helps user to easily execute queries against eBays XML API. Copyright Igor Chudov. ################################################## # For support, docs, info, email to author go to # # # #...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Net::eBay Download

Added: July 20, 2010 | Visits: 863

Sys::AlarmCall Sys::AlarmCall is a package to handle the logic in timing out calls with alarm() and an ALRM handler, allowing nested calls as well. SYNOPSIS use Sys::AlarmCall; $result = alarm_call($timeout1,$func1,@args1); @result = alarm_call($timeout2,$func2,@args2); Sys::AlarmCall provides a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Sys::AlarmCall Download

Added: July 03, 2010 | Visits: 684

Data::BenchmarkResults Data::BenchmarkResults is a Perl extension for averaging and comparing multiple benchmark runs. SYNOPSIS use Data::BenchmarkResults; $conditionA_results = new Data::BenchmarkResults; $conditionB_results = new Data::BenchmarkResults; #Load test result runs for the first condition...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (86): Data::BenchmarkResults Download

Added: January 20, 2010 | Visits: 789

RPC::pClient RPC::pClient is a Perl extension for writing pRPC clients. SYNOPSIS use RPC::pClient; $sock = IO::Socket::INET->new(PeerAddr => joes.host.de, PeerPort => 2570, Proto => tcp); $connection = new RPC::pClient(sock => $sock, application => My App, version => 1.0, user => joe, password...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (97): RPC::pClient Download

Added: November 03, 2010 | Visits: 710

WebService::Kizasi WebService::Kizasi is a Perl Interface for the Kizasi Web Services. SYNOPSIS use WebService::Kizasi; use Encode qw(_utf8_off); my $kizapi = WebService::Kizasi->new(); my @result; $result[0] = $kizapi->c10e_word_1d(CPAN); $result[1] = $kizapi->c10e_word_1w(CPAN); $result[2] =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (86): WebService::Kizasi Download

Added: July 12, 2010 | Visits: 598

DBIx::Log4perl DBIx::Log4perl is a Perl extension for DBI to selectively log SQL, parameters, result-sets, transactions etc to a Log::Log4perl handle. SYNOPSIS use Log::Log4perl; use DBIx::Log4perl; Log::Log4perl->init("/etc/mylog.conf"); my $dbh = DBIx::Log4perl->connect(DBI:odbc:mydsn, $user, $pass);...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (94): DBIx::Log4perl Download

Added: July 26, 2010 | Visits: 955

Memlockd Memlockd project locks a list of files into RAM so that if the system starts paging excessively (as the result of a DOS attack or buggy program), the sysadmin will still be able to login to recover it. The project will lock regular files as well as programs in memory, and for programs, it can...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Memlockd Download

Added: April 22, 2010 | Visits: 999

Math::BigInt::Calc Math::BigInt::Calc is a pure Perl module to support Math::BigInt. SYNOPSIS Provides support for big integer calculations. Not intended to be used by other modules. Other modules which sport the same functions can also be used to support Math::BigInt, like Math::BigInt::GMP or...


Platforms: *nix

License: Freeware Size: 194.56 KB Download (96): Math::BigInt::Calc Download

Added: June 02, 2010 | Visits: 782

LLg 1.07 LLg is a recursive descent parser generator. SYNOPSIS use LLg; @tokens = ( ADDOP => [-+], LEFTP => [(], RIGHTP => [)], INTEGER => 0|[1-9][0-9]*, ); $reader = Lex->new(@tokens); $ADDOP->debug; $expr = And->new(($factor, Any->new($ADDOP, $factor)), sub { shift(@_); my $result =...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (93): LLg 1.07 Download

Added: January 23, 2010 | Visits: 723

Class::AbstractLogic Class::AbstractLogic is a Perl module to handle Logic Abstractions. SYNOPSIS # the logic class definition package My::Logic::Foo; use Class::AbstractLogic-base; # a logic action action add, needs [qw(a b)], verify { a => sub { /^d+$/ }, b => sub { /^d+$/ } }, sub { $_{a} + $_{b} };...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (87): Class::AbstractLogic Download

Added: August 07, 2013 | Visits: 805

csvdiff csvdiff is a Perl script to diff/compare two csv files with the possibility to select the separator. Differences will be shown like: "Column XYZ in record 999" is different. After this, the actual and the expected result for this column will be shown.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (101): csvdiff Download

Added: March 11, 2010 | Visits: 1.027

Config::Magic SYNOPSIS Example 1 use Config::Magic; use Data::Dumper; $input=q{ Section 1 { [Section 4] #Comment style #1 //Comment style #2 ;Comment style #3 Monkey:1 Monkey=>2 Monkey:=3 < Section 2 > Foo = Bar Baz { Bip:1 Pants==5 } < /Section > < Tasty Cheese="3" / > < Section 5 >...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (113): Config::Magic Download

Added: January 10, 2010 | Visits: 983

pdfTeX pdfTeX is an extended version of TeX that can create PDF directly from TeX source files and enhance the result of TeX typesetting with the help of PDF. When PDF output is not selected, pdfTeX produces normal DVI output, otherwise it produces PDF output that looks identical to the DVI output....


Platforms: *nix

License: Freeware Size: 3.9 MB Download (160): pdfTeX Download

Added: August 17, 2010 | Visits: 1.283

Tcl/Tk Tcl provides a portable scripting environment for Unix, Windows, and Macintosh that supports string processing and pattern matching, native file system access, shell-like control over other programs, TCP/IP networking, timers, and event-driven I/O. Tcl has traditional programming constructs...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (97): Tcl/Tk Download

Added: August 15, 2010 | Visits: 900

Chess::Elo Chess::Elo is a Perl module to calculate Chess "Elo" ratings. SYNOPSIS use Chess::Elo qw(:all); # Alice is going to thump Bob... my ($alice_elo, $bob_elo) = (2100, 1200); # Oh no, Alice lost to Bob! my $result = 0; # 0.5 for draw, 1 for win my @new_elo_alice_bob = elo ($alice, 0,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): Chess::Elo Download

Added: October 23, 2010 | Visits: 935

Array::PatternMatcher Array::PatternMatcher is a pattern matching for arrays. SYNOPSIS This section inlines the entire test suite. Please excuse the ok()s. use Array::PatternMatcher; Matching logical variables to input stream # 1 - simple match of logical variable to input my $pattern = AGE ; my $input =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Array::PatternMatcher Download

< 1 2 3 4 5