processes and procedures
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1174
Process check and restart script
This perl script I wrote for my server to check if a process is runnning or not. If there was no runnnning process from the software you want to watch the script will restart it. You can use it for al more>> This perl script I wrote for my server to check if a process is runnning or not. If there was no runnnning process from the software you want to watch the script will restart it. You can use it for all kind of processes/programs that write his pid into a pid-file (most unix/linux software...). Just change the settings from the script.<<less
Added: 2005-05-12 License: GPL Price: Free
1672 downloads
Passing and Bablok Regression
Passing and Bablok Regression offers you a helpful tool to make an analogy between clinical methods by researching and analyzing a linear regression procedure. more>>
Passing and Bablok Regression offers you a helpful tool to make an analogy between clinical methods by researching and analyzing a linear regression procedure.
<<less Added: 2009-08-04 License: BSD - BSD License Price: BSDBSDLicense
downloads
How to process your form easily
Here youll find how to get form processing script easily in a few minutes and with no programming required. more>> Here youll find how to get form processing script easily in a few minutes and with no programming required.<<less
Added: 2008-10-28 License: Freeware Price: $0.00USD
11 downloads
Paging With SQL Server Stored Procedures In ASP.NET 1
This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you more>> This tutorial explains different ways to implement data paging with SQL Server stored procedures. Data paging is very useful when you work with large amount of data. Instead of confusing your user with thousands or maybe even millions of records you simply show only first page with 10, 20 or 30 records and enable navigation buttons like Next or Previous if user wants to see other pages.<<less
Added: 2009-01-13 License: Freeware Price: $0.00USD
10 downloads
PHP Show Processes 1.0
A simple gui interface to view your current MySQL processes. Very simple to configure and setup. This is a great way to keep an eye on your MySQL processes. more>> A simple gui interface to view your current MySQL processes. Very simple to configure and setup. This is a great way to keep an eye on your MySQL processes.<<less
Added: 2007-02-04 License: Freeware Price: $0.00USD
15 downloads
Other version of PHP Show Processes
License:Freeware
Remote Procedure Calls with PEAR::XML-RPC
In this tutorial, learn how to utilize the XML-RPC package from the PEAR repository. You will learn how to write the client and server portions. more>> In this tutorial, learn how to utilize the XML-RPC package from the PEAR repository. You will learn how to write the client and server portions.<<less
Added: 2004-02-23 License: Not Specified Price: Free
2085 downloads
Processing XML with PHP
Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML. more>> Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML.<<less
Added: 2003-10-14 License: Not Specified Price: Free
2219 downloads
DBIx-Procedure-Oracle 0.2
DBIx-Procedure-Oracle module allows the calling of Oracle PL/SQL functions and procedures without writing SQL statements. more>> DBIx-Procedure-Oracle 0.2 offers you a powerful tool which allows the calling of Oracle PL/SQL functions and procedures without writing SQL statements to reference them.
It queries the Oracle system table ALL_ARGUMENTS to resolve the procedure and determine the correct data types and bindings ( IN, OUT or INOUT ) of the procedure parameters. From this information an anonymous PL/SQL block is built and a database statement handle constructed. At present only positional binding of parameters is supported ( as opposed to named parameters ).
Added: 2007-06-23 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
13 downloads
Processing HTML forms with PHP
A free tutorial about processing HTML forms with PHP, from basic to more advanced concepts. In the tutorial you learn how to use PHP to process HTML forms with security in mind. Recommended for anyone with basic HTML and PHP knowledge who wants to learn more>> A free tutorial about processing HTML forms with PHP, from basic to more advanced concepts. In the tutorial you learn how to use PHP to process HTML forms with security in mind. Recommended for anyone with basic HTML and PHP knowledge who wants to learn to process forms securely. Also includes several articles to help you get specific PHP form features working.<<less
Added: 2008-02-01 License: Freeware Price: $0.00USD
12 downloads
Business Process Execution Language 1.0s
BPEL for Web services, also known as BPELWS or BPEL4WS, is based upon XML standards. It is intended to provide a means to implement task-sharing in a distributed or grid computing environment both within and across multiple organizations. The BPEL more>> BPEL for Web services, also known as BPELWS or BPEL4WS, is based upon XML standards. It is intended to provide a means to implement task-sharing in a distributed or grid computing environment both within and across multiple organizations. The BPEL acts as a "glue" between various Web services. It is.<<less
Added: 2004-12-14 License: Other Price: $0.00USD
11 downloads
Other version of Business Process Execution Language
License:Other Free / Open Source License
Forms Processing
In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Super more>> In the PHP Tutorial you will learn about PHP Forms - Predefined variables, Reading input from forms and Using hidden fields to save state.PHP has several predefined variables called superglobals.Superglobals are always present and available in any PHP script.The superglobals are arrays of other variables.<<less
Added: 2006-11-28 License: Freeware Price: Free
628 downloads
PHP Paypal IPN processing class
PHP Paypal IPN processing class help process the Paypal IPN reply, verify the validity and extensive log support for debug. If the IPN reply is a valid transaction, it stores the data on a MySQL IPN t more>> PHP Paypal IPN processing class help process the Paypal IPN reply, verify the validity and extensive log support for debug. If the IPN reply is a valid transaction, it stores the data on a MySQL IPN table, a log file and mark the transaction as completed on a MySQL transactions table. If theres something wrong, you can debug using the logs. Requirements: * PHP * MySQL * A Paypal account<<less
Added: 2005-12-07 License: GPL Price: Free
883 downloads
XML processing with PHP 1.0
This tutorial shows you with code examples how to process an XML datasource with PHP. more>> This tutorial shows you with code examples how to process an XML datasource with PHP.<<less
Added: 2006-08-04 License: Freeware Price: $0.00USD
10 downloads
TargetProcess:Planning 1.0.2
Free ASP.NET based project management tool that powers agile software development processes, focusing on Project Planning and Tracking practices. TargetProcess supports Extreme Programming and other modern iterative methodologies. Main features: Extreme more>> Free ASP.NET based project management tool that powers agile software development processes, focusing on Project Planning and Tracking practices. TargetProcess supports Extreme Programming and other modern iterative methodologies. Main features: Extreme Programming style project planning, Project Dashboard, Personalized ToDo lists, Burn Down chart, Elegant and simple interface, Web-based, Automatic installer<<less
Added: 2004-11-17 License: Freeware Price: $0.00USD
14 downloads
Other version of TargetProcess:Planning
License:Freeware
Errors And Exceptions In ASP.NET 1
This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error more>> This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error handling.<<less
Added: 2009-03-12 License: Freeware Price: $0.00USD
14 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above processes and procedures search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed