This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Day changed 六 5月 19 2012 | |
01:23 Robin is now known as Guest3202 | |
01:24 Guest3202 is now known as Pymaster | |
01:25 Pymaster is now known as pc035860 | |
08:40 JSDC-Kay_ is now known as JSDC-Kay | |
08:49 < JSDC-Kay> 大家好!我是今天負責為各位進行實況轉播的 Kay! | |
08:50 < JSDC-df1> 大家好!我是今天負責為各位進行實況轉播的 df1! | |
08:51 < Kande_> 真是太好了^^ | |
08:51 salagadool is now known as salagadoola_ | |
08:55 < ericsk> Good morning~ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Day changed 六 4月 14 2012 | |
00:00 < hcchien> 算了,洗澡睡覺去。明天看緣份了 :D | |
00:18 < cls_bsd> .... | |
00:34 < jnlin> hcchien: 我有... | |
07:37 < darkx> 大家早安 | |
08:36 < miyagawa> which building is the venue? http://www.sinica.edu.tw/as/map/asmap_c.html | |
08:39 < clkao_> miyagawa: 24 | |
08:39 < miyagawa> thanks | |
08:39 < clkao_> hcchien: 為什麼我的 abstract 沒有出現 | |
08:57 clkao_ is now known as clkao |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Create a RAM disk with same perms as mountpoint | |
# Script based on http://itux.idev.pro/2012/04/iservice-speed-up-your-xcode-%D0%BD%D0%B5%D0%BA%D0%BE%D1%82%D0%BE%D1%80%D1%8B%D0%B5-%D1%81%D0%BF%D0%BE%D1%81%D0%BE%D0%B1%D1%8B/ with some additions | |
# Usage: sudo ./xcode_ramdisk.sh start | |
USERNAME=$(logname) | |
TMP_DIR="/private/tmp" | |
RUN_DIR="/var/run" | |
SYS_CACHES_DIR="/Library/Caches" |
NewerOlder