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
#coding: UTF-8 | |
require "net/http" | |
require "json" | |
chaban = File.join(CHIConfig::PLUGIN_PATH, "change_account", "interactive.rb") | |
if File.exist?(chaban) | |
require chaban |
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
i386 分離 | |
とりあえず IBM PC/AT 互換機依存部分は arch/pcat に移動させる。 | |
pc98 依存部分は arch/pc98 に突っ込む。 | |
FM-R と FM-TOWNS は arch/fm かなぁ。 | |
-- | |
i386/acpi -> pcat/acpi | |
i386/bios -> pcat/bios | |
i386/bioscall -> pcat/bioscall |
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
ふぁぼろ/ファボレグラフィティ | |
としぁがツイートするずっとずっと前にはもう | |
ふぁぼ數60万は既に超えたっていうのに | |
みんながふぁぼり続けてる 限定の君のTLはふぁぼられ仕様 | |
それって僕のよりはやく増えるって本当かい?ただ壊れてる | |
画面を覆う膨大なふぁぼられ通知には |
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
--- core/addon/openimg/openimg.rb.org 2012-03-04 12:03:17.013064940 +0900 | |
+++ core/addon/openimg/openimg.rb 2012-03-04 12:13:38.603705833 +0900 | |
@@ -30,6 +30,14 @@ | |
w.set_size_request(320, 240) | |
w.set_default_size(*@size).move(*@position) | |
w.signal_connect(:destroy){ w.destroy } | |
+ w.signal_connect(:key_press_event){ |w,e| | |
+ if Gdk::Keyval.to_name(e.keyval) == 'Escape' or | |
+ (Gdk::Window::ModifierType::CONTROL_MASK == | |
+ e.state & Gdk::Window::CONTROL_MASK and |