$ ./ryo.rb gist りょうくんグルメ 引数を3〜4つを渡すとりょうくんグルメ文体になる スクリプト
まじでこの世の全てのりょうくんグルメ好きに教えてあげたいんだがgistには全ての人間を虜にする禁断のスクリプトがある。これが引数を3〜4つを渡すとりょうくんグルメ文体になるからぜひ全国のりょうくんグルメ好き、りょうくんグルメを愛する者たち、りょうくんグルメを憎む者たち、全てのりょうくんグルメ関係者に伝われ
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
.a.b.c.d.e.f.g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z { | |
color: #F00; | |
} | |
#blue { | |
color: #00F; | |
} |
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 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 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
<html> | |
<head> | |
</head> | |
<body> | |
<canvas id="smb" width="500" height="500" style="border: 1px solid #ccc"></canvas> | |
<button type="button" id="black" style="background: #463F39; color: #fff;">#463F39</button> | |
<button type="button" id="skin" style="background: #F6BF86; color: #fff;">#F6BF86</button> | |
<button type="button" id="green" style="background: #C8F7B4; color: #fff;">#C8F7B4</button> | |
<button type="button" id="url">Get Image</button> |
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
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 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 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 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 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();}) |
NewerOlder