net transport 1.0
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4301
IMS Transport 1.0.3
IMS Transport provides a Plone product that supports importing and exporting of IMS packages. more>>
IMS Transport provides a Plone product that supports importing and exporting of IMS packages.
The IMS Transport Tool allows Plone users to upload content in the form of an IMS package.
Although preliminary support is included for popular proprietary learning management system packages, support for extending this product to handle the import or export of any IMS package is also included.
Works with:
- Plone 2.5.1
- Plone 2.5
This is the first major release of this product.
<<lessThe IMS Transport Tool allows Plone users to upload content in the form of an IMS package.
Although preliminary support is included for popular proprietary learning management system packages, support for extending this product to handle the import or export of any IMS package is also included.
Works with:
- Plone 2.5.1
- Plone 2.5
This is the first major release of this product.
Download (0.45MB)
Added: 2007-03-10 License: GPL (GNU General Public License) Price:
962 downloads
GG Transport 2.2.2
GG Transport is a gateway between Jabber/XMPP and Gadu-Gadu. more>>
jGGTrans is a gateway between Jabber/XMPP and Gadu-Gadu (which is a very popular proprietary instant messaging protocol in Poland).
GG Transport allows Jabber users to use their favorite XMPP client to talk with their GG-using friends.
<<lessGG Transport allows Jabber users to use their favorite XMPP client to talk with their GG-using friends.
Download (1.1MB)
Added: 2006-06-06 License: GPL (GNU General Public License) Price:
1241 downloads
Net Worm Race 1.0
Net Worm Race project is a network snake game for up to 30 players. more>>
Net Worm Race project is a network snake game for up to 30 players.
Net Worm Race is a highly customizable on- line network game for up to 30 players. It is a variation on the well known "snake" theme.
Several worms (one for each player) keep growing from somewhere and can change their direction to certain angles (set in the settings) or change their speed by certain amounts in a given range.
If the head of a worm leaves the game area or another worm, the worm dies.
The game goes on until there is a single worm left.
<<lessNet Worm Race is a highly customizable on- line network game for up to 30 players. It is a variation on the well known "snake" theme.
Several worms (one for each player) keep growing from somewhere and can change their direction to certain angles (set in the settings) or change their speed by certain amounts in a given range.
If the head of a worm leaves the game area or another worm, the worm dies.
The game goes on until there is a single worm left.
Download (0.057MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1066 downloads
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
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.
<<lessIt contains the important tools for controlling the network subsystem of the Linux kernel including arp, hostname, ifconfig, netstat, rarp and route.
Download (0.19MB)
Added: 2005-04-06 License: GPL (GNU General Public License) Price:
1664 downloads
Net::TCPwrappers 1.11
Net::TCPwrappers is a Perl interface to tcp_wrappers. more>>
Net::TCPwrappers is a Perl interface to tcp_wrappers.
SYNOPSIS
use Net::TCPwrappers qw(RQ_DAEMON RQ_FILE request_init fromhost hosts_access);
...
my $progname = yadd;
while (accept(CLIENT, SERVER)) {
my $req = request_init(RQ_DAEMON, $progname, RQ_FILE, fileno(CLIENT));
fromhost($req);
if (!hosts_access($req)) {
# unauthorized access.
...
}
else {
# service connecting client.
...
}
}
ABSTRACT
Net::TCPwrappers offers perl programmers a convenient interface to the libwrap.a library from tcp_wrappers, Wietse Venemas popular TCP/IP daemon wrapper package. Use it in your perl code to monitor and filter access to TCP-based network services on unix hosts.
Net::TCPwrappers mimics the libwrap.a library fairly closely - the names of the functions and constants are identical, and calling arguments have been altered only slightly to be more perl-like.
<<lessSYNOPSIS
use Net::TCPwrappers qw(RQ_DAEMON RQ_FILE request_init fromhost hosts_access);
...
my $progname = yadd;
while (accept(CLIENT, SERVER)) {
my $req = request_init(RQ_DAEMON, $progname, RQ_FILE, fileno(CLIENT));
fromhost($req);
if (!hosts_access($req)) {
# unauthorized access.
...
}
else {
# service connecting client.
...
}
}
ABSTRACT
Net::TCPwrappers offers perl programmers a convenient interface to the libwrap.a library from tcp_wrappers, Wietse Venemas popular TCP/IP daemon wrapper package. Use it in your perl code to monitor and filter access to TCP-based network services on unix hosts.
Net::TCPwrappers mimics the libwrap.a library fairly closely - the names of the functions and constants are identical, and calling arguments have been altered only slightly to be more perl-like.
Download (0.047MB)
Added: 2006-09-27 License: Perl Artistic License Price:
1125 downloads
MyNetMonitor 1.0.3
Mynetmonitor is a gtk2 net monitor with system tray support. more>>
Mynetmonitor is a gtk2 net monitor with system tray support in which you can choose the interface to monitor and set a connect/disconnect command.
Main features:
- Shows various status icons in gnome2, kde3, xfce4 system tray
- Uses connect and disconnect commands, shows net speeds and times
<<lessMain features:
- Shows various status icons in gnome2, kde3, xfce4 system tray
- Uses connect and disconnect commands, shows net speeds and times
Download (0.43MB)
Added: 2005-09-16 License: GPL (GNU General Public License) Price:
1500 downloads
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.
<<lessSYNOPSIS
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.
Download (0.028MB)
Added: 2007-06-23 License: Perl Artistic License Price:
854 downloads
Net::UP::Notify 1.01
Net::UP::Notify is a Perl module that can send Net Alerts to cellular phones with the Unwired Planet browser. more>>
Net::UP::Notify is a Perl module that can send "Net Alerts" to cellular phones with the "Unwired Planet" browser (AKA phone.com, AKA OpenWave UP.Browser).
SYNOPSIS
use Net::UP::Notify;
$blah=new Net::UP::Notify;
$blah->subscriberid("111111111-9999999_atlsnup2.adc.nexteldata.net");
$blah->location("http://www.perl.com/");
$blah->description("The Perl.com Homepage");
print $blah->send;
This allows you to send a Net Alert to a cellular phone, provided you know the subscriber ID of the user. This also requires the end user to have the Wireless Web service on their phone, and they also must have it provisioned by the carrier.
This was designed and tested using a Nextel phone, but I think that both Cingular and Sprint PCS should be supported here when given the proper subscriberid string.
My intention is to completely support the entire UP SDK, but for right now, I can only support the sending of Net Alerts.
<<lessSYNOPSIS
use Net::UP::Notify;
$blah=new Net::UP::Notify;
$blah->subscriberid("111111111-9999999_atlsnup2.adc.nexteldata.net");
$blah->location("http://www.perl.com/");
$blah->description("The Perl.com Homepage");
print $blah->send;
This allows you to send a Net Alert to a cellular phone, provided you know the subscriber ID of the user. This also requires the end user to have the Wireless Web service on their phone, and they also must have it provisioned by the carrier.
This was designed and tested using a Nextel phone, but I think that both Cingular and Sprint PCS should be supported here when given the proper subscriberid string.
My intention is to completely support the entire UP SDK, but for right now, I can only support the sending of Net Alerts.
Download (0.003MB)
Added: 2006-06-27 License: Perl Artistic License Price:
1218 downloads
Net::Akismet 0.02
Net::Akismet is a Perl interface to Akismet - comment and trackback spam fighter. more>>
Net::Akismet is a Perl interface to Akismet - comment and trackback spam fighter.
SYNOPSIS
my $akismet = Net::Akismet->new(
KEY => secret-baba-API-key,
URL => http://example.blog.net/,
) or die(Key verification failure!);
my $verdict = $akismet->check(
USER_IP => 10.10.10.11,
COMMENT_CONTENT => Run, Lola, Run, the spam will catch you!,
COMMENT_AUTHOR => dosser,
COMENT_AUTHOR_EMAIL => dosser@subway.de,
REFERRER => http://lola.home/,
) or die(Is the server here?);
if (true eq $verdict) {
print "I found spam. I am a spam-founder!n";
}
<<lessSYNOPSIS
my $akismet = Net::Akismet->new(
KEY => secret-baba-API-key,
URL => http://example.blog.net/,
) or die(Key verification failure!);
my $verdict = $akismet->check(
USER_IP => 10.10.10.11,
COMMENT_CONTENT => Run, Lola, Run, the spam will catch you!,
COMMENT_AUTHOR => dosser,
COMENT_AUTHOR_EMAIL => dosser@subway.de,
REFERRER => http://lola.home/,
) or die(Is the server here?);
if (true eq $verdict) {
print "I found spam. I am a spam-founder!n";
}
Download (0.004MB)
Added: 2007-03-23 License: Perl Artistic License Price:
945 downloads
Net::Delicious::Iterator 1.01
Net::Delicious::Iterator is an iterator class for Net::Delicious thingies. more>>
Net::Delicious::Iterator is an iterator class for Net::Delicious thingies.
SYNOPSIS
use Net::Delicious::Iterator;
my @dates = ({...},{...});
my $it = Net::Delicious::Iterator->new("Date",@dates);
while (my $d = $it->next()) {
# Do stuff with $d here
}
NOTES
It isnt really expected that you will instantiate these objects outside of Net::Delicious itself.
PACKAGE METHODS
__PACKAGE__->new($foreign_class,@data)
Returns a Net::Delicious::Iterator object. Woot!
$it->count()
Return the number of available thingies.
$it->next()
Returns the next object in the list of available thingies. Woot!
<<lessSYNOPSIS
use Net::Delicious::Iterator;
my @dates = ({...},{...});
my $it = Net::Delicious::Iterator->new("Date",@dates);
while (my $d = $it->next()) {
# Do stuff with $d here
}
NOTES
It isnt really expected that you will instantiate these objects outside of Net::Delicious itself.
PACKAGE METHODS
__PACKAGE__->new($foreign_class,@data)
Returns a Net::Delicious::Iterator object. Woot!
$it->count()
Return the number of available thingies.
$it->next()
Returns the next object in the list of available thingies. Woot!
Download (0.018MB)
Added: 2006-07-27 License: Perl Artistic License Price:
1184 downloads
Net::CSTA 0.03
Net::CSTA project is a perl-module for talking to an ECMA CSTA Phase I server. more>>
Net::CSTA project is a perl-module for talking to an ECMA CSTA Phase I server.
ECMA CSTA is a ASN.1 based protocol for building CTI applications. Typical use include subscribing to events (aka moinitoring), placing and modifying calls.
This module only support CSTA Phase I (mainly because that is what I have access to). The module has been tested with Ericsson AL 4.0 (application link) with an MD110.
SYNOPSIS
use Net::CSTA;
# Connect to the CSTA server
my $csta = Net::CSTA->new(Host=>csta-server,Port=>csta-server-port);
# Create a monitor for 555
my $number = 555;
$csta->request(serviceID=>71,
serviceArgs=>{monitorObject=>{device=>{dialingNumber=>$number}}})
for (;;)
{
my $pdu = $csta->receive();
print $pdu->toXML();
}
<<lessECMA CSTA is a ASN.1 based protocol for building CTI applications. Typical use include subscribing to events (aka moinitoring), placing and modifying calls.
This module only support CSTA Phase I (mainly because that is what I have access to). The module has been tested with Ericsson AL 4.0 (application link) with an MD110.
SYNOPSIS
use Net::CSTA;
# Connect to the CSTA server
my $csta = Net::CSTA->new(Host=>csta-server,Port=>csta-server-port);
# Create a monitor for 555
my $number = 555;
$csta->request(serviceID=>71,
serviceArgs=>{monitorObject=>{device=>{dialingNumber=>$number}}})
for (;;)
{
my $pdu = $csta->receive();
print $pdu->toXML();
}
Download (0.010MB)
Added: 2007-04-05 License: GPL (GNU General Public License) Price:
954 downloads
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.
<<lessSYNOPSIS
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.
Download (0.020MB)
Added: 2007-03-23 License: Perl Artistic License Price:
947 downloads
EmanonPHP Framework 1.0
EmanonPHP Framework is a framework developed in PHP which uses a .NET-like convention for calling classes. more>>
EmanonPHP Framework is a framework developed in PHP which uses a .NET-like convention for calling classes.
<<less Download (0.10MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
986 downloads
TrashMail.net 1.0.8
TrashMail.net is a Firefox extension that creates free disposable email addresses and pastes them directly in forms. more>>
TrashMail.net is a Firefox extension that creates free disposable email addresses and pastes them directly in forms.
This helps to protect you from spam mails and could be useful when subscribing to forums or newsletters.
The email addresses can be deleted at any time!
This plugin uses the free TrashMail.net DEA service.
Guide to use this extension:
Click the right mouse button in an editable field. A menu will appear with the option to paste a disposable email address.
<<lessThis helps to protect you from spam mails and could be useful when subscribing to forums or newsletters.
The email addresses can be deleted at any time!
This plugin uses the free TrashMail.net DEA service.
Guide to use this extension:
Click the right mouse button in an editable field. A menu will appear with the option to paste a disposable email address.
Download (0.015MB)
Added: 2007-07-19 License: MPL (Mozilla Public License) Price:
837 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above net transport 1.0 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed