$ sudo apt-get install git build-essential libreadline-dev libssl-dev
$ git clone git://github.com/sstephenson/rbenv.git ~/.rbenv
$ git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
This file contains 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
#include <stdio.h> | |
#include <stdlib.h> | |
#include <jpeglib.h> | |
int main () { | |
/* JPEGオブジェクト, エラーハンドラの確保 */ | |
struct jpeg_compress_struct cinfo; | |
struct jpeg_error_mgr jerr; | |
/* エラーハンドラにデフォルト値を設定 */ |
This file contains 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
# 文字コード | |
export LANG=ja_JP.UTF-8 | |
# Pathの設定 | |
export PATH=${PATH}:/opt/android-sdk-linux/tools | |
# 補完 | |
autoload -U compinit; compinit | |
# Emacsキーバインド |
This file contains 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
" バックアップを作らない | |
set nobackup | |
" スワップファイルを作らない | |
set noswapfile | |
" 行番号を表示する | |
set number | |
" ウィンドウタイトルに編集中のファイル名を表示する |
- https://gistdeck.herokuapp.com/ へ行く
- ブックマークレットを追加する
- このページに戻ってブックマークレットを実行する
Escape
でやめる
Powered by GistDeck
This file contains 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
a.hBookmark-widget-counter img { | |
width: auto; | |
height: auto; | |
border: none; | |
} |
This file contains 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
find . -name "*.el" | xargs emacs -batch -f batch-byte-compile |
- マザーボード ドライバ
- Logicool ドライバ
- ウイルスバスター クラウド
- Google Chrome
- Google IME
- Thunderbird
- Mendeley
- Dropbox
- ZiiLauncher
- Ctrl2cap
-
インストール
$ sudo apt-get install texmaker --no-install-recommends
-
設定
- Commands
- LaTeX:
platex -synctex=1 -interaction=nonstopmode %.tex
- Bib(la)tex:
pbibtex %.aux
- LaTeX:
- Commands
-
Dvipdfm:
dvipdfmx -f otf-ipaex.map %.dvi
Ubuntu13.10(Unity)の場合
$ echo $DESKTOP_SESSION
ubuntu
Xubuntu13.10の場合
$ echo $DESKTOP_SESSION
xubuntu
OlderNewer