Software Index
Related Topics
Popular Trends
Trending Topics
 

History Of Data Communication Network

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Maxtech PNP Data/Fax/Voice Modem Driver
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
January 14th 2011 Freeware    20k
VERSA C160 Network name replication patch for XP
Install Notes
Download file and double click on it for execution
Follow instructions on screen

It is highly recommended to always use the most recent driver version available.

Do not forget to check with our site as often as possible in order to ...
January 23rd 2011 Freeware    215k
VERSA C250 Network name replication patch for WinXP
Install Notes
Download file and double click on it for execution
Follow instructions on screen

Issue Notes Windows XP users need Service Pack 2

It is highly recommended to always use the most recent driver version available.

Do not forget to check with our ...
February 25th 2011 Freeware    215k
Data::LineBuffer for Linux
Data::LineBuffer is a Perl module that provides a very rudimentary input push back facility. It provides a layer between the input source and the calling routine which allows data to be pushed back onto the input source for retrieval, as ...
July 1st 2011 Freeware    10k
Data::DRef
Data::DRef is a Perl module that provides a streamlined interface for accessing values within nested Perl data structures. These structures are generally networks of hashes and arrays, some of which may be blessed into various classes, containing a mix of ...
June 13th 2011 Freeware    10k
Data::Walk
Data::Walk is a module to traverse Perl data structures.

SYNOPSIS

use Data::Walk;
walk &wanted, @items_to_walk;

use Data::Walk;
walkdepth &wanted, @items_to_walk;

use Data::Walk;
walk { wanted => &process, follow => 1 }, $self;

The above synopsis bears an amazing similarity to File::Find(3pm) and ...
April 25th 2011 Freeware    20k
Data::Visitor::E ncode
Data::Visitor::Encode is a Perl module to encode/decode values in a structure.

SYNOPSIS

use Data::Visitor::Encode;

my $dev = Data::Visitor::Encode->new();
my %hash = (...); # assume data is in Perl native Unicode
$dev->encode('euc-jp', \%hash); # now strings are in euc-jp
$dev->decode('euc-jp', \%hash); # ...
July 13th 2011 Freeware    20k
Dell 1600n network scanner driver
Dell 1600n network scanner driver is a driver for network scanning using a Dell 1600n Printer/Scanner/Fax/Copier.

It is implemented as a Perl script. In principle, this means that it should be cross-platform.

It has been tested under Linux (Debian) and Windows (NT4 ...
August 14th 2011 Freeware    410k
Data Storm
Data Storm is a free open source database browser. While there are millions of data base browsers freely available online, Data Storm is different as it can be launched directly from within your Java code. This enables you to see ...
November 11th 2011 Freeware    193k
Data.Stream for Mac
Data.Stream is a free and open source Haskell package that implements functions, analogous to those from Data.List, to create and manipulate infinite lists: data Stream a = Cons a (Stream a).. . Publisher of Data.Stream for Mac, Author of Data.Stream ...
August 10th 2011 Freeware    10k
OmniAudit
OmniAudit automatically and transparently tracks changes to data in any column of any table in your Microsoft SQL Server 7.0 or 2000 databases. Simply select the tables and columns you want to audit, and OmniAudit does everything for you. OmniAudit ...
May 30th 2003 Commercial  5 stars 6,883k
IGS-Replicator
IGS-Replicator 2.0 makes the exchange of data between databases a pleasure. All the functions you need are at your fingertips in a single intuitive environment, and the program handles most of the complex, technical aspects of the process for you. ...
May 29th 2006 Demo    25,916k
Maxtech PCN2000 Ethernet Card Driver
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
January 19th 2011 Freeware    328k
Maxtech Novell Shell Driver
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
May 5th 2011 Freeware    82k
Maxtech NXP16 Driver
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
May 22nd 2011 Freeware    10k
Maxtech GVC NIC-2003 Driver
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
July 13th 2011 Freeware    133k
Maxtech EMM386 Driver 4.49
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
March 14th 2011 Freeware    123k
Maxtech NX-32EISA Driver
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
November 8th 2011 Freeware    174k
Maxtech NX-110PCI/V rev 2 Driver
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
May 12th 2011 Freeware    768k
Maxtech NX-110PCI/V with VIA chipset Driver
MaxTech Corporation designs, manufactures and markets a complete line of Data Communication, Connectivity and PC products. This includes: Modems, Network, PCMCIA, Monitor, Palm-Size PC's, Desktop PC's and Notebook Computers for distribution, OEM requirements and retail markets.

It is highly recommended to ...
September 12th 2011 Freeware    317k
Related Scripts
An Extensive Examination of Data Structures
An Extensive Examination of Data Structures is an article which describes general tree data structure, what is nodes and binary search tree. From this article, you can gain knowledge on how to insert a new node, how to delete a ...
November 27th 2005 Freeware     
Multiple pages of data from a text file
This is a tutorial where users can store their data in the text file. This tutorial defines a default page and decides how much data should be allowed for display. This article provides more tips about storage of data in ...
December 19th 2005 Freeware     
ElegantJ Data Trees: Java Bean Component
For hierarchical data representation, select ElegantJ Data Trees for dynamic data-driven tree. ElegantJ Data Trees JavaBean™ can handle large volume of data with ease with a large number of nodes and levels in the tree. In addition to in-built search ...
July 18th 2007 Commercial    1,741k
Euratlas history and geography of Europe: physical and historical atlas
Historical Atlas of Europe, a sequence of 21 cartographic snapshots showing history of Europe. Mountains, rivers, cities, countries, towns and landscapes.
December 12th 2005 Commercial     
myPayPal History Parser Module
Parses a comma delimited PayPal history file, adds the contents to a MySQL database table and provides a solid foundation and database to develop web applications that can utilize this data. The parsing algorithm builds correct timestamps and intelligently parses ...
December 19th 2005 Freeware     
Quality of Networks
This is a networking utility where the network quality is maintained with the reqiured parameters. This tool provide data resources like listening and sniffing to network traffic, evaluating the flow of data from routers and switches and collecting and recording ...
December 21st 2005 Freeware     
R-Studio Data Recovery Software
This is a file manipulating program where the users can perform the process of undeleting files and recovering data in network disks, local disks in damaged and formatted partitions. This utility undelete the files in the recycle bin. Features like ...
November 26th 2005 Freeware     
A Brief History of Hypertext
Through this tutorial, you can learn clearly about the part of HTTP protocol to create and maintain both static and dynamic websites. And in this article the limitations in HTML static content are explained with easier sample and it tells ...
November 26th 2005 Freeware     
ActiveXperts Network Monitor
ActiveXperts Network Monitor is the leading solution for monitoring all aspects of your LAN and WAN servers, workstations and devices. For years, System Administrators, Network Operators and Helpdesk employees have relied upon the power, flexibility and reliability of the ActiveXperts ...
December 20th 2005 Commercial     
Advanced Data Grid Control
This java Data Grid Control applet enables the display of data in rows and columns in java & web applications. Powerful features include Fast Sorting, Data Acquisition, URL Hyperlinks, Embedded Images, Column Totalling and much more. / Enables Dynamic interaction ...
December 13th 2005 Commercial     
Related Code
Data Correlation
Stored Procedure used to determine the Linear Correlation between 2 variabes in a table of your database. This can also be used to determine the goodness of fit (Linear Regression) or best straight line between two columns of data in ...
May 3rd 2006     3k
Advanced Data Delimiting (Byte Delimiting)
Use this method with Winsock. Ever had it when you need to send lots of data all at once, and you need individual structured fields for each commands? Does your field data contain special characters or binary data? Conventional methods ...
September 21st 2006     25k
CuteSQL 1.2
CuteSQL is a freeware utility for all database fans. It allows you to execute SQL commands and queries against any database. Available connections: Native, via ODBC or via ADO. Directly supported databases: Oracle, MS SQL, Interbase, DB2, MySQL, PostgreSQL, FB ...
February 4th 2006     1,125k
ADO.NET Express Pro 1.2.0
ADO.NET Express is an add-in for Visual Studio 2003 that generates class methods for calling stored procedures and executing common types of SQL statements. It supports C#/VB and SQL Server/Oracle. ADO.NET Express looks similar to Server Explorer. You can add ...
February 8th 2006     398k
Sp_GetCharDataLengthAnalysis
Scan all your character based columns and review the minimum, maximum, average length of data stored in that column. As well as the efficiency rating for that column.
May 6th 2006     2k
New Software
Popular Software