初登場するコマンド: init, add, commit, log, config, status, diff
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
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"log" | |
"regexp" | |
"strconv" | |
"strings" |
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
EYE = %w( შ ๑ ะ ๏ ཅ ⌑ ◌ მ פ இ ௫ ° •) | |
MOUTH = %w( _ ⌓ ﹏ ⌄) | |
EYE.each do |e| | |
MOUTH.each do |m| | |
print "(#{e}#{m}#{e}) " | |
end | |
puts | |
end |
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
# -*- encoding: utf-8 -*- | |
require 'mechanize' | |
require 'nokogiri' | |
require 'kconv' | |
require 'fileutils' | |
# ハッシュ | |
module HashInitializable | |
def initialize(attributes={}) | |
attributes.each do |name,value| |
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
#!/bin/sh | |
if [ "$_system_type" = Darwin ]; then | |
export OSTYPE=Darwin | |
export C_INCLUDE_PATH=/opt/brew/include | |
export CPLUS_INCLUDE_PATH=/opt/brew/include | |
export CMAKE=/opt/brew/bin/cmake | |
export MAKE=/usr/bin/make | |
fi |
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 | |
file = File.open("index.html", "r:iso-2022-jp:UTF-8") | |
content = file.read | |
all_html = <<HTML | |
<html> | |
<head> | |
<meta http-requiv="Content-Type" content="text/html;charset=utf-8"> | |
<meta name="Author" content="Aoki Minero"> |
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
ruby-1.0-970819.tar.gz | |
ruby-1.0-970820.tar.gz | |
ruby-1.0-970821.tar.gz | |
ruby-1.0-970903.tar.gz | |
ruby-1.0-970908.tar.gz | |
ruby-1.0-970909.tar.gz | |
ruby-1.0-970910.tar.gz | |
ruby-1.0-970911.tar.gz | |
ruby-1.0-970919.tar.gz | |
ruby-1.0-970930.tar.gz |
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
# settings for installing and utilizing Ruby snapshots | |
# function: | |
# ruby-snss-install | |
# ruby-snapshot-install | |
# ruby-sn-install | |
# ruby-stable-snapshot-install | |
# ruby-ss-install | |
# ruby-install | |
# use-ruby-snapshot |
NewerOlder