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

Farm Tractor Implements freeware
Filter: All | Freeware | Demo
 

Farm Tractor Implements

< 1 2 3 4 5 > 
Added: June 12, 2010 | Visits: 1.157

Tivoli::AccessManager::Admin::Server Tivoli::AccessManager::Admin::Server project implements the server access portion of the TAM API. SYNOPSIS my $tam = Tivoli::AccessManager::Admin->new(password => N3ew0nk); my($server, $resp); # Lets see what servers are defined $resp = Tivoli::AccessManager::Admin::Server->list($tam);...



Platforms: *nix

License: Freeware Size: 337.92 KB Download (145): Tivoli::AccessManager::Admin::Server Download

Added: August 04, 2010 | Visits: 1.199

GNU Transport Layer Security Library GNU Transport Layer Security Library is a library which implements a secure layer over a reliable transport layer such as TCP/IP. GNU Transport Layer Security Library implements the TLS 1.0 and SSL 3.0 protocols, accompanied with authentication methods such as X.509, OpenPGP, and SRP.. Libmhash





Platforms: *nix

License: Freeware Size: 2.4 MB Download (103): GNU Transport Layer Security Library Download

Added: February 17, 2010 | Visits: 1.087

NdisWrapper NdisWrapper implements Windows kernel API and NDIS (Network Driver Interface Specification) API within Linux kernel. A Windows driver for wireless network card is then linked to this implementation so that the driver runs natively, as though it is in Windows, without binary emulation..


Platforms: *nix

License: Freeware Size: 194.56 KB Download (144): NdisWrapper Download

Added: May 02, 2010 | Visits: 759

Class::Phrasebook Class::Phrasebook is a Perl module that implements the Phrasebook pattern. SYNOPSIS use Class::Phrasebook; my $pb = new Class::Phrasebook($log, "test.xml"); $pb->load("NL"); # using Dutch as the language $phrase = $pb->get("ADDRESS", { street => "Chaim Levanon", number => 88, city =>...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (100): Class::Phrasebook Download

Added: January 13, 2010 | Visits: 588

libdlist libdlist library implements a generic double linked list. The list can contain arbitrary data or pointers. It can allocate memory for the data or just store a pointer. Functions are included to walk the list, and to add and remove items. The makefile uses several UN*X/GNU tools, and might have...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (91): libdlist Download

Added: August 06, 2010 | Visits: 925

XMLRPC::PurePerl XMLRPC::PurePerl is a Perl module that implements the XML-RPC standard as defined at www.xmlrpc.com and serves as a (de)serialization engine as well as a client for such services. This module is in fairly close relation to an implementation that I wrote in javascript. The main problem I ran...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (101): XMLRPC::PurePerl Download

Added: August 09, 2010 | Visits: 1.018

MySQL Abstractor MySQL Abstractor package contains PHP classes that implements a MySQL database abstraction layer. It provides several classes. There is one for establishing connections and executing SQL queries, another for composing and executing SELECT, INSERT, UPDATE and DELETE queries from a list of...


Platforms: *nix

License: Freeware Download (103): MySQL Abstractor Download

Added: July 03, 2010 | Visits: 760

Finance::BDT Finance::BDT is a Perl module that implements BDT yield curve model. SYNOPSIS use Finance::BDT; use Data::Dumper my @y = (0, 0.0283, 0.029, 0.0322, 0.0401, 0.0435, 0.0464, 0.0508, 0.0512); ## YTM on strips my $vol = 0.20; ## constant volatility my $epsilon = 0.01; my ($r, $d, $A) =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): Finance::BDT Download

Added: May 27, 2010 | Visits: 923

DHCPsql DHCPsql projects implements the RFC2132 and at least RFC3046 as a dynamic configurable SQL-based DHCP server, based on the udhcpd code, extended to mask-and-select by client DHCP packets. Targets: - Discover, start with a working pre prototype, always send first ip in subnet - Leases, SQL...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (94): DHCPsql Download

Added: May 15, 2010 | Visits: 831

AlphaBeta AlphaBeta is a framework that implements MiniMax search with Alpha-Beta pruning and is designed to make it simple to create two-player zero-sum perfect information games in Objective-C. Both fixed-depth and iterative search is supported. I created this project using Xcode, and the project...


Platforms: *nix

License: Freeware Download (112): AlphaBeta Download

Added: September 11, 2010 | Visits: 1.048

Text::NSP::Measures::2D::CHI::phi Text::NSP::Measures::2D::CHI::phi is a Perl module that implements Phi coefficient measure for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::phi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $phi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (107): Text::NSP::Measures::2D::CHI::phi Download

Added: July 20, 2010 | Visits: 870

Text::NSP::Measures::2D::CHI::tscore Text::NSP::Measures::2D::CHI::tscore is a Perl module that implements T-score measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::CHI::tscore; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $tscore_value = calculateStatistic( n11=>$n11,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (96): Text::NSP::Measures::2D::CHI::tscore Download

Added: January 18, 2010 | Visits: 869

Text::NSP::Measures::2D::MI::ll Text::NSP::Measures::2D::MI::ll is a Perl module that implements Loglikelihood measure of association for bigrams. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::ll; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $ll_value = calculateStatistic( n11=>$n11, n1p=>$n1p,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (87): Text::NSP::Measures::2D::MI::ll Download

Added: February 16, 2010 | Visits: 955

Text::NSP::Measures::2D::MI::pmi Text::NSP::Measures::2D::MI::pmi is a Perl module that implements Pointwise Mutual Information. SYNOPSIS Basic Usage use Text::NSP::Measures::2D::MI::pmi; my $npp = 60; my $n1p = 20; my $np1 = 20; my $n11 = 10; $pmi_value = calculateStatistic( n11=>$n11, n1p=>$n1p, np1=>$np1,...


Platforms: *nix

License: Freeware Size: 952.32 KB Download (93): Text::NSP::Measures::2D::MI::pmi Download

Added: March 27, 2010 | Visits: 1.353

PHP PrintIPP PrintIPP is a PHP class (PHP5) which implements an IPP client (Internet Printing Protocol). PrintIPP, in its current state, is able to print both strings and files, and cancel jobs, as doing all RFC2911 operations. PHP PrintIPP project is a Free Software. PHP PrintIPP is distributed uder...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (114): PHP PrintIPP Download

Added: October 06, 2010 | Visits: 839

libsmtp-- libsmtp-- is a library that implements the client part of the SMTP protocol. It is written in C to reduce code size, but nevertheless the main goals are simplicity, design and ease of use. libsmtp-- provides all the SMTP features that are of importance, and sooner or later some more. libsmtp++...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (124): libsmtp-- Download

Added: May 08, 2010 | Visits: 1.332

Distributed Multi-User Compilation System Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. Each compilation request from each user will be sent to the fastest available machine, every time..


Platforms: *nix

License: Freeware Size: 358.4 KB Download (93): Distributed Multi-User Compilation System Download

Added: March 18, 2010 | Visits: 708

py-sqlplug_mysql py-sqlplug_mysql is a module for CPython that implements PEP-0249. The Python Database API Specification v2.0, using MySQL as the backend. It is fast and stable.. Get py-sqlplug_mysql at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software...


Platforms: *nix

License: Freeware Size: 43.01 KB Download (94): py-sqlplug_mysql Download

Added: November 06, 2010 | Visits: 921

Sledge::Plugin::Prototype Sledge::Plugin::Prototype is a Sledge plugin which implements wrapper arround HTML::Prototype module. SYNOPSIS package Foo::Pages::Bar; use Sledge::Plugin::Prototype; # just use # you can use parameter prototype if template engine is tt [% prototype.define_javascript_functions %] # or...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (96): Sledge::Plugin::Prototype Download

Added: May 10, 2013 | Visits: 726

PHPLinks PHPLinks is an open source project written in PHP for use with MySQL, allowing one to run an extremely efficient Link Farm with full search capabilities. It is a "simulated" search engine in many ways.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): PHPLinks Download

< 1 2 3 4 5 >