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

N Tier Architecture Introduction To freeware
Filter: All | Freeware | Demo
 

N Tier Architecture Introduction To

< 1 2 3 4 5 
Added: March 18, 2010 | Visits: 1.203

Hardware::iButton::Device Hardware::iButton::Device is a Perl object to represent iButtons. SYNOPSIS use Hardware::iButton::Connection; $c = new Hardware::iButton::Connection "/dev/ttyS0"; @b = $c->scan(); foreach $b (@b) { print "id: ", $b->id(), ", reg0: ",$b->readreg(0),"n"; } This module talks to iButtons... Platforms: *nix

License: Freeware Size: 21.5 KB Download (112): Hardware::iButton::Device Download

Added: October 11, 2010 | Visits: 1.088

kernbench This is a cpu throughput benchmark originally devised and used by Martin J. Bligh. It is designed to compare kernels on the same machine, or to compare hardware. To compare hardware you need to be running the same architecture machines (eg i386) and run kernbench on the same kernel source tree.... Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): kernbench Download

Added: February 15, 2010 | Visits: 849

libredblack libredblack is a library to provide the RedBlack balanced tree searching and sorting algorithm. The algorithm was taken from the book "Introduction to Algorithms" by Cormen, Leiserson & Rivest. Frankly I never entirely understood it, but it most definately works! What is the problem with... Platforms: *nix

License: Freeware Size: 6.14 KB Download (101): libredblack Download

Added: May 14, 2010 | Visits: 760

Argv Argv is a Perl module that provides an OO interface to an arg vector. SYNOPSIS use Argv; # A roundabout way of getting perls version. my $pl = Argv->new(qw(perl -v)); $pl->exec; # Run /bin/cat, showing how to provide "predigested" options. Argv->new(/bin/cat, [qw(-u -n)],... Platforms: *nix

License: Freeware Size: 44.03 KB Download (86): Argv Download

Added: July 24, 2010 | Visits: 1.075

Telepathy Telepathy project aims to provide a unified framework for all forms of real time conversations, including instant messaging, IRC, voice calls and video calls. It uses the DBus messaging system to provide a simple interface for client applications, allowing them to quickly benefit from Telepathys... Platforms: *nix

License: Freeware Size: 593.92 KB Download (105): Telepathy Download

Added: July 26, 2010 | Visits: 799

Log::Log4perl::JavaMap Log::Log4perl::JavaMap is a Perl module that maps java log4j appenders to Log::Dispatch classes. SYNOPSIS ############################### log4j.appender.FileAppndr1 = org.apache.log4j.FileAppender log4j.appender.FileAppndr1.File = /var/log/onetime.log log4j.appender.FileAppndr1.Append =... Platforms: *nix

License: Freeware Size: 225.28 KB Download (88): Log::Log4perl::JavaMap Download

Added: October 14, 2010 | Visits: 991

Date::Convert::French_Rev Date::Convert::French_Rev can convert from / to French Revolutionary Calendar. SYNOPSIS use Date::Convert::French_Rev; Converting from Gregorian (or other) to Revolutionary $date=new Date::Convert::Gregorian(1799, 11, 9); convert Date::Convert::French_Rev $date; print $date->date_string,... Platforms: *nix

License: Freeware Size: 36.86 KB Download (93): Date::Convert::French_Rev Download

Added: April 16, 2010 | Visits: 989

Log4c Log4c is a library of C for flexible logging to files, syslog and other destinations. The project is modeled after the Log for Java library, staying as close to their API as is reasonable. Here is a short introduction to Log4j which describes the API, and design rationale. Mark Mendel started a... Platforms: *nix

License: Freeware Size: 501.76 KB Download (106): Log4c Download

Added: July 12, 2010 | Visits: 1.021

Data::Page::Viewport Data::Page::Viewport is a Perl module to scroll thru data a page, or just an item, at a time. Synopsis This is a complete, tested, runnable program. #!/usr/bin/perl use strict; use warnings; use Data::Page::Viewport; # ----------------------------------------------- my(@data) =... Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Data::Page::Viewport Download

Added: January 21, 2010 | Visits: 1.177

NetAddr::IP::Find NetAddr::IP::Find is a Perl module to find IP addresses in plain text. SYNOPSIS use NetAddr::IP::Find; $num_found = find_ipaddrs($text, &callback); This is a module for finding IP addresses in plain text. Functions NetAddr::IP::Find exports one function, find_ipaddrs(). It works very... Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): NetAddr::IP::Find Download

Added: May 10, 2013 | Visits: 1.254

WIKINDX WIKINDX is a free bibliographic and quotations/notes management and article authoring system designed either for single use (on a variety of operating sytems) or multi-user collaborative use across the internet. Features:User: - 37 resource types. - Multi-user mode - create and manage your own... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (110): WIKINDX Download

Added: April 11, 2010 | Visits: 1.110

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =... Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: November 04, 2010 | Visits: 949

Algorithm::Munkres Algorithm::Munkres is a Perl extension for Munkres solution to classical Assignment problem for square and rectangular matrices. This module extends the solution of Assignment problem for square matrices to rectangular matrices by padding zeros. Thus a rectangular matrix is converted to square... Platforms: *nix

License: Freeware Size: 9.22 KB Download (100): Algorithm::Munkres Download

Added: October 26, 2010 | Visits: 1.472

Traffic Control - Next Generation Traffic Control - Next Generation (tcng) is a revision of the Linux network traffic control infrastructure that aims to make the configuration language less cryptic, and provide better interfaces for software and hardware accelerators. The goal of this project is to revise the network traffic... Platforms: *nix

License: Freeware Size: 512 KB Download (115): Traffic Control - Next Generation Download

Added: April 27, 2010 | Visits: 894

GGI GGI stands for General Graphics Interface, and it is a project that aims to develop a reliable, stable and fast graphics system that works everywhere. We want to allow any program using GGI to run on any platform, requiring at most a recompile. Historically, GGI was developed in order to... Platforms: *nix

License: Freeware Size: 4.5 MB Download (105): GGI Download

Added: January 25, 2010 | Visits: 568

Script Ex X Script Ex X is a bundle of AppleScript examples designed as an introductory to AppleScript for Mac OS X. Platforms: Mac

License: Freeware Size: 147 KB Download (102): Script Ex X Download

Released: March 02, 2011  |  Added: March 08, 2011 | Visits: 2.504

jQuery Slideshow Gallery Maker jQuery Slideshow Gallery Maker is an excellent picture slideshow creator. Jquery slideshow menu is easy to create beautiful effect jquery slideshow banner, jquery slideshow wordpress or jquery slideshow joomla with pictures and songs fast. No particular skill needed, no complicated settings,... Platforms: Windows

License: Freeware Size: 10.65 MB Download (243): jQuery Slideshow Gallery Maker Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 591

WebNMS SNMP API .NET WebNMS SNMP API .NET Edition is a comprehensive development toolkit for SNMP-based network management applications. WebNMS's SNMP stack comprises a set of powerful .NET SNMP library to build real-time applications for monitoring and tracking network elements that are reliable and scalable.The... Platforms: Windows

License: Freeware Size: 2.06 MB Download (471): WebNMS SNMP API .NET Download

Released: July 08, 2012  |  Added: July 08, 2012 | Visits: 756

RSSvp News Reader There are many RSS feed readers in the world, and we find it hard to rev up enthusiasm for another newsreader that's based its look and feel on the typical e-mail client interface, as if Outlook were the epitome of user-friendly design. RSSvp News Reader offers nothing new or unusual to throw... Platforms: Windows

License: Freeware Size: 1.23 MB Download (50): RSSvp News Reader Download

Released: August 10, 2012  |  Added: August 10, 2012 | Visits: 497

Firemacs Firemacs will add Emacs's editing/viewing features to your Firefox browser. You can also enjoy "less"-like motions in non-input elements. Key Bindings 'M-x ' means 'C-[ x'. 'ESC x' is also OK. But it is suppressed in the URL bar because 'ESC' is bound to 'selectAll'. Input... Platforms: Windows

License: Freeware Download (51): Firemacs Download

< 1 2 3 4 5