=Ditaa= Source Code Blocks in Org Mode
2014年11月07日 04:37
Ditaa
Source Code Blocks in Org ModeHappy coding
Ditaa
Source Code Blocks in Org ModeIs there a possibility to convert enumerator names to string in C?
同大多数 VCS 一样,Git 也可以对某一时间点上的版本打上标签。人们在发布某个软件版本(比如 v1.0 等等)的时候,经常这么做。本节我们一起来学习如何列出所有可用的标签,如何新建标签,以及各种不同类型标签之间的差别
Using CMake to organize the source code is pretty cool, because you can quickly generate from it Visual Studio solution files on Windows and make files on Linux, and therefore build and test the code on different platforms without maintaining two separate build scripts. However, CMake does not officially support Android yet. You cannot specify an Android target and ask CMake to generate from your CMakeLists.txt the make files for Android. Luckily some folks have already started to empower us with CMake for Android. One of the efforts is android-cmake. I used the latest version from GitHub android-cmake maintained by taka-no-me. Below is a step-by-step walkthrough.
Results may vary, depending on distance from your Git servers. In my completely unscientific benchmarks using time, after the following steps, git pull went from ~5s, using GitHub, to ~0.1s, using EC2 on AWS Singapore.
It's too late now to make changes to the C++11 FDIS, and yet it's still worth looking at two core-language features that were added to C99 and never made it into C++.
环境 系统:Linux luogw-pc 3.5.0-36-generic #57~precise1-Ubuntu SMP Thu Jun 20 18:21:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux ndk: ndk-r8d cache: ccache version 3.1.6
最近因为工作原因,需要装个 Linux,作为砖头用户的死衷,必须继续 emerge。另外由于台式机要用来处理邮件和文档,所以选择了在 Mac-Mini 上来安装 Gentoo。这里简单记安装的过程和注意事项。