$ echo "hello world"
$ pwd
| Section "InputClass" | |
| Identifier "Wheel Emulation" | |
| MatchIsPointer "on" | |
| MatchProduct "TrackPoint" | |
| Option "EmulateWheelButton" "2" | |
| Option "EmulateWheel" "on" | |
| EndSection |
| --withborder | |
| --center SITCON Cadre Training | |
| --center shell script data analysis | |
| --author Denny Huang | |
| --date today |
| --- Day changed Sat Mar 07 2015 | |
| 00:18 < mmis1000> no[$ne]=zzzz 這樣 | |
| 00:21 < mmis1000> express預設的querystring parser會展開物件 | |
| 00:21 < mmis1000> Takeshi_tw: | |
| 00:21 < mmis1000> 上面那個會被展開成 no = {$ne : zzzz} | |
| 00:33 < seadog007> mmis1000: 直接丟PR啦 | |
| 00:39 < mmis1000> 要出門去了說...正準備整理東西 | |
| 01:29 < testttt> hihi | |
| 01:30 < testttt> hi | |
| 01:34 < jeremy5189> hello |
| token='' | |
| res=$(curl -s "https://graph.facebook.com/v2.0/fql?access_token=$token&debug=all&format=json&method=get&pretty=0&q=SELECT%20viewer_id%2Crecipients%2Cmessage_count%20FROM%20thread%20WHERE%20folder_id%20%3D%200%20ORDER%20BY%20message_count%20DESC&suppress_http_code=1") | |
| data=$(echo $res | jq '.data') | |
| for i in $(seq 0 $(($(echo $data | jq '. | length') - 1))) | |
| do | |
| echo No. $((i + 1)) | |
| echo $data | jq ".[$i].message_count" | |
| for fbid in $(echo $data | jq ".[$i].recipients[1:] | .[]") |
| { | |
| "checkin": { | |
| "order": 0, | |
| "available_time": "2017/03/18 07:30 +0800", | |
| "expire_time": "2017/03/18 17:00 +0800", | |
| "countdown": 0, | |
| "related_scenario": [ | |
| { | |
| "id": "kit", | |
| "unlock": true |
I hereby claim:
To claim this, I am signing this object:
| # -*- coding: UTF-8 -*- | |
| def send_email(recipient): | |
| import smtplib | |
| from email.mime.text import MIMEText | |
| from email.mime.multipart import MIMEMultipart | |
| from email.header import Header | |
| from email.utils import formataddr | |
| gmail_user = '' |
| ./2016-landingpage | |
| 13 text files. | |
| classified 13 files | |
| 13 unique files. | |
| 70 files ignored. | |
| http://cloc.sourceforge.net v 1.56 T=0.5 s (14.0 files/s, 9560.0 lines/s) | |
| ------------------------------------------------------------------------------- | |
| Language files blank comment code | |
| ------------------------------------------------------------------------------- |