摘要:
http://code.google.com/p/phpws/DescriptionWebSocket Server and Client library for PHP. Works with the latest HyBi specifications, as well the older Hixie #76 specification used by older Chrome versions and some Flash fallback solutions.This project was started to bring more interactive features toht 阅读全文
摘要:
http://code.google.com/p/jquery-websocket/downloads/listThis plug-in is used to send and receive the JSON object directly with Web Sockets API.UsageConnectionvar ws = $.websocket("ws://127.0.0.1:8080/");Sending Messagews.send('hello');// sending message is '{type:'hello' 阅读全文
摘要:
http://nodejs.org/AN EXAMPLE: WEBSERVERThis simple web server written in Node 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 Worl 阅读全文
摘要:
http://blog.csdn.net/chenxin_130/article/details/6950480临近毕业,小斤最近一直忙活着相关事宜,教程这边也搁浅了一阵。前几篇教程介绍了OpenNI的一些基本范例以及手势应用,但如果光用Kinect识别一些手势,总有点杀鸡用牛刀的感觉。在大部分体感应用中,获取骨架的步骤都不可缺少,这也是小斤一直想写的专题。 好了,废话不多说了,让我们进入正题吧! 在OpenNI库的enum XnSkeletonJoint中,定义了24个人体的关节,如下: XN_SKEL_HEAD = 1, XN_SKEL_NECK = 2, XN_SKEL_TORSO = 阅读全文
摘要:
http://html5demos.com/HTML 5 Demos and ExamplesHTML 5 experimentation and demos I've hacked together. Click on the browser support icon or the technology tag to filter the demos (the filter is an OR filter).Introducing HTML5 by Bruce Lawson & Remy Sharp is the first full length book dedicate 阅读全文