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

Write My Name Contact Php software
Filter: All | Freeware | Demo
 

Write My Name Contact Php

< 1 2 3 4 5 > 
Added: February 27, 2010 | Visits: 1.143

Data::Validator::Item Data::Validator::Item is a Factory Class to validate data items. This is an attempt to create an object which will permit semi-automatic verification of a data value. SYNOPSIS use Data::Validator::Item; my $item = Data::Validator::Item->new(); #Create a new Data::Validator::Item, called...



Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): Data::Validator::Item Download

Added: February 11, 2010 | Visits: 837

Class::ParmList Class::ParmList is a Perl module with methods for processing named parameter lists. SYNOPSIS use Class::ParmList qw(simple_parms parse_parms); $thingy->some_method({ -bgcolor => #ff0000, -textcolor => #000000 }); sub some_method { my ($self) = shift; my ($parm_ref) = @_; my $parms...





Platforms: *nix

License: Freeware Size: 16.38 KB Download (89): Class::ParmList Download

Added: May 14, 2010 | Visits: 889

Mozilla::PromptService Mozilla::PromptService is a Perl interface to the Mozilla nsIPromptService. SYNOPSIS use Mozilla::PromptService; Mozilla::PromptService::Register({ Alert => sub { my ($parent, $title, $dialog_text) = @_; # do something smart on alert ... }, # Prompt callback should return result...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): Mozilla::PromptService Download

Added: August 14, 2010 | Visits: 1.401

crip crip is a terminal-based ripper/encoder/tagger tool for creating Ogg Vorbis/FLAC/MP3 files under UNIX/Linux. It is well-suited for anyone (especially the perfectionist) who seeks to make a lot of files from CDs and have them all properly labeled and professional-quality with a minimum of hassle...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (101): crip Download

Added: July 26, 2010 | Visits: 1.876

Mobile::UserAgent Mobile::UserAgent is a mobile user agent string parsing class. SYNOPSIS ### Print the information parsed from a user-agent string: use Mobile::UserAgent; my $useragent = Nokia6600/1.0 (4.09.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0; my $uaobj = new...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (124): Mobile::UserAgent Download

Added: June 10, 2010 | Visits: 1.419

Class::CGI Class::CGI is a Perl module to fetch objects from your CGI object. SYNOPSIS use Class::CGI handlers => { customer_id => My::Customer::Handler }; my $cgi = Class::CGI->new; my $customer = $cgi->param(customer_id); my $name = $customer->name; my $email = $cgi->param(email); # behaves...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Class::CGI Download

Added: April 01, 2010 | Visits: 1.438

Net::DBus::Tutorial::ExportingObjects Net::DBus::Tutorial::ExportingObjects is a Perl module that contains tutorials on providing a DBus service. This document provides a tutorial on providing a DBus service using the Perl Net::DBus application bindings. This examples in this document will be based on the code from the...


Platforms: *nix

License: Freeware Size: 94.21 KB Download (89): Net::DBus::Tutorial::ExportingObjects Download

Added: June 01, 2010 | Visits: 885

KeysID KeysID project is a highly configurable linux daemon which lets you intercept keyboard key press and make them execute the programs you want. Its thought for laptop and multimedia keyboards, which usually have more keys than standard keyboards, but it works with all the keys. Installation:...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (95): KeysID Download

Added: March 06, 2010 | Visits: 1.790

Open City OpenCity is a 3D city simulator game. Once upon the time, I was travelling over the Internet, and I found a city simulator under linux called FreeReign at SourceForge. But it isnt maintained any more. I decided to push the game up so I had a look at the FreeReign sources. However, its codes...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (155): Open City Download

Added: February 22, 2010 | Visits: 725

Monopod Monopod project is a simple Podcast client. Monopod is for people who want to select a few channels, come back later, and find that the Podcast MP3s turn up on the hard disk. Since falling in love with the little stick of goodness that is the iPod Shuffle, I decided to get into this podcast...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (91): Monopod Download

Added: March 16, 2010 | Visits: 706

Balayer Only HTML, text and images are rendered. It has the peculiarity to be entirely written in Python, though based on many C-written pieces. The idea of it came because I like Operas way of browsing, but it is too buggy on Linux, so when I saw someone had written a HTML rendering widget with rather...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (92): Balayer Download

Added: April 03, 2010 | Visits: 1.145

fancylogin fancylogin is one of the most powerful login programs available for Linux. It can do everything your old login program can do, e.g., handling shadowed passwd files, user-time-terminal/network-verification as done with HP-UX login, etc. The project adds a lot of capabilities for logging logins and...


Platforms: *nix

License: Freeware Download (92): fancylogin Download

Added: June 06, 2010 | Visits: 921

Random Album For a long time I wanted to play a random "album" in Amarok. I could not find how to do it with what existed, so I got around to write my own (first) amarok script. Random Album should be a playlist really, but I dont know yet how to do that. So here it is. It will play a random album from...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (91): Random Album Download

Added: June 03, 2010 | Visits: 833

Conjury::C Conjury::C is a Perl Conjury with C/C++ compilers, linkers and archivers. SYNOPSIS c_object Source => Isource-file>, Directory => Idirectory>, Includes => [ Idir1>, Idir2>, ... ], Defines => { Ivar1> => Ival1>, Ivar2> => Ival2>, ... }, Compiler => I< compiler>, Options => [ I< opt1>, I<...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (94): Conjury::C Download

Added: February 18, 2010 | Visits: 722

Devel::DebugInit Devel::DebugInit is a Perl extension for creating a debugger initialization files from C header file macros. SYNOPSIS use Devel::DebugInit::GDB; my $gdb = new Devel::DebugInit::GDB filenames => ["/my/path/to/library.h"]; $gdb->write("/my/path/to/library/.gdbinit"); Devel::DebugInit is...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (94): Devel::DebugInit Download

Added: March 26, 2010 | Visits: 1.329

Kojoney Kojoney project is a low level interaction honeypot that emulates an SSH server. The daemon is written in Python using the Twisted Conch libraries. Kojoney is a mix of the spanish word cojon (s/c/k/) and honey. In the spanish language the sentence "estar hasta los cojones" is used to express...


Platforms: *nix

License: Freeware Size: 3.1 MB Download (95): Kojoney Download

Added: November 15, 2010 | Visits: 851

Tie::Hash::Sorted Tie::Hash::Sorted Perl module presents hashes in sorted order. SYNOPSIS use Tie::Hash::Sorted; my %ages = ( John => 33, Jacob => 29, Jingle => 15, Heimer => 48, Smitz => 12, ); my $sort_by_numeric_value = sub { my $hash = shift; [ sort {$hash->{$b} <=> $hash->{$a}} keys %$hash ];...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Tie::Hash::Sorted Download

Added: November 11, 2010 | Visits: 1.142

DBIx::Simple::Examples [COPRIGHT=1] EXAMPLES General #!/usr/bin/perl -w use strict; use DBIx::Simple; # Instant database with DBD::SQLite my $db = DBIx::Simple->connect(dbi:SQLite:dbname=file.dat) or die DBIx::Simple->error; # Connecting to a MySQL database my $db = DBIx::Simple->connect(...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): DBIx::Simple::Examples Download

Added: July 26, 2010 | Visits: 604

kcurses kcurses are some simple widgets and ui abstractions for ncurses, to handle list boxes, vi-like editing fields, mouse selections, and the like. Why? Because sometimes gui programs are more annoying than helpful. web interfaces suck, and gtk/qt programs take up too much real estate, require too...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (92): kcurses Download

Added: November 21, 2010 | Visits: 857

fireflier 1.1.7 / 1.99 Beta fireflier is a firewall tool, which is built on top of the iptables framework. It all started in February 2002, when I was sitting on my computer and doing the firewall settings for a small server. I realized, that allthough I know about firewall rules, my desktop machine was not secure, with...


Platforms: *nix

License: Freeware Size: 583.68 KB Download (96): fireflier 1.1.7 / 1.99 Beta Download

< 1 2 3 4 5 >