手順:こちらの手順を参考 hinoji の Winodws 7 表示言語の変更の秘密
参考: Windows 7 SP1 Language Pack (English)
http://download.windowsupdate.com/msdownload/update/software/updt/2011/02/windows6.1-kb2483139-x64-en-us_9b9c8a867baff2920507fbf1e1b4a158572b9b87.exe
MEMO_MEMO_MEMO
Tuesday, February 28, 2012
Saturday, January 21, 2012
Ruby 1.9.3 を Mac にインストール
ruby-1.9.3-p0 を Snow Leopard にインストールした際に、yaml.h が無いというエラーがでた。
参考:http://collectiveidea.com/blog/archives/2011/10/31/install-ruby-193-with-libyaml-on-centos/
LibYAML のインストール方法:
yaml.h is missing. Please install libyaml. Failed to configure psych. It will not be installed.LibYAML をインストールしてから ruby-1.9.3-p0 をインストールするとエラーを回避できる。
参考:http://collectiveidea.com/blog/archives/2011/10/31/install-ruby-193-with-libyaml-on-centos/
LibYAML のインストール方法:
$ curl -O http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz $ tar xzvf yaml-0.1.4.tar.gz $ cd yaml-0.1.4 $ ./configure --prefix=/usr/local $ make $ sudo make install
Friday, January 20, 2012
Kindle for Mac がもっさり
Programming Language Ruby の Kindle 版が $10 以下と大変お値打ち価格だったので初めてKindle の本を購入してみた。Kindle for Mac で読んでいるのだけれど動きがもっさり。さらには、Kindle for Mac の検索がうまく動かないので、Kindle の本を PDF に変換してみた。
calibre
http://calibre-ebook.com/
設定を変えて何度かPDFに変換をしてみたが、ページレイアウトが崩れて残念な結果に。終わったとさ。
calibre
http://calibre-ebook.com/
設定を変えて何度かPDFに変換をしてみたが、ページレイアウトが崩れて残念な結果に。終わったとさ。
Wednesday, January 18, 2012
Key bind of Vim
In an insert mode,
"C - [", "C - {" are bound to ESC
"C - h" is bound to BS
"C - m" is bound to Enter
"C - [", "C - {" are bound to ESC
"C - h" is bound to BS
"C - m" is bound to Enter
Labels:
Vim
.vimrc の見直し
今回の変更で set clipboard+=unnamed のオプションを追加
"
" This file (.vimrc) is modified on 2012/1/18
"
set number " to display lines
set title " display filename on the title bar
set ignorecase " search not casesensitively
set showmatch " hilight a pair of parenthesis and braces
set matchtime=2 " limit the showmatch's hilight time, ms
set wildmenu " compliment vim's commandline instructions
set softtabstop=4
set expandtab
set autoindent " Enable autoindent
set ruler " Ruler on
if has("gui_running")
colorscheme oceandeep
set clipboard+=unnamed " Yanks to clipboard
autocmd FileType ruby,eruby set omnifunc=rubycomplete#Complete
autocmd FileType ruby,eruby set tabstop=2
autocmd FileType ruby,eruby set shiftwidth=2
autocmd FileType ruby,eruby set softtabstop=2
endif
"
" This file (.vimrc) is modified on 2012/1/18
"
set number " to display lines
set title " display filename on the title bar
set ignorecase " search not casesensitively
set showmatch " hilight a pair of parenthesis and braces
set matchtime=2 " limit the showmatch's hilight time, ms
set wildmenu " compliment vim's commandline instructions
set softtabstop=4
set expandtab
set autoindent " Enable autoindent
set ruler " Ruler on
if has("gui_running")
colorscheme oceandeep
set clipboard+=unnamed " Yanks to clipboard
autocmd FileType ruby,eruby set omnifunc=rubycomplete#Complete
autocmd FileType ruby,eruby set tabstop=2
autocmd FileType ruby,eruby set shiftwidth=2
autocmd FileType ruby,eruby set softtabstop=2
endif
Tuesday, January 3, 2012
黒豆の炊き方
- 沸騰したお湯に砂糖、塩、醤油(ごく少量)を入れる
水は豆の3倍くらいの量
調味料の量は汁が煮立つことを逆算して薄め
味の強さは最後に調整できるので薄めに(とにかく薄め) - 洗った黒豆をお鍋に入れ一晩寝かせる
- 弱火で豆を煮る
- 好みの固さになったところで調味料を足し、味の調整をする
- 好みの固さより心持ち柔らかくなったところで火から下ろす
冷えると若干固くなる - 常温に戻ったところで完成
Monday, January 2, 2012
小豆の炊き方
- 小豆を洗い、水をはった鍋にあける
- 鍋を中火に掛け、沸騰させる
- お湯に小豆の色が出るまで煮続ける
(10分くらい) - 色の着いたお湯を捨て、鍋に再度水を入れる
(水は豆の2〜3倍くらい) - 鍋を中火に掛け、沸騰したところで ふつふつ いう程度に火を弱める
- 1時間〜1時間半程度火にかける
(鍋からお湯が無くならないように注意、豆が水を吸う) - お豆の表面が割れてきたところで砂糖、塩を加えて火から下ろす
砂糖の分量はお豆の重量の半分が目安(薄味)
3/4の砂糖を分量を入れてから徐々に調整 - 一晩置き、豆に味を含める
- お豆を再度火にかけ、煮立ったところで味の最終調整
炊けば炊くほど豆が煮崩れ、量が少なくなっていく。
Saturday, September 17, 2011
Firefox と Mac の Dictionary.app を連携させる方法
Safari だと "Command + Shift + D" のキーバインドでハイライトしたキーワードを Dictionary.app で調べることができますが、Firefox ではこれができません。さてどうするか。
1. System Preferences -> Keyboard -> Keyboard Shortcuts のタブ
2. 画面左ペインの Application Shortcuts を選択
3. 画面下部の "+"をクリック
4. Application で Firefox を選択
5. Menu Title で "Look Up in Dictionary" と入力
6. Keyboard Shortcuts で任意のキーバインドを選択
私の場合はキーバインドに "Command + ; "を選びました。
プラグインを追加せずにこの課題を解決できるんですね。
1. System Preferences -> Keyboard -> Keyboard Shortcuts のタブ
2. 画面左ペインの Application Shortcuts を選択
3. 画面下部の "+"をクリック
4. Application で Firefox を選択
5. Menu Title で "Look Up in Dictionary" と入力
6. Keyboard Shortcuts で任意のキーバインドを選択
私の場合はキーバインドに "Command + ; "を選びました。
プラグインを追加せずにこの課題を解決できるんですね。
Monday, August 15, 2011
Easter egg in Windows 7, Vista
1. Create a folder on a desktop
2. Rename it to GodMe.{ED7BA470-8E54-465E-825C-99712043E01C}
Then you'll see Windows 7 GodMode
Monday, August 8, 2011
USB RS232-C 変換ケーブルについて
変換ケーブルで使われているチップを確認し、チップのメーカーサイトからドライバを入手する。
USB シリアル 変換ケーブル 秋月電子
http://akizukidenshi.com/catalog/g/gM-00720/
Prolific
http://www.prolific.com.tw/eng/downloads.asp?id=31
USB-CVRS9 SANWA SUPPLY
http://www.sanwa.co.jp/product/syohin.asp?code=USB-CVRS9
FDTI
http://www.ftdichip.com/Drivers/VCP.htm
USB シリアル 変換ケーブル 秋月電子
http://akizukidenshi.com/catalog/g/gM-00720/
Prolific
http://www.prolific.com.tw/eng/downloads.asp?id=31
USB-CVRS9 SANWA SUPPLY
http://www.sanwa.co.jp/product/syohin.asp?code=USB-CVRS9
FDTI
http://www.ftdichip.com/Drivers/VCP.htm
Labels:
Mac
Saturday, August 6, 2011
Windows7 言語設定変更 について:ドラフト
Operating System Package Servicing Command-Line Options
http://technet.microsoft.com/en-us/library/dd744311%28WS.10%29.aspx
http://technet.microsoft.com/en-us/library/dd744311%28WS.10%29.aspx
いつか使うサイトのリンク
RadiantCMS: Ruby based CMS
http://radiantcms.org/
Markdown: Syntax highlighting
http://posterous.com/help/markdown
Lightweight Portable Security (LPS): Thin client like linux distribution
http://www.spi.dod.mil/lipose.htm
CIS Apple iOS Benchmark v1.3.0: Smart phone security
http://benchmarks.cisecurity.org/en-us/?route=downloads.show.single.iphone.130
iPhone Support Enterprise
http://www.apple.com/support/iphone/enterprise/
http://radiantcms.org/
Markdown: Syntax highlighting
http://posterous.com/help/markdown
Lightweight Portable Security (LPS): Thin client like linux distribution
http://www.spi.dod.mil/lipose.htm
CIS Apple iOS Benchmark v1.3.0: Smart phone security
http://benchmarks.cisecurity.org/en-us/?route=downloads.show.single.iphone.130
iPhone Support Enterprise
http://www.apple.com/support/iphone/enterprise/
Subscribe to:
Posts (Atom)