This file contains 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
2009/12/14 | |
## レシピ | |
+ 水に昆布を入れて沸騰する直前で出す | |
+ 削り節を入れて沸騰させたら濾して鍋を変える(時間をかけたくない場合は、本だしかつをなどでもよし) | |
+ 酒、醤油、みりん、鷹の爪(これはお好み)少々で味を整える | |
+ 切った大根を鍋に入れ、1時間煮る | |
+ その間に卵をゆでる | |
+ こんにゃくをさっと下茹で | |
+ ゆで卵、こんにゃくを鍋に | |
+ 必要に応じて、つくね、牛すじ肉、がんもどきなどを入れる |
This file contains 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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document | |
url-prefix("http://twitter.com/harsch"), | |
url-prefix("http://twitter.com/gyuque"), | |
url-prefix("http://twitter.com/yawarakai") | |
{ | |
body * {color: black !important;} | |
a {color: #00F !important;} | |
} |
This file contains 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
・・・・・・・・ | |
・・・・・・・・ | |
・・・・・・・・ | |
・・・◯●・・・ | |
・・・●◯・・・ | |
・・・・・・・・ | |
・・・・・・・・ | |
・・・・・・・・ |
This file contains 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
・・・・・・・・ | |
・・・・・・・・ | |
・・・・・・・・ | |
・・・◯◯◯・・ | |
・・・●◯・・・ | |
・・・・・・・・ | |
・・・・・・・・ | |
・・・・・・・・ |
This file contains 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
・・・・・・・・ | |
・・・・・・・・ | |
・・・・・・・・ | |
・・・◯◯◯・・ | |
・・・●◯・・・ | |
・・・・・・・・ | |
・・・・・・・・ | |
・・・・・・・・ | |
ssig33> チャットマジ便利だな |
This file contains 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
・・・・・・・・ | |
・・・・・・・・ | |
・・・●・・・・ | |
・・・●◯◯・・ | |
・・・●◯◯・・ | |
・・・・・◯・・ | |
・・・・・・・・ | |
・・・・・・・・ | |
gyuque> チャット機能すごい |
This file contains 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 fldr_show_fc2_images.user.js | |
// @namespace http://d.hatena.ne.jp/os0x/ | |
// @description Make fc2 images viewable on LDR/Fastladder | |
// @include http://reader.livedoor.com/reader/ | |
// @include http://reader.livedoor.com/public/* | |
// @include http://fastladder.com/reader/ | |
// @include http://openfl.ssig33.com/reader/ | |
// ==/UserScript== |
This file contains 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
hello |
This file contains 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 EvilRT | |
// @namespace gyuque | |
// @include https://plus.google.co* | |
// ==/UserScript== | |
(function() { | |
function makeFunc(postBox) { | |
var btn = document.createElement("button"); | |
btn.innerHTML = "Blur"; |
This file contains 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
#!/usr/bin/env ruby | |
require 'webrick' | |
require 'webrick/httpproxy' | |
require 'RMagick' | |
handler = Proc.new() { |req,res| | |
if res['content-type'] =~ /image/ | |
begin | |
img = Magick::Image.from_blob(res.body).first |
OlderNewer