月 | 料金 | クレジット | 月合計 |
---|---|---|---|
6 | 151719 | 3440 | 148279 |
7 | 47182 | 472 | 46710 |
194989 |
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
dot -Tpng zu01.dot -o zu01.png | |
digraph zu01 { | |
hoge -> piyo -> hoge -> hoge; | |
hoge -> 大学; | |
piyo -> 大学; | |
} |
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
;; パッケージのインストール | |
(setq package-list '(PACKAGE1 PACKAGE1)) | |
(dolist (package package-list) | |
(when (not (package-installed-p package)) | |
(package-install package))) |
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
<html> | |
<head> | |
<title>タイトル</title> | |
</head> | |
<body> | |
<h1>あいさつ</h1> | |
<p>こんにちは</p> | |
<p>さようなら</p> | |
</body> | |
</html> |
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
--- | |
:update_sources: true | |
:sources: | |
- http://gems.rubyforge.org/ | |
- http://gems.github.com | |
:benchmark: false | |
:bulk_threshold: 1000 | |
:backtrace: false | |
:verbose: true | |
gem: --no-ri --no-rdoc |
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
--- | |
BUNDLE_PATH: vendor/bundle | |
BUNDLE_DISABLE_SHARED_GEMS: '1' | |
BUNDLE_CACHE_ALL: true |
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
source :rubygems | |
gem "middleman" | |
gem 'middleman-livereload' | |
gem 'bootstrap-sass' |
NewerOlder