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

Navicat Net Data Provider freeware
Filter: All | Freeware | Demo
 

Navicat Net Data Provider

< 1 2 3 4 5 > 
Added: March 20, 2010 | Visits: 2.515

Net::SMTP::TLS Net::SMTP::TLS is an SMTP client supporting TLS and AUTH. SYNOPSIS use Net::SMTP::TLS; my $mailer = new Net::SMTP::TLS( your.mail.host, Hello => some.host.name, Port => 25, #redundant User => emailguy, Password=> s3cr3t); $mailer->mail(emailguy@your.mail.host);...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (295): Net::SMTP::TLS Download

Added: June 19, 2010 | Visits: 956

Net::Z3950::SimpleServer Net::Z3950::SimpleServer is a simple Perl API for building Z39.50 servers. SYNOPSIS use Net::Z3950::SimpleServer; sub my_search_handler { my $args = shift; my $set_id = $args->{SETNAME}; my @database_list = @{ $args->{DATABASES} }; my $query = $args->{QUERY}; ## Perform the query on...





Platforms: *nix

License: Freeware Size: 28.67 KB Download (92): Net::Z3950::SimpleServer Download

Added: June 25, 2010 | Visits: 1.058

Data::ENAML Data::ENAML is a Perl extension for ENAML data representation. SYNOPSIS use Data::ENAML qw (serialize deserialize); print serialize(login => {nick => Schop, email => ariel@atheist.org.il, tagline => If I had no modem I would not lose Regina}); $struct = deserialize(bad-nick: {nick:...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Data::ENAML Download

Added: May 14, 2010 | Visits: 1.153

Net::AIM Net::AIM is a Perl extension for AOL Instant Messenger TOC protocol. SYNOPSIS use Net::AIM; $aim = new Net::AIM; $conn = $aim->newconn(Screenname => Perl AIM, Password => yaddayadda); $aim->start; This module implements an OO interface to the Aol Instant Messenger TOC protocol. This...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (105): Net::AIM Download

Added: February 19, 2010 | Visits: 1.147

Net::DBus Net::DBus provides a Perl binding for the DBus messaging system. Net::DBus enables services to be exported to the bus, as well as full use of services present on the bus. Modules: Net::DBus Perl extension for the DBus message system0.33.2 Net::DBus::ASyncReply asynchronous method reply...


Platforms: *nix

License: Freeware Size: 82.94 KB Download (96): Net::DBus Download

Added: June 14, 2010 | Visits: 1.215

Net::FTP::File Net::FTP::File is a Perl extension for simplifying FTP file operations. SYNOPSIS use Net::FTP::File; my $ftp = Net::FTP->new("some.host.name", Debug => 0) or die "Cannot connect to some.host.name: $@"; $ftp->login("anonymous",-anonymous@) or die "Cannot login ", $ftp->message;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (104): Net::FTP::File Download

Added: November 14, 2010 | Visits: 1.163

Net::FTP Net::FTP is a FTP Client class. Net::FTP is a class implementing a simple FTP client in Perl as described in RFC959. It provides wrappers for a subset of the RFC959 commands. FTP stands for File Transfer Protocol. It is a way of transferring files between networked machines. The protocol...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (99): Net::FTP Download

Added: May 12, 2010 | Visits: 1.065

Net::eBay Net::eBay is a Perl Interface to XML based eBay API. SYNOPSIS This module helps user to easily execute queries against eBays XML API. Copyright Igor Chudov. ################################################## # For support, docs, info, email to author go to # # # #...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): Net::eBay Download

Added: October 16, 2010 | Visits: 1.304

Net::BitTorrent::PeerPacket Net::BitTorrent::PeerPacket is a Parse/Build Peer Packets from BitTorrent. SYNOPSIS # Encode a packet my $binary_packet = bt_build_packet($key1, $value1, $key2, $value2); # Decode a packet my $parsed_packet = bt_parse_packet($binary_data); Net::BitTorrent::PeerPacket handles parsing and...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (118): Net::BitTorrent::PeerPacket Download

Added: July 01, 2010 | Visits: 2.066

Net::DNS::ZoneFile Net::DNS::ZoneFile is a Perl extension to convert a zone file to a collection of RRs. SYNOPSIS use Net::DNS::ZoneFile; my $rrset = Net::DNS::ZoneFile->read($filename[, $root]); print $_->string . "n" for @$rrset; my $rrset = Net::DNS::ZoneFile->readfh($fh[, $root]); # OR my $rrset =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Net::DNS::ZoneFile Download

Added: July 22, 2010 | Visits: 1.114

Net::Amazon::Property::DVD Net::Amazon::Property::DVD is a Perl class for DVDs on amazon.com. SYNOPSIS use Net::Amazon; # ... if($resp->is_success()) { for my $prop ($resp->properties) { print $_->title(), " ", $_->studio(), " ", $_->year(), "n"; } Net::Amazon::Property::DVD is derived from...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (108): Net::Amazon::Property::DVD Download

Added: September 26, 2010 | Visits: 1.334

Net-SNMP Net-SNMP project provides tools and libraries relating to the Simple Network Management Protocol. Installation: The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation. It uses those values to create a `Makefile in each...


Platforms: *nix

License: Freeware Size: 3.81 MB Download (149): Net-SNMP Download

Added: October 03, 2010 | Visits: 871

Net::DNS::TestNS Net::DNS::TestNS is a Perl extension for simulating simple Nameservers. SYNOPSIS use Net::DNS::TestNS; ABSTRACT Class for setting up "simple DNS" servers. Class to setup a number of nameservers that respond to specific DNS queries (QNAME,QTYPE) by prespecified answers. This class is to...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): Net::DNS::TestNS Download

Added: January 23, 2010 | Visits: 1.310

Net::Proxy Net::Proxy is a Perl framework for proxying network connections in many ways. SYNOPSIS use Net::Proxy; # proxy connections from localhost:6789 to remotehost:9876 # using standard TCP connections my $proxy = Net::Proxy->new( { in => { type => tcp, port => 6789 }, out => { type => tcp,...


Platforms: *nix

License: Freeware Size: 29.7 KB Download (148): Net::Proxy Download

Added: May 07, 2010 | Visits: 872

Net::Delicious::Simple Net::Delicious::Simple is a Net::Delicious for backups. SYNOPSIS use Net::Delicious::Simple; my $del = Net::Delicious->new(user => plki, pswd => secret); print "$_->{href}n" for $del->all_posts; __top If you want to do anything interesting with del.icio.us automation, you probably want...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Net::Delicious::Simple Download

Added: August 09, 2010 | Visits: 1.260

Net::DNS::Sendmail Net::DNS::Sendmail is a Simple Mail Transfer Mail Client with MX lookup. Which will basically act as a primitive sendmail MTA. SYNOPSIS use Net::DNS::Sendmail; # Constructors $smtp = Net::DNS::Sendmail->new(); $smtp->to("john@gmail.com, mary@yahoo.com, goliath@hotmail.com");...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Net::DNS::Sendmail Download

Added: October 08, 2010 | Visits: 632

Net::XWhois Net::XWhois is a Whois Client Interface for Perl5. SYNOPSIS use Net::XWhois; $whois = new Net::XWhois Domain => "vipul.net" ; $whois = new Net::XWhois Domain => "bit.ch", Server => "domreg.nic.ch", Retain => 1, Parser => { nameservers => nserver:s+(S+), }; The Net::XWhois class...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (86): Net::XWhois Download

Added: October 14, 2010 | Visits: 1.174

Sowa Data Capacitor Sowa Data Capacitor is a unified Java API for accessing data in several different forms, such as XML, database or memory. Installation: Sowa Data Capacitor now not need any dependences (except ant), but itll propably have. To build it you have to have: * Apache Ant * JDK of Java 2 To...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (141): Sowa Data Capacitor Download

Released: December 21, 2013  |  Added: January 07, 2014 | Visits: 817

WinCln .NET "Win" means for MS Windows, "Cln" is the short form of cleanup. WinCln .NET program is used to cleanup the useless files in a PC. It aims to protect your privacy by removing the sensitive data like system logs, visited website, e-mail content and more. Clean up fast : No install is needed, no...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 546.66 KB Download (88): WinCln .NET Download

Released: October 25, 2012  |  Added: October 25, 2012 | Visits: 853

DotNet (.NET) Version Check DotNET Version Checker will tell you whether you have the required components to run Microsoft .NET (dotNet) applications, and lists all the installed runtimes if present. It checks the version of MDAC (data access components), Internet Explorer and the .NET runtime and servicepacks installed on...


Platforms: Windows

License: Freeware Size: 122.88 KB Download (495): DotNet (.NET) Version Check Download

< 1 2 3 4 5 >