C Plus Plus (C++) Tutorial Reference site: http://www.cplusplus.com/doc/tutorial
Posts in category Computer and IT
ffmpeg for iOS
The ffmpeg library is able to convert audio and video from and to various formats. It is freely distributed under Open source License.
the ffmpeg for iOS is available on Github: https://github.com/ciphor/ffmpeg4ios
Generating Wave Files from Mac OS X Say Commands
Mac OS X provides say command in its Terminal Utility to perform Text-To-Speech.
Just type: say “Hello World”, it will speak out.
To output this sound into a Wave file, you can provide file name, it will infer the file extension on file name, and you provide the data format, just type:
say -o hi.wav –data-format=LEF32@8000 “Hello World”
Git and Github Reference
Git is a distributed revision control and source code management (SCM) system.
Github is a place for you to host your project. The other can fork up your project, give patches, contribute, and discussion.
Help on setup Github: http://help.github.com/mac-set-up-git/
And the Pro Git Book: http://progit.org/book/ch2-2.html
The Node Toolbox
The Node Toolbox contains a bunch of collections of Node.JS libraries, it is categorized and packaged. Visit there for great resource and references.
Google Project Glass One Day
Awesome Project glass I hope I can grab one.
DiscuzX 2.5 正式版伴随 2012 中国站长年会发布在今朝
DiscuzX 系列最新版本 DiscuzX 2.5 正式版已经发布,今天在北京国际会议中心也正举行已举办7年的中国站长年会。
DiscuzX 2.5 本次升级的新看头,从在论坛门户里增加了一些类社交元素,提供各大平台的手机客户端,类似苹果的应用中心商店,在线自动升级等等的亮点。背后技术也有大幅改动,整体性能,程序结构都有改进。
请到Discuz.net官方网站体验一下新版: http://www.discuz.net.
请到这里下载 DiscuzX2.5 源码: http://www.discuz.net/thread-2744369-1-1.html.
Micropolis an open source version of Simcity
Simcity is a city building simulation game developed by Electronic Arts, and Micropolis is an open source version of Simcity released under LGPv3 license.
Read this article written by the author Will Wright who developed Micropolis in 1992 when he worked in Simcity.
Micropolis is mainly written in Python/C++ at server side and Flash as the client side, it can play on any browsers.
Micropolis is on Facebook Application - http://apps.facebook.com/micropolisonline
View its source code - http://code.google.com/p/micropolis/
Adobe Photoshop Touch bring professional image combining on tablets
No more headache combining, editing for your images on your tablet.
Adobe Photoshop Touch bring professional imaging onto your tablet, you can editing image, apply professional effect by touch and share to your friends to Facebook or Adobe Creative Cloud right from your apps.
Learn more:
http://www.adobe.com/sea/products/photoshop-touch.html?trackingid=JRZCZ
Showcase on Socket IO for Web and Mobile
This is the showcase of Socket IO Library (written in Node JS) which brings the real time web sockets for the web and mobile.
I had created a video to showcase the features.
In the demo, the sample application is a stock application that have list of companies along with the data. The data will be changed every second and the changed data is reflected on web pages, iPhone Simulator, and my New ipad (Real device) in real time.
I had deployed the server side page at here: http://