$ ./ryo.rb gist りょうくんグルメ 引数を3〜4つを渡すとりょうくんグルメ文体になる スクリプト
まじでこの世の全てのりょうくんグルメ好きに教えてあげたいんだがgistには全ての人間を虜にする禁断のスクリプトがある。これが引数を3〜4つを渡すとりょうくんグルメ文体になるからぜひ全国のりょうくんグルメ好き、りょうくんグルメを愛する者たち、りょうくんグルメを憎む者たち、全てのりょうくんグルメ関係者に伝われ
install
open 'karabiner://karabiner/assets/complex_modifications/import?url=https%3A%2F%2Fgist.githubusercontent.com%2Fymrl%2F5468e24c7a4454bdc57fbf65c69772d6%2Fraw%2F59615455ee07b6141e7eb91341121e726186b9d3%2Fkarabiner-elements-semicolon-to-enter.json'
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(){var d=document,v=d.querySelectorAll('video');Array.prototype.forEach.call(v,function(e){var c=d.createElement('canvas'),x=c.getContext('2d');c.width=e.videoWidth;c.height=e.videoHeight;x.drawImage(e,0,0);window.open(c.toDataURL())});})(); |
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 'yahoo_parse_api' | |
VERB_RATIO = 0.3 | |
NOUN_RATIO = 0.3 | |
# IDはこちらからどうぞ https://e.developer.yahoo.co.jp/register | |
YAHOO_APP_ID ='your app id' | |
YahooParseApi::Config.app_id = YAHOO_APP_ID | |
yp = YahooParseApi::Parse.new | |
sentence = ARGV[0] | |
if !sentence || sentence.length == 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
require 'sinatra' | |
get('/') { erb :index } | |
post('/') { erb :index } | |
get("/login") { erb :login } | |
get("/other_with_password") { erb :other_with_password } | |
get("/same_name_with_password") { erb :same_name_with_password } | |
get("/same_name_with_another_password") { erb :same_name_with_another_password } | |
get("/same_name_with_password_and_disabled_password") { erb :same_name_with_password_and_disabled_password } | |
get("/disabled_password_hidden") { erb :disabled_password_hidden } |
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
setInterval(function(){ | |
var g=Game,h=g.goldenCookie,o=g.ObjectsById,u=g.UpgradesInStore, | |
s=o.concat(u).sort(function(a,b){return a.bought-b.bought;}), | |
l=s.length,i; | |
g.ClickCookie(); | |
for(i=0;i<l;i++){s[i].buy();} | |
h.life>0&&h.click(); | |
},10); |
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 IgnoreDiffUnityFilesOnGitHub | |
// @namespace http://ymrl.net/ | |
// @include *://github.com/*/*/pull/*/files | |
// @include *://github.com/*/*/commit/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js | |
// ==/UserScript== | |
(function () { | |
var ignore = ["\\.unity", "\\.prefab", "\\.meta", "\\.dae"]; |
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:$('.file .data').hide();$('.file .image').hide();$('.file .meta').click(function(){var p = $(this).parents('.file');p.find('.data').toggle();p.find('.image').toggle();}) |
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
「このまま眠りつづけて死ぬ」が無視するbot系サービス一覧(2013.11.16現在)です。 | |
すでに終了しているサービスが複数含まれていますが、めんどくさいので更新していません。 | |
このテキストファイルが最新の状態で維持される保証もありません。 | |
なるほど四時じゃねーの | |
なるほど○○じゃねーの | |
ファボッキー | |
\日が昇るぞ/ | |
コミケ n 日目 | |
毎日ちゃんとまいんちゃんと |
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 'tw' | |
Tw::Client.new.auth | |
c = Twitter::Client.new | |
(1..99).each do |i| | |
Thread.new do | |
begin | |
sn = "yoned_#{i}" | |
c.block(sn) | |
end |
NewerOlder