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
KeySnail | |
Copy Fixer | |
FireGestures | |
IE Tab 2 |
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. 中央リポジトリをフォーク | |
2. フォークしたリポジトリをGitHub上で編集してコミット | |
3. | |
○中央リポジトリに直接プッシュできる場合 | |
git clone 中央リポジトリのURL ※既にクローンしてあれば不要 | |
git pull フォークしたリポジトリのURL | |
git push |
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
cd /opt/lampp/htdocs/ | |
rm -rf Garden/ | |
git clone [email protected]:yu-tang/Garden.git | |
chmod -R 777 Garden/conf/ | |
chmod -R 777 Garden/uploads/ | |
chmod -R 777 Garden/cache/ |
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
■ Ubuntu 10.04.1 編 | |
○ sun-java6-jre パッケージをインストールする | |
1. Synaptic パッケージ・マネージャ > 設定 > リポジトリ で ソフトウェア・ソース ダイアログを開く | |
2. [他のソフトウェア]タブで | |
http://archive.canonical.com/ubuntu lucid partner | |
http://archive.canonical.com/ubuntu lucid partner (ソースコード) | |
にチェックをつける。 | |
3. sun-java6-jre パッケージをインストールする。 |
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
// 全ての定義済の変数を表示する | |
exit( var_dump( get_defined_vars() ) ); | |
// 全ての定義済みの定数の名前と値を表示する | |
exit( var_dump( get_defined_constants(true) ) ); | |
// スーパーグローバル変数を表示する | |
phpinfo(INFO_VARIABLES); |
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
ログインユーザーがオーナーのディレクトリで、sshプロトコルで git clone する場合、git clone に sudo をつけて実行すると失敗し、sudo をつけずに git clone したら成功した。 |
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. Tlbinf32.dllを準備 | |
Tlbinf32.dllはVisual Basic 6.0のCDに付属しているらしい? | |
ファイル: Tlbinf32.exe: Tlbinf32.dll のファイルのヘルプ | |
http://support.microsoft.com/kb/224331/ja | |
もしくは、Tlbinf32.dllを配布しているWebサイトからダウンロード | |
2. レジストリに登録 |
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
Option Explicit | |
Const REG_LAST_KEY = "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Regedit\LastKey" | |
Dim reg_key_path | |
Dim ws | |
reg_key_path = InputBox("レジストリエディタで開くキーをフルパスで入力して下さい") | |
reg_key_path = trim(reg_key_path) | |
if reg_key_path = "" then Wscript.Quit |
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
Advanced Editing | |
http://live.gnome.org/Gedit/AdvancedEditingPlugin | |
Edit Shortcuts | |
http://empty.23inch.de/pmwiki.php/Main/EditShortcuts | |
Regex Search and Replace | |
TabSwitch |
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
登場人物:moon, sun, mars | |
■アカウント作成時 | |
状況: | |
sunがアカウントを作成した。 | |
結果: | |
宛先:sun | |
件名:[Vanilla 2] Welcome Aboard! | |
本文:EmailWelcome |