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

Net Detective Standard Login freeware
Filter: All | Freeware | Demo
 

Net Detective Standard Login

< 1 2 3 4 5 > 
Added: September 16, 2006 | Visits: 5.052

SDE for Visual Studio .Net (CE) SDE for Visual Studio .Net is a UML CASE tool totally integrated with Microsoft Visual Studio. It supports full software development lifecycle - analysis, design, implementation, testing and maintenance. It combines the power of UML modeling facilities and Microsoft Visual Studio .Net. It helps...

License: Freeware Size: 6.84 MB Download (468): SDE for Visual Studio .Net (CE) Download

Added: July 15, 2006 | Visits: 3.023

Olvio.Ecommerce for Authorize.Net Olvio.Ecommerce is a payment processing class library for the Authorize.Net gateway. It includes all the latest features, SIM and AIM integration methods, CC and ECHECK processing, hash validation, response stream reader and more. Platforms: Windows, Windows CE

License: Freeware Size: 501 KB Download (113): Olvio.Ecommerce for Authorize.Net Download

Added: January 11, 2006 | Visits: 2.880

PKIBlackbox (.NET) PKIBlackbox.NET is a comprehensive component collection that adds Public Key Infrastructure (PKI) support to your .NET application. PKI includes X.509 certificates, certificate requests, certificate revokation lists, certificate storages etc. . Main PKIBlackbox functions are: * generate and... Platforms: Windows

License: Freeware Size: 4.42 MB Download (560): PKIBlackbox (.NET) Download

Released: May 01, 2006  |  Added: November 01, 2014 | Visits: 3.148

WinTools.net WinTools.net is a suite of tools for increasing operating system performance. WinTools.net cleanly removes unwanted software from disk drives and dead references from the Windows registry. WinTools.net puts you in control of the Windows start up process, memory monitoring and gives you the power... Platforms: Windows

License: Freeware Cost: $29.99 USD Size: 800 KB Download (171): WinTools.net Download

Released: January 05, 2008  |  Added: January 21, 2008 | Visits: 7.819

GoldFish.Net GoldFish.Net is a powerful way to develop, manage, and maintain your Oracle databases. This Charityware application offers an ever expanding set of features such as a Schema Browser with QuickEdit functionality allowing you to update your application code within a single interface. GoldFish.Net... Platforms: Windows

License: Freeware Size: 4.23 MB Download (152): GoldFish.Net Download

Released: July 28, 2008  |  Added: July 30, 2008 | Visits: 7.355

Web Form Builder Web Form Builder is a standard code generator project that implements a production quality ASP.NET 3.5 application with SqlDataSource as a data access layer. This type of project is perfect for a small to medium size database. Microsoft SQL Server 2005 and Oracle 11g database servers are... Platforms: Windows

License: Freeware Size: 460.16 KB Download (1287): Web Form Builder Download

Added: August 01, 2008 | Visits: 1.823

emagiC CMS.Net Emagine is a Belgium based ICT company, founded in the year 2000, that focuses on the development of a cost-efficient and user-friendly Enterprise Content Management System emagiC CMS.Net. The emagiC CMS.Net framework is one of Europels fastest growing systems for building and maintaining... Platforms: Windows

License: Freeware Size: 6.05 MB Download (144): emagiC CMS.Net Download

Released: September 20, 2009  |  Added: October 28, 2009 | Visits: 17.603

Zeta Resource Editor Zeta Resource Editor is a free application that enables you to edit standard Microsoft .NET string resources from multiple different resource files together inside one single data grid. This simplifies the translation of strings to multiple different languages by providing you a compact and... Platforms: Windows

License: Freeware Size: 14.77 MB Download (156): Zeta Resource Editor Download

Added: January 18, 2010 | Visits: 1.844

Net::Flickr::Backup 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);... Platforms: *nix

License: Freeware Size: 23.55 KB Download (100): Net::Flickr::Backup Download

Added: January 18, 2010 | Visits: 1.298

Net::Blogger::Engine::Userland::metaWeblog Net::Blogger::Engine::Userland::metaWeblog is a userLand metaWeblog API engine. SYNOPSIS my $radio = Blogger->new(engine=>"radio"); $radio->Proxy(PROXY); $radio->Username(USERNAME); $radio->Password(PASSWORD); $radio->metaWeblog()->newPost( title=>"hello", description=>"world",... Platforms: *nix

License: Freeware Size: 24.58 KB Download (98): Net::Blogger::Engine::Userland::metaWeblog Download

Added: January 18, 2010 | Visits: 1.030

Net::Delicious::Iterator 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... Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): Net::Delicious::Iterator Download

Added: January 18, 2010 | Visits: 1.151

Net::Delicious::Constants::Config Net::Delicious::Constants::Config are constant variables for Net::Delicious default configs. SYNOPSIS use Net::Delicious::Constants qw (:config) __top Constant variables for Net::Delicious default configs.. Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Net::Delicious::Constants::Config Download

Added: January 18, 2010 | Visits: 1.495

net-check net-check package is a pair of simple perl scripts that will monitor and report on your internet connectivity. The scripts came about when my DSL provider repeatedly dropped the connections on a machine that was used exclusively as a dial-up gateway. In addition, since I am spending $50 a... Platforms: *nix

License: Freeware Size: 15.36 KB Download (112): net-check Download

Added: March 20, 2010 | Visits: 2.526

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

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 (93): Net::Z3950::SimpleServer Download

Added: May 14, 2010 | Visits: 1.161

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: May 26, 2010 | Visits: 1.675

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: November 01, 2010 | Visits: 1.674

Firebird .NET Data Provider Firebird .NET Data Provider is an ADO.NET data provider for Firebird. Firebird .NET Data Provider is written in C# and provides a high-performance native implementation of the Firebird API. It also includes an implementation of the Firebird Services API and Firebird array datatype support.... Platforms: *nix

License: Freeware Size: 573.44 KB Download (218): Firebird .NET Data Provider Download

Added: June 24, 2010 | Visits: 1.185

Net::CyanChat::Server Net::CyanChat::Server is a Perl interface for running a CyanChat server. SYNOPSIS use Net::CyanChat::Server; our $cho = new Net::CyanChat::Server ( host => localhost, port => 1812, debug => 1, ); # Start the server. $cho->connect(); # Loop. $cho->start(); Net::CyanChat::Server... Platforms: *nix

License: Freeware Size: 20.48 KB Download (102): Net::CyanChat::Server Download

Added: September 12, 2010 | Visits: 886

Net::CyanChat 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) );... Platforms: *nix

License: Freeware Size: 20.48 KB Download (99): Net::CyanChat Download

< 1 2 3 4 5 >