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
#initialize | |
git config --global user.name hoge | |
git config --global user.email [email protected] | |
#delete ゴミ files | |
find . -name .DS_Store -print -delete | |
#find . -name Thumbs.db -print -delete | |
#ignore setting | |
echo /hoge/hoge > .gitignore |
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
#!/usr/bin/env ruby -Ku | |
require 'net/http' | |
require 'rubygems' | |
require 'rmagick' | |
include Magick | |
class Kakumaru | |
def initialize(iconurl) |
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
#!/usr/bin/env ruby -Ku | |
require 'rbconfig' | |
require 'rubygems' | |
require 'meow' | |
#絶対パスで指定。 '/'でクローズ | |
REPODIR = '/Users/shenqi/src/' | |
PERLDIR = '/Users/shenqi/perl5/' |
NewerOlder