Category Archives: Tech

tech/programming stuff..

Kinect Can Do What Leap Motion Can Do

They’re all done by using Kinect for Windows SDK…

Posted in Kinect, Tech | Tagged | 3 Comments

PPCC – A WP7 Style PC Controller on PPC

XDA Thread: http://forum.xda-developers.com/showthread.php?t=1871605 I hope someone can help me port this app to other phone devices..

Posted in Tech, Windows Mobile | Tagged | Leave a comment

Show Time – A Python program written 2 years ago

这是我两年前(2010年07月10日)刚学Python时写的一个程序.. Here’s a Python program I wrote 2 years ago(on July 10th, 2010).. 这图是两年前截的..当时还在用Vista.. The screen shots were taken 2 years ago when I was using Windows Vista.. 这是代码: Here’s how it works: import time def TimeStr(num,linenum): if num==”1″: if … Continue reading

Posted in Tech | Tagged | Leave a comment

Kinect Angry Birds Space

Youtube: Youku(The same as the u2 video above..): It’s developed in C# using Kinect for Windows SDK 1.5. I put the Kinect sensor high and tilted it down like this: Now let me introduce my simple way to detect whether … Continue reading

Posted in Kinect, Tech | Tagged | Leave a comment

Make the Laptop Screen Touchable by Using Kinect

Youtube: Youku:

Posted in Kinect, Tech | Tagged | Leave a comment

Kinect Rearview Mirror

Posted in Kinect, Tech | Tagged | Leave a comment

Kinect Eyes

A simple application that shows two eyes controlled by Kinect.. Youtube: Youku:

Posted in Kinect, Tech | Tagged | Leave a comment

Ubuntu下Mono Develop的Message.Show();

不知道为什么..在Ubuntu下的Mono Develop不支持最基本需求的Message.Show().. 在网上找到这样的方法…算是解决了: public static void ShowMsg(Gtk.Window parent_window, DialogFlags flags, MessageType msgtype, ButtonsType btntype, string msg) { MessageDialog md = new MessageDialog (parent_window, flags, msgtype, btntype, msg); md.Run (); md.Destroy(); } public static void ShowMsg(string msg) { MessageDialog md = … Continue reading

Posted in Tech | Tagged , | Leave a comment

Kinechrome(Kinect + Chrome)

向上/向下/放大/缩小 Up/Down/Zoom in/Zoom out

Posted in Kinect, Tech | Tagged | Leave a comment

Well-Note updates to v1.1 !!

Updates: 1.Run more smooth while viewing files list of a category. 2.After clicking to a file from What’s New, clicking the [Back] icon will take you back to What’s New list but not files list of that category. 3.Fixed some … Continue reading

Posted in Tech, Windows Mobile | Tagged , , , | 3 Comments