Software Index
Related Topics
Popular Trends
Trending Topics
 

Parameters

All | Freeware
Product Title  /  Popularity Revised License Rating Size
Web Essence
Compares performance of different parameters, for available Web Servers, under test. 3D Graphical output. Executes benchmarks based on both Time and Request. Secured login for authorized access to benchmark files. Single machine and multi-machine support. Allows simulation of 1000+ clients ...
January 28th 2004 Commercial  5 stars 1,399k
Zipsearch
Zipsearch finds files, search zip archives, locate text view files, display search strings, match text , uses files extensions, replace text in zip archives. It searches subfolders & uses file dates, files size, text, case sensitive search strings. Search up ...
April 17th 2004 Shareware  5 stars 2k
RunClik
RunClik - the ultimate application launcher.

Have you ever wondered how to group your favorite programs and run them all - with just one click?

RunClik is an application launcher that lets you quickly open more than one program by ...
October 6th 2005 Shareware    562k
Hercules Annex A Modem Router Firmware .59A
Improvements brought in addition to versions 1.0.5(3.6.0A) and 1.0.24(3.6.0A) :

? You can now manually modify the MTU value for ADSL packets, operation requested by some ISPs, like AOL.
? A table with the ADSL parameters specific to the main ISPs for ...
June 21st 2011 Freeware    2,591k
Hercules Annex B Modem Router Firmware .59B
Improvements brought in addition to versions 1.0.5(3.6.0A) and 1.0.24(3.6.0A) :

-You can now manually modify the MTU value for ADSL packets, operation requested by some ISPs, like AOL.
-A table with the ADSL parameters specific to the main ISPs for a manual ...
July 23rd 2011 Freeware    2,109k
ccollect
ccollect project does (pseudo) incremental full backups with different exclude lists, using hard links and rsync.

ccollect backups data from local or remote hosts to your local harddisk. Using hard links, only very less space is needed for this kind of ...
November 14th 2011 Freeware    61k
CGI::Panel
CGI::Panel is a Perl module that allows applications to be built out of simple object-based components. It'll handle the state of your data and objects so you can write a web application just like a desktop app. You can forget ...
August 22nd 2011 Freeware    41k
Console Xine Front End
Console Xine Front End (CXFE) is an extremely simple front end for Xine. It is meant to be comfortable for people used to MPlayer.

So why not just use MPlayer?

While MPlayer is an excellent movie player, its dvd playback capabilties has ...
June 16th 2011 Freeware    72k
check_hpasm
check_hpasm project is a plugin for Nagios which checks the hardware health of Hewlett-Packard Proliant Servers. To accomplish this, you must have installed the hpasm package. The plugin checks the health of

??? Processors
??? Power supplies
??? Memory modules
??? Fans
??? CPU- and ...
January 16th 2011 Freeware    963k
SQL Admin
SQL Admin is a Java client application to connect and send queries to different databases through JDBC.

SQLAdmin uses the brand new SWT Toolkit. The main idea is to create a multiplatform and multidatabase thin client. For example, you can connect ...
June 16th 2011 Freeware    37k
SQLAlchemy
SQLAlchemy is a SQL toolkit and object relational mapper for Python.

The Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, ...
February 10th 2011 Freeware    1,331k
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
Guarddog
Guarddog is a firewall configuration utility for Linux systems. It is aimed at two groups of users. Novice to intermediate users who are not experts in TCP/IP networking and security, and those users who don't want the hastle of dealing ...
February 6th 2011 Freeware    993k
formlayout
formlayout is a tiny Python library for creating form dialogs/widgets to edit various type of parameters with having to write any GUI code (it requires Python 2.x and PyQt4 4.y, with x >= 5 and y > 3).
Installation

formlayout requires Python ...
February 5th 2011 Freeware    10k
CrystalDiffract for Mac
A user-friendly, elegant program for working with x-ray and neutron powder diffraction patterns from crystals.

CrystalDiffract can simulate and visualize diffraction patterns from any CrystalMaker binary file. You can manipulate patterns in real time, with extensive control over all aspects of ...
August 3rd 2011 Demo    5,048k
Filter Images by Orientation for Mac
Filter Images by Orientation is a free Automator action that will filter image files passed from the previous action according to the chosen orientation parameters.. . Publisher of Filter Images by Orientation for Mac, Author of Filter Images by Orientation ...
May 26th 2011 Freeware    113k
SynVisum for Mac
Displays visual effects provided by Quartz, the drawing system in Mac OSX. Multiple Quartz Compositions, still images, QuickTime movies and video inputs can be mixed at arbitrary ratio. In addition to Quartz Compositions provided by Mac OSX and SynVisum, any ...
November 3rd 2011 Demo    8,458k
googlechartwrapp er for Mac
googlechartwrapper is a free and open source Java library for Google's Chart API. googlechartwrapper supports developers to generate charts within the java environment via an intuitive API.

All features of the google API are supported and it is easily expandable to ...
July 3rd 2011 Freeware    307k
Doremisoft Mac Flip Converter
The flip video family including Flip Utra, Flip Utra HD, Flip Mino, Flip Mino HD get more and more fashionable for its easy-to-use and simply-to-share function. Flip camcorders makes people's life courful. However, you may found the flip camcorder has ...
July 9th 2011 Shareware    26,767k
DataFit
DataFit is a tool used to perform nonlinear regression (curve fitting), statistical analysis & data plotting. Fit equations with up to 100 parameters to data with up to 20 independent variables. Define your own equations or choose from over 350 ...
September 4th 2001 Commercial  5 stars 5k
Related Scripts
Automating Stored Procedure Parameters with XML
Automating Stored Procedure Parameters with XML is a tutorial which explains you about passing the XML information as the parameter of the stored procedure. In this tutorial the author passes the XML input parameter with the help of the XmlTextReader ...
December 11th 2005 Freeware     
Avoid The Parameters Collection With The Microsoft .NET Data Provider For Oracle
Avoid The Parameters Collection With The Microsoft .NET Data Provider For Oracle is an article which gives you the solution for getting the recordsets from the stored procedure with out using the parameter collection of the oracle command object. The ...
December 3rd 2005 Freeware     
Handling optional parameters in C#
Handling optional parameters in C# is an article which provides you some information about using the optional parameters in the user defined functions of C#. You can accomplish this operation by creating a class that encapsulates all the possible arguments ...
November 30th 2005 Freeware     
Optional Parameters in C#
Optional Parameters in C# is a tutorial which provides you some information about using the optional parameters in the functions of C#. The author explains the procedure with sample programs. This is a simple and easy to learn tutorial.
December 18th 2005 Freeware     
Optional SQL Stored Procedure Parameters
This article is helpful for the users who want to manage their database table and also it gives important notes to the users i.e- it explains about optional SQL stored procedure parameters with simple prototype in perceivable form to the ...
December 6th 2005 Freeware     
Utilizing Parameters in SQL Stored Procedures
This is an online stored procedure tutorial which simply and briefly explains about the usage of parameters in SQL stored procedures and from this article users can test and view the use of parameters in SQL stored procedure. Useful tutorial ...
December 21st 2005 Freeware     
0ds Bouncescroll
This script displays a bounce-scroll. The script includes a HTML code generator that allows to change parameters without any knowledge of JavaScript and HTML programming
December 19th 2005 Freeware     
0ds Dropdownmenu - Generator
0ds Dropdownmenu - Generator is a multi-platform compatible script that displays a drop down menu. The script includes a HTML code generator that allows to change parameters without any knowledge of JavaScript and HTML programming.
December 8th 2005 Freeware     
1-Click
1-Click is a time saving search program that searches selected multiple search engines by a single click. It has facilities for boolean search parameters for multiple word searching. You can choose from 'any of the words' or 'all of the ...
November 23rd 2005 Freeware     
1-Search
1-Search is a website search engine where users can search the websites. This program creates results page, all the forms and help pages by itself. This program has an adminstration utility called 1 control. There is no need to write ...
December 4th 2005 Freeware     
Related Code
Data Replication Engine 1.0
Using Zbit, Inc's Data Replication Engine users can easily replicate one source database to multiple destination databases simultaneously using multiple tables in the source database. Replicator allows duplication between any OLEDB/ODBC compliant databases. Replicator does not use utilities specific to ...
February 5th 2006     206k
.NET Ruby Language Connector v1.0
OSLConnector.Ruby implements a Managed Connector Interface for the Ruby Language Interpreter. The Connector gives the ability to - create instances of Ruby classes - invoke methods on Ruby class instances - pass .NET CLR type parameters to Ruby class methods ...
February 8th 2006     1,654k
ZylGPSReceiver.NET 1.10
ZylGPSReceiver.NET is an event driven .NET component that communicates with a GPS receiver. It returns latitude, longitude, altitude, speed, heading and many other useful parameters of the current position and the parameters of the satellites in view. The component is ...
February 13th 2006     610k
Aspect-oriented extensions for .NET 1.0
The library allows intercepting object method calls and accessing to called method/class metadata, method parameters and method return value. For a given object or set of objects you can define a special class (called method execution controller) which will: + ...
February 18th 2006     491k
LCD Clock
Beautiful Lcd Clock applet that accepts 3 parameters: background color,format and blinking enable.
March 27th 2006     105k
New Software
Popular Software