execute
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 152
PHP Code Executer 1.0
It saves you a lot of time and frustration by enabling you to run scripts directly. You copy PHP and/or HTML and/or JavaScript code into the text area. When you click Execute Code, it executes the code. When you get a piece of code on the Web, and want more>> It saves you a lot of time and frustration by enabling you to run scripts directly. You copy PHP and/or HTML and/or JavaScript code into the text area. When you click Execute Code, it executes the code. When you get a piece of code on the Web, and want to test it, you do not have to copy it into your editor and save it to a specific location and then run it again through your browser from that specific location. No, you just use this baby. It is extremely easy to use and contains no banners or spyware.<<less
Added: 2004-07-10 License: Freeware Price: 0.00
10 downloads
Execute Python program from Windows Cmd. file 1.0
Execute Python program from Windows Cmd. file 1.0 is an extremely useful script for programmers more>>
Execute Python program from Windows Cmd. file 1.0 is an extremely useful script for programmers. It provides a convenient way to run Python applications using Window command.
<<less Added: 2007-06-07 License: Other Free / Open Source License - Python License Price: OtherFreeOpenSourceLicensePythonLicense
15 downloads
Measuring PHPs execution time
Here I?ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It?s a very simple script and is accurate to 0.000000000000001 second more>> Here I?ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It?s a very simple script and is accurate to 0.000000000000001 seconds.<<less
Added: 2006-01-04 License: Freeware Price: Free
1396 downloads
Page Timer
This PHP class keeps track of the time that a page script takes to execute. more>> Page Timer offers you a powerful PHP class which lets you keep track of the time that a page script takes to execute. The measured time can also be outputted to the current page.<<less
Added: 2009-06-24 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
20 downloads
cURL
This class is an object oriented wrapper around the PHP cURL extension functions. The cURL extension is often used as HTTP client to access to remote Web pages or Web services via HTTP like those usin more>> This class is an object oriented wrapper around the PHP cURL extension functions. The cURL extension is often used as HTTP client to access to remote Web pages or Web services via HTTP like those using the SOAP protocol. The class provides functions to set the cURL extension options, execute HTTP requests and retrieve the response headers and bodies. The documentation is embedded in the class source in the PHPDoc format, so it can be extracted and generated with tools that support this format.<<less
Added: 2006-03-25 License: Other Free / Open Source License Price: Free
1336 downloads
Measuring PHP's execution time 1
Here I?ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It?s a very simple script and is accurate to 0.000000000000001 seconds. more>> Here I?ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It?s a very simple script and is accurate to 0.000000000000001 seconds.<<less
Added: 2006-01-04 License: Freeware Price: $0.00USD
11 downloads
PHPMyCluster 3.5
PHPMyCluster is a PHP / C++ / MySQL library system for multi cpu processing. It is in essence a highly optimized database load balancing system written on the code level, for advance server setups. By having multiple MySQL Servers running on different more>> PHPMyCluster is a PHP / C++ / MySQL library system for multi cpu processing. It is in essence a highly optimized database load balancing system written on the code level, for advance server setups. By having multiple MySQL Servers running on different machines on the same network, the PHP code will pass intensive processing SQL code to the compiled application ( in C++ ), which will then fork out into multiple processes and execute the various SQL code in parallel to the different MySQL Servers. This results in a much faster execution of SQL Code, and can reduce long executing queries to a fraction of the time it takes to execute.<<less
Added: 2006-05-31 License: Commercial Price: $0.00USD
11 downloads
ASPEval Inline Code Execution
Ever had to dynamically execute ASP code? For example, do you want to retrieve ASP code from a database and execute it on the go? Or execute ASP code provided through a webform? ASPEval makes all this more>> Ever had to dynamically execute ASP code? For example, do you want to retrieve ASP code from a database and execute it on the go? Or execute ASP code provided through a webform? ASPEval makes all this possible, for free, with just one line of code.
All you have to do is pass a string containing the ASP code you want to execute to one of the ASPEval functions, and your code will be executed. The output can either be displayed to the user or returned as a string.<<less
Added: 2004-04-14 License: GPL Price: Free
2021 downloads
Metastorage
Tool that generates PHP persistent object classes that perform object-relational mapping (ORM). The generated code stores and retrieves objects from many types of relational databases: MySQL, PostgreSQL, Oracle, Microsoft SQL server, SQLite, etc.. more>> Tool that generates PHP persistent object classes that perform object-relational mapping (ORM). The generated code stores and retrieves objects from many types of relational databases: MySQL, PostgreSQL, Oracle, Microsoft SQL server, SQLite, etc.. Supports own Object Query Language (OQL), generates database schema instalation classes, Web forms classes and report classes. Provides a Web based and command line interfaces to execute the tool.<<less
Added: 2005-12-16 License: BSD Price: $0.00USD
10 downloads
Executing Transact-SQL INSERT statement 1
In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database. more>> In this example, we will add some records to a database. This source code helps us to adding records to database without slowing down database.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
11 downloads
Executing Transact-SQL DELETE statement 1
In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database. more>> In this example, we will delete some records from a database. This source code helps us to deleting records to database without slowing down database.<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
13 downloads
Executing Transact-SQL UPDATE statement 1
In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database more>> In this example, we will edit some records from a database. This source code helps us to edit records to database without slowing down database<<less
Added: 2003-12-18 License: Freeware Price: $0.00USD
12 downloads
table exists 1.0
I find this little script very useful for web applications that need to automatically generate tables. I wrote it because I felt it was wrong to have a script execute create table SQL statements for tables that already existed. more>> I find this little script very useful for web applications that need to automatically generate tables. I wrote it because I felt it was wrong to have a script execute create table SQL statements for tables that already existed.<<less
Added: 2004-06-12 License: Freeware Price: 0.00
14 downloads
Other version of table exists
License:Freeware
RC4PHP Latest
This package is an OOP DAL(DAW) for PHP 5.1 or greater. It provides an abstract classes to access database servers and traverse result sets. There are several implementation classes to access different types of databases: SQLite, MySQL, PostgreSQL and more>> This package is an OOP DAL(DAW) for PHP 5.1 or greater. It provides an abstract classes to access database servers and traverse result sets. There are several implementation classes to access different types of databases: SQLite, MySQL, PostgreSQL and MSSQL. The classes provide functions to establish connections, execute queries, traverse result sets with pagination support, retrieve the list of databases, tables and fields. Any possible error is signaled by throwing exceptions with a specific message and error code.<<less
Added: 2006-01-19 License: Other Price: $0.00USD
10 downloads
PHPterm
PHPterm is a terminal/shell emulator for PHP which lets you execute shell commands just like in a shell, but all within your browser window over the HTTP protocol. It aims to provide the look and feel more>> PHPterm is a terminal/shell emulator for PHP which lets you execute shell commands just like in a shell, but all within your browser window over the HTTP protocol. It aims to provide the look and feel of konsole, the KDE terminal.<<less
Added: 2004-04-08 License: GPL Price: Free
2029 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 execute 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