- 作詞:及川眠子
- 作曲:佐藤英敏
- 編曲:大森俊之
残酷な天使のように
za n ko ku na te n shi no yo u ni
像是殘酷的天使一樣
| find . -type d -name '.git' | while read dir ; do sh -c "cd $dir/../ && echo -e \"\nGIT STATUS IN ${dir//\.git/}\" && git status -s" ; done |
| #!/bin/sh | |
| # sh gifenc.sh input.mp4 output.gif | |
| # Optionally accepts width / height (one or both). | |
| palette="/tmp/palette.png" | |
| filters="fps=15" | |
| if [ ! -z $3 ]; then | |
| if [ ! -z $4 ]; then | |
| filters="$filters,scale=$3:$4" |
| 如果只有這兩個選項的話 | |
| 半年前我會跟你說2 | |
| 現在我會跟你說1 | |
| (因為我從 OS X 重回 Linux 的懷抱了lol) | |
| 原因如下: | |
| Air 的續航力要拿來看電影的話其實也不會好太多 | |
| 根據我的使用經驗大概剩個 5~6 hrs | |
| 而且還要取決於有沒有踩到 OS X 的雷 | |
| OS X 10.9 剛出的時候 |
實在太多了,枚舉不完,所以弄了一個產生器
FunSlots 繽紛樂 | 創新技術名詞產生器
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import re | |
| import serial | |
| import time | |
| lines = [] |
| file1 = '1.txt' | |
| file2 = '2.txt' | |
| rfd = open(file1, "r") | |
| wfd = open(file2, "w") | |
| dict_file = {} | |
| num = {} | |
| seq = {} |
| #/usr/bin/env python3 | |
| d = { | |
| "Tom": 50, | |
| "Jerry": 70, | |
| "Sally": 90, | |
| } | |
| check = [] | |
| while True: |
| #!/usr/bin/env python3 | |
| #-*- coding: utf-8 -*- | |
| import csv | |
| import re | |
| import collections | |
| def main(): | |
| #data = parse_csv('bird0-1.csv') |