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
swtich to emacs | |
ここ5~6年間ずーっとvimを使っておりました。 | |
ですが、いちいちbashとvimを行き来するのが面倒でいつかemacsに乗り換えてみようと思っておりました。 | |
そして今日、乗り換えました。 | |
vimさんさようなら。 | |
とは言え、すぐにvimを捨てられるわけも無く。 | |
この文章もvimで書いているわけで。 |
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
Bouldering Local Circuit 2011 Fifth Round | |
日曜日にBloc第五戦がエナジー高田馬場でありました。 | |
今のところ皆勤賞な俺はもちろんエントリー。 | |
クラスはミドル。 | |
受付が9時~9時30。 | |
アップもかねて、自転車で高田馬場へ。 | |
糖質補給のため、途中のコンビニであんぱんとクリームパンと甘い紅茶を買って軽く朝ごはん。 |
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
ガイア燃費記録 | |
1/22~1/23 東京=>山梨往復(2人乗車 + 雪道タイヤチェーン走行) 280km 25L 11.2km/L | |
1/30 東京=>御岳往復(5人乗車 + クラッシュパッド4枚) 160km 15L 11.0km/L | |
2/12 都内走行 + 東京=>御岳往復(3人乗車 + クラッシュパッド2枚) 202km 19.85L 10.17km/L | |
2/19 大沢往復(4人乗車 + クラッシュパッド5枚、アクセル踏みまくり) 239km 26.05L 9.1km/L | |
2/26 城ヶ崎往復(5人乗車 + クラッシュパッド5枚、アクセル踏みまくり) 407km 37.58L 10.8km/L | |
3/3 御岳(3人乗車 + クラッシュパッド4枚) 126km 12L 10.5km/L | |
3/11 都内走行(2人乗車) 190km 21L 9km/L 渋滞捕まった | |
3/11 城ヶ崎往復走行(4人乗車 + クラッシュパッド5枚) 288km 22L 13km/L スピード飛ばし気味。結果燃費向上。 |
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
データベーススペシャリストで使った教科書はこれです。 | |
春の情報処理試験まで約2ヶ月。 | |
春は何を受けますか? | |
あっしはSCを受けます。 | |
DBを受ける人も多いと思います。 | |
あっしは昨年、運よくDBに受かりました。 |
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
社会人が飲むと良いと思うサプリメント | |
わたくし、色々なサプリメントを試しました。 | |
効果があったもの、無かったもの。 | |
お勧めできるものをピックアップしてご紹介します。 | |
No1 | |
DHA+EPA | |
主に魚から取れる油で |
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
awkとsedを使ってログを素っ裸にする |
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
vimプラグインを管理する方法 | |
vimprojectを使う。 | |
.vimrcはsvnやgitで管理する。 |
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
情報セキュリティスペシャリストで読む本 | |
暗号化の国アリス | |
TCP/IP入門 | |
図解入門 よくわかる最新情報セキュリティの基本と仕組み―基礎から学ぶセキュリティリテラシー |
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
ガイアさん用のタイヤチェーン買いました。 | |
山梨行くのにスタッドレスタイヤを履いておりません。 | |
そして、そんなに雪道を走りません。 | |
ということで、タイヤチェーンを買いました。 | |
購入したのはカーメイトのバイアスロン アスリート。 | |
たまたまサイズぴったりなやつが安売りしていたので購入。 | |
以前、乗っていた車でも使ったことがあるチェーンなので安心かつ、使い勝手も良いチェーンなので安く手に入って満足。 |
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
vimでシーケンスを作成する。 | |
数値にカーソルを合わせてCtrl + a でカウントアップできますが、 | |
デフォルト設定だと数値が8進数、16進数としてカウントアップします。 | |
業務だと10進数を扱うことのほうが多いと思うので | |
:set nrformats= | |
で数値インクリメントオプションをクリアします。 |