C Plus Plus (C++) Tutorial Reference site: http://www.cplusplus.com/doc/tutorial
Posts by
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”
Movie Love Happens
Watched a movie, Love Happens.
Trapped, we are all trapped. Thinking in different perspectives, please. Release it, just release it, please. Accept it, face it, don’t run away.
Past one year, he learnt. he lost. Truth is the lost cannot back. Should treasure what we have now. Take it seriously. With positive faith. Wanna others trust us, we should trust ourselves first. Honest to ourselves. Everything is flew away. Bad thing gone and welcome good.
He is sorry for everyone. He trapped. And he doesn’t want alone, therefore she trapped. He gonna release it. No more. To build a strong heart. Be a Real man but not a child.
If the book, A – Okay is real, I will get one. Now, smile every 5 minutes, you will get used to.
fyhao, I believe you can.
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.
Movie The Backup Plan
Watched a movie The Backup Plan.
A 30++ old lady wants to have a child and going insemination. She met a guy. They love each other. Dispute between them when the lady didn’t trust him to be her side at the time the twins come out. Because the baby is not his own he said. But actually the guy had already prepared and even think their future need a lot of money to feed their child from young until university and working hard to achieve that. They also experienced labor of other lady and felt that it is very terrible and scared. But at the end, because they truly love each other, the lady trusts him going be her side forever, the lady going born for twins. They married. Exciting, third child will be coming out when she vomited and this is the end of the movie.
Sweet couples and cute baby. Love it.
Learn to trust someone good before you lost them.
A guy must be responsible.
Another thing, I gonna watched again to learn their English speaking to improve my own.
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/