Skip to content

Instantly share code, notes, and snippets.

# -*- coding: utf-8 -*-
# Name:: Automatic::Plugin::Publish::Fastladder
# Author:: shunirr <http://s5r.jp>
# Created:: Aug 8, 2014
# Updated:: Aug 8, 2014
# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
module Automatic::Plugin
class PublishFastladder
# -*- coding: utf-8 -*-
# Name:: Automatic::Plugin::Publish::Fastladder
# Author:: shunirr <http://s5r.jp>
# Created:: Aug 8, 2014
# Updated:: Aug 8, 2014
# Copyright:: Copyright (c) 2012-2014 Automatic Ruby Developers.
# License:: Licensed under the GNU GENERAL PUBLIC LICENSE, Version 3.0.
module Automatic::Plugin
class PublishFastladder
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
require 'json'
def rotate(up)
if up > 800
return 90
elsif up > 140
return 180
Ashir https://twitter.com/Ashir_cat
GACKT https://twitter.com/GACKT
アメリカザリガニ https://twitter.com/amezari_hirai
ベルナール・アッカ https://twitter.com/BERNARDackah
ランズベリー・アーサー https://twitter.com/Art_C_Lounsbery
メロディー・チューバック https://twitter.com/MelodyChubak
ギルバート・ゴットフリード https://twitter.com/realgilbert
Jenya https://twitter.com/jenya_jp
MAEDAX https://twitter.com/maeda_x
Mahilo https://twitter.com/mahiloilo
We can't make this file beautiful and searchable because it's too large.
みる http://ja.wikipedia.org/wiki/%E3%81%BF%E3%82%8B
ホリ http://ja.wikipedia.org/wiki/%E3%83%9B%E3%83%AA_(%E3%82%BF%E3%83%AC%E3%83%B3%E3%83%88)
アサコ http://ja.wikipedia.org/wiki/%E3%82%A2%E3%82%B5%E3%82%B3
アイクル http://ja.wikipedia.org/wiki/%E3%82%A2%E3%82%A4%E3%82%AF%E3%83%AB
かないみか http://ja.wikipedia.org/wiki/%E3%81%8B%E3%81%AA%E3%81%84%E3%81%BF%E3%81%8B
アイリーン&エリカ http://ja.wikipedia.org/wiki/%E3%82%A2%E3%82%A4%E3%83%AA%E3%83%BC%E3%83%B3&%E3%82%A8%E3%83%AA%E3%82%AB
あおいひとみ http://ja.wikipedia.org/wiki/%E3%81%82%E3%81%8A%E3%81%84%E3%81%B2%E3%81%A8%E3%81%BF
コタニキンヤ. http://ja.wikipedia.org/wiki/%E3%82%B3%E3%82%BF%E3%83%8B%E3%82%AD%E3%83%B3%E3%83%A4.
あいざわゆりか http://ja.wikipedia.org/wiki/%E3%81%82%E3%81%84%E3%81%96%E3%82%8F%E3%82%86%E3%82%8A%E3%81%8B
ワタナベシンイチ http://ja.wikipedia.org/wiki/%E3%83%AF%E3%82%BF%E3%83%8A%E3%83%99%E3%82%B7%E3%83%B3%E3%82%A4%E3%83%81
@shunirr
shunirr / twitter.com.js
Created June 4, 2014 05:19
Twitter のユーザ背景とかを消す
$(function() {
var match = location.href.toString().match(/twitter\.com\/([^\/]+)\//);
if (match.length > 1) {
$('body').removeClass('user-style-' + match[1]);
}
});
http://0616.cocolog-nifty.com/blog/
http://6816.teacup.com/yukkie/bbs?
http://ai-mark.blog.so-net.ne.jp/
http://airagency.blog99.fc2.com/
http://akeko.exblog.jp/
http://akkun-tokidoki.blogzine.jp/nenjumuchukusayakyu/
http://ameblo.jp/00dpd/
http://ameblo.jp/19830219/
http://ameblo.jp/31style/
http://ameblo.jp/351-mikoron/
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
require 'open-uri'
exclude_users = %w(share damebitos)
seiyu = {}
%w(http://vatwitter.damebito.com/ http://seesaawiki.jp/w/wikkkiiii/d/%C0%BC%CD%A5).each do |url|
list = nil
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
require 'faraday'
require 'json'
require 'date'
module HealthCare
class Client
def initialize
#!/bin/bash
# Command Line Developer Tools
xcode-select --install
# Homebrew
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew update
if [ ! $(brew tap | grep phinze/cask) ]; then