- june29
- Hokkaido
| # -*- coding: utf-8 -*- | |
| require "date" | |
| class Date | |
| (1..5).each { |n| | |
| define_method("第#{n}?") { (self.day.to_f / 7.to_f).ceil == n } | |
| } | |
| %w(日 月 火 水 木 金 土).each_with_index { |曜日, index| |
| # -*- coding: utf-8 -*- | |
| require "date" | |
| class Date | |
| (1..5).each { |n| | |
| define_method("第#{n}?") { (self.day.to_f / 7.to_f).ceil == n } | |
| } | |
| %w(日 月 火 水 木 金 土).each_with_index { |曜日, index| |
| source "http://jigokuno.com" | |
| boy "∞(ルシフェル)(33)" | |
| boy "なかじ(19)" | |
| boy "代官山(?)" | |
| group :development do | |
| boy "masa(34)" | |
| end |
| require "pathname" | |
| Dir["app/assets/stylesheets/**/*"].each do |path| | |
| pathname = Pathname.new(path) | |
| basename = pathname.basename | |
| extname = pathname.extname | |
| next if pathname.directory? | |
| next unless extname.to_s == ".scss" | |
| next if basename.to_s.start_with?("_") |
| class TasuHito | |
| constructor: (base) -> | |
| @base = base | |
| @tashitaAto = null | |
| tasu: (number) => | |
| result = number + @base | |
| console.log result | |
| setTimeout => |
| 001tokyo 2008-06-14 第1回 高専カンファレンス | |
| 002hokkaido 2008-09-13 高専カンファレンス in 北海道 | |
| 003tokyo 2008-12-07 高専カンファレンス2008 Winter in 東京 | |
| 004fukui 2009-02-28 高専カンファレンス in 福井 | |
| 006tokyo 2009-04-04 高専カンファレンス 東京 第3回 LT | |
| 005kyushu 2009-05-16 高専カンファレンス in 九州 | |
| 008tohoku 2009-08-29 高専カンファレンス in 東北 | |
| 009tokyo 2009-11-07 高専カンファレンス 2009秋 in 東京 | |
| 011nagano 2009-12-19 高専カンファレンス in 長野 | |
| 012hachinohe 2010-01-30 高専カンファレンス in 八戸 |
| // ==UserScript== | |
| // @id maximizeldrview | |
| // @name LDR View Maximizer | |
| // @version 1.0 | |
| // @namespace http://june29.jp/ | |
| // @author june29 | |
| // @description Maximize LDR view | |
| // @include http://reader.livedoor.com/reader* | |
| // @run-at document-end | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @id ldr29 | |
| // @name ldr29 | |
| // @version 1.0 | |
| // @namespace http://june29.jp/ | |
| // @author june29 | |
| // @description LDR customizer just for june29 | |
| // @include http://reader.livedoor.com/reader* | |
| // @run-at document-end | |
| // ==/UserScript== |
| twitter: | |
| my_screen_name: | |
| june29 | |
| consumer_key: | |
| xxxxx | |
| consumer_secret: | |
| xxxxx | |
| access_key: | |
| xxxxx | |
| access_secret: |