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

Passcode Digit freeware
Filter: All | Freeware | Demo
 

Passcode Digit

< 1 2 3 4 5 > 
Added: January 18, 2010 | Visits: 1.029

PlotCalendar::Month PlotCalendar::Month is a Plot an ASCII or HTML calendar. SYNOPSIS Creates a Month object for plotting as ASCII, HTML, or in a Perl/Tk Canvas. Calls Day.pm for the individual days within the calendar. Measurements in pixels because - well, because. It seemed simpler when I made the decision.... Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): PlotCalendar::Month Download

Added: July 01, 2010 | Visits: 843

Math::NoCarry Math::NoCarry is a Perl extension for no carry arithmetic. SYNOPSIS use Math::NoCarry; my $sum = Math::NoCarry::add( 123, 456 ); my $difference = Math::NoCarry::subtract( 123, 456 ); my $product = Math::NoCarry::multiply( 123, 456 ); No carry arithmetic doesnt allow you to carry... Platforms: *nix

License: Freeware Size: 5.12 KB Download (87): Math::NoCarry Download

Added: August 13, 2010 | Visits: 839

Regexp::Extended Regexp::Extended is a Perl wrapper that extends the re module with new features. SYNOPSIS use Regexp::Extended qw(:all); # (?<>...): named parameters $date =~ /(? d+)-(? d+)-(? d+)/; if ("2002-10-30" =~ /$date/) { print "The date is : $::year->[0]-$::month->[0]-$::day->[0]n"; }... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Regexp::Extended Download

Added: October 21, 2010 | Visits: 1.097

SQLizer SQLizer is a Java utility library intended for generating sql from the search input. Synopsis: import stanford.netdb.utils.*; String sql_1 = Feild2SQL.parseField(type,table, column, input_str, field_display_name, post_filter); String sql_2 = Feild2SQL.parseStringField(table, column,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (119): SQLizer Download

Added: August 12, 2010 | Visits: 1.358

Time::Beat Time::Beat is a Perl module to convert between standard time and Swatch ".beat" time. Time::Beat is a module to convert normal time to and from .beats, of which there are a thousand in a day. It can change normal time in time() format to .beats, and .beats into either 24-hour or 12-hour normal... Platforms: *nix

License: Freeware Size: 3.07 KB Download (130): Time::Beat Download

Added: March 23, 2010 | Visits: 1.038

Sort::Versions Sort::Versions is a Perl 5 module for sorting of revision-like numbers. SYNOPSIS use Sort::Versions; @l = sort { versioncmp($a, $b) } qw( 1.2 1.2.0 1.2a.0 1.2.a 1.a 02.a ); ... use Sort::Versions; print lower if versioncmp(1.2, 1.2a) == -1; ... use Sort::Versions; %h = (1 => d, 2... Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Sort::Versions Download

Added: April 13, 2010 | Visits: 1.098

Regexp::Common::time Regexp::Common::time Perl module contains date and time regexps. SYNOPSIS use Regexp::Common qw(time); # Piecemeal, Time::Format-like patterns $RE{time}{tf}{-pat => pattern} # Piecemeal, strftime-like patterns $RE{time}{strftime}{-pat => pattern} # Match ISO8601-style date/time... Platforms: *nix

License: Freeware Size: 35.84 KB Download (94): Regexp::Common::time Download

Added: April 04, 2010 | Visits: 1.291

Time::Format Time::Format is a Perl module for easy-to-use date/time formatting. SYNOPSIS use Time::Format qw(%time %strftime %manip); $time{$format} $time{$format, $unixtime} print "Today is $time{yyyy/mm/dd}n"; print "Yesterday was $time{yyyy/mm/dd, time-24*60*60}n"; print "The time is... Platforms: *nix

License: Freeware Size: 38.91 KB Download (94): Time::Format Download

Added: January 05, 2010 | Visits: 1.101

DateTime::Format::Roman DateTime::Format::Roman is a Perl module with roman day numbering for DateTime objects. SYNOPSIS use DateTime::Format::Roman; my $formatter = DateTime::Format::Roman->new( pattern => %d %f %b %y ); my $dt = DateTime->new( year => 2003, month => 5, day => 28 );... Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): DateTime::Format::Roman Download

Added: June 24, 2010 | Visits: 1.025

Zudoku Zudoku is a free Sudoku game for all platforms. Sudoku, sometimes written Su Doku, is a logic-based placement puzzle, also known as Number Place in the United States. The aim of the puzzle is to enter a numerical digit from 1 to 9 in each cell of a 9x9 grid, starting with various digits given... Platforms: *nix

License: Freeware Size: 481.28 KB Download (85): Zudoku Download

Added: March 18, 2010 | Visits: 822

Math::Expr Math::Expr is a Perl module that parses mathematical expressions. SYNOPSIS require Math::Expr; $p=new Math::Expr; $e=$p->Parse("a+4*b-d/log(s)+f(d,e)"); Parses mathematical expressions into a tree structure. The expressions may contain integers, real numbers, alphanumeric variable names,... Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Math::Expr Download

Added: April 24, 2010 | Visits: 774

Math::BaseCalc Math::BaseCalc is a Perl module that can convert numbers between various bases. SYNOPSIS use Math::BaseCalc; my $calc = new Math::BaseCalc(digits => [0,1]); #Binary my $bin_string = $calc->to_base(465); # Convert 465 to binary $calc->digits(oct); # Octal my $number =... Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Math::BaseCalc Download

Added: November 20, 2010 | Visits: 1.071

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: June 27, 2010 | Visits: 1.309

Locale::RecodeData::ISO_8859_14 Locale::RecodeData::ISO_8859_14 is a Perl module with conversion routines for ISO-8859-14. CHARACTER TABLE The following table is sorted in the same order as the original charmap. All character codes are in hexadecimal. Please read ISO-10646 as ISO-10646-UCS4. Local | ISO-10646 |... Platforms: *nix

License: Freeware Size: 460.8 KB Download (87): Locale::RecodeData::ISO_8859_14 Download

Added: April 06, 2010 | Visits: 1.071

audio_rename audio_rename can rename an audio file via information got via MP3::Tag. SYNOPSIS audio_rename -csR -@p "@a/@l/@02n_@t" . renames all the audio files in this directory and its subdirectories into a 3-level directory structure given by Artist_Name/Album/Filename, with the basename of Filename... Platforms: *nix

License: Freeware Size: 174.08 KB Download (94): audio_rename Download

Added: April 16, 2010 | Visits: 1.310

Cellular::Automata::Wolfram Cellular::Automata::Wolfram is a Perl module that implements one-dimensional non-totalistic cellular automata as described in Dr. Steven Wolframs, A New Kind of Science, ISBN:1-57955-008-8 SYNOPSIS use Cellular::Automata::Wolfram; my $png_file = shift; my $caw = new... Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Cellular::Automata::Wolfram Download

Added: January 02, 2010 | Visits: 1.090

Data::Faker::StreetAddress Data::Faker::StreetAddress is a Data::Faker plugin. DATA PROVIDERS us_zip_code Return a random zip or zip+4 zip code in the US zip code format. Note that this is not necessarily a valid zip code, just a 5 or 9 digit number in the correct format. us_state Return a random US state name.... Platforms: *nix

License: Freeware Size: 20.48 KB Download (104): Data::Faker::StreetAddress Download

Added: June 18, 2010 | Visits: 1.085

GNU Keyring Keyring is a program lets you securely store digital secret keys on your Palm handheld computer. This information might include computer account passwords, credit card or banking numbers, GnuPG passphrases, or OPIE pads. (Previously "GNU Keyring for PalmOS".) Many people use Keyring for PalmOS... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): GNU Keyring Download

Added: March 19, 2010 | Visits: 1.013

Pasmo Pasmo project is a Z80 cross assembler, written in standard C++ that compiles easily in multiple platforms. Actually can generate object code in the following formats: raw binary, Intel HEX, PRL for CP/M Plus RSX, Plus3Dos (Spectrum +3 disk), TAP, TZX and CDT (Spectrum and Amstrad CPC emulators... Platforms: *nix

License: Freeware Size: 122.88 KB Download (125): Pasmo Download

Added: March 12, 2010 | Visits: 974

GDS2 GDS2 is a module for quickly creating programs to read and/or write GDS2 files. Create Method new - open gds2 file usage: my $gds2File = new GDS2(-fileName => "filename.gds2"); ## to read my $gds2File2 = new GDS2(-fileName => ">filename.gds2"); ## to write fileNum - file number...... Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): GDS2 Download

< 1 2 3 4 5 >