- 鶏もも肉
- 調味液
- 牛乳 100ml
- 塩 7g
- ニンニク
- ショウガ
- オールスパイス
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
| diff --git a/direct_bookmark.js b/direct_bookmark.js | |
| index 46d5a79..13768c6 100644 | |
| --- a/direct_bookmark.js | |
| +++ b/direct_bookmark.js | |
| @@ -337,26 +337,21 @@ for Migemo search: require XUL/Migemo Extension | |
| account:['https://www.hatena.ne.jp', 'https://www.hatena.ne.jp', null], | |
| loginPrompt:{ user:'', password:'', description:'Enter username and password.' }, | |
| entryPage:'http://b.hatena.ne.jp/entry/%URL::HATENA%', | |
| - poster:function(user,password,url,title,comment,tags){ | |
| + poster:function(user,password,url,title,comment,tags,postTwitter){ |
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
| #!/usr/bin/env ruby | |
| require 'oauth' | |
| consumer = OAuth::Consumer.new( | |
| 'consumer_key', | |
| 'consumer_secret', | |
| { | |
| site: 'http://api.tumblr.com', | |
| request_token_url: "http://www.tumblr.com/oauth/request_token", | |
| authorize_url: "http://www.tumblr.com/oauth/authorize", |
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
| #!/bin/bash | |
| # バックアップ対象ディレクトリ | |
| target="/etc /home/ebith" | |
| # 除外パターン | |
| exclude=(sites/www/rep2 .cpanm .rbenv) | |
| # 一時ファイル | |
| tempfile="/tmp/backup.tar.lzo" |
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
| load: | |
| (name 7zG.exe) | |
| (type 7z LZMA *LZMA2) | |
| encode: | |
| (if (method 1) (cmd a -t7z -m0=LZMA (arc.7z) (list\*))) | |
| (if (method 2) (cmd a -t7z -m0=LZMA2 (arc.7z) (list\*))) |
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
| #!/usr/bin/env perl | |
| use strict; | |
| use warnings; | |
| use utf8; | |
| use File::KeePass; | |
| use IO::Prompter; | |
| use Encode; | |
| my $file = shift @ARGV; |
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
| include "104.nodoka" | |
| keymap Global | |
| # for HHK Pro 2 HHK mode | |
| def key RightDiamond = 0x79 | |
| def key LeftDiamond = 0x7b | |
| # モディファイヤキーの押しっぱなし検出 | |
| def option CheckModifier = enable 5 |
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
| let g:twittperator_use_ssl_connection_for_api_ep = 1 | |
| let g:twittperator_use_chirp = 1 | |
| let g:twittperator_all_replies = 1 | |
| let g:twittperator_screen_name = "ebith" | |
| let g:twittperator_history_limit = 5000 | |
| let g:twittperator_lang = "ja" | |
| let g:twittperator_count = 50 | |
| let g:twittperator_track_words = "vimp,vimperator,gNTPdate,Twittperator,ついっぺ,ツイッペ,twsidebar" | |
| let g:twittperator_plugin_pong = 1 |
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
| diff --git a/src/irc.coffee b/src/irc.coffee | |
| index 1cd6be3..dbfb495 100644 | |
| --- a/src/irc.coffee | |
| +++ b/src/irc.coffee | |
| @@ -5,6 +5,12 @@ | |
| Irc = require 'irc' | |
| class IrcBot extends Adapter | |
| + constructor: (@robot) -> | |
| + super @robot |