11月 2010
1タグ
平成の初期だったかな テレビのクイズ番組で 「仕事柄、もっとも多くタバコを吸う人は?」 という問題があった。 正解はパチンコ店?雀荘?いえいえ、...
– http://retext.orig.jp/text/45849 (via retextlog)
Codestop: Gvim function for cygwin →
codestop:
I got tired of having different implementations of GVIM for both windows and cygwin, so I created a gvim function in bash to enable me to launch the windows GVIM from within the bash shell, effectively opening any file with the windows gvim
function gvim()
{ gvim_path=/cygdrive/c/Program\...
Setting up APT-like package get for CYGWIN 1.7.5
codestop:
Make sure and install wget and python gnupg and coreutils from setup.exe first:
cd ~/
wget http://cyg-apt.googlecode.com/files/cyg-apt-1.0.7-1.tar.bz2
tar -xf cyg-apt-1.0.7-1.tar.bz2
cd cyg-apt-1.0.7-1
sed -i "s/\['TMP'\]/\.get\('TMP'\)/g" cyg-apt
sed -i "s/setup-2/setup/g" cyg-apt
sed -i "s/if\ value\[0\]\ ==\ '\"'\ and\ value\.find('\"',\ /if\ value\.find('\"')\ !=\ -1\ and\...
Appleで初代Macintoshの開発に携わったジェフ・ラスキンの研究によれば、画面全体...
– 知らない人は損してると思うMacの使い方 (via breathnoir)