| Projects on Google Code | Results 1 - 10 of 30 |
=V8R=
V8R is an open-source project which maintains an application by the same name whose foremost goal is to develop a new JavaScript programming environment reliant on [http://code.google.com/p/v8 Google's V8 JavaScript engine]. The project as a whole can be contacted via [mailto:v8r@infophobia...
#sidebar TableOfContents
http://img81.imageshack.us/img81/4500/cproxyv8sl2.png
CProxyV8 provide an easy way to expose properties and methods from C++ classes to Java Script using V8 engine without the need to specify callbacks for each item. This project implements generic Functors.
=== Objec...
ngx_v8 is an Nginx module that enables you to run any Javascript script Google's V8 Javascript Engine supports.
_Nginx is a HTTP server and mail proxy server written by Igor Sysoev._ (quoted from [http://nginx.net/ Nginx Official Site])
*Specification Overview*
* To use this module you n...
A v8 powered Love2d game engine
* [http://code.google.com/p/v8]
* [http://love2d.org]
* [http://kludgets.com] < unrelated but worth a look :)
== FAQ ==
* How do you run a lov8 game?
* Download the installer
* Run any .lov8 files and double-clicking
* Demos are avail...
this project related to my hack session around v8 code generator. I use qt in order to build this stuff.
==What is !ZedScript==
Zedscript provides a user-friendly and powerful pseudocode-ish syntax alternative to the ECMAScript/javascript syntax.
Zedscript runs *in the V8 engine* (and eventually also in the Spidermonkey and Nitro ECMAScript engines). A zedscript script can be run via the engines sh...
= What is v8cgi =
Small set of C++ and JS libraries, allowing coder to use JS as a server-side HTTP processing language. Basic functionality includes IO, GD, MySQL, Sockets, Templating, FastCGI and Apache module.
If you wish to support this project, <a href="https://www.paypal.com/cgi-bin/web...
PyV8 is a python wrapper for Google [http://code.google.com/apis/v8/ V8 engine], it act as a bridge between the Python and JavaScript objects, and support to hosting Google's v8 engine in a python script.
{{{
>>> import PyV8
>>> ctxt = PyV8.JSContext() # create a context with an implic...
It is a shell to developers and advanced users.
Uses Google Chrome V8 Javascript engine for input processing.
Provides a "network enabled" shell for testing and developing, with a nice set of bindings and tools to the user.
Main goals:
* Global persistant variable repository
* Raw Socket ...
plv8js is a procedural language add-on for PostgreSQL, which means you can define Javascript functions that run inside a PostgreSQL server using google V8 Engine.