One of them
Leadership Summit
| Arduino: 1.6.9 (Mac OS X), Board: "Arduino Taiwan (USB)" | |
| TaiwanNo1:10: error: no matching function for call to 'CapacitiveSensor::CapacitiveSensor()' | |
| CapacitiveSensor input[7]; | |
| ^ | |
| /Users/bobchao/Documents/Arduino/TaiwanNo1/TaiwanNo1.ino:10:25: note: candidates are: | |
| In file included from /Users/bobchao/Documents/Arduino/TaiwanNo1/TaiwanNo1.ino:1:0: | |
| /Users/bobchao/Documents/Arduino/libraries/CapacitiveSensor/CapacitiveSensor.h:206:2: note: CapacitiveSensor::CapacitiveSensor(uint8_t, uint8_t) | |
| CapacitiveSensor(uint8_t sendPin, uint8_t receivePin); | |
| ^ |
| #include "ESP8266.h" | |
| #include <SoftwareSerial.h> | |
| #define SSID "MozTW" | |
| #define PASSWORD "fox-mosa" | |
| SoftwareSerial mySerial(3, 2); // uno sw RX(pin3) --> esp8266 TX, uno sw TX(pin2) --> esp8266 RX | |
| ESP8266 wifi(mySerial); | |
| void setup(void) |
| curl -sf https://raw.githubusercontent.com/brson/multirust/master/blastoff.sh | sh | |
| multirust update | |
| cargo install racer | |
| cd /usr/local/src | |
| git clone https://github.com/rust-lang/rust.git | |
| nano ~/.bash_profile | |
| 加入 | |
| export PATH="$HOME/.multirust/toolchains/stable/cargo/bin:$PATH" |
| # Firefox OS Add-on in Ten Minutes | |
| I: 先自介一下吧不然沒有人認識你 | |
| 說得也是 | |
| 大家好我是柏強 | |
| 我在網路上的 ID 是 BobChao | |
| B 大寫 C 大寫中間沒有空格 | |
| 我在 MozTW 裡面做志工做蠻久了 |
| /* | |
| Call stripGALinkerParm() after ga('send', 'pageview'); | |
| No rights reserved. | |
| */ | |
| function stripGALinkerParm(){ | |
| var _qs = window.location.search, | |
| _path = window.location.pathname; | |
| _qs = _qs.replace(/_ga=[^&]*&?/, ""); |
| ct=new Array("Andorra","United Arab Emirates","Afghanistan","Antigua and Barbuda","Anguilla","Albania","Armenia","Angola","Antarctica","Argentina","American Samoa","Austria","Australia","Aruba","Åland Islands","Azerbaijan","Bosnia and Herzegovina","Barbados","Bangladesh","Belgium","Burkina Faso","Bulgaria","Bahrain","Burundi","Benin","Saint Barthélemy","Bermuda","Brunei Darussalam","Bolivia, Plurinational State of","Bonaire, Sint Eustatius and Saba","Brazil","Bahamas","Bhutan","Bouvet Island","Botswana","Belarus","Belize","Canada","Cocos (Keeling) Islands","Congo, the Democratic Republic of the","Central African Republic","Congo","Switzerland","Côte d'Ivoire","Cook Islands","Chile","Cameroon","China","Colombia","Costa Rica","Cuba","Cape Verde","Curaçao","Christmas Island","Cyprus","Czech Republic","Germany","Djibouti","Denmark","Dominica","Dominican Republic","Algeria","Ecuador","Estonia","Egypt","Western Sahara","Eritrea","Spain","Ethiopia","Finland","Fiji","Falkland Islands (Malvinas)","Micronesia, Federate |
Here's a raugh translation of the usage guide of MozPH's community space, for reference.
只有菲律賓的 ReMo 可以開門,每個人都是獨立認證。(生物認證機制、ID 卡)
社群成員在 ReMo 陪同下都可以使用該空間,視為該領頭 ReMo 的客人。該 ReMo 對客人也有陪同責任。
使用狀況須登記於 Google Spreadsheet(與 MozPH 的 Robert 詢問,他說單純是記使用時間,每週統計。也會記錄誰來了,不過只記熟面孔,訪客不記)
| 我這次撞超多牆的。 | |
| 之前在 Mac 下編本來都很 ok,然後突然某天起怎麼編怎麼怪(在手機上記憶體不足等各種問題),上 MDN 看就看到「如果你拿的是 Keon,用 Mac 編現在一定死」 | |
| 不得已只好來裝 VM,然後載了 Ubuntu 13.10 32bits,裝完看文件開宗明義就寫需要 64bits 版.... | |
| 於是又載 13.10,編半天都失敗 -- 空間不足。奇怪,不是說要 25G 嗎?我有留呀?... 啊我這白痴,25G 是要 free space,我只用 25G 的硬碟裝作業系統完就不夠了啊... | |
| 再重裝,這次給 50G,但仍然各種不同失敗。上 IRC 碎念了以後決定回到 12.04 LTS -- 終於一個晚上過去它編成功了,但變成 permission denied. |