Main > Free Download Search >

Free .net software for linux

.net

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1180
MDemail.net 2.9.0

MDemail.net 2.9.0


Send and receive secure and encrypted email. Collaborate with others with the integrated group Instant Messaging and file sharing features. Use secure message boards and securely share documents. HIPAA and GLBA compliant. more>> <<less
Download (7.30MB)
Added: 2009-04-09 License: Commercial Price: $0
197 downloads
Net::AudioScrobbler 0.01

Net::AudioScrobbler 0.01


Net::AudioScrobbler is a Perl module that provides an interface to AudioScrobbler. more>>
Net::AudioScrobbler is a Perl module that provides an interface to AudioScrobbler.

Installation:

To install this module type the following:

perl Makefile.PL
make
make test
make install

<<less
Download (0.003MB)
Added: 2007-03-23 License: Perl Artistic License Price:
945 downloads
Net::Oscar 1.0

Net::Oscar 1.0


Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients. more>>
Net::Oscar project is a pure Perl implementation of the OSCAR protocol used by ICQ and AIM instant message clients.

<<less
Download (MB)
Added: 2007-06-25 License: GPL (GNU General Public License) Price:
859 downloads
Make-Money-On-Net 1.0

Make-Money-On-Net 1.0


The Ultimate Safe Money Guide -Free Online Money Guide Make Your Online Money The Safe Way And Generate a Daily Income Stream. The best thing I came ... more>> <<less
Download (2117KB)
Added: 2009-04-04 License: Freeware Price: Free
204 downloads
Verilog::Netlist::Net 3.0.11

Verilog::Netlist::Net 3.0.11


Verilog::Netlist::Net is a Net for a Verilog Module. more>>
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.

<<less
Download (0.12MB)
Added: 2007-08-14 License: Perl Artistic License Price:
806 downloads
net-tools 1.60

net-tools 1.60


net-tools are programs that form the base set of the NET-3 networking distribution. more>>
The net-tools package contains a collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system.

It contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and route.
<<less
Download (0.19MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1664 downloads
Net::CyanChat 0.04

Net::CyanChat 0.04


Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room. more>>
Net::CyanChat is a Perl interface for connecting to Cyan Worlds chat room.

SYNOPSIS

use Net::CyanChat;

my $cyan = new Net::CyanChat (
host => cho.cyan.com, # default
port => 1812, # main port--1813 is for testing
proto => 1, # use protocol 1.0
refresh => 60, # ping rate (default)
);

# Set up handlers.
$cyan->setHandler (foo => &bar);

# Connect
$cyan->start();

Net::CyanChat is a Perl module for object-oriented connections to Cyan Worlds, Inc.s chat room.

<<less
Download (0.020MB)
Added: 2007-03-23 License: Perl Artistic License Price:
947 downloads
Net::FCP 1.0

Net::FCP 1.0


Net::FCP Perl module is a Freenet client protocol. more>>
Net::FCP Perl module is a Freenet client protocol.

SYNOPSIS

use Net::FCP;

my $fcp = new Net::FCP;

my $ni = $fcp->txn_node_info->result;
my $ni = $fcp->node_info;

See http://freenet.sourceforge.net/index.php?page=fcp for a description of what the messages do. I am too lazy to document all this here.

The module uses AnyEvent to find a suitable Event module.

<<less
Download (0.028MB)
Added: 2007-06-23 License: Perl Artistic License Price:
854 downloads
Net::Google::Service 1.0.1

Net::Google::Service 1.0.1


Net::Google::Service is a SOAP widget(s) for Net::Google. more>>
Net::Google::Service is a SOAP widget(s) for Net::Google.

SYNOPSIS

use Net::Google::Service;
my $search = Net::Google::Service->search({debug=>1});

PACKAGE METHODS

__PACKAGE__->search(%args)
__PACKAGE__->spelling(%args)
__PACKAGE_->cache(%args)

<<less
Download (0.017MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1061 downloads
Net::IMAP::Simple 1.14

Net::IMAP::Simple 1.14


The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API. more>>
The Net::IMAP::Simple library provides a simple-to-use, yet feature-rich Perl to IMAP API.
Enhancements:
- Fixed error in sample code within the POD documentation identified by Matthew S. Hallacy
<<less
Download (0.008MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1460 downloads
Net::Flickr::Backup 2.97

Net::Flickr::Backup 2.97


Net::Flickr::Backup module contains OOP for backing up your Flickr photos locally. more>>
Net::Flickr::Backup module contains OOP for backing up your Flickr photos locally.

SYNOPSIS

use Net::Flickr::Backup;
use Log::Dispatch::Screen;

my $flickr = Net::Flickr::Backup->new($cfg);

my $feedback = Log::Dispatch::Screen->new(name => info,
min_level => info);

$flickr->log()->add($feedback);
$flickr->backup();

<<less
Download (0.023MB)
Added: 2007-07-19 License: Perl Artistic License Price:
833 downloads
Net::YahooMessenger::CRAM 0.16

Net::YahooMessenger::CRAM 0.16


Net::YahooMessenger::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism. more>>
Net::YahooMessenger::CRAM is a Yahoo Messenger Challenge-Response Authentication Mechanism.

SYNOPSIS

my $cram = Net::YahooMessenger::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) = $cram->get_response_strings();

Net::YahooMessenger::CRAM is Challenge-Response Authentication Mechanism for Yahoo Messenger protocol version 9.

<<less
Download (0.016MB)
Added: 2006-12-12 License: Perl Artistic License Price:
621 downloads
Net::Pcap 0.12

Net::Pcap 0.12


Net::Pcap is an Interface to pcap(3) LBL packet capture library. more>>
Net::Pcap is an Interface to pcap(3) LBL packet capture library.

SYNOPSIS

use Net::Pcap;

my $err = ;
my $dev = Net::Pcap::lookupdev($err); # find a device

# open the device for live listening
my $pcap = Net::Pcap::open_live($dev, 1024, 1, 0, $err);

# loop over next 10 packets
Net::Pcap::loop($pcap, 10, &process_packet, "just for the demo");

# close the device
Net::Pcap::close($pcap);

sub process_packet {
my($user_data, $header, $packet) = @_;
# do something ...
}

Net::Pcap is a Perl binding to the LBL pcap(3) library. The README for libpcap describes itself as:

"a system-independent interface for user-level packet capture.
libpcap provides a portable framework for low-level network
monitoring. Applications include network statistics collection,
security monitoring, network debugging, etc."

<<less
Download (0.076MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1207 downloads
Net::GPSD 0.35

Net::GPSD 0.35


Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon. more>>
Net::GPSD is a Perl module that provides an object client interface to the gpsd server daemon.

SYNOPSIS

use Net::GPSD;
$obj=Net::GPSD->new;
my $point=$obj->get;
print $point->latlon. "n";
or
use Net::GPSD;
$obj=Net::GPSD->new;
$obj->subscribe();

Net::GPSD provides an object client interface to the gpsd server daemon. gpsd is an open source GPS deamon from http://gpsd.berlios.de/.

For example the get method returns a blessed hash reference like

{S=>[?|0|1|2],
P=>[lat,lon]}

Fortunately, there are various methods that hide this hash from the user.

<<less
Download (0.015MB)
Added: 2007-04-04 License: Perl Artistic License Price:
936 downloads
Net::Lyskom 1.1

Net::Lyskom 1.1


Net::Lyskom is a Perl module used to talk to LysKOM servers. more>>
Net::Lyskom is a Perl module used to talk to LysKOM servers.

SYNOPSIS

use Net::Lyskom;

$a = Net::Lyskom->new();
$conf = 6;

$a->login(pers_no => 437, password => "God", invisible => 1)
or die "Failed to log in: $a->err_stringn";

$b = $a->send_message(7680, "Oook!");

$b = $a->create_text(
subject => "Testsubject",
body => "A nice and tidy message body.",
recpt => [437],
);

if ($b) {
print "Text number $b created.n";
} else {
print "Text creation failed: $a->err_string.n";
}

<<less
Download (0.023MB)
Added: 2007-02-22 License: Perl Artistic License Price:
974 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5