Apple conference just started at 1am SGT time now, follow the live blog there for latest news updates. There is no live video there but we have live text.
Exciting to learn more new thing the giant Apple brought to us in this conference.
fyhao stuffs
This shows the latest computer and information technologies news, and also some related information or development by me.
Apple conference just started at 1am SGT time now, follow the live blog there for latest news updates. There is no live video there but we have live text.
Exciting to learn more new thing the giant Apple brought to us in this conference.
Had encountered problem “valid signing identity not found” during iOS Development. As my Dev Certificate had been expired.
By following Apple Provided FAQ Guide it is possible to solve this problem.
Can try to follow How do I delete/revoke my certificates and start over fresh? section and it should worked.
A video from TED showed multi-robots intelligent communication and cooperation.
The Rhodes framework allows you to quickly create and build applications for multiple smartphone operating systems. Rhohub (app.rhohub.com) allows you to upload your Rhodes code and publish cross-platform mobile apps. It built using HTML5/CSS3 and Ruby.
C Plus Plus (C++) Tutorial Reference site: http://www.cplusplus.com/doc/tutorial
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
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 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 contains a bunch of collections of Node.JS libraries, it is categorized and packaged. Visit there for great resource and references.
Awesome Project glass I hope I can grab one.