Posts Tagged ‘Engine


V8 Engine

  • V8 is Google’s open source JavaScript engine.
  • V8 is written in C++ and is used in Google Chrome, the open source browser from Google.
  • V8 implements ECMAScript as specified in ECMA-262, 3rd edition, and runs on Windows XP and Vista,
  • Mac OS X 10.5 (Leopard), and Linux systems that use IA-32 or ARM processors.
  • V8 can run standalone, or can be embedded into any C++ application.

More information here :

Node.js, JavaScript Server Side framework

Node.js is a javascript Framework that runs server side, it is built on the V8 engine
An example of a web server written in Node which responds with “Hello World” for every request :

var http = require('http');
http.createServer(function (req, res) {
    res.writeHead(200, {'Content-Type': 'text/plain'});
    res.end('Hello World\n');
}).listen(8124, "127.0.0.1");
console.log('Server running at http://127.0.0.1:8124/');

API documentation : http://nodejs.org/api.html
Download : http://github.com/ry/node

Comparaison PHP / JS

http://paul-m-jones.com/blog/?p=236, PHP Helloworld :

Concurrency Level:      100
Time taken for tests:   9.623 seconds
Complete requests:      10000
Requests per second:    1039.13 [#/sec] (mean)
Time per request:       96.234 [ms] (mean)
Time per request:       0.962 [ms] (mean, across all concurrent requests)

Helloworld with node.js :

Concurrency Level:      100
Time taken for tests:   2.735 seconds
Complete requests:      10000
Requests per second:    3656.96 [#/sec] (mean)
Time per request:       27.345 [ms] (mean)
Time per request:       0.273 [ms] (mean, across all concurrent requests)


Futher reading..


We covered GLGE, a WebGL based engine recently, and now we have a new one; Copperlicht. The engine features:

  • 3D World editor: CopperLicht comes with a full 3D world editor named CopperCube.
  • Many supported 3D file formats: .3ds, .obj, .x, .lwo, .b3d, .csm, .dae, .dmf, .oct, .irrmesh, .ms3d, .my3D, .mesh, .lmts, .bsp, .md2, .stl. and more, see below.
  • Incredibly fast: CopperLicht is highly optimized and able to render and animate even huge 3d scenes.
  • Simple to use: easily understandable SceneGraph API with lots of tutorials and examples in the documentation
  • Binary compilation: Unlike [...]
Tags : , ,

Spezify est un meta moteur de recherche qui offre une expérience utilisateur nouvelle par rapport à ce qu’on a l’habitude de rencontrer.

spezify.png

Imaginez que votre fenêtre de navigateur est un écran tactile, que votre curseur de souris votre doigt, vous voici dans Spezify.

Spezify est un meta moteur de recherche, il puisse ses résultats chez Yahoo, Youtube, Twitter, Amazon mais également sur pleins de sites de news bien moins connus, et offre un mur de résultats ou on se déplace en fessant glisser ce mur dans notre fenêtre de navigateur.

Je vous invite vraiment à tester

Tags : , ,

Fileonfire est un moteur de recherche de fichiers en tout genre pour Rapidshare et megaupload.

fileonfire.png

Fileonfire est un moteur de recherche, comme il en existe plus d’un, qui puise ses résultats sur Rapidshare et Megaupload.
Fileonfire revendique 19 millions de fichiers indéxés, ce qui n’est pas rien.

Fileonfire propose plusieurs filtres comme les films, les jeux, la musique, etc…

fileonfire_2.png

à découvrir ici => http://fileonfire.com

Tags : , ,

Editor’s Note: This list was contributed by Charles Knight, editor of AltSearchEngines, a former RWW network blog.

In terms of user experience, the gap between the major search engines and their alternatives continues to widen — a lot. Google has been compared to a luxury liner that turns around very, very slowly, whereas the startups are speedboats that can turn (or innovate) on a dime. I guarantee that if you try any of these top 10 alternative search engines of 2008, you won’t come away saying, “Hey, that was just like Google.”

Sponsor

2008 was the year when the ubiquitous white [...]

1 pages

Home made artworks

MyBookReadR | The RSS Wall | Carousel slider | Fast web start | Try it :)
My latest sources and sheets :
Github sources | Personnal wiki | jsFiddle example | WebDev bookmark

RSS Code tooltips updates

  • An error has occurred; the feed is probably down. Try again later.

RSS Molokoloco's JS fiddles

Recent Comments