#所持PS3ゲームリスト
- FINAL FANTASY XIII
- METAL GEAR SOLID4
- アナザーセンチュリーズエピソードR
- アンチャーテッド 黄金刀と消えた船団
- ガンダム無双2
- テイルズ オブ グレイセスf
- テイルズ オブ ヴェスペリア
- デモンズソウル
- 侍道3
| /* | |
| require : | |
| GNTP/COM http://github.com/snaka/GNTPCom | |
| mkdir -p C:\bin\limechat2\users\ebith\scripts\files\ti2gfw\ | |
| cp default.png C:\bin\limechat2\users\ebith\scripts\files\ti2gfw\default.png | |
| */ | |
| function event::onChannelText(prefix, channel, text) | |
| { |
| *{font-family:meiryoKe_PGothic !important;} | |
| .customer-reviews{display: none !important;} | |
| .customer-ratings{display: none !important;} |
| /* | |
| * Please write the below line into .vimperatorrc. | |
| * let g:twittperator_plugin_notify_growl = 1 | |
| * let g:twittperator_screen_name = "YOUR_SCREEN_NAME" | |
| * let g:twittperator_plugin_notify_growl_ng_words = "NG|WORDS" | |
| */ | |
| (function () { | |
| let screenName = liberator.globalVariables.twittperator_screen_name; | |
| let ngWords = liberator.globalVariables.twittperator_plugin_notify_growl_ng_words || '(?!)'; |
| #材料(2人前) | |
| キャベツ 2-3枚 | |
| アンチョビフィレ 3-4枚 | |
| ニンニク 1欠け | |
| 鷹の爪 ホール1/2-1つ | |
| オリーブオイル 大さじ3 | |
| フェデリーニ(1.4mm程度のスパゲティで湯で時間は5-6分。実際茹でる時間は1分短めに設定する) 200g前後 | |
| 甘みを感じたいならキャベツを多めに、しょっぱいのが好きならアンチョビを多めに、辛いのが好きなら鷹の爪を多めに。 |
#所持PS3ゲームリスト
| --- chrome/content/vimperator/plugin/hatenabookmark.js | |
| +++ chrome/content/vimperator/plugin/hatenabookmark.js | |
| @@ -270,6 +270,7 @@ liberator.plugins.hBookmark = (function() { | |
| }, | |
| createCompleter: function(titles, searchMethod) { | |
| return function(context) { | |
| + context.compare = void 0; | |
| context.format = { | |
| anchored: true, | |
| title: titles, |
| commands.addUserCommand( | |
| ['addmylist'], | |
| '見てる動画をマイリストに追加する', | |
| function(args) { | |
| let video_id = content.window.wrappedJSObject.video_id; | |
| if (!video_id) | |
| return liberator.echoerr('Where are you?'); | |
| let token = content.window.wrappedJSObject.so.variables.csrfToken; | |
| let url = 'http://www.nicovideo.jp/api/mylist/add?group_id=' + args.literalArg + '&token=' + token + '&item_id=' + video_id; | |
| liberator.echo('add to mylist : ' + JSON.parse(util.httpGet(url).responseText).status); |
| #include <stdio.h> | |
| #include <windows.h> | |
| #define BUFSIZE MAX_PATH | |
| int main (int argc, char *argv[]) | |
| { | |
| HANDLE hFind; | |
| HANDLE hFile; | |
| WIN32_FIND_DATA fd; |
| @echo off | |
| :: <設定> | |
| :: pathz : \\hostname\folderの形式 | |
| :: userz : ユーザー名 | |
| :: passz : パスワード | |
| :: sleep : 待機秒数 | |
| set pathz=\\192.168.0.1\HOGE | |
| set userz=USERNAME | |
| set passz=PASSWORD |