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

Whats My Name software
Filter: All | Freeware | Demo
 

Whats My Name

< 1 2 3 4 5 > 
Added: February 11, 2010 | Visits: 838

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: 890

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: July 26, 2010 | Visits: 1.877

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.420

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 (95): Net::DBus::Tutorial::ExportingObjects 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: 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.146

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 (99): DBIx::Simple::Examples Download

Added: April 07, 2010 | Visits: 2.351

Mac::EyeTV Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (179): Mac::EyeTV Download

Added: May 12, 2010 | Visits: 1.240

Nmap::Scanner Nmap::Scanner is a Perl module to perform and manipulate nmap scans using perl. SYNOPSIS Perl extension for performing nmap (www.insecure.org/nmap) scans. use Nmap::Scanner; # Batch scan method my $scanner = new Nmap::Scanner; $scanner->tcp_syn_scan(); $scanner->add_scan_port(1-1024);...


Platforms: *nix

License: Freeware Size: 67.58 KB Download (105): Nmap::Scanner Download

Added: August 04, 2010 | Visits: 1.061

mroovca stats mroovca stats is a Web site statistics generator with various functions and tables. mroovca stats is simple, configurable, and provides an administrative interface. It can measure statistics concerning the client browser, geolocalization, connection type, and referers. It can also recognize...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (91): mroovca stats Download

Added: September 07, 2010 | Visits: 760

AFS::PTS AFS::PTS is a Perl class to communicate with the AFS Protection Server. SYNOPSIS use AFS::PTS; my $num_flg = AFS::PTS->convert_numeric_names; my $bits = AFS::PTS->ascii2ptsaccess("S----"); my $flags = AFS::PTS->ptsaccess2ascii($bits); my $pts = AFS::PTS->new; my $id =...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (96): AFS::PTS Download

Added: October 27, 2010 | Visits: 928

Perlbug::Object Perlbug::Object is a object handler for Perlbug database. Handles Perlbug database objects, typically bug, group, message, patch, note, test, user, and severity, status etc.... Methods included to recognise objects by their id or by their also unique name. SYNOPSIS my $o_obj =...


Platforms: *nix

License: Freeware Size: 501.76 KB Download (274): Perlbug::Object Download

Added: March 18, 2010 | Visits: 1.091

SVG::DOM SVG::DOM is a Perl library with DOM (Document Object Model) methods for SVG objects. SVG::DOM provides a selection of methods for accessing and manipulating SVG elements through DOM-like methods such as getElements, getChildren, getNextSibling and so on. Currently only methods that provide...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (97): SVG::DOM Download

Added: January 14, 2010 | Visits: 1.329

NFS Backup System NFS Backup System is a Perl script that backup system for NFS. The basic function nfsbu is an automated perl-script backup system between an NFS server and an NFS client. Either by crontab or manual execution, directories listed in the configuration file can be backed up to a directory mounted...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (115): NFS Backup System Download

Added: August 08, 2010 | Visits: 1.970

MP3::Tag::ID3v2 MP3::Tag::ID3v2 is a Read / Write ID3v2.x.y tags from mp3 audio files. SYNOPSIS MP3::Tag::ID3v2 supports * Reading of ID3v2.2.0 and ID3v2.3.0 tags (some ID3v2.4.0 frames too) * Writing of ID3v2.3.0 tags MP3::Tag::ID3v2 is designed to be called from the MP3::Tag module. use MP3::Tag; $mp3...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (126): MP3::Tag::ID3v2 Download

Added: June 07, 2010 | Visits: 650

PDL::Ufunc PDL::Ufunc Perl module contains primitive ufunc operations for pdl. This module provides some primitive and useful functions defined using PDL::PP based on functionality of what are sometimes called ufuncs (for example NumPY and Mathematica talk about these). It collects all the functions...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (96): PDL::Ufunc Download

Added: January 25, 2010 | Visits: 591

Build Keychain Info 5{in Info is designed around 10.2.X...so if it doesn't work in earlier versions of Mac OS X, too bad.This allows you to create keychain entries for mountpoints via AppleScript directly, without having to access the mount first. So this can be useful for admins setting up a new user.For now, it...


Platforms: Mac

License: Freeware Download (95): Build Keychain Info Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 386

Encrypt-o-Doc Welcome to the Encrypt-o-Doc v0.1 (alpha) release help. Thanks for trying out the Encrypt-o-Doc v0.1. Please don't forget to give your feedback about the software by sending an email at encryptodoc@yahoo.com.Remember that without your comments, the software can't provide you the right output you...


Platforms: Windows

License: Freeware Size: 1.21 MB Download (416): Encrypt-o-Doc Download

< 1 2 3 4 5 >