雑多な技術系メモ

自分用のメモ。内容は保証しません。よろしくお願いします。

2016-09-03から1日間の記事一覧

tweepy statusオブジェクト

tweepy statusオブジェクト ['contributors', 'truncated', 'text', 'is_quote_status', 'in_reply_to_status_id', 'id', 'favorite_count', 'api', 'author', 'json', 'coordinates', 'entities', 'in_reply_to_screen_name', 'id_str', 'retweet_count', '…

python インスタンスの変数名一覧

python インスタンスの変数名一覧 object.__dict__.keys()

tweepy status author

tweepy status author authorはユーザーobject

文字列のエンコーディング

文字列のエンコーディング String.force_encoding("UTF-8")

libreofficeで快適に数式を扱う

libreofficeで快適に数式を扱う http://extensions.libreoffice.org/extension-center/texmaths-1 texmathsのインストール * oxt?ファイルのような物のダウンロード * 拡張機能マネージャを開く * ダウンロードしたのものの解凍 e^{\func{- (x_i - \mu)2}{2 …

rails パス関連

railsでローカルファイルを読み込みたい、参照したい 以下のように設定する "#{Rails.root}/app/controllers/word_set/word_list_test.yml"

ショートカットキーを一部無効にする方法

keymap.sconに以下の用に記述 'editor': 'ctrl-e': 'unset!' のように書く