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

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

A Z Countries Flag Symbols

< 1 2 3 4 5 > 
Added: February 11, 2010 | Visits: 948

Include Include is a Perl module that allow you to use #defines from C header files. SYNOPSIS use Include qw(-I /some/path/of/mine); use Include q< sys/types.h >; use Include q< sys/types.h > "/[A-Z]/"; The Include module implements a method of using #define constants from C header files. It does... Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): Include Download

Added: February 02, 2010 | Visits: 1.644

Time::Zone Time::Zone is a miscellaneous timezone manipulations routines. SYNOPSIS use Time::Zone; print tz2zone(); print tz2zone($ENV{TZ}); print tz2zone($ENV{TZ}, time()); print tz2zone($ENV{TZ}, undef, $isdst); $offset = tz_local_offset(); $offset = tz_offset($TZ); This is a collection of... Platforms: *nix

License: Freeware Size: 22.53 KB Download (111): Time::Zone Download

Added: October 24, 2010 | Visits: 993

Chemistry::Mol Chemistry::Mol is a molecule object toolkit. SYNOPSIS use Chemistry::Mol; $mol = Chemistry::Mol->new(id => "mol_id", name => "my molecule"); $c = $mol->new_atom(symbol => "C", coords => [0,0,0]); $o = $mol->new_atom(symbol => "O", coords => [0,0,1.23]); $mol->new_bond(atoms => [$c, $o],... Platforms: *nix

License: Freeware Size: 43.01 KB Download (112): Chemistry::Mol Download

Added: July 09, 2010 | Visits: 915

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 (110): Algorithm::Huffman Download

Added: September 26, 2010 | Visits: 962

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: 783

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.405

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 (105): Data::Password::Manager Download

Added: June 19, 2010 | Visits: 759

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: 1.001

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 (100): Sun::Solaris::Ucred Download

Added: March 24, 2010 | Visits: 851

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: 968

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: 947

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.261

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.650

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.705

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 (328): Flex Download

Added: May 02, 2010 | Visits: 929

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

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

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: November 08, 2012  |  Added: November 08, 2012 | Visits: 879

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 (54): VanDyke ClientPack for Windows and UNIX for Mac OS Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 569

XSubst XSubst is a freeware tool for managing subst drives and net drives with a lot of comfort. It can create temporary or permanent subst drives, can create drive icons (shortcuts) to the desktop manually or automatically. With the optional shell context extension (sce) it can integrate the basic... Platforms: Windows

License: Freeware Download (402): XSubst Download

Released: November 20, 2012  |  Added: November 20, 2012 | Visits: 453

Base64 Base64 is a simple way of encoding 8-bit characters using only ASCII printable characters similar to UUENCODE. UUENCODE embeds a filename where BASE64 does not. You will see BASE64 used in encoding digital certificates, in encoding user:password string in an Authorization: header for HTTP. The... Platforms: Windows, XP, Windows Vista

License: Freeware Download (48): Base64 Download

< 1 2 3 4 5 >