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

Effective Interest Method freeware
Filter: All | Freeware | Demo
 

Effective Interest Method

< 1 2 3 4 5 
Added: August 07, 2010 | Visits: 889

Set::Hash Set::Hash is a Perl module with hashes as objects with lots of handy methods (including set comparisons) and support for method chaining. SYNOPSIS use Set::Hash; my $sh1 = Set::Hash->new(name=>"dan",age=>33); my $sh2 = Set::Hash->new(qw/weight 185 height 72/); $sh1->length->print; # 2...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (89): Set::Hash Download

Added: November 18, 2010 | Visits: 1.122

Net::DBus::Error Net::DBus::Error is a Perl module with error details for remote method invocation. SYNOPSIS package Music::Player::UnknownFormat; use base qw(Net::DBus::Error); # Define an error type for unknown track encoding type # for a music player service sub new { my $proto = shift; my $class =...





Platforms: *nix

License: Freeware Size: 94.21 KB Download (94): Net::DBus::Error Download

Added: July 17, 2010 | Visits: 797

barricade barricade is a simple implementation of the door knocking method aimed to open your network service or firewall only if a special ICMP echo request packet is sniffed from the network interface. After the last valid packet received, barricade waits for a defined amount of time, then it closes your...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (89): barricade Download

Added: June 22, 2010 | Visits: 831

mod_cbroker mod_cbroker is an Apache module, for effective building of CORBA applications WWW front-ends, easy integration CORBA applications into Web. With ModCBroker it is possible to create WWW interfaces layer in general CORBA infrastructure of enterprise information system and clearly separate...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (89): mod_cbroker Download

Added: September 15, 2010 | Visits: 1.011

Class::Declare::Attributes Class::Declare::Attributes is a Perl module with Class::Declare method types using Perl attributes. SYNOPSIS package My::Class; use 5.006; use strict; use warnings; use base qw( Class::Declare::Attributes ); # declare the class/instance attributes __PACKAGE__->declare( ... ); # #...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (93): Class::Declare::Attributes Download

Added: July 06, 2010 | Visits: 683

Monodiary Monodiary project is a simple an effective way to work with an user diary. Monodiary use xml to store the information, organized by dates, In the future, implementing the NoteManagers interface methods, the information can be stored over other format or database, like mysql, postgresql,...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (97): Monodiary Download

Added: August 17, 2010 | Visits: 972

Structured Document Validator Structured Document Validator project implements a generalized method for validating both the structure and content of structured documents. Any data format that can be deterministically divided into tags and data is classed as a structured document. This definition applies to a wide array of...


Platforms: *nix

License: Freeware Size: 604.16 KB Download (92): Structured Document Validator Download

Added: February 11, 2010 | Visits: 2.414

The Powered Access Bible The Powered Access Bible is a tool to allow free and effective access to the Bible. This project is especially good at finding which verses contain a given word, and then easily reading those verses in full context. (This is a tool to find what the Bible says about something, and read it in...


Platforms: *nix

License: Freeware Size: 4.8 MB Download (150): The Powered Access Bible Download

Added: October 17, 2013 | Visits: 955

single-honeypot Single-honeypot is a powerfull tool, for security interest about the estudies of techniques of breaking systems.This is, a singular or little honeypot for test your networks for hostiles visitors.This made in perl script. Simulate different servi


Platforms: *nix

License: Freeware Size: 10.24 KB Download (104): single-honeypot Download

Added: June 17, 2010 | Visits: 1.077

Class::Classgen::New Class::Classgen::New is a Perl module that creates the new() method for classes generated by classgen. SYNOPSIS Used within classgen. The main purpose of New.pm is to write the new() method for a class generated by classgen. It provides code to derive local instance variables with my for...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (93): Class::Classgen::New Download

Added: February 26, 2010 | Visits: 1.460

mp3org mp3org is a simple but effective way of getting mp3s in and out of a mp3 player that mounts as a drive. Lets you preview, organise and generally sort through that back log of "someday maybe" mp3 files. Installation: Keep the "detect.sh" and "mp3org.kmdr" files in the same folder. Edit the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): mp3org Download

Added: July 07, 2010 | Visits: 1.084

OWFS OWFS is a method under linux to allow 1-wire devices to appear like files in a directory. You can then enter a command like "cat */temperature" to have all the temperatures sensors measure and print their data. For instance, the collection of temperature sensors above are all on one bus,...


Platforms: *nix

License: Freeware Size: 808.96 KB Download (103): OWFS Download

Added: July 07, 2010 | Visits: 979

Yahoo::Music::Ratings Yahoo::Music::Ratings is a method for retrieving a Yahoo! Music members song ratings. SYNOPSIS use Yahoo::Music::Ratings; my $ratings = new Yahoo::Music::Ratings( { memberName => yahooMusicMemberName, } ); # Fetch an arrayRef of all yahooMusicMemberName song ratings # this may take a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (99): Yahoo::Music::Ratings Download

Added: March 18, 2010 | Visits: 1.557

VietIME VietIME is a Java-based Vietnamese input method editor (IME). Enable input of Vietnamese Unicode text in Javas AWT and Swing text components. VietIME uses the input method framework in the Java 2 platform (1.3 or higher) to enable the collaboration between text editing components and input...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (101): VietIME Download

Added: May 08, 2010 | Visits: 671

JMP JMP is a profiler for java that can be used to trace objects usage and method timings. JMP uses the JVMPI interface to gather statistics and interact with the JVM. JMP project uses the GTK+ interface to show the status. JMP normally uses one window to show the classes in memory. Each class has...


Platforms: *nix

License: Freeware Size: 471.04 KB Download (94): JMP Download

Added: January 17, 2010 | Visits: 809

DBIx::Timeout DBIx::Timeout is a Perl module that provides a safe method of timing out DBI requests. The method described in the DBI documentation uses unsafe signals, which may cause memory corruption. DBIx::Timeout instead uses a separate timeout process. The problem with using POSIX sigaction() is that...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (88): DBIx::Timeout Download

Added: October 17, 2010 | Visits: 808

skim skim is an input method platform based upon scim-lib that has been optimized for KDE. skim project provides a GUI panel (named scim-panel-kde), a KConfig config module, and SetupUIs for itself and scim-lib. It also has its own plugin system, which supports on-demand loadable actions.. Content...


Platforms: *nix

License: Freeware Size: 1024 KB Download (93): skim Download

Added: April 23, 2010 | Visits: 1.210

mod_actions mod_actions is an Apache module that provides functions for executing CGI scripts based on media type or request method. This module has two directives. The Action directive lets you run CGI scripts whenever a file of a certain type is requested. The Script directive lets you run CGI scripts...


Platforms: *nix

License: Freeware Download (103): mod_actions Download

Added: February 17, 2010 | Visits: 915

Class::DispatchToAll Class::DispatchToAll Perl module can dispatch a method call to all inherited methods. SYNOPSIS package My::Class; our @ISA=qw(SomeClass SomeOtherClass More::Classes); use Class::DispatchToAll qw(dispatch_to_all); my $self=bless {},My::Class # not a proper constructor, I know.. # this...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Class::DispatchToAll Download

Added: May 24, 2010 | Visits: 1.260

uim uim is a multilingual input method library. uim aims to provide a flexible development platform and useful user environment for input methods. It works in many environments, including general desktop systems such as GNOME or KDE, and even in a console. It also supports Linux Zaurus and Mac OS...


Platforms: *nix

License: Freeware Size: 3.4 MB Download (471): uim Download

< 1 2 3 4 5