Jun's Blog

Output, activities, memo and etc.

Entries from 2015-12-16 to 1 day

How to synchronize your forked repository

Synchronize your repository forked from other upstream repository, with the upstream repository.For example,I forked from https://github.com/sideshowcoder/localmemcache . My forked repository is https://github.com/junaruga/localmemcache .I…

Formatting the C code by GNU indent.

If you read the source code of C language or develop in it, you may do formatting the code by your favorite indent style.I like K&R indent style, and 4 spaces as a indent, personally.For this purpose, the tool "GNU indent" is useful.In thi…