Skip to content

Instantly share code, notes, and snippets.

!+^F12::
DupeCount := 0
lastHash :=
newHash :=
F12F := 1
F12LF := 1
ScreenshotFilePath := "H:\amarec\pic"
ScreenshotFilewildcard := ScreenshotFilePath . "\*.PNG"
InputBox,saveFolder,"Input save folder name"
OkFileDir := ScreenshotFilePath . "\" . saveFolder
@ggslyman
ggslyman / 2chbbs
Created December 5, 2013 11:59
私設2ch互換避難所の使い方
#私設2ch互換避難所の使い方#
##オリジナルからの変更点##
* 以下の機能追加
- sage進行対応
- ID表示機能
- 板ごとの管理パスワード対応
- 板名の変更機能
- 板の停止、再開機能
- 新規板のWebGUIからの追加機能
- 掲示板説明の追加
Just-In-Time (JIT) デバッグを呼び出すための詳細については、
ダイアログ ボックスではなく、このメッセージの最後を参照してください。
************** 例外テキスト **************
System.NullReferenceException: オブジェクト参照がオブジェクト インスタンスに設定されていません。
場所 ProjectNeetYP.Tools.YellowPage.Add(TwStatus stat)
場所 ProjectNeetYP.NeetYP.StartNeetYP()
場所 ProjectNeetYP.NeetYP.btnTwitterAuth_Click(Object sender, EventArgs e)
場所 System.Windows.Forms.Control.OnClick(EventArgs e)
場所 System.Windows.Forms.Button.OnClick(EventArgs e)
if( (wH+st) < Math.floor(cH+mH+pos.top) ) {
var tp = pos.top-cH;
if((pos.top-cH)<0) {
tp = 10;
};
css = {zIndex:options.zIndex, top:tp+"px", display:"none"};
ani = "show";
opp = true;
borderTop = styles.borderTop;
};
// 引き回すGETパラメータのテンプレートへの引き渡し
$this->template->content->keyword = valid::initGetVal('keyword',"text");
$this->template->content->address = valid::initGetVal('address',"text");
$this->template->content->distance = valid::initGetVal('distance',"number");
$this->template->content->c = valid::initGetVal('c',"number");
$this->template->content->sw = valid::initGetVal('sw',"text");
$this->template->content->ne = valid::initGetVal('ne',"text");
$this->template->content->l = valid::initGetVal('l',"natural_numbewr");
$this->template->content->mode = valid::initGetVal('mode',"text");
$this->template->content->order = valid::initGetVal('order',"text");
$this->template->content->keyword = valid_ex::initGetVal('keyword',"text");
$this->template->content->address = valid_ex::initGetVal('address',"text");
$this->template->content->distance = valid_ex::initGetVal('distance',"number");
$this->template->content->c = valid_ex::initGetVal('c',"number");
$this->template->content->sw = valid_ex::initGetVal('sw',"text");
$this->template->content->ne = valid_ex::initGetVal('ne',"text");
$this->template->content->l = valid_ex::initGetVal('l',"natural_numbewr");
Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your redMine administrator for assistance.
Back
ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAlExe8nb9Ha8r7JVOjU4xC47euL6V+nfqvQKadMninXHIO3bQ2g0fB7OxObUvku1j03p/cYuxRLWp+60zeSa3IeR1iog3gTpaGWGVQLSFF7LV1f5Dtuj/7YUpf2VVMWCy8YaQ1uUk7RQWGXPCEyPON6MfFUBjnKMF65ipxqFE3sE= rsa-key-20110408
@ggslyman
ggslyman / all_files
Created March 30, 2011 00:01
grep結果
□検索条件 "incident"
検索対象 *
フォルダ X:\ボランティア\sinsai.info\Ushahidi_Web\themes\default\
(サブフォルダも検索)
(英大文字小文字を区別しない)
(文字コードセットの自動判別)
(一致した行を出力)
X:\ボランティア\sinsai.info\Ushahidi_Web\themes\default\css\style.css(318,11) [UTF-8]: /* submit incident */
@ggslyman
ggslyman / reports.php
Created March 21, 2011 12:50
カテゴリ絞り込み解除
diff --git a/application/controllers/reports.php b/application/controllers/reports.php
index 3a9c93f..f06ed59 100644
--- a/application/controllers/reports.php
+++ b/application/controllers/reports.php
@@ -135,7 +135,8 @@ class Reports_Controller extends Main_Controller {
^M
^M
^M
- $query = 'SELECT id,category_title,category_color FROM category WHERE category_visible = 1 AND category_tru
sted = 0';^M