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

Printf freeware
Filter: All | Freeware | Demo
 

Printf

< 1 2 3 4 5 
Added: May 12, 2010 | Visits: 969

X::Osd X::Osd is a Perl extension to the X On Screen Display library (xosd). SYNOPSIS use X::Osd; my $osd = X::Osd->new(NULL, 2); $osd->set_font("-*-lucidatypewriter-medium-r-normal-*-*-25-*-*-*-*-*-*"); $osd->set_colour("Green"); $osd->set_timeout(3); $osd->set_pos(XOSD_top);...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (138): X::Osd Download

Added: May 11, 2010 | Visits: 961

WWW::Baseball::NPB WWW::Baseball::NPB is a Perl module that fetches Japanese baseball games information. SYNOPSIS use WWW::Baseball::NPB; my $baseball = WWW::Baseball::NPB->new; my @games = $baseball->games; # or @games = $baseball->games(central); for my $game (@games) { my $home = $game->home; my...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (102): WWW::Baseball::NPB Download

Added: June 15, 2010 | Visits: 743

POE::Component::YahooMessenger POE::Component::YahooMessenger is a POE component for Yahoo! Messenger. SYNOPSIS use POE qw(Component::YahooMessenger); # spawn YM session POE::Component::YahooMessenger->spawn(Alias => ym); # register your session for callbacks $kernel->post(ym => register); # tell YM how to connect...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): POE::Component::YahooMessenger Download

Added: January 27, 2010 | Visits: 1.094

Speech::Recognizer::ViaVoice Speech::Recognizer::ViaVoice contains Perl wrappers for IBMs ViaVoice speech Recognizer library. SYNOPSIS use Speech::Recognizer::ViaVoice; $| = 1; if (0 == connectEngine) { if ( 0 == defineVocab(myTestVocab, [hello,world,quit]) ) { print please say "hello", "world", or "quit" at each...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): Speech::Recognizer::ViaVoice Download

Added: November 26, 2010 | Visits: 967

SNMP::NPAdmin SNMP::NPAdmin is a high-level API to query printers via SNMP. SYNOPSIS # object-oriented $p= SNMP::NPAdmin->new( printer => porky, community => corpslp ); printf "Your printer, %s, does%s support PCL.n", $printer, ( $p->pcl() ? "" : " not"); # procedural $p= npa_connect( printer =>...


Platforms: *nix

License: Freeware Size: 63.49 KB Download (91): SNMP::NPAdmin Download

Added: February 10, 2010 | Visits: 938

Device::Cdio::ISO9660::IFS Device::Cdio::ISO9660::IFS is a class for ISO 9660 Filesystem image reading. SYNOPSIS This encapsulates ISO 9660 filesystem Image handling. The class is often used in conjunction with Device::Cdio::ISO9660. use Device::Cdio::ISO9660; use Device::Cdio::ISO9660::IFS; $iso =...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): Device::Cdio::ISO9660::IFS Download

Added: April 19, 2010 | Visits: 869

cdmp3 cdmp3 uses cdparanoia or cdda2wav to extract single tracks or even a whole CD and converts them on-the-fly into MP3 or Ogg Vorbis files. Using the CDDB database it is possible to include information like the artists name or the tracks title into the file name or as meta tags into the file...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (97): cdmp3 Download

Added: September 08, 2010 | Visits: 591

Libtext 0.0.0 Beta Libtext is a C library for creating, reading, and performing operations on growable text / string buffer objects with optional error callbacks. Libtext performs actions such as append, delete, find, get, insert, prepend, replace, and reverse. Libtext can also append, insert, overwrite, and...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (86): Libtext 0.0.0 Beta Download

Added: April 06, 2010 | Visits: 792

Language::XSB Language::XSB is a Perl module that allows you to use XSB from Perl. SYNOPSIS use Language::XSB :query; use Language::Prolog::Types::overload; use Language::Prolog::Sugar vars=>[qw(X Y Z)], functors=>{equal => =}, functors=>[qw(is)], chains=>{plus => +, orn => ;}; xsb_set_query(...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Language::XSB Download

Added: May 21, 2010 | Visits: 798

POE::Component::Client::TCPMulti POE::Component::Client::TCPMulti is a high performance client TCP library. SYNOPSIS # Short Usage POE::Component::Client::TCPMulti->create ( InputEvent => sub { printf "%s:%d: %s", $_[CHEAP]->ADDR, $_[CHEAP]->PORT, $_[ARG0]; }, SuccessEvent => sub { printf "%s:%d: Connection Recieved",...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (89): POE::Component::Client::TCPMulti Download

Added: June 27, 2010 | Visits: 623

Class::Classless Class::Classless is a Perl framework for classless OOP. SYNOPSIS use strict; use Class::Classless; my $ob1 = $Class::Classless::ROOT->clone; $ob1->{NAME} = Ob1; $ob1->{stuff} = 123; $ob1->{Thing} = 789; my $ob2 = $ob1->clone; $ob2->{NAME} = Ob2; printf "ob1 stuff: <%s>n",...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Class::Classless Download

Added: April 19, 2010 | Visits: 1.261

RTF::Writer RTF::Writer is a Perl module for generating documents in Rich Text Format. SYNOPSIS use RTF::Writer; my $rtf = RTF::Writer->new_to_file("greetings.rtf"); $rtf->prolog( title => "Greetings, hyoomon" ); $rtf->number_pages; $rtf->paragraph( fs40bi, # 20pt, bold, italic "Hi there!" );...


Platforms: *nix

License: Freeware Size: 57.34 KB Download (118): RTF::Writer Download

Added: November 01, 2010 | Visits: 583

Libsf Libsf is a stack fingerprinting library. Libsf allows the following: libsf_t *s; s = libsf_init(LIBSF_ACTIVE, device, argv[optind], 0, 1, flags, errbuf); libsf_active_id(s); /* get the total number of matches */ tm = libsf_os_get_tm(s); /* get the high score */ hs =...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (92): Libsf Download

Added: October 05, 2010 | Visits: 1.070

Net::UPS Net::UPS is an implementation of UPS Online Tools API in Perl. SYNOPSIS use Net::UPS; $ups = Net::UPS->new($userid, $password, $accesskey); $rate = $ups->rate($from_zip, $to_zip, $package); printf("Shipping this package $from_zip => $to_zip will cost you $.2fn", $rate->total_charges);...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (119): Net::UPS Download

Added: April 25, 2010 | Visits: 907

List::MoreUtils List::MoreUtils is a Perl module that can provide the stuff missing in List::Util. SYNOPSIS use List::MoreUtils qw(any all none notall true false firstidx first_index lastidx last_index insert_after insert_after_string apply after after_incl before before_incl indexes firstval first_value...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (95): List::MoreUtils Download

Added: April 18, 2010 | Visits: 900

mod_vhost_alias mod_vhost_alias is an Apache module that creates dynamically configured virtual hosts, by allowing the IP address and/or the Host: header of the HTTP request to be used as part of the pathname to determine what files to serve. This allows for easy use of a huge number of virtual hosts with...


Platforms: *nix

License: Freeware Download (94): mod_vhost_alias Download

Added: September 09, 2010 | Visits: 1.233

Yet Another Machine Simulator Yet Another Machine Simulator is a machine simulator which emulates the MIPS32 architecture CPU close enough. Should be fully compliant, but we cant claim that it is. It allows cross compilation with standard MIPS32 compiler back-ends. YAMS also provides a very simple device interface to the...


Platforms: *nix

License: Freeware Size: 665.6 KB Download (100): Yet Another Machine Simulator Download

Added: January 03, 2010 | Visits: 661

Math::Macopt Math::Macopt is a Perl wrapper for macopt++, which is a conjugate gradient library. INSTALLATION The package can be installed by the standard PERL module installation procedure: perl Makefile.PL make make test make install Please noted that the original "macopt++" C++ source code is...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (88): Math::Macopt Download

Added: April 21, 2010 | Visits: 718

libwayne libwayne is a library of reasonably abstract datatypes and algorithms written in C. The algorithms in libwayne are by no means original. Many of them are taken verbatim from textbooks on data structures and algorithms, and I simply translated them into C. They include efficient and correct...


Platforms: *nix

License: Freeware Size: 3 MB Download (97): libwayne Download

Added: November 07, 2010 | Visits: 1.206

Wiggly-Log Wiggly-Log is a small C++ logging library. Whilst playing with graphics I found I needed a simple and fast logging implementation that I could improve as I needed. I wanted to be able to use standard C++ features like streams for outputting user-defined datatypes instead of having to bother...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (91): Wiggly-Log Download

< 1 2 3 4 5