Shuai Mu
Shuai Mu
org google calendar. If an event has guests (added on google calendar website), and the event is then changed in org (e.g., change the event title, or add a clock...
which will make green shoes throw " cannot load such file -- cairo.so (LoadError)" error.
I tried for a couple of hours and did not find a solution. For example, this package: yaml-cpp is on the website: http://www.cpm.rocks/mod/gh/jbeder/yaml-cpp In my CMakelist.txt: ``` CPM_AddModule("yaml-cpp" GIT_REPOSITORY "https://github.com/jbeder/yaml-cpp"...
Currently a transaction in the system is written in dozens of hard-coded c++ functions, each of which is chopped by hand and contains a lot of function calls that should...
The scripts in run_all.sh are not tiny jobs of just calling commands. Many of the codes are doing complex jobs such collecting stats and calculating, which would be easier to...
For paxos implementation as comparison.
As we are getting more people working on this, it would be better to have a consistent code style. There are two popular styles: Google and Boost. Although the google...
gcov seems a good way to test code coverage. http://bobah.net/d4d/tools/code-coverage-with-gcov
Previously all the unit tests are disabled to catch a deadline. Now it is time to bring it back. I am also thinking using a more accepted test framework, and...
ZeroMQ seems to has a simpler interface and more mature implementation for cross language communication.