Main > Free Download Search >

Free php js 0.1.2 software for linux

php js 0.1.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1908
php-js 0.1.2

php-js 0.1.2


php-js is an experimental PHP extension which embeds the Mozilla SpiderMonkey JavaScript engine into PHP. more>>
php-js application is an experimental PHP extension which embeds the Mozilla SpiderMonkey JavaScript engine into PHP.
Installation and Usage:
A simple ./configure; make; make install should do the trick. Make sure to add an extension=js.so line to your php.ini/php.d. Note: you need to install libjs first. If youre using a Redhat-esque system, you can use the SRPM provided above, else, use the TBZ.
Then, just use js_eval to evaluate your JavaScript. js_eval returns the value returned by the JavaScript interpreter to PHP.
For example:
js_eval("var a = 123;");
js_eval("var b = 456;");
$c = js_eval("[a, b];");
echo "a is ".$c[0]."n";
echo "b is ".$c[1]."n";
js_eval("var sum = function(x, y) { return x + y; }");
$d = js_eval("sum(a, b);");
echo "The sum of a and b is ".$d."n";
Would produce:
a is 123
b is 456
The sum of a and b is 579
js_eval takes an optional boolean argument, assoc, which returns objects as associative arrays instead of PHP objects.
The php-js execution environment provides two built-in JavaScript system functions:
print
gc
print outputs its argument to the php output stream.
gc forces garbage collection within the JavaScript environment.
Enhancements:
- A session shutdown issue has been fixed.
- There is better handling of null objects.
<<less
Download (0.13MB)
Added: 2006-04-17 License: The PHP License Price:
1285 downloads
BJS 0.1.2

BJS 0.1.2


BJS is a mutiplayer tank battle. more>>
BJS is a multiplayer tank battle.

The goal of the game is to move with your tank, shoot to other players and avoid their shoots. You may pick up some powerups to make your tank stronger.

The game is not user friendly very much at this stage of development but it is allready playable and main game features are woking.

<<less
Download (2.8MB)
Added: 2007-01-23 License: GPL (GNU General Public License) Price:
1004 downloads
JSPP 0.1.2

JSPP 0.1.2


JSPP is an untyped, java-like scripting language designed to be embedded in applications. more>>
JSPP is an untyped, java-like scripting language designed to be embedded in applications. The project is written in C and can be compiled on VC/Win, Tandem (HP Non-Stop), and Linux.
Enhancements:
- Updated to reflect changes in the SPL library.
<<less
Download (0.42MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
983 downloads
php Sudoku 0.1

php Sudoku 0.1


php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. more>>
php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. It can be easily used on any Web site.

The project does not require MySQL or any other database.

<<less
Download (6.8MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
938 downloads
xv.php 0.0.2

xv.php 0.0.2


xv.php provides a simple way of checking the validity of XML or XHTML documents generated by PHP. more>>
xv.php provides a simple way of checking the validity of XML or XHTML documents generated by PHP.

It uses output buffering to capture your PHP scripts output, and an XML parser to check it for well-formedness.

It can be configured to display any errors it finds, as well as a document listing, and its behaviour can be overridden by changing the callback functions it uses.
<<less
Download (0.011MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1487 downloads
PHP Screw 1.3

PHP Screw 1.3


PHP Screw is a PHP script encryption tool. more>>
PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.

<<less
Download (0.008MB)
Added: 2005-09-19 License: BSD License Price:
1497 downloads
pyoooqs 0.1.2

pyoooqs 0.1.2


pyoooqs stands for Python OpenOffice.org Quickstarter and as the name suggests, it tries to be an OpenOffice.org Quickstarter. more>>
pyoooqs stands for Python OpenOffice.org Quickstarter and as the name suggests, it tries to be an OpenOffice.org Quickstarter.

pyoooqs was written for the GNOME Desktop and works as an GNOME Panel Applet. Currently, it doesnt have international support.

<<less
Download (0.018MB)
Added: 2006-03-13 License: GPL (GNU General Public License) Price:
1320 downloads
PHP-Qt 0.1

PHP-Qt 0.1


PHP-Qt is an extension for PHP 5.1 that makes it possible to write software with the Qt toolkit. more>>
PHP-Qt library is an extension for PHP 5.1 that makes it possible to write software with the Qt toolkit.

It provides an object-oriented interface to the Qt 4 framework.

<<less
Download (0.19MB)
Added: 2007-07-14 License: LGPL (GNU Lesser General Public License) Price:
837 downloads
GraphicsEx 0.1.2.0

GraphicsEx 0.1.2.0


GraphicsEx Firefox extension allows you to create local images of web pages and submit its to snissa.com as well. more>>
GraphicsEx Firefox extension allows you to create local images of web pages and submit them to snissa.com as well.

The extension adds several menu items to File and Page Context menus. Use item Save Page As Image... to create a PNG image of the current web page displayed. Use item Webshot Page to snissa.com to share the image with other people.

OS supported are: Linux, MacOSX and Windows.

<<less
Download (0.38MB)
Added: 2007-06-06 License: MPL (Mozilla Public License) Price:
876 downloads
PHP Ticket 0.71

PHP Ticket 0.71


PHP Ticket is a PHP and MySQL based ticketing system. more>>
phpticket is a ticketing system written in PHP, backed up by a MySQL database. Its purpose is to provide helpdesks/staffs with an easy "to do" application for keeping track of what needs to be done.

The interface is kept fairly simple and easy to use. The code is licensed under GPL.
<<less
Download (0.036MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1646 downloads
psArchive 0.1.2

psArchive 0.1.2


psArchive is a PHP 5 extension designed to provide an easy to use interface for manipulating all the most common archives. more>>
psArchive is a PHP 5 extension designed to provide an easy to use interface for manipulating all the most common archive files used in Web projects at high speeds and workloads.
psArchive is especially designed for Web applications that need to understand, to produce, or even edit archives in order to function.
Main features:
Supports archive *editing*! You can add, remove, rename and copy files, you can change file contents, attributes and modification time, you can create new files and directories, *all* right inside the archive before output.
Supports the following archive formats:
- 1. ZIP (single volumes);
- 2. TAR (tarball tape archive);
- 3. GZ (Gzip compressed format);
- 4. BZ, BZ2 (Bzip/Bzip2 compressed format);
- 5. TAR.GZ, TGZ (Gzipped Tarball);
- 6. TAR.BZ2, TAR.BZ, TBZ2, TBZ (Bzipped Tarball);
- 7. Other formats can be supported on demand, such as RAR or ACE support (since these formats are uncommon in web environments we decided not to include them in order to keep the extension size as small as possible);
Configurable buffer storage for optimized and threadsafe memory handling:
- 1. In raw memory (for optimized speed);
- 2. In compressed memory (normal operation);
- 3. On disk (for optimized memory consumption);
Provides 2 functions for extremely fast in memory data compression / decompression using LZF algorithm. These functions correctly compress / decompress data blocks far greater than 1024 bytes;
<<less
Download (0.56MB)
Added: 2006-07-14 License: LGPL (GNU Lesser General Public License) Price:
1198 downloads
PHP Voice 2.1.0

PHP Voice 2.1.0


PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. more>>
PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP.
PHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language (VoiceXML) 2.0.
Enhancements:
- An improved menu module to support arrays as parameters with the ID of the menu.
- An improved home application with the new menu module.
<<less
Download (0.43MB)
Added: 2005-11-15 License: GPL (GNU General Public License) Price:
1456 downloads
ILD 0.1.2

ILD 0.1.2


ILD is a little tool I wrote to let me log the throughput of my Traverse Technologies NetJet ISDN router under Linux. more>>
ILD is a little tool I wrote to let me log the throughput of my Traverse Technologies NetJet ISDN router under Linux. The project requires a kernel patch to get the byte throughput from the card.

<<less
Download (0.007MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
858 downloads
PHP BookIn 0.5.1

PHP BookIn 0.5.1


PHP BookIn provides an online bookmark manager. more>>
PHP BookIn provides an online bookmark manager.

PHP BookIn is an online bookmark manager that you can use as a Web application to share your bookmarks across the Internet.

PHP BookIn is PHP application with alot of javascript. Datas are stored on a MySQL database. Favicons (that small icons just on the left of the url input zone) are stored on the server filesystem.

<<less
Download (0.10MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
PHP 5.2.3

PHP 5.2.3


PHP is a high-level scripting language. more>>
PHP is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn.

PHP runs on many different platforms and can be used as a standalone executable or as a module under a variety of Web servers. It has excellent support for databases, XML, LDAP, IMAP, Java, various Internet protocols, and general data manipulation, and is extensible via its powerful API.

PHP project is actively developed and supported by a talented and energetic international team. Numerous Open Source and commercial PHP-based application packages are available.
<<less
Download (7.0MB)
Added: 2007-06-01 License: The PHP License Price:
905 downloads
 
Other version of PHP
PHP 5.0.5PHP is a widely-used Open Source general-purpose scripting language that is especially ... PHP runs on many different platforms and can be used as a standalone executable or as a module
License:The PHP License
Download (5.9MB)
1523 downloads
Added: 2005-09-06
License:The PHP License
Download (4.9MB)
1105 downloads
Added: 2007-05-05
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5