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

A Z Countries Flag Symbols software
Filter: All | Freeware | Demo
 

A Z Countries Flag Symbols

< 1 2 3 4 5 
Added: July 09, 2010 | Visits: 908

Algorithm::Huffman Algorithm::Huffman is a Perl extension that implements the Huffman algorithm. SYNOPSIS use Algorithm::Huffman; my %char_counting = map {$_ => int rand(100)} (a .. z, A .. Z); # or better the real counting for your characters # as the huffman algorithm doesnt work good with random data...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (104): Algorithm::Huffman Download

Added: September 26, 2010 | Visits: 955

YAPE::Regex::Element YAPE::Regex::Element contains sub-classes for YAPE::Regex elements. SYNOPSIS use YAPE::Regex MyExt::Mod; # this sets up inheritence in MyExt::Mod # see YAPE::Regex documentation YAPE MODULES The YAPE hierarchy of modules is an attempt at a unified means of parsing and extracting...





Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): YAPE::Regex::Element Download

Added: July 03, 2010 | Visits: 774

PerlPoint::Parser PerlPoint::Parser Perl module is a PerlPoint Parser. SYNOPSIS # load the module: use PerlPoint::Parser; # build the parser and run it # to get intermediate data in @stream my ($parser)=new PerlPoint::Parser; $parser->run( stream => @stream, files => @files, ); The PerlPoint format,...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (90): PerlPoint::Parser Download

Added: October 12, 2010 | Visits: 1.396

Data::Password::Manager Data::Password::Manager is a Perl module to generate, check, manage crypt - des passwords. SYNOPSIS use Data::Password::Manager qw( pw_gen pw_valid pw_obscure pw_clean pw_get ); $password = pw_gen($cleartext); $ok = pw_valid($cleartxt,$password); $clean_text = pw_clean($dirty_text);...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Data::Password::Manager Download

Added: June 19, 2010 | Visits: 754

Data::SimplePassword Data::SimplePassword provides a simple random password generator. SYNOPSIS use Data::SimplePassword; my $sp = Data::SimplePassword->new; $sp->chars( 0..9, a..z, A..Z ); # optional my $password = $sp->make_password( 8 ); # length Its a very easy-to-use but a bit strong random password...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Data::SimplePassword Download

Added: May 06, 2010 | Visits: 994

Sun::Solaris::Ucred Sun::Solaris::Ucred is a Perl interface to User Credentials. SYNOPSIS use Sun::Solaris::Ucred qw(:ALL); This module provides wrappers for the Ucred-related system and library calls. Functions ucred_get($pid) This function returns the credential of the process specified by $pid, if the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Sun::Solaris::Ucred Download

Added: March 24, 2010 | Visits: 845

The_RTF_Cookbook The_RTF_Cookbook is a RTF overview and quick reference. SYNOPSIS # Time-stamp: "2003-09-23 21:27:56 ADT" # This document is in Perl POD format, but you can read it # with just an ASCII text viewer, if you want. RTF is a nearly ubiquitous text formatting language devised by Microsoft....


Platforms: *nix

License: Freeware Size: 57.34 KB Download (102): The_RTF_Cookbook Download

Added: July 27, 2010 | Visits: 962

Number::Latin Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..." SYNOPSIS use Number::Latin; print join( , map int2latin($_), 1 .. 30), "n"; # # Prints: # a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad Some applications, notably the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (103): Number::Latin Download

Added: September 23, 2010 | Visits: 942

Math::String::Charset Math::String::Charset is a simple charset for Math::String objects. SYNOPSIS use Math::String::Charset; $a = new Math::String::Charset; # default a-z $b = new Math::String::Charset [a..z]; # same $c = new Math::String::Charset { start => [a..z], sep => }; # with between chars print...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (94): Math::String::Charset Download

Added: March 20, 2010 | Visits: 2.257

Algorithm::LUHN Algorithm::LUHN is a Perl module to calculate the modulus 10 double add double checksum. SYNOPSIS use Algorithm::LUHN qw/check_digit is_valid/; $c = check_digit("43881234567"); print "It worksn" if is_valid("43881234567$c"); $c = check_digit("A2C4E6G8"); # this will cause an error...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (510): Algorithm::LUHN Download

Added: July 13, 2010 | Visits: 1.640

Remove special characters Remove special characters is a service menu that can rename all files and directories, including sub directories, removing or replacing special characters. The new name is compatible with MS-DOS FAT16 and URL (RFC 1738). All characters different from A–Z, 0–9 and $-_!() are renamed. For...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (110): Remove special characters Download

Added: October 14, 2010 | Visits: 3.697

Flex Flex is a Fast Lexical Analyzer. Flex is a fast lexical analyzer generator. It is a tool for generating programs that perform pattern-matching on text. Flex is a non-GNU free implementation of the well known Lex program. Flex is a tool for generating scanners: programs which recognized...


Platforms: *nix

License: Freeware Size: 880.64 KB Download (327): Flex Download

Added: May 02, 2010 | Visits: 921

Getopt::GUI::Long Getopt::GUI::Long is a wrapper around Getopt::Long that extends the value of the original Getopt::Long module. SYNOPSIS use Getopt::GUI::Long; # pass useful config options to Configure Getopt::GUI::Long::Configure(qw(display_help no_ignore_case capture_output)); GetOptions(%opts,...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): Getopt::GUI::Long Download

Added: January 25, 2010 | Visits: 840

Mail Archiver X Mail Archiver X is a companion to your mail application.With Mail Archiver X you can archive your mail, clean it during archival or later and browse the mail. You can use it for the following: Keep your mails at one place.Exchange your mail archive with others or use archives as a backup.Read...


Platforms: Mac

License: Demo Cost: $0.00 USD Download (94): Mail Archiver X Download

Released: November 09, 2011  |  Added: November 24, 2011 | Visits: 630

Kingsoft Spreadsheets Professional Kingsoft Spreadsheets Professional 2012 is one of the major elements of Kingsoft Office Suite Professional 2012, used to make the analysis of data easier than before. Compatibility: Not only is Kingsoft Spreadsheets fully compatible with Microsoft Excel (97/2000/2003/2007/2010), but it...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 61.9 MB Download (92): Kingsoft Spreadsheets Professional Download

Released: September 07, 2012  |  Added: September 25, 2012 | Visits: 1.942

WinAVI iPhone Data Recovery WinAVI iPhone Data Recovery Version: V1.0.0 .The iPhone Data Recovery is a fantastic data rescue tool, which provides you with an easy and completed way to restore your data. There is no need to be panic anymore when you accidentally delete your precious photos and contact information. WinAVI...


Platforms: Windows

License: Shareware Cost: $59.95 USD Size: 6.6 MB Download (154): WinAVI iPhone Data Recovery Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 497

NI Transliterator The program for translation of texts from translit on Russian and back. Supports the text formatting, the most popular systems of a transliteration, and also the tables set by the user. Besides, the program possesses a translation function of symbols of the text to the top or bottom register,...


Platforms: Windows

License: Freeware Download (465): NI Transliterator Download

Released: January 24, 2024  |  Added: January 31, 2024 | Visits: 1.035

Code 39 Barcode Generator Code 39 uses a combination of numeric values 0-9, alphabetical letters (A-Z), special characters and the additional start/stop character (*). Advantages of Code 128 and Code 39 Barcodes. Code 39 advantages: -*Most barcode scanners are compatible with Code 39 barcodes. *Code 39 barcode is...


Platforms: Windows, Windows 8, Windows 7, Other

License: Shareware Cost: $49.00 USD Size: 7.15 MB Download (307): Code 39 Barcode Generator Download

Released: November 08, 2012  |  Added: November 08, 2012 | Visits: 871

VanDyke ClientPack for Windows and UNIX for Mac OS A set of command-line utilities for securely automating file transfer, shell, and public-key administration tasks on Windows, Linux, and UNIX platforms. With the ClientPack, you can automate many routine administration and configuration tasks, saving time and reducing potential human error....


Platforms: Mac

License: Freeware Size: 8.4 MB Download (53): VanDyke ClientPack for Windows and UNIX for Mac OS Download

Released: November 27, 2012  |  Added: November 27, 2012 | Visits: 777

WebSite Auditor Website Auditor lets you effectively analyze your entire site, sand out all the rough edges and turn it into a 100% search engine friendly marketing machine. The tool crawls all webpages on your site and analyzes them against a variety of SEO factors, neatly presenting all the data in one...


Platforms: Windows

License: Shareware Cost: $99.75 USD Size: 25.5 MB Download (56): WebSite Auditor Download

< 1 2 3 4 5