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
require("rubygems") | |
require("systemu") | |
systemu'C:\Program Files\Mozilla Firefox\firefox.exe' do|pid| | |
sleep 60 | |
Process.kill 9, pid | |
end |
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
require 'rubygems' | |
require 'sfl' | |
pid = spawn 'C:\Program Files\Mozilla Firefox\firefox.exe' | |
sleep 60 | |
Process.kill 9, pid |
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
<?php | |
$i=$argv[1]; | |
if($i<10){ | |
echo"10以上の数値を入力して下しあ"; | |
exit; | |
} | |
for($a=0;$a<$argv[2];$a++){ | |
if(!$a==0){ | |
echo","; | |
} |
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
[2010/04/01 22:14:12] isidai: 勉強会シリーズは | |
[2010/04/01 22:14:28] isidai: 勉強会の取材も含むんだけど、実際にSecurity.GS名義で | |
[2010/04/01 22:14:33] isidai: 勉強会開きたいと思っておりますの。 | |
[2010/04/01 22:14:37] Pasta-K: やりましょう | |
[2010/04/01 22:14:46] Pasta-K: Online.sgのリソース使って下さい | |
[2010/04/01 22:14:59] Pasta-K: /// | |
[2010/04/01 22:15:04] isidai: www | |
[2010/04/01 22:15:10] ふくち: おー。 | |
[2010/04/01 22:15:19] Pasta-K: 4月のテーマが未定なので今ならぶっ込めます | |
[2010/04/01 22:15:42] isidai: オンライン勉強会もいいよね! |
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
rosylilly: コミケで | |
rosylilly: ぱすたのあの子陵辱本作って売ろう | |
y-shift: やべぇ | |
y-shift: 危なすぎるだろww | |
rosylilly: セーフセーフ | |
rosylilly: ※18才以上です | |
qnighy/Acike: むしろパスタがSchoolDays化するのがよみたい | |
y-shift: 中に誰もいませんよ |
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
function load(){ | |
if(window.webkitNotifications){ | |
if(!window.webkitNotifications.checkPermission()==0){ | |
window.webkitNotifications.requestPermission(); | |
}; | |
} | |
} |
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
$pop = new Net_POP3(); | |
$pop->connect($host, $port); | |
$login=$pop->login($user, $pass, USER); | |
$messages = $pop->getListing(); | |
if($login){ | |
$num=$pop->numMsg(); | |
$headers=$pop->getParsedHeaders($num); | |
$from=$headers["From"]; | |
$subject=$headers["Subject"]; |
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
var t=document.getElementsByClassName("thumbArea"); | |
for(var i=0;i<t.length;i++){ | |
t[i].style.display="none"; | |
} | |
var f=document.getElementsByClassName("feedContents"); | |
for(var i=0;i<f.length;i++){ | |
f[i].style.float="left"; | |
f[i].style.marginLeft="10px" | |
} |
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
javascript:var t=document.getElementsByClassName("thumbArea");for(var i=0;i<t.length;i++){t[i].style.display="none";}var f=document.getElementsByClassName("feedContents");for(var i=0;i<f.length;i++){f[i].style.float="left";f[i].style.marginLeft="10px";}return void(0); |
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
javascript:var t=document.getElementsByClassName("thumbArea");for(var i=0;i<t.length;i++){t[i].style.display="none";}var f=document.getElementsByClassName("feedContents");for(var i=0;i<f.length;i++){f[i].style.float="left";f[i].style.marginLeft="10px";}return void(0); |
OlderNewer