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

Differs freeware
Filter: All | Freeware | Demo
 

Differs

< 1 2 3 4 5 > 
Added: May 23, 2010 | Visits: 1.441

Log::Dispatch::File::Rolling Log::Dispatch::File::Rolling is a Perl object for logging to date/time/pid stamped files. SYNOPSIS use Log::Dispatch::File::Rolling; my $file = Log::Dispatch::File::Rolling->new( name => file1, min_level => info, filename => Somefile%d{yyyyMMdd}.log, mode => append ); $file->log(... Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): Log::Dispatch::File::Rolling Download

Added: October 22, 2010 | Visits: 1.098

Log::Dispatch::File::Alerts Log::Dispatch::File::Alerts is a Perl object for logging to alert files. SYNOPSIS use Log::Dispatch::File::Alerts; my $file = Log::Dispatch::File::Alerts->new( name => file1, min_level => emerg, filename => Somefile%d{yyyy!!!!}.log, mode => append ); $file->log( level => emerg,... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Log::Dispatch::File::Alerts Download

Added: January 03, 2010 | Visits: 856

TiVo::HME::Application TiVo::HME::Application is a Perl implementation of TiVos HME protocol. SYNOPSIS use TiVo::HME::Application; our @ISA(TiVo::HME::Application); sub init { my($self, $context) = @_; $self->get_root_view->visible(1); my $mpg = $T_RESOURCE->image_file(examples/myloop.jpg);... Platforms: *nix

License: Freeware Size: 61.44 KB Download (90): TiVo::HME::Application Download

Added: November 25, 2010 | Visits: 1.034

SOAP::Data SOAP::Data is a Perl class that provides the means by which to explicitly manipulate and control all aspects of the way in which Perl data gets expressed as SOAP data entities. The SOAP::Data class provides the means by which to explicitly manipulate and control all aspects of the way in which... Platforms: *nix

License: Freeware Size: 235.52 KB Download (100): SOAP::Data Download

Added: May 01, 2010 | Visits: 938

Canoe Canoe is an online book cataloging software. It differs from library in a way it handles users. In Canoe everyone is equal and is able to either share or borrow books. System helps to store and browse books data. It also automates borrowing process so you can find the book and make an... Platforms: *nix

License: Freeware Size: 26.62 KB Download (100): Canoe Download

Added: April 24, 2010 | Visits: 792

fl0p 0.0.2 fl0p provides a passive OS fingerprinting tool. fl0p is a passive L7 flow fingerprinter that examines TCP/UDP/ICMP packet sequences, can peek into cryptographic tunnels, can tell human beings and robots apart, and performs a couple of other infosec-related tricks. This approach differs from... Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): fl0p 0.0.2 Download

Added: July 10, 2010 | Visits: 726

fl0p fl0p is a passive L7 flow fingerprinter that examines TCP/UDP/ICMP packet sequences. It can also can peek into cryptographic tunnels, can tell human beings and robots apart, and performs a couple of other infosec-related tricks. This approach differs from the techniques used by most other... Platforms: *nix

License: Freeware Size: 30.72 KB Download (95): fl0p Download

Added: February 01, 2010 | Visits: 1.171

bc bc is an arbitrary precision numeric processing language. Syntax is similar to C, but differs in many substantial areas. It supports interactive execution of statements. bc is a utility included in the POSIX P1003.2/D11 draft standard. Since the POSIX document does not specify how bc must be... Platforms: *nix

License: Freeware Size: 276.48 KB Download (99): bc Download

Added: July 12, 2010 | Visits: 1.022

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: April 12, 2010 | Visits: 1.254

PHP-STL 1.0 php-stl project is a templating implementation similar to javas JSTL. This is a tag-based template engine with configurable classes to handle various tags. The templates are written in XML, which differs from the JSTL, but provides clean output. Note that php-stl does not provide its own... Platforms: *nix

License: Freeware Size: 204.8 KB Download (124): PHP-STL 1.0 Download

Added: March 02, 2010 | Visits: 804

pTest 1.0 pTest framework is an Object Oriented PHP 5 testing framework. The project differs from other testing frameworks in that it doesnt suffer from a dogmatic following of JUnit. A good feature of this framework is that it can be as easily used from the commandline as embedded and extended by your... Platforms: *nix

License: Freeware Size: 43.01 KB Download (103): pTest 1.0 Download

Added: August 13, 2010 | Visits: 1.138

Blue for CSound Blue for CSound project is a java program for use with Csound. Its interface is much like a digital multitrack, but differs in that there timelines within timelines (polyObjects). This allows for a compositional organization in time that seems to me to be very intuitive, informative, and flexible.. Platforms: *nix

License: Freeware Size: 8 MB Download (95): Blue for CSound Download

Added: May 20, 2010 | Visits: 981

Dial2Net Dial2net is an application that configures a PPP (dialup) connection according to the ISP specified by the user. Both PAP and CHAP protocols are supported. This application is aimed toward users new to linux that are trying to get thier system configured so they can access the internet via a ppp... Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Dial2Net Download

Added: September 21, 2010 | Visits: 817

Statistics::LTU Statistics::LTU is an implementation of Linear Threshold Units. SYNOPSIS use Statistics::LTU; my $acr_ltu = new Statistics::LTU::ACR(3, 1); # 3 attributes, scaled $ltu->train([1,3,2], $LTU_PLUS); $ltu->train([-1,3,0], $LTU_MINUS); ... print "LTU looks like this:n"; $ltu->print;... Platforms: *nix

License: Freeware Size: 16.38 KB Download (88): Statistics::LTU Download

Added: August 11, 2010 | Visits: 1.210

Math::Matrix Math::Matrix can multiply and invert Matrices. The following methods are available: new Constructor arguments are a list of references to arrays of the same length. The arrays are copied. The method returns undef in case of error. $a = new Math::Matrix ([rand,rand,rand],... Platforms: *nix

License: Freeware Size: 6.14 KB Download (134): Math::Matrix Download

Added: May 11, 2010 | Visits: 794

C/Invoke C/Invoke is a library for connecting to C libraries at runtime. This differs from the typical method of interfacing with C, which involves writing static definitions which are then compiled to a machine-dependant format. C/Invoke provides a runtime facility to build descriptions of C functions... Platforms: *nix

License: Freeware Size: 71.68 KB Download (94): C/Invoke Download

Added: January 25, 2010 | Visits: 908

Norrkross Tint Norrkross Tint is used to adjust the color balance of images. Color adjustments with original color near the pixel color is applied more, while color adjustments that differs in original color from the pixel color has little or no effect. This allows the changing different colors in separate ways... Platforms: Mac

License: Freeware Download (102): Norrkross Tint Download

Added: January 25, 2010 | Visits: 703

growliChat Features:display alert when buddy on buddy list in iChat become online, away, idle, or offlinedisplay away message when aim account buddy goes awaydisplay display picture and username for aim account in the alert display display picture* and username for msn jabber transport in the alertdisplay... Platforms: Mac

License: Freeware Download (89): growliChat Download

Released: March 28, 2013  |  Added: April 16, 2013 | Visits: 2.309

Rylstim Budget Lite Rylstim Budget Lite, has only one restriction, it can handle up to two accounts only. No other restrictions - neither by time, nor by functionality. Completely new, yet the simplest way to keep an eye on your money daily is to use calendar. But to not merely look at it the way you did it... Platforms: Windows

License: Freeware Size: 7.98 MB Download (166): Rylstim Budget Lite Download

Released: July 17, 2012  |  Added: July 17, 2012 | Visits: 566

BDFix BDFix is a professional application designed for editing unencrypted BD titles (HDMV or BD-J). User can add, remove or replace video/audio/subtitle track of any BD titles created with any authoring application directly. With just a few clicks, you can build your own version of title. Unique... Platforms: Windows, XP, 2003, Windows Vista, 7, 7x64

License: Freeware Download (54): BDFix Download

< 1 2 3 4 5 >