Free Utilities
They are a part of my GitHub projects iOS: record pets’ respiratory rate React Native Android: monitor pets’ respiratory rate React…
ReadThey are a part of my GitHub projects iOS: record pets’ respiratory rate React Native Android: monitor pets’ respiratory rate React…
ReadChinese ref: https://blog.louie.lu/2017/03/21/%E5%A6%82%E4%BD%95%E5%AF%AB%E4%B8%80%E5%80%8B-git-commit-message/ English version: https…
Readref: https://iwastesomuchtime.com/77301 THIS PROBLEM CAN BE SOLVED BY PRE-SCHOOL CHILDREN.
ReadGatsby 是 React + GraphQL based的網站/blog生成器. 可以用 React方式修改UI. 參考: https://www.gatsbyjs.org/tutorial/ , 建議 看完, 走完就有一個可以寫Markdown file的blog…
ReadRFCOMM (Bluetooth ver. <4.0, Serial I/O). Use Node.js Package: https://github.com/eelcocramer/node-bluetooth-serial-port https://github.com…
Read參考: TypeScript的官網 , e.g. Node.js + TypeScript 的 example: https://github.com/Microsoft/TypeScript-Node-Starter VS Code上的TypeScript說明: https…
Readsymbol (function, global variable, etc.) list Atom - JavaScript 需安裝 nuclide , 使用toggle outline功能即可 可裝不可裝 ide-typescript , 強化nuclide…
ReadGitHub Pages Notes: GitHub pages分成兩大種, a. User & Organization Pages (使用master branch) b. Project Pages. (使用gh-pages branch) 詳細介紹 https…
ReadRef: 编写测试友好的Golang代码: https://ipfans.github.io/2016/04/writing-testable-golang-code/ :
Read總共有3大種Markdown語法, 以下1~3跟GitHub相關 GitHub Flavored Markdown (修改於 kramdown) + fenced code blocks + Syntax Highlight(<-不知那一個套件). GitHub uses…
ReadIt is Screenium 3 and its site is http://www.syniumsoftware.com/screenium
ReadA closure is a function value that references variables from outside its body. Closure in GO: https://tour.golang.org/moretypes/25 Closure…
Readspread operator: , 展開東西 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Spread_operator (只講解ES6的) ES6: array…
Reade-book Link: https://grimmer0125.gitbooks.io/learning-javascript/content/ Notes (depreciated, use the above link): everything is object…
ReadRedux ref url: http://redux.js.org/docs/introduction/PriorArt.html Another important difference from Flux is that Redux assumes you never…
ReadDocker: 1.”docker-machine create” or “docker-machine ls; docker-machine start”, 2. docker-machine env default 3. eval ”$(docker-machine env…
ReadIt means it always uses So if you want to use fast-forward way, the steps of the solution is create a pull request first don’t click…
Readway1 http://oomusou.io/phpstorm/phpstorm-git-rm-idea/ : 選擇要移除的.idea目錄諸檔,Actions -> Stop Tracking。 其實這就相當於git rm —cached -r .idea。 way…
ReadI notice that people can add some description to a Git Branch. From this article, http://bahmutov.calepin.co/git-branches-with-descriptions…
Readto lower the memory usage due to the callback hell. to avoid blocking UI for a long time.
Readhttp://man7.org/linux/man-pages/man3/pthread_detach.3.html : Either pthread join(3) or pthread detach() should be called for each thread…
ReadSmart City Summit & Expo IBM-IoT-Talk: https://www.icloud.com/keynote/0bYfcYxUgLy-dJceTT51Gt9wg#IBM%E7%89%A9%E8%81%AF%E7%B6%B2 Smart health…
ReadIntroduciton to mobile chrome app https://www.icloud.com/keynote/0enR2_AaBDjgGLCbHJnJnDSmg#mobile%5Fchrome%5Fapp
Readhttp://msdn.microsoft.com/en-us/library/windowsphone/develop/jj721614(v=vs.105).aspx : *Injecting platform-dependent code using interfaces…
Readhttp://www.cnblogs.com/oomusou/archive/2011/02/08/action generic delegate.html : C# 1.0提出了Delegate取代C/C++的function pointer後,C# 2.…
Read新的.NET 4.5的await/async的東西。如果不加await,function會被執行(如果是 xxAsync的function就會在背景做它的事, 然後程式會馬上可以走到下一行) , 但是無法知道它成功與否或是return值。Example…
ReadSteps: 使用git-svn。mac預設就有裝。ubuntu請用 sudo apt-get install git-core git-svn。請打如下的command 如果你的project有所謂的trunk, tags, branches目錄,請用—stdlayout…
ReadGit 是個比svn更適合拿來當多人一起開發時的版本控管的工具,以下是一開始使用時的初步設定注意事項。 1.決定你的帳號名, e.g grimmer,通知git server管理者做設定. 2.Git server主要有兩種帳號管理,一種是ssh/Linux的帳號,一種是用key…
ReadRules: 文件可以混合 和 程式碼 文件可以混合 , & 程式碼 & 不能混合有 程式碼 所以方法有三種: 使用 從 使用 ,再透過 來使用 就能達到目的。 把編譯器的Compile Sources As選項改为 。預設是According to…
Read一個按鍵事件的產生: http://maddrone.blogspot.com/2006/08/blog-post_31.html Keyboard and Pointer Events: http://tronche.com/gui/x/xlib/events…
Read簡短的紀錄一下,大致上都是照以下這教學 https://help.ubuntu.com/community/LiveCDCustomization” 不過因為預設的apt-get相關設定有時會抓不到套件,所以在要進入 前 Copy resolv.conf and sources…
ReadwxBufferedDC的目的是為了減少閃碩等畫面更新可能帶來的問題,它有幾個預設的constructer,若是要在wxBufferedDC中自己維持一個bitmap以增進速度,則方法是先new出一個bitmap object 然後在繪圖的function中,把此bitmap…
Read基本上,deque是個雙向佇列,所以可自由的從最前面或最後面加入元素。當要清空deque時,若使用 則bulid debug mode下的project會過不了,在release mode下會過但執行時有時會跳出例外。最後我找到的soultion則是使用 這樣就OK了。
Read