Software Index
Related Topics
Popular Trends
Trending Topics
 

Bivariate Analyses Defined

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Password Administrator
Award-winning utility to manage password accounts. Features include grouping and sub-grouping, multiple databases, expiring passwords reminder, user-defined interface, super-fast searching, extensive reporting tool, auto-logon, minimize to system-tray, secure encryption, access log, password generator, import/export, and more. 10 fields including notes, ...
November 4th 2001 Shareware  5 stars 3k
ContactGenie Importer
ContactGenie Importer is a contact import tool for Microsoft Outlook 2000/2003 to rapidly and efficiently import new contacts/leads received on a repetitive basis without re-entering mapping info. All major file formats supported (CSV - tab/custom delimited - MS Access and ...
April 21st 2003 Shareware  4.5 stars 4,275k
bluevizia Marketing Manager
bluevizia Marketing Manager is a powerful software, made by marketing experts for situation analyses, what-if scenarios and strategies. No gurus needed - it will guide you step-by-step through your business analysis and strategy development.

Meant for small and mid-sized businesses, ...
June 17th 2006 Demo    36,138k
GSA Regnow Statistics Expert
The GSA RegNow Statistics Expert is a software tool especially developed and tested for RegNow users. It offers a variety of functions for statistic analyses, customer management and data security. Graphical reports give you an immediate review about the state ...
September 2nd 2009 Shareware    6,092k
DMT SQL Decryptor
DMT SQL Decryptor is a powerful database objects decrypt tools for Microsoft SQL Server 2000, 2005. Using it you can quickly decrypt stored procedures, views, user defined functions, table triggers, database triggers and server triggers in an easy to use ...
June 28th 2007 Shareware    1,829k
Master Investor
Master Investor (MI) is a comprehensive portfolio management and technical analysis program for individual investors, financial advisors and money managers.

MI includes comprehensive portfolio management for up to 1000 portfolios of stocks, bonds, options, mutual funds, cash accounts, other assets ...
July 19th 2007 Shareware    1,411k
CodeTwo Outlook Export
CodeTwo Outlook Export is an easy-to-use free tool for quick and advanced export of data from Microsoft Outlook to CSV text files. The program allows exporting much more data than offered by the built-in export feature in Outlook, allowing the ...
October 29th 2007 Freeware    3,594k
MeOnTime
MeOnTime is a well-priced time tracking software for all professions that need to account their working hours, like freelancers, lawyers, tax counselors, consultants and project teams.

With different helpful time tracking methods, from to the second accounting to a rough ...
October 18th 2007 Shareware    7,923k
Cacti linux
Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti project provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box.

All ...
March 23rd 2011 Freeware    2,181k
Evolution for Linux
Evolution provides integrated mail, addressbook and calendaring functionality to users of the GNOME desktop.

Here are some key features of "Evolution":

· No viruses or worms
· Junk filtering
· Desktop integration
· Developer Platform (EDS)
· Evolution#
· EPlugin
· Advanced email searching
· Web calendars
· vFolders
· User-defined ...
January 2nd 2011 Freeware    35,697k
CLISH
CLISH project is a modular framework for implementing a CISCO-like CLI on a Unix system. Arbitrary command menus and actions can be defined using XML files.

This software handles the user interaction, and forks the appropriate system commands to perform any ...
May 25th 2011 Freeware    504k
checkps
Devialog is a behavior/anomaly-based syslog intrusion detection system which detectsattacks via anomalies in syslog.

Present log-based IDS:

Nearly all present log-based intrusion detection systems operate using a pre-defined known signature base, usually painstakingly created by hand. They can work well if the ...
November 15th 2011 Freeware    20k
Sanescript for Linux
Sanescript is a Python library for creating scripts with sub-commands, and options from the command line, environment, and config files. This module is made up of two separate entities: * Config framework * Scripting framework Commands are specified which are ...
January 12th 2011 Freeware    10k
Streamnik Server
Streamnik Server project is an IPTV server based on the open codecs Ogg/Vorbis and Ogg/Theora. It can stream a number of different channels and is optimized to run on leased (virtual) servers. The program schedule is defined by an SQL ...
May 26th 2011 Freeware    123k
Storage Resource Broker
Storage Resource Broker is client-server middleware that provides a uniform interface for connecting to heterogeneous data resources over a network and accessing replicated data sets.

SRB, in conjunction with the Metadata Catalog (MCAT), provides a way to access data sets and ...
January 19th 2011 Freeware    17,408k
Test::GlassBox:: Heavy
If you have a Perl program to test, one approach is to run the program with various command line options and environment settings and observe the output. This might be called black box testing because you're treating the program as ...
January 1st 2011 Freeware    20k
Tkabber
Tkabber provides a Tcl/Tk interface to the Jabber instant messaging and presence service.

Tcl/Tk is a graphical scripting language that runs on the Unix, Windows, and Macintosh platforms. The choice of Tcl/Tk for a Jabber client is three-fold:

* it is portable: ...
July 17th 2011 Freeware    1,004k
Filesys::Virtual ::Async::inMemor y
Filesys::Virtual::Async::inMemory is a Perl module to mount filesystems that reside in memory (sort of ramfs).

SYNOPSIS

#!/usr/bin/perl
use strict; use warnings;
use Fcntl qw( :DEFAULT :mode ); # S_IFREG S_IFDIR, O_SYNC O_LARGEFILE etc

# uncomment this to enable debugging
#sub Filesys::Virtual::Async::inMemory::DEBUG ...
February 24th 2011 Freeware    20k
Fry::Lib::CDBI:: Load
Fry::Lib::CDBI::Load is a Perl module that sets up a Class::DBI connection and basic variables expected by any Class::DBI library.

This module sets up a Class::DBI connection either using Class::DBI::Loader or with an explicit &set_db call. When the flag CDBI_Loader is set, ...
April 7th 2011 Freeware    20k
GSL shell
GSL shell is an interactive command line interface that allows you to access the functions provided by the GNU Scientific Library.
GSL shell can be used interactively to perform calculations with matrices or vectors but it does allow also to write ...
July 16th 2011 Freeware    307k
Related Scripts
Building User Defined Components in ASP.NET
Web user controls are the first part discussed in this article by the author. The main objective of this tutorial is to build user defined components in ASP.NET. The author explains about the access of the web user control along ...
November 26th 2005 Freeware     
Creating User-Defined Data Types in Yukon
This article obviously discusses about user defined data types and helps the users to create data types on .NET framework by using Yukon and whidbey of Visual Studio.NET. This article has provided different procedures which is used for creating User ...
November 24th 2005 Freeware     
How to call a procedure defined in a webpage from a usercontrol
This article teaches about how to access a procedure which has been defined in a web pages with the help of user control. To call a procedure from a web page the author uses two different methods, a)- with the ...
December 8th 2005 Freeware     
load
This is a server script based on perl that analyses the system load level which can be higher and lower than a specified amount. This script provides a set of specified user defined commands according to the level of the ...
December 1st 2005 Freeware     
The SQL Server Transact-SQL User-Defined Function of the Week
T-SQL user defined functions are explained in the weekly newsletter clearly. These user defined funtions are added to the SQL Server database which is very useful for the database administrators and programmers. UDF helps us to reuse the code any ...
December 11th 2005 Freeware     
WebServices and passing a user-defined Object
This tutorial describes about web services and what are the procedures to be followed for passing a user defined object through web services. If the users want to test this feature on their web services they can drag given example ...
November 23rd 2005 Freeware     
GSA Regnow Statistics Expert
A software especially developed and tested for RegNow users. It offers a variety of functions for statistic analyses, customer management and data security. Graphical reports give you an immediate review about the state and development of your sales.
August 1st 2007 Commercial    5,018k
.htaccess Protect With Pleasure v1.0
Features include: Easy to install with installation script, Low cost ,Pretty administrative interface ,Don't need SSI, Don't need Data Any Bases / Don't store plain passwords, Help Avaliable, Add, Modify, Delete password protection for any directory on your server. No ...
November 26th 2005 Commercial     
@1 Calendar Publisher
This is an online web calendar script. Some of the salient features available include display a list of defined number of nearest coming events under the calendar, allows you to view events by individual days, list all events in a ...
December 21st 2005 Commercial     
1 Document Publisher
1 Document Publisher is a Unix compatible program that maintains your online documents such as installation guides, handbooks, FAQs, manuals and so on .... all in an organized manner with automatic index numberings. Features include add mode, delete mode, edit ...
November 24th 2005 Commercial     
Related Code
paxScript.NET 2.0.1
The Microsoft NET version of paxScript (paxScript.NET) includes interpreter of C# and VB.NET languages. It will be extended with Delphi.NET interpreter in the future releases. The key features of paxScript.NET are: - paxScript.NET is written in C#. Source code of ...
February 8th 2006     581k
COMCENTER 1.2
COMMUNICATION CENTER is created for small web projects, for teams who will work directly with client and need his feedback about the status of the project. It can be used as a small BUG TRACKING system. It has an easy ...
March 6th 2006     51k
A C++ Mastermind Simulation Package 8.0
This package provides tools for simulating the classic Mastermind board game. Classes defined include Code, Player, CodeMaker, and CodeBreaker. Also included are a console game UI and a brute-force simulation program. This package was originally co-authored by Mr. Wayne Martin.
April 15th 2006     9k
Avoiding Cursors
Some times, in our query, we may use temporary tables and cursor's to get the required result. This implementation in some cases can be avoided using User Defined Functions.
May 6th 2006     4k
3D -> 2D vertices transformations
All the transformations needed to visualize a 2D point on a flat screen from a 3D point defined in its local space. Article is in Microsoft Word format.
June 4th 2006     78k
New Software
Popular Software