# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/ih5uera
看完這篇文章,我終於搞懂了 CMake,真香!-基礎篇-**
今天我們就從頭到尾,用最簡單的大白話,把 CMake 的用法講清楚!看完這篇文章,你一定會覺得:“CMake 原來這麼簡單!”在正式開始之前,先通過一張思維導圖,幫你快速瞭解 CMake 的全貌,這樣你心裏會更有底:基礎篇---1. 什麼是 CMake?爲什麼用它?CMake 是一個跨平臺的項目構建工具,通俗點說,它會幫你生成 Makefile 或其他編譯系統需要的構建文件。用 CMake 的好處 ⌘ Read more