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

Prepaid Tm Net My software
Filter: All | Freeware | Demo
 

Prepaid Tm Net My

< 1 2 3 4 5 > 
Added: November 26, 2010 | Visits: 1.550

Net::SMS::Clickatell Net::SMS::Clickatell is Perl module access to Clickatell SMS messaging service. SYNOPSIS use Net::SMS::Clickatell; my $catell = Net::SMS::Clickatell->new( API_ID => $api_id ); $catell->auth( USER => $user, PASSWD => $passwd ); $catell->sendmsg( TO => $mobile_phone, MSG => Hi, Im using...



Platforms: *nix

License: Freeware Size: 4.1 KB Download (114): Net::SMS::Clickatell Download

Added: September 16, 2010 | Visits: 907

Net::IRC3::Util Net::IRC3::Util are common utilities that help with IRC protocol handling. SYNOPSIS use Net::IRC3 qw/parse_irc_msg mk_msg/; my $msgdata = mk_msg (undef, PRIVMSG FUNCTIONS These are some utility functions that might come in handy when handling the IRC protocol. You can export these...





Platforms: *nix

License: Freeware Size: 10.24 KB Download (101): Net::IRC3::Util Download

Added: March 09, 2010 | Visits: 1.961

Net::DHCP::Packet Net::DHCP::Packet is a Perl module with object methods to create a DHCP packet. SYNOPSIS use Net::DHCP::Packet; my $p = new Net::DHCP::Packet->new( Chaddr => 000BCDEF, Xid => 0x9F0FD, Ciaddr => 0.0.0.0, Siaddr => 0.0.0.0, Hops => 0); Represents a DHCP packet as specified in RFC 1533,...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (104): Net::DHCP::Packet Download

Added: April 01, 2010 | Visits: 758

Net::Chat::Daemon Net::Chat::Daemon is a Perl module to run a daemon that is controlled via instant messaging. ABSTRACT This package is intended to serve as a superclass for objects that want to communicate via IM messages within a distributed network of client nodes and a coordinator, without dealing with the...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (94): Net::Chat::Daemon Download

Added: November 24, 2010 | Visits: 1.016

Net::DAAP::Server::AAC Net::DAAP::Server::AAC is a DAAP server that handles MP3 and AAC. SYNOPSIS use POE; use Net::DAAP::Server::AAC; # same as Net::DAAP::Server my $server = Net::DAAP::Server::AAC->new( path => "/home/miyagawa/music", port => 9999, name => "My Music", ); $poe_kernel->run;...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (106): Net::DAAP::Server::AAC Download

Added: February 04, 2010 | Visits: 895

Net::iTMS Net::iTMS is a Perl interface to the information within the iTunes Music Store (iTMS). SYNOPSIS my $iTMS = Net::iTMS->new; my $artist = $iTMS->get_artist(2893902); print "Artist: ", $artist->name, "n"; for my $album ($artist->discography) { print $album->title, "n"; for my $track...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): Net::iTMS Download

Added: April 04, 2010 | Visits: 1.444

Net::Nessus::Client Net::Nessus::Client is a Nessus client module. SYNOPSIS # Connect to the Nessus Server require Net::Nessus::Client; my $client = Net::Nessus::Client->new(host => localhost, port => 1241, user => joe, password => my_password); The Nessus program is a Client/Server application offering a...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (130): Net::Nessus::Client Download

Added: May 13, 2010 | Visits: 849

Verilog::Netlist::Net Verilog::Netlist::Net is a Net for a Verilog Module. SYNOPSIS use Verilog::Netlist; ... my $net = $module->find_net (signalname); print $net->name; Verilog::Netlist creates a net for every sc_signal declaration in the current module..


Platforms: *nix

License: Freeware Size: 122.88 KB Download (119): Verilog::Netlist::Net Download

Added: March 09, 2010 | Visits: 793

SystemC::Netlist::Net SystemC::Netlist::Net is a Perl module which provides Net for a SystemC Module. This is a superclass of Verilog::Netlist::Net, derived for a SystemC netlist pin. Parsing example: @example package Trialparser; @@ISA = qw(SystemC::Parser); sub module @{ my $self = shift; my $module =...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): SystemC::Netlist::Net Download

Added: June 05, 2010 | Visits: 794

Net::MirrorDir Net::MirrorDir is a Perl extension for compare local-directories and remote-directories with each other. SYNOPSIS use Net::MirrorDir; my $md = Net::MirrorDir->new( ftpserver => "my_ftp.hostname.com", usr => "my_ftp_usr_name", pass => "my_ftp_password", ); or more detailed my $md =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Net::MirrorDir Download

Added: April 02, 2010 | Visits: 635

Net::DownloadMirror Net::DownloadMirror is a Perl extension for mirroring a remote location via FTP to the local directory. SYNOPSIS use Net::DownloadMirror; my $um = Net::DownloadMirror->new( ftpserver => "my_ftp.hostname.com", usr => "my_ftp_usr_name", pass => "my_ftp_password", ); $um->Update(); or...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): Net::DownloadMirror

Added: April 01, 2010 | Visits: 712

Net::FreeDB2 Net::FreeDB2 is a Perl module with FreeDB generic connection class. SYNOPSIS # quick and dirty CD ripper use strict; # Make device name use Getopt::Std; $::opt_d = ; getopts (d:); my $dev = $::opt_d || /dev/cdrom; # Make a Net::FreeDB2::connection use Net::FreeDB2; my $conn =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (92): Net::FreeDB2 Download

Added: February 03, 2010 | Visits: 1.151

Net::BitTorrent::LibBT::Tracker Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. SYNOPSIS use Net::BitTorrent::LibBT::Tracker; my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker"); print "Tracker has ", $tracker->num_peers, " peers.n"; The...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (217): Net::BitTorrent::LibBT::Tracker Download

Added: July 10, 2010 | Visits: 1.277

Net::YMSG::CRAM Net::YMSG::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. SYNOPSIS my $cram = Net::YMSG::CRAM->new(); $cram->set_id($your_yahoo_id); $cram->set_password($your_password); $cram->set_challenge_string($string_from_server); my ($response_type6, $response_type96) =...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (101): Net::YMSG::CRAM Download

Added: November 24, 2010 | Visits: 1.905

Net::YMSG Net::YMSG is a Perl interface to the Yahoo! Messenger IM protocol. SYNOPSIS use Net::YMSG; my $yahoo = Net::YMSG->new( id => your_yahoo_id, password => your_password, ); $yahoo->login or die "Cant login Yahoo!Messenger"; $yahoo->send(recipient_yahoo_id, Hello World!); Net::YMSG is a...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (305): Net::YMSG Download

Added: April 20, 2010 | Visits: 751

Linux::net::dev Linux::net::dev is a Perl extension for parsing /proc/net/dev. SYNOPSIS use Linux::net::dev; my $devs = Linux::net::dev::info(); print "Devices (bytes read):n"; foreach (keys %$devs) { print " $_ ($devs->{$_}->{rbytes})n"; } Linux::net::dev parses /proc/net/dev for network devices...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (97): Linux::net::dev Download

Added: February 07, 2010 | Visits: 799

Net::Server::Mail::ESMTP::XFORWARD Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. SYNOPSIS use Net::Server::Mail::ESMTP; my @local_domains = qw(example.com example.org); my $server = new IO::Socket::INET Listen => 1, LocalPort => 25; my $conn;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): Net::Server::Mail::ESMTP::XFORWARD Download

Released: October 13, 2012  |  Added: October 13, 2012 | Visits: 439

My IP My IP is a utility app to see with which public IP address you are connected to the net (different from your IP address inside your LAN). ( SEE ALL OUR APPS. WE HAVE 25 APPS HERE ON THE APP STORE! ) Public IP is the IP address you us


Platforms: Mac

License: Shareware Cost: $0.99 USD Size: 1.1 MB Download (51): My IP Download

Added: May 07, 2006 | Visits: 4.054

Telekomat .NET Telekomat .NET helps you to maximize your bandwidth potential byletting you see just how much of it is actually utilized at any given time.It can display bandwidth data in a customizable real-time graph, a numerical display, or both. Other features include a very detailed overview of how much...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 1.13 MB Download (206): Telekomat .NET Download

Added: July 25, 2006 | Visits: 4.442

Delta Forth .NET Delta Forth is a simplified dialect of the Forth programming language. Since it is a compiled language, many of the traditional Forth concepts related to chained execution of words have been removed. Delta Forth for Java has been around since 1997. At that time it was a premiere, as the first...


Platforms: Windows

License: Freeware Size: 199 KB Download (279): Delta Forth .NET Download

< 1 2 3 4 5 >