Microsoft released its REST API guidelines for the API community and here share the link: https://github.com/Microsoft/api-guidelines/blob/master/Guidelines.md
Category: General
Updated NodeBB Plugins Imgshow 0.0.14
Had just updated a new version for my NodeBB Plugins Imgshow, refer to the link here: https://community.nodebb.org/topic/1862/nodebb-plugin-imgshow-nodebb-imgshow-plugin-latest-ver-0-0-14-20160706/18
New features include:
- Added preview feature
- Added some grouping for the features
- Added geolocation capability. If your nodebb served via HTTPS and your user was using Chrome or any browser support geolocation, you can auto fill in latitude, longitude to some feature like map, weather.
- FIX some UI overlapping issue under v1.0.3
- Compatible up to nodebb v1.0.3
买新书 巨量资料下一步系列 Big Data 新战略
Becoming Singapore PR on 20150728
Becoming Singapore PR on 20150728
The historical moment, just become Singapore PR Permanent Residence on today, 20150728.
Great movie Pitch Perfect 2
Great movie Pitch Perfect 2
I just watched a Great movie Pitch Perfect 2 and it is super super really enjoying for the music, dancing, power, joyful, comedy.
Really recommends this movie.
Here comes the Trailer:
The main theme song: Flashlight
And Crazy Youngster
Great Movie Uttama Villain
Great Movie Uttama Villain
http://en.m.wikipedia.org/wiki/Uttama_Villain
The second Indian movie I watched, delighted by the art, artist, the actor, this movie wanted to express to us. From this movie I knew that the 1000 years old Indian Traditional Art Theyyam, well performed by the crews. This is a comedy film. Welcome to have a watch.
Great movie – O Kadhal Kanman
Great movie – O Kadhal Kanman
Watched a movie, O Kadhal Kanman, enjoying its music, love story, gaming and arts.
The Great Movie: Fast & Furious 7
Fast & Furious 7
The great movie, for Paul
I watched the movie initially on 2 April, and I knew it was crazy as I had the second round on 8 April. This is mark the first movie in Cinema I watched twice.
The problems on installing node-ffi on Mac
I am installing NativeScript on my local Mac and requiring install node-ffi.
I am facing problem as could not recognize libtool -static during installation of node-ffi.
I found out that I had two version of libtool installed, one is for GNU libtool installed via brew install libtool (required by ARDrone3 SDK), and then another one in XCode developer tool. So I had to find way to switch into XCode developer tool.
On my Mac, I had to unlink or remove /usr/bin/libtool and /usr/local/bin/libtool, and then build symlink again as
ln -s /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool /usr/bin/libtool
Then rerun npm install -g ffi, finally, it succeeds.
This is the error screen.
This is the success screen.
This issue takes me 4 hours of findings, googling, uninstall / reinstall libtool, node-gyp and finally found the root cause. I even tried to install it in Cloud9, but found that Cloud9 is a Ubuntu and not Mac, so the installation result do not have Mac built binaries, so cannot just copy the result from Cloud9 to my Mac. Everything must be built well on the Mac.