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

Filter: All | Freeware
Display by: Name |  Date |  Downloads |  Rating

Libraries

Software 121-140 of 4,712: < 1 ... 3 4 5 6 7 8 9 10 11 ... 236 > 
Added: July 14, 2010 | Visits: 1.878

Device::SerialPort::Xmodem Device::SerialPort::Xmodem contains an Xmodem file transfer protocol for Device::SerialPort. SYNOPSIS use Device::SerialPort::Xmodem; This is an Xmodem implementation designed to receive a file using 128 byte blocks. This module is intended to be passed an open and prepared port with active... Platforms: Linux

Keyword: Block, Contains, Deviceserialportxmodem, File, File Transfer, File Transfer Protocol, Libraries, Protocol, Serialport, Transfer, Transfer Protocol, Xmodem, Xmodem File Transfer

License: Freeware Size: 44.03 KB Download (218): Device::SerialPort::Xmodem Download

Added: February 03, 2010 | Visits: 1.155

Net::BitTorrent::LibBT::Tracker Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. SYNOPSIS use Net::BitTorrent::LibBT::Tracker; my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker"); print "Tracker has ", $tracker->num_peers, " peers.n"; The... Platforms: Linux

Keyword: Access, Bittorrent, Libbt, Libraries, Module, Netbittorrentlibbttracker, Perl, Perl Module, Programming, Running, Tracker

License: Freeware Size: 21.5 KB Download (217): Net::BitTorrent::LibBT::Tracker Download

Added: May 05, 2010 | Visits: 1.222

linda linda is a simple library implementation of the Linda parallel programming system. To write a parallel program with linda, you have to know only 6 functions: spawn, out, in, inp, rd, and rdp. linda was originally written by Wong Weng Fai. It has been improved by making it a real library by... Platforms: Linux

Keyword: Libraries, Library, Linda, Parallel, Parallel Programming, Programming, Simple

License: Freeware Size: 184.32 KB Download (217): linda Download

Added: July 08, 2010 | Visits: 1.301

Ogg::Vorbis::Header Ogg::Vorbis::Header is an object-oriented interface to Ogg Vorbis information and comment fields. SYNOPSIS use Ogg::Vorbis::Header; my $ogg = Ogg::Vorbis::Header->new("song.ogg"); while (my ($k, $v) = each %{$ogg->info}) { print "$k: $vn"; } foreach my $com ($ogg->comment_tags) { print... Platforms: Linux

Keyword: Comment, File, Key, Libraries, Object-oriented Interface, Ogg, Ogg Vorbis, Oggvorbisheader, Programming, Value, Vorbis, Will Be

License: Freeware Size: 32.77 KB Download (217): Ogg::Vorbis::Header Download

Added: November 25, 2010 | Visits: 1.368

CGI::Application::Plugin::Authentication::Driver::Generic CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1 => 123, user2 => 123 } ], ); This Driver offers... Platforms: Linux

Keyword: Application, Authentication, Cgi, Cgiapplicationpluginauthenticationdrivergeneric, Credentials, Driver, Generic, Generic Authentication, Libraries, Package, Password, Plugin, Programming, Users

License: Freeware Size: 48.13 KB Download (216): CGI::Application::Plugin::Authentication::Driver::Generic Download

Added: November 24, 2010 | Visits: 1.501

Language::Logo Language::Logo Perl module is an implementation of the Logo programming language. SYNOPSIS use Language::Logo; my $lo = new Logo(update => 20); $lo->command("setxy 250 256"); $lo->command("color yellow"); $lo->command("pendown"); # Draw a circle for (my $i = 0; $i < 360; $i += 10) {... Platforms: Linux

Keyword: Implementation, Language, Languagelogo, Libraries, Logo, Logo Perl, Module, Perl, Perl Module, Programming

License: Freeware Size: 16.38 KB Download (215): Language::Logo Download

Added: January 18, 2010 | Visits: 3.982

Tkx::Tutorial Tkx::Tutorial Perl module contains a tutorial about how to use Tkx. Tk is a toolkit that allows you to create applications with graphical interfaces for Windows, Mac OS X and X11. The Tk toolkit is native to the Tcl programming language, but its ease of use and cross-platform availability has... Platforms: Linux

Keyword: Application, Button, How To, Libraries, Module, Perl, Perl Module, Programming, Tkx, Tkxtutorial, Tutorial Perl, Window

License: Freeware Size: 24.58 KB Download (215): Tkx::Tutorial Download

Added: September 09, 2010 | Visits: 2.513

Geo::Gpx Geo::Gpx is a Perl module to create and parse GPX files. SYNOPSIS # Version 0.10 compatibility use Geo::Gpx; my $gpx = Geo::Gpx->new( @waypoints ); my $xml = $gpx->xml; # New API, generate GPX my $gpx = Geo::Gpx->new(); $gpx->waypoints(@wpt); my $xml = $gpx->xml(1.0); # Parse GPX... Platforms: Linux

Keyword: Create, Geogpx, Libraries, Module, New, Parse, Perl Module, Programming, To Create, Waypoints, Xml

License: Freeware Size: 12.29 KB Download (214): Geo::Gpx Download

Added: June 14, 2010 | Visits: 1.706

Games::Mastermind::Solver::BruteForce Games::Mastermind::Solver::BruteForce is a Master Mind puzzle solver. SYNOPSIS # See Games::Mastermind::Solver Games::Mastermind::Solver::BruteForce uses the classical brute-force algorithm for solving Master Mind puzzles. METHODS remaining $number = $player->remaining; The number... Platforms: Linux

Keyword: Bruteforce, Gamesmastermindsolverbruteforce, Libraries, Master, Master Mind, Mind, Programming, Puzzle

License: Freeware Size: 4.1 KB Download (214): Games::Mastermind::Solver::BruteForce Download

Added: June 06, 2010 | Visits: 1.207

phpRiya 0.9 Riya is an excellent web based face recognition service. phpRiya is a PHP4 class written by GROU.PS team; phpRiya is designed to act as a wrapper for Riya s API. Methods process the response XML and return a friendly array of data to make development simple and intuitive.. simplekde.org Platforms: Linux

Keyword: Api, Beta, Face, Face Recognition, Libraries, Phpriya, Programming, Recognition, Riya, Web, Web Based

License: Freeware Size: 90.11 KB Download (214): phpRiya 0.9 Download

Added: March 27, 2010 | Visits: 1.890

Bio::Tools::Run::TribeMCL Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. SYNOPSIS use Bio::Tools::Run::TribeMCL; use Bio::SearchIO; # 3 methods to input the blast results # straight forward raw blast output (NCBI or WU-BLAST) my @params =... Platforms: Linux

Keyword: Biotoolsruntribemcl, Clustering, Groups, Libraries, Params, Programming, Protein, Proteins, Related, Tribemcl

License: Freeware Size: 829.44 KB Download (213): Bio::Tools::Run::TribeMCL Download

Added: February 15, 2010 | Visits: 2.111

Filter::decrypt Filter::decrypt Perl module contains a template for a decrypt source filter. SYNOPSIS use Filter::decrypt ; This is a sample decrypting source filter. Although this is a fully functional source filter and it does implement a very simple decrypt algorithm, it is not intended to be used as... Platforms: Linux

Keyword: Decrypt, Filter, Filterdecrypt, Libraries, Module, Perl, Perl Module, Programming, Source, Source Filter, Using

License: Freeware Size: 40.96 KB Download (211): Filter::decrypt Download

Added: August 17, 2010 | Visits: 969

PerlPoint::Generator::SDF PerlPoint::Generator::SDF is a generic SDF generator. METHODS new() Parameters: class The class name. Returns: the new object.. Platforms: Linux

Keyword: Generic, Libraries, Perlpoint, Perlpointgeneratorsdf, Programming, Sdf

License: Freeware Size: 419.84 KB Download (211): PerlPoint::Generator::SDF Download

Added: August 21, 2010 | Visits: 2.007

Emcast Emcast project is a generic multicast toolkit. Emcast is a multicast toolkit for distributed/peer-to- peer applications that require multicast communication. It includes the program "emcast", a generic multicast utility (like netcat), and the library "libemcast", a generic multicast library.... Platforms: Linux

Keyword: Emcast, Generic, Libraries, Multicast, Programming, Project

License: Freeware Size: 286.72 KB Download (211): Emcast Download

Added: June 08, 2010 | Visits: 1.569

LibModbus LibModbus is a simple modbus toolbox for Linux. LibModbus contents master, slave and serial port configuration routines. Installing: type : make install Linking with your program: After installing libmodbus, just type #include on the top of your program and compile it with the following... Platforms: Linux

Keyword: Libmodbus, Libraries, Modbus, Program, Programming, Simple, Toolbox

License: Freeware Size: 35.84 KB Download (210): LibModbus Download

Added: October 17, 2010 | Visits: 3.432

Visual Perl/Tk Visual Perl/Tk is a GUI development solution for beginners and professionals. Agenda - Why Perl/Tk - Other languages/libraries - Comparison table - Alternative visual tools for Perl/Tk - What beginners need - Why experienced programmer need it - What VPTK offers - Features that are not... Platforms: Linux

Keyword: Beginners, Development, Development Solution, Gui Development, Libraries, Perl, Perltk, Programming, Solution, Visual, Visual Perl

License: Freeware Size: 90.11 KB Download (210): Visual Perl/Tk Download

Added: February 10, 2010 | Visits: 1.808

Mail::Client::Yahoo Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email. SYNOPSIS use Mail::Client::Yahoo; $y = Mail::Client::Yahoo->login( username => bob, password => secret, secure => 1, # for the paranoid and patient ); $y->select_folder(Inbox); $m =... Platforms: Linux

Keyword: Access, Libraries, Mailclientyahoo, Module, Perl, Perl Module, Programming, Web-based, Y-, Yahoos

License: Freeware Size: 6.14 KB Download (210): Mail::Client::Yahoo Download

Added: July 10, 2010 | Visits: 1.146

SNMP::Util SNMP::Util contains Snmp modules to perform snmp set, get, walk, next, walk_hash etc. SYNOPSIS use SNMP::Util; ## Documentation (POD) =head1 NAME Perl SNMP utilities - SNMP::Util - Version 1.8 This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This... Platforms: Linux

Keyword: Contains, Hash, Libraries, Modules, Perform, Programming, Snmp, Snmputil, Walk

License: Freeware Size: 23.55 KB Download (209): SNMP::Util Download

Added: August 27, 2010 | Visits: 826

AppFuse AppFuse project is an application for "kickstarting" webapp development. Download, extract and execute ant new to instantly be up and running with a Struts+Spring+Hibernate app running on Tomcat/MySQL app. Uses Ant, XDoclet, Spring, Hibernate (or iBATIS), JUnit, jMock, StrutsTestCase, Canoos... Platforms: Linux

Keyword: Appfuse, Application, Kickstarting, Libraries, Programming, Spring, Webapp

License: Freeware Size: 29.9 MB Download (209): AppFuse Download

Added: October 17, 2010 | Visits: 2.252

Algorithm::Knapsack Algorithm::Knapsack is a brute-force algorithm for the knapsack problem. SYNOPSIS use Algorithm::Knapsack; my $knapsack = Algorithm::Knapsack->new( capacity => $capacity, weights => @weights, ); $knapsack->compute(); foreach my $solution ($knapsack->solutions()) { foreach my $index... Platforms: Linux

Keyword: Algorithm, Algorithmknapsack, Capacity, Knapsack, Knapsack Problem, Libraries, Problem, Programming, Solutions, Weights

License: Freeware Size: 4.1 KB Download (209): Algorithm::Knapsack Download

Software 121-140 of 4,712: < 1 ... 3 4 5 6 7 8 9 10 11 ... 236 >