Skip to content

Instantly share code, notes, and snippets.

View geta6's full-sized avatar

geta6 geta6

View GitHub Profile

制度

  • 有休…
  • 病休…
  • 育休…
  • 年収(月給、賞与など)…
  • 残業代…
  • 早朝/深夜手当…
  • 休出手当…
  • 住宅補助…
/*
A list of possible usernames to reserve to avoid
vanity URL collision with resource paths
It is a merged list of the recommendations from this Quora discussion:
http://www.quora.com/How-do-sites-prevent-vanity-URLs-from-colliding-with-future-features
Country TLDs found here:
http://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains
@geta6
geta6 / saiko.coffee
Created November 15, 2013 07:53 — forked from itochan/saiko.rb
r = (require 'readline').createInterface
input: process.stdin
output: process.stdout
r.question '最高ですか? (y/n)', (res) ->
console.log '最高!!' if /^y$/i.test res.trim()
r.close()
@geta6
geta6 / gifsnap
Last active December 24, 2015 15:39 — forked from shokai/.gitignore
#!/bin/sh
TRY=3
RESIZE=240
DELAY=8
BIN=`which imagesnap`
TMP=`mktemp -d`
DST=gifsnap.gif