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

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

Cyrillic Print Php Type N Aid

< 1 2 3 4 5 > 
Added: March 20, 2010 | Visits: 1.077

Crypt::SSLeay Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. SYNOPSIS lwp-request https://www.nodeworks.com use LWP::UserAgent; my $ua = new LWP::UserAgent; my $req = new HTTP::Request(GET, https://www.nodeworks.com); my $res = $ua->request($req); print... Platforms: *nix

License: Freeware Download (106): Crypt::SSLeay Download

Added: October 08, 2010 | Visits: 730

HTTP::MobileAgent::DoCoMo HTTP::MobileAgent::DoCoMo is a NTT DoCoMo implementation. SYNOPSIS use HTTP::MobileAgent; local $ENV{HTTP_USER_AGENT} = "DoCoMo/1.0/P502i/c10"; my $agent = HTTP::MobileAgent->new; printf "Name: %sn", $agent->name; # "DoCoMo" printf "Ver: %sn", $agent->version; # 1.0 printf "HTML ver:... Platforms: *nix

License: Freeware Size: 23.55 KB Download (106): HTTP::MobileAgent::DoCoMo Download

Added: June 25, 2010 | Visits: 1.324

File::Size SYNOPSIS Get the size for directory /etc/ with the block size of 1024 while following symbolic links: my $obj = File::Size->new( dir => /etc/, blocksize => 1024, followsymlinks => 1, humanreadable => 1 ); print $obj->getsize(), "n"; File::Size is used to get the size of files and... Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): File::Size Download

Added: January 08, 2010 | Visits: 1.132

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 (105): Async::Group 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: September 27, 2010 | Visits: 908

Games::Mastermind Games::Mastermind is a simple framework for MasterMind games. SYNOPSIS use Games::Mastermind; # the classic game $mm = Games::Mastermind->new; # make a guess $marks = $game->play(qw( Y C W R )); # results print "You win!n" if $marks->[0] == $mm->holes(); # the game history is... Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Games::Mastermind Download

Added: October 08, 2010 | Visits: 849

Peptide::Pubmed Peptide::Pubmed is a Perl module that can extract peptide sequences from MEDLINE article abstracts. SYNOPSIS use Peptide::Pubmed; $parser = Peptide::Pubmed->new; $in = { PMID => q[15527327], Author => q[Doe JJ, Smith Q], Journal => q[J Biological Foo. 2004;8(2):123-30.], Title => q[Foo,... Platforms: *nix

License: Freeware Size: 358.4 KB Download (104): Peptide::Pubmed Download

Added: May 05, 2010 | Visits: 1.173

Set::IntSpan::Fast Set::IntSpan::Fast is a Perl module for fast handling of sets containing integer spans. SYNOPSIS use Set::IntSpan::Fast; my $set = Set::IntSpan::Fast->new(); $set->add(1, 3, 5, 7, 9); $set->add_range(100, 1_000_000); print $set->as_string(), "n"; # prints 1,3,5,7,9,100-1000000 The... Platforms: *nix

License: Freeware Size: 102.4 KB Download (104): Set::IntSpan::Fast Download

Added: April 03, 2010 | Visits: 905

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 (104): Gtk2::Ex::MindMapView Download

Added: August 22, 2010 | Visits: 881

Inline::Java::Callback Inline::Java::Callback is a callback into Perl from Java. SYNOPSIS use Inline Java => < Platforms: *nix

License: Freeware Size: 94.21 KB Download (104): Inline::Java::Callback Download

Added: November 22, 2010 | Visits: 1.033

Sys::Gamin Sys::Gamin is a Perl interface to Gamin (File Access Monitor implementation). SYNOPSIS use Sys::Gamin; my $fm=new Sys::Gamin; $fm->monitor(/foo); $fm->monitor(/foo/bar.txt); while (1) { my $event=$fm->next_event; # Blocks print "Pathname: ", $event->filename, " Event: ", $event->type,... Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): Sys::Gamin Download

Added: January 18, 2010 | Visits: 1.102

Filesys::SmbClientParser Filesys::SmbClientParser is a Perl client to reach Samba ressources with smbclient. SYNOPSIS use Filesys::SmbClientParser; my $smb = new Filesys::SmbClientParser (undef, ( user => Administrateur, password => password )); # Or like -A parameters: $smb->Auth("/home/alian/.smbpasswd");... Platforms: *nix

License: Freeware Size: 13.31 KB Download (103): Filesys::SmbClientParser Download

Added: November 09, 2010 | Visits: 1.133

DOM Menu DOM Menu allows developers to add dynamic, hierarchical popup menus on their web pages. The direction of the menu can either be horizontal or vertical and the menu can open (or popout) in either direction. It has both screen edge detection and < select > element detection (for browsers that... Platforms: *nix

License: Freeware Size: 46.08 KB Download (103): DOM Menu Download

Added: May 02, 2010 | Visits: 1.214

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 (102): Audio::TagLib::MPEG::Properties Download

Added: April 04, 2010 | Visits: 882

ICS::Simple ICS::Simple is a simple interface to CyberSource ICS2. SYNOPSIS Here is some basic code. Hopefully Ill come back through soon to document it properly. use ICS::Simple; my $ics = ICS::Simple->new( ICSPath => /opt/ics, MerchantId => v0123456789, # CyberSource supplies this number to you... Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): ICS::Simple Download

Added: May 07, 2010 | Visits: 867

Text::Diff3::DiffHeckel Text::Diff3::DiffHeckel is a two-way diff plug-in. SYNOPSIS use Text::Diff3; my $f = Text::Diff3::Factory->new; my $p = $f->create_diff; my $mytext = $f->create_text([ map{chomp;$_} < F0 > ]); my $original = $f->create_text([ map{chomp;$_} < F1 > ]); my $diff2 = $p->diff( $origial,... Platforms: *nix

License: Freeware Size: 11.26 KB Download (101): Text::Diff3::DiffHeckel Download

Added: August 16, 2010 | Visits: 1.236

POE::Component::Audio::Mad::Dispatch POE::Component::Audio::Mad::Dispatch is a POE::Component::Audio::Mad frontend implementing listener based message dispatch. SYNOPSIS use POE; use POE::Component::Audio::Mad::Dispatch; ## we print some stuff below, and we dont want it ## to get buffered.. so turn on autoflush. $| = 1;... Platforms: *nix

License: Freeware Size: 22.53 KB Download (101): POE::Component::Audio::Mad::Dispatch Download

Added: March 24, 2010 | Visits: 711

SVGGraph SVGGraph is a Perl extension for creating SVG Graphs / Diagrams / Charts / Plots. SYNOPSIS use SVGGraph; my @a = (1, 2, 3, 4); my @b = (3, 4, 3.5, 6.33); print "Content-type: image/svg-xmlnn"; my $SVGGraph = new SVGGraph; print SVGGraph->CreateGraph( {title => Financial Results Q1... Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): SVGGraph Download

Added: July 18, 2010 | Visits: 1.833

Net::Whois::RIPE Net::Whois::RIPE is an object-oriented Perl library module that provides methods to query, retrieve, and update RIPE-157 formatted objects from whois servers that support this format. In particular, both the Asian and European Internet Registries (whois.ripe.net and whois.apnic.net) support... Platforms: *nix

License: Freeware Size: 32.77 KB Download (100): Net::Whois::RIPE Download

Added: March 05, 2010 | Visits: 1.644

Score Reading Trainer Score Reading Trainer helps you improve your (musical) score reading skills by practicing with random scores. It works in a very simple way, you choose the clef, the key and the accidentals you want to practice as well as thee range of notes and then, the program generates a on-screen score... Platforms: *nix

License: Freeware Size: 133.12 KB Download (100): Score Reading Trainer Download

< 1 2 3 4 5 >