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

Generate Random Numbers In Perl freeware
Filter: All | Freeware | Demo
 

Generate Random Numbers In Perl

< 1 2 3 4 5 > 
Added: August 31, 2008 | Visits: 939

Random Number ActiveX Component Generate random numbers and random strings with this free ActiveX component. Platforms: Windows

License: Freeware Size: 50 KB Download (114): Random Number ActiveX Component Download

Added: April 27, 2010 | Visits: 1.263

Class::Contract Class::Contract - Design-by-Contract OO in Perl. SYNOPSIS package ClassName use Class::Contract; contract { inherits BaseClass; invar { ... }; attr data1; attr data2 => HASH; class attr shared => SCALAR; ctor new; method methodname; pre { ... }; failmsg Error message; post... Platforms: *nix

License: Freeware Size: 26.62 KB Download (114): Class::Contract Download

Added: May 15, 2010 | Visits: 1.023

Audio::LADSPA::Plugin Audio::LADSPA::Plugin is a base class for LADSPA plugins in Perl. SYNOPSIS use Audio::LADSPA; my (@plugin_classes) = Audio::LADSPA->plugins(); # or ... my $plugin_class = Audio::LADSPA->plugin( label => "delay_5s", id => 1043); my $plugin = $plugin_class->new($sample_rate);... Platforms: *nix

License: Freeware Size: 81.92 KB Download (114): Audio::LADSPA::Plugin Download

Added: August 18, 2010 | Visits: 1.044

Cmenu Cmenu is a Perl extension for menuing and data entry in perl scripts. SYNOPSIS use Cmenu; use Curses; use Text::Wrap; &menu_initialise($main_title,$advice); &menu_init($title,$sub-title,$topest,$menu_help); &menu_item($item_text,$item_label,$item_style,$item_data,$item_pos)... Platforms: *nix

License: Freeware Size: 78.85 KB Download (113): Cmenu Download

Added: March 25, 2010 | Visits: 1.057

infobot infobot is an IRC bot written in Perl 5 which implements a sort of artificial intelligence by learning information ("factoids") from channel discussions and then responding intelligently to queries about this accumulated information. In the beginning, we had to type URLs out, or, at best, wade... Platforms: *nix

License: Freeware Size: 368.64 KB Download (112): infobot Download

Added: May 15, 2010 | Visits: 990

LDAP Shell LDAP Shell is an interactive LDAP shell written in Perl and allowing basic administrative functionality, such as crawling the directory tree and modifying entries. It is composed of two parts: Net::LDAP::Config, and ldapsh. Net::LDAP::Config is a library for simplifying and centralizing... Platforms: *nix

License: Freeware Size: 40.96 KB Download (112): LDAP Shell Download

Added: November 10, 2010 | Visits: 1.116

libdbi-drivers 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 this framework. The libdbi-drivers project... Platforms: *nix

License: Freeware Size: 952.32 KB Download (111): libdbi-drivers Download

Added: February 09, 2010 | Visits: 1.088

Math::Vec Math::Vec is a Object-Oriented Vector Math Methods in Perl. SYNOPSIS use Math::Vec; $v = Math::Vec->new(0,1,2); or use Math::Vec qw(NewVec); $v = NewVec(0,1,2); @res = $v->Cross([1,2.5,0]); $p = NewVec(@res); $q = $p->Dot([0,1,0]); or use Math::Vec qw(:terse); $v = V(0,1,2); $q... Platforms: *nix

License: Freeware Size: 10.24 KB Download (110): Math::Vec Download

Added: May 04, 2010 | Visits: 1.067

XIWA XIWA project is a web based accounting package written in Perl and postgreSQL released under the GPL. We started writing this application in 1999 when web apps were still fairly new. Although Mozilla based browsers are the focus other browsers work pretty well with the system. The 2.0 release... Platforms: *nix

License: Freeware Size: 133.12 KB Download (109): XIWA Download

Added: January 07, 2010 | Visits: 911

Chordpack Chordpack is a tool written in Perl, whose purpose is to typeset song-books/songs written in chordpro format. The typesetting is done through typesetting system TeX using macro package LaTeX. Chordpack was created to do whatever you might want to do with songs in chordpro format. Chordpack... Platforms: *nix

License: Freeware Size: 23.55 KB Download (108): Chordpack Download

Added: February 26, 2010 | Visits: 1.599

Davids Perl Games Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. These games are recreations of simple ASCII graphics games originally written in BASIC. They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend... Platforms: *nix

License: Freeware Size: 64.51 KB Download (106): Davids Perl Games Download

Added: August 20, 2010 | Visits: 713

wfb2sql wfb2sql is a tool wirtten in Perl that converts the CIA World Factbook into an SQL database. It is a Perl script that extracts information from the CIA World Factbook and creates SQL statements for IBM DB/2, PostgreSQL, or MySQL. This data builds a perfect database for learning and teaching... Platforms: *nix

License: Freeware Size: 19.46 KB Download (106): wfb2sql Download

Added: June 12, 2010 | Visits: 1.078

TCP Knocking TCP Knocking provides a port knocking implementation. Often a secure system needs a port open so that only authorized persons can access a particular service and also the service should not exposed to attackers and worms that may use vulnerabilities that exist in the listening server. Port... Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): TCP Knocking Download

Added: November 14, 2010 | Visits: 906

VCS VCS project is a Perl library for generic Version Control System access in Perl. SYNOPSIS use VCS; $file = VCS::File->new($ARGV[0]); print $file->url, ":n"; for $version ($file->versions) { print $version->version, was checked in by , $version->author, "n"; } VCS is an API for... Platforms: *nix

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

Added: January 10, 2010 | Visits: 1.756

The Pure Perl RayCaster The Pure Perl RayCaster is a small simple Ray casting application written completely in Perl without using any 3D API library or OpenGL. For the GUI, Pure Perl RayCaster uses wxPerl (WxWindows port to Perl). Pure Perl RayCaster can load a 3D object from a file (in RAW format), display the... Platforms: *nix

License: Freeware Size: 29.7 KB Download (104): The Pure Perl RayCaster Download

Added: May 11, 2010 | Visits: 761

extproc_perl extproc_perl allows you to write Oracle stored procedures in Perl. Whether youre looking to accomplish something thats easier to program in Perl, or youre just more comfortable programming in Perl, read on to see if extproc_perl will work for you and your Oracle database.. Platforms: *nix

License: Freeware Size: 38.91 KB Download (104): extproc_perl Download

Added: March 23, 2010 | Visits: 979

paptcha paptcha is a PHP function that produces random numbers and results for a CAPTCHA program. paptcha project takes 3 arguments: the number of digits to produce, the number of choices to produce, and a flag to indicate whether the results should be images or not. Platforms: *nix

License: Freeware Download (103): paptcha Download

Added: October 09, 2010 | Visits: 1.066

sirc sirc is an IRC (Internet Relay Chat) client for Unix programmed and programmable in perl, by Roger Espel Llima (aka orabidoo). sirc is much smaller than most clients, and yet has most of their features. Its divided in two parts, a dumb-mode (meaning, no full screen interface) client, dsirc,... Platforms: *nix

License: Freeware Size: 82.94 KB Download (102): sirc Download

Added: September 21, 2013 | Visits: 764

Gjrand gjrand is a programmer's library for pseudo-random numbers. gjrand library includes random number generator testing code and is intended for simulation, games, and "Monte-Carlo" algorithms. It produces pseudo-random numbers of the types: uniform integers, uniform reals, normally distributed... Platforms: Mac

License: Freeware Size: 122.88 KB Download (101): Gjrand Download

Added: March 07, 2010 | Visits: 1.114

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

< 1 2 3 4 5 >