Feb 11 2015 Programming Add TOC for markdown TOC This article introduce two ways that adding TOC for markdown files. doctoc Hexo TOC Read More
Feb 9 2015 Programming Create Private Pod This document shows two samples which are made under cocoapods version 0.36.0.beta.1 testPrivatePod : A private pod with an universal library testUsePod : Project use private pod We will go though How to use private pod created by teammates How to create private pod for existing universal library Read More
Feb 4 2015 tool Markdown Resume 如何利用git與markdown撰寫履歷 找工作的時候因為公司的需求不同常常會微調自己的履歷以求增加專長被注意的機會履歷一改再改 存了很多版本如果面試的過程發現可以補上什麼或者微調版面一一修改也非常麻煩剛好最近用markdown很夯(連柯P的市政白皮書都用gitbook寫了)為什麼履歷不也用版本控管呢? Read More
Sep 2 2014 Programming COCOAPODS Introduction to CocoaPods xcode強大framework/Library 管理工具, 很多github上的強大專案也都有使用,大部份都會在 Installation 教學使用podfile的方法學習CocoaPods 不只build過這些專案, 更可以增加工作效率(不用include相關檔案跟 link .a或拖拉framework到專案底下)有時候看看別人的podfile 尋找適合自己的工具也很有趣 Read More