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
| import std.stdio; | |
| import std.array; | |
| import std.range; | |
| import msgpack; | |
| import msgpackrpc.client; | |
| import msgpackrpc.server; | |
| struct Test | |
| { |
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
| // ==UserScript== | |
| // @name Stop Twitter Keyboard Shortcuts | |
| // @namespace http://www.ns-koubou.com/ | |
| // @include http://twitter.com/* | |
| // @include https://twitter.com/* | |
| // @include http://*.twitter.com/* | |
| // @include https://*.twitter.com/* | |
| // @run-at document-start | |
| // @version 3 | |
| // @grant none |
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
| --- watch.php.old 2012-09-30 00:06:50.000000000 +0900 | |
| +++ watch.php 2012-10-20 00:45:32.184187304 +0900 | |
| @@ -77,18 +77,25 @@ | |
| $tuner_stop = TRUE; | |
| if( $tuner_stop ){ | |
| // 非httpサーバ化対応録画コマンド終了 or リアルタイム視聴終了 | |
| - $real_view = (int)trim( file_get_contents( REALVIEW_PID ) ); | |
| - if( posix_kill( $real_view, 9 ) ){ // 録画コマンド停止 cvlcは自動終了 | |
| - do{ | |
| - posix_kill( $real_view, 0 ); |
NewerOlder