kimklai.blogspot.com
Kim Lai的札記: 2009/11/15 - 2009/11/22
http://kimklai.blogspot.com/2009_11_15_archive.html
星期六, 11月 21, 2009. Iphoto 09 face recognition - rescanning faces. Since my iphoto is a mass, I dont want to recognize faces before finishing photo organization. After the work done, I just cant find the option of "rescanning faces"! How thankful as I saw the tips of enable rescanning in apple-support-discussions by BobbrkerMyHero. Here comes the solution of rescanning faces. If you want to rescan the faces in your library this is all you need to do:. CLOSE IPHOTO BEFORE YOU START THIS* *. 標籤: OS X.
kimklai.blogspot.com
Kim Lai的札記: 2008/11/2 - 2008/11/9
http://kimklai.blogspot.com/2008_11_02_archive.html
星期日, 11月 02, 2008. 轉自http:/ www.wretch.cc/blog/milkmilk777/17280418. 1成功嶺大門- 如由烏日鄉的中山路三段進入(和進入成功嶺大門這條路是丁字路,路口有紅綠燈,在中山路上有萊爾富便利商店),還要經過鐵路平交道和中山高速公路的高架橋,而此時亦可看到成功嶺走向成功之路的圓拱門,再進入就是右手邊的成功東路,而在左手邊是往旭光國小的招牌(就立在路邊),前方即是成功嶺的大門了。 2而成功嶺二號門所在的地點,您從這裡(大門前)要右轉走 成功東路. 65288;2)- 而您如要前往2號門,您就再直走,經過3號門之後忠勇路就變成學田路了(因這裡是烏日鄉的行政區域了),沿學田路一直走,會先遇到右邊的山頂巷,經過後約是600公尺就再遇到學田路便行巷,而您要在此右轉進入,沿此巷(順巷道彎路前進)一直走,經過建興宮後,再直走就會遇到成功東路旁的大水溝,然...訂閱: 文章 (Atom). CS master, love to play badminton, tennis and travel. Now are a new freshman in work.
kimklai.blogspot.com
Kim Lai的札記: work around with vimdiff + cvs diff
http://kimklai.blogspot.com/2009/12/work-around-of-vimdiff-with-cvs.html
星期一, 12月 07, 2009. Work around with vimdiff cvs diff. We'd like to make cvs's diff output colorful. If you're vim people, you could do it in 2 ways. Redirect cvs diff to vim by " vim -". Then change highlight settings in .vimrc as follows:. Hi diffAdded ctermfg=Yellow ctermbg=DarkGray guifg=Yellow. Hi diffRemoved ctermfg=Red ctermbg=DarkGray guifg=Red. Or, you could use vimdiff by running the script(cvsvimdiff.sh) in the end. This script let you enjoy vimdiff's block diff with cvs. For f in $files; do.
kimklai.blogspot.com
Kim Lai的札記: 2009/11/8 - 2009/11/15
http://kimklai.blogspot.com/2009_11_08_archive.html
星期二, 11月 10, 2009. WTF]iphone contact google contact facebook photo. 目前還沒有看到傻瓜化的app能做到iphone google facebook sync. 原因不外乎是google本身提供的name只有一個欄位, 且sync時只會把"完全"一樣的contact合併。 除非平常就把google contact整理的很好,不然. sync下去只會讓iphone內更亂而已. 另外, 以中文語系的使用者而言,按姓氏拼音/筆劃排序,是比較實用的方式。 不過目前iphone採用中文界面=筆劃,英文=phonetic(預設未開啟此欄) last name sorting. 更有趣的是,如果你喜歡用聲控撥號,那麼phonetic last/first name會影響到iphone 3gs內部的發音。如果單純使用last/first name,那3gs的聲控還算完美。 訂閱: 文章 (Atom). WTF]iphone contact google contact facebook ph.
kimklai.blogspot.com
Kim Lai的札記: 2010/5/16 - 2010/5/23
http://kimklai.blogspot.com/2010_05_16_archive.html
星期二, 5月 18, 2010. Linux中的Type with Constant Length. U int32 t (BSD类型,目前netfilter中就使用这种类型). Typedef u32 u int32 t;. Uint32 t (C99类型, 内核态和用户态都能使用的类型,可移植性更好). Typedef u32 uint32 t;. Typedef unsigned int u32;. U32 (Linux严格类型,内核中应该使用这种类型). Typedef unsigned int u32;. 總結來說,推薦使用 uintxx t 系列的C99 type. 訂閱: 文章 (Atom). CS master, love to play badminton, tennis and travel. Now are a new freshman in work. Linux中的Type with Constant Length. Picture Window範本. 由 Blogger.
kimklai.blogspot.com
Kim Lai的札記: Keyboard & Mouse settings in OS X Terminal
http://kimklai.blogspot.com/2010/02/keyboard-settings-in-os-x-terminal.html
星期三, 2月 24, 2010. Keyboard and Mouse settings in OS X Terminal. Are you bothering with no PageUp/Down and Home/End key to use in Terminal? Well, just set the following keyboard mappings in OS X Terminal preferences. And you'll get all keys work! Besides, if you would like to scroll terminal by mouse, MouseTerm. 訂閱: 張貼留言 (Atom). CS master, love to play badminton, tennis and travel. Now are a new freshman in work. Network Setting problem in Ubuntu 9.04. Keyboard and Mouse settings in OS X Terminal.
kimklai.blogspot.com
Kim Lai的札記: Linux中的Type with Constant Length
http://kimklai.blogspot.com/2010/05/linuxtype-with-constant-length.html
星期二, 5月 18, 2010. Linux中的Type with Constant Length. U int32 t (BSD类型,目前netfilter中就使用这种类型). Typedef u32 u int32 t;. Uint32 t (C99类型, 内核态和用户态都能使用的类型,可移植性更好). Typedef u32 uint32 t;. Typedef unsigned int u32;. U32 (Linux严格类型,内核中应该使用这种类型). Typedef unsigned int u32;. 總結來說,推薦使用 uintxx t 系列的C99 type. 訂閱: 張貼留言 (Atom). CS master, love to play badminton, tennis and travel. Now are a new freshman in work. Linux中的Type with Constant Length. Picture Window範本. 由 Blogger.
kimklai.blogspot.com
Kim Lai的札記: 2009/12/6 - 2009/12/13
http://kimklai.blogspot.com/2009_12_06_archive.html
星期一, 12月 07, 2009. Work around with vimdiff cvs diff. We'd like to make cvs's diff output colorful. If you're vim people, you could do it in 2 ways. Redirect cvs diff to vim by " vim -". Then change highlight settings in .vimrc as follows:. Hi diffAdded ctermfg=Yellow ctermbg=DarkGray guifg=Yellow. Hi diffRemoved ctermfg=Red ctermbg=DarkGray guifg=Red. Or, you could use vimdiff by running the script(cvsvimdiff.sh) in the end. This script let you enjoy vimdiff's block diff with cvs. For f in $files; do.
kimklai.blogspot.com
Kim Lai的札記: 2010/4/18 - 2010/4/25
http://kimklai.blogspot.com/2010_04_18_archive.html
星期四, 4月 22, 2010. XiphQT Fluke = Flac in iTunes. Well, since Flac is more and more popular in world of music sharing, it's time to let iTunes support Flac! There're some trick about flac in iTunes:. First, you need to install XiphQT to play flac with Quicktime core. Then you still need a plugin named Fluke. Since iTunes won't accept flac ether in dragging files into iTunes database or double clicking flac files, with Fluke, you could cheat iTunes to add flac when double click on flac files.