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

Cyrillic Print Php Type N Aid software
Filter: All | Freeware | Demo
 

Cyrillic Print Php Type N Aid

< 1 2 3 4 5 
Added: August 24, 2010 | Visits: 1.176

Convert::Braille Convert::Braille is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToUnicode ( "HELLO" ), "n"; print brailleDotsToAscii ( "12515123123135" ), "n"; EXPORTS brailleDotsToUnicode brailleUnicodeToDots brailleUnicodeToAscii...



Platforms: *nix

License: Freeware Size: 8.19 KB Download (120): Convert::Braille Download

Added: February 04, 2010 | Visits: 1.165

Convert::Braille::English Convert::Braille::English is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille; print brailleAsciiToEnglish ( "HELLO" ), "n"; print brailleDotsToEnglish ( "12515123123135" ), "n"; EXPORTS englishToBrailleUnicode englishToBrailleAscii...





Platforms: *nix

License: Freeware Size: 8.19 KB Download (137): Convert::Braille::English Download

Added: April 01, 2010 | Visits: 913

Convert::Braille::Ethiopic Convert::Braille::Ethiopic is a Perl module that can convert Between Braille Encodings. SYNOPSIS use Convert::Braille::Ethiopic; print brailleAsciiToEthiopic ( "S5LAM" ), "n"; print brailleDotsToEthiopic ( "234261231134" ), "n"; EXPORTS ethiopicToBrailleUnicode ethiopicToBrailleAscii...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Convert::Braille::Ethiopic Download

Added: July 05, 2010 | Visits: 940

Math::HashSum Math::HashSum can sum a list of key-value pairs on a per-key basis. SYNOPSIS use Math::HashSum qw(hashsum); my %hash1 = (a=>.1, b=>.4); my %hash2 = (a=>.2, b=>.5); my %sum = hashsum(%hash1,%hash2); print "$sum{a}n"; # Prints .3 print "$sum{b}n"; # Prints .9 This module allows you to...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (89): Math::HashSum Download

Added: January 08, 2010 | Visits: 1.123

Async::Group Async::Group is a Perl class to deal with simultaneous asynchronous calls. SYNOPSIS use Async::Group ; use strict ; sub sub1 { print "Dummy subroutine n"; my $dummy = shift ; my $cb = shift ; &$cb(1); } sub allDone { print "All done, result is ", shift ,"n" ; } my $a =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Async::Group Download

Added: May 02, 2010 | Visits: 1.205

Audio::TagLib::MPEG::Properties Audio::TagLib::MPEG::Properties is an implementation of audio property reading for MP3. SYNOPSIS use Audio::TagLib::MPEG::Properties; my $f = Audio::TagLib::MPEG::File->new("sample file.mp3"); my $i = $f->audioProperties(); print $i->layer(), "n"; # got 3 This reads the data from an...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (101): Audio::TagLib::MPEG::Properties Download

Added: February 18, 2010 | Visits: 775

Audio::TagLib::ByteVector Audio::TagLib::ByteVector is a byte vector. SYNOPSIS use Audio::TagLib::ByteVector; my $i = Audio::TagLib::ByteVector->new(); $i->setData("blah blah blah"); print $i->data(), "n"; # got "blah blah blah" This class provides a byte vector with some methods that are useful for tagging...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (92): Audio::TagLib::ByteVector Download

Added: October 05, 2010 | Visits: 933

Inline::SLang::Changes Inline::SLang::Changes is a Perl module with changes to previous versions of the module. Inline::SLang lets you write Perl subroutines in S-Lang. It dynamically translates the parameters and return values into native data types for both languages (or into Perl classes that are used to represent...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (96): Inline::SLang::Changes Download

Added: June 18, 2010 | Visits: 998

Tie::CountLoop Tie::CountLoop is a Perl module that helps you have a counter looping in a scalar with min max and increment value. SYNOPSIS use Tie::CountLoop; tie my $counter , Tie::CountLoop,15 ,-1 ,15 ,7 ,0; my $t = tied $counter; $t->increment( 1 ); for ( 1 .. 20 ) { print " <<$counter>> <$_>...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (87): Tie::CountLoop Download

Added: June 04, 2010 | Visits: 1.091

Locale::Object::Language Locale::Object::Language Perl module contains language information objects. Locale::Object::Language allows you to create objects containing information about languages such as their ISO codes, the countries theyre used in and so on. SYNOPSIS use Locale::Object::Language; my $eng =...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Locale::Object::Language Download

Added: April 25, 2010 | Visits: 936

Algorithm::Permute Algorithm::Permute is a Perl module with handy and fast permutation with object oriented interface. SYNOPSIS use Algorithm::Permute; my $p = new Algorithm::Permute([a..d]); while (@res = $p->next) { print join(", ", @res), "n"; } my @array = (1..9); Algorithm::Permute::permute { print...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): Algorithm::Permute Download

Added: January 21, 2010 | Visits: 782

Audio::Moosic Audio::Moosic is a Moosic client library for Perl. SYNOPSIS use Audio::Moosic; $moo = Audio::Moosic::Unix->new(); $moosic->append(/home/me/somewhat.ogg); $moosic->play; print $moosic->current, "n"; $moosic->pause; ... Audio::Moosic acts as a client for the musical jukebox programm...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): Audio::Moosic Download

Added: November 11, 2010 | Visits: 1.286

Net::OpenSRS Net::OpenSRS project is a wrapper interface to the DNS portions of the Tucows OpenSRS HTTPS XML API. The client library distributed by OpenSRS can be difficult to integrate into a custom environment, and their web interface becomes quickly tedious with heavy usage. This is a clean and...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (128): Net::OpenSRS Download

Added: November 14, 2010 | Visits: 900

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: February 15, 2010 | Visits: 830

Text::Convert::ToImage Text::Convert::ToImage is a Perl module. SYNOPSIS use Text::Convert::ToImage; my $tti = Text::Convert::ToImage->new(); my $length = length($email); if ($length > 150) { $email = "Your text length of $length is too large:"; } my $config = { TEXT => $email ? $email : "y@hn.org",...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Text::Convert::ToImage Download

Added: November 03, 2010 | Visits: 720

AnnoCPAN::XMLCGI AnnoCPAN::XMLCGI is a Perl module to read XML input through a CGI.pm-like interface. SYNOPSYS use AnnoCPAN::XMLCGI; my $cgi = AnnoCPAN::XMLCGI->new; my $name = $cgi->param(name); print $cgi->header; print "Hello, $name!n"; # Hello, Bob! # In STDIN... < data > < name >Bob< /name > <...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (88): AnnoCPAN::XMLCGI Download

Added: August 21, 2010 | Visits: 602

Getopt::Popt Getopt::Popt is a Perl interface to the popt(3) library. SYNOPSIS use Getopt::Popt qw(:all); # setup the options array push @options,new Getopt::Popt::Option( longName => "long", shortName => "l", argInfo => POPT_ARG_STRING, arg => $qux, val => $val); # or, if youre lazy, have...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): Getopt::Popt Download

Added: April 03, 2010 | Visits: 894

Gtk2::Ex::MindMapView Gtk2::Ex::MindMapView is a Perl module to display mind map or outline on a Gnome2::Canvas. HEIRARCHY Glib::Object +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Layout +----Gnome2::Canvas +----Gtk2::Ex::MindMapView SYNOPSIS #!/usr/bin/perl -w use strict; use...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (98): Gtk2::Ex::MindMapView Download

Added: January 21, 2010 | Visits: 1.459

Bio::Index::Blast Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). SYNOPSIS use strict; use Bio::Index::Blast; my ($indexfile,$file1, $file2); my $index = new Bio::Index::Blast(-filename => $indexfile, -write_flag => 1);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (91): Bio::Index::Blast Download

Added: November 06, 2010 | Visits: 1.305

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

< 1 2 3 4 5