2012-02-01から1ヶ月間の記事一覧

バイクのエンジンがかからない

キルスイッチがOFFになっていないか確認します。いっつも押しがけでかけてたのが、3ヶ月乗ってなかったらかからなくなりました。押しがけ by u96c195さん 今まで知らなかったのが驚きですが、バイク屋で チョークレバーの使い方を教えてもらいました。http:…

35000

修論の文字数です。PDFファイルの文字数を数える方法 http://info-cross.org/pdf_count.php論文って文字数に規定があるんですね。24000字:早稲田アジア太平洋研究科 http://www.waseda.jp/gsaps/student/stu_ma_guideline_jp.html東大 修士論文 80,000字が…

Appropriate Technology

学校には行っておらず、FM修理工に本を借りて何回も教えてもらったそうです。http://mali.geekcorps.org/

Itinerant chart

より大きな地図で Itinerate map を表示こんな感じ。

Qiitaのコードの書き方

http://qiita.com/items/860 (空行) ```ruby:qiita.rb puts 'The best way to log and share programmers knowledge.' ``` (空行)

jbibtexでの引用順序

tex

http://oku.edu.mie-u.ac.jp/tex/mod/forum/discuss.php?d=141参考文献の順番がばらばらで気持ち悪かった。 ヘッダのとこで - \bibliographystyle{jplain} + \bibliographystyle{junsrt}で登場順に番号が並びます。

Rails 2.2 からrails 3へのアップグレード

DEPRECATION WARNING: Rake tasks in /app/vendor/plugins/fleximage/tasks/fleximage_tasks.rake are deprecated. Use lib/tasks instead. (called from <top (required)> at /app/Rakefile:7) DEPRECATION WARNING: Rake tasks in /app/vendor/plugins/yaml_db/tasks/yaml_</top>…

Haskellのインストール

http://hackage.haskell.org/platform/ インストーラからだとエラーが出る。homebrewJを使う http://fp.okeefecreations.com/2011/02/homebrew-for-haskell.html