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 | |
# BloggerへGistのコード貼付けをテスト | |
# Gist Test | |
puts "Test Gist!!" |
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 | |
# File Name: sinatraTest.rb | |
# Create Day is 2015/05/08 | |
# Last Update Day is 2015/05/08 | |
# Gem List | |
gem 'tilt', '1.4.1' | |
# Require List | |
require 'sinatra' |
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 | |
# File Name: sinatraTest.rb | |
# Create Day is 2015/05/08 | |
# Last Update Day is 2015/05/08 | |
# Gem List | |
gem 'tilt', '1.4.1' | |
# Require List | |
require 'sinatra' |
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 %></title></head> | |
<body> | |
<h1><%= @title %></h1> | |
<p><%= @text %></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
# encoding: utf-8 | |
# File Name: sinatraTest.rb | |
# Create Day is 2015/05/08 | |
# Last Update Day is 2015/05/08 | |
# Gem List | |
gem 'tilt', '1.4.1' | |
# Require List | |
require 'sinatra' |
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
!!! | |
-# %TagName(html)で記述 | |
%html{:lang => "ja"} | |
%head | |
-# 「%TagName= @EmmbeddingName」で出力 | |
%title= @title | |
%body | |
-# 「%TagName #{@EmmbeddingName}で出力」 | |
%h1 #{@title} | |
%p= @text |
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 | |
# File Name: encode-test.rb | |
# Create Day is 2015/05/12 | |
# Last Update Day is 2015/05/12 | |
# Gem List | |
# Require List |
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 | |
# File Name: csv-read.rb | |
# Create Day is 2015/05/12 | |
# Last Update Day is 2015/05/12 | |
# Gem List | |
# Require List | |
require 'csv' |
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 | |
# File Name: csv-write.rb | |
# Create Day is 2015/05/12 | |
# Last Update Day is 2015/05/12 | |
# Gem List | |
# Require List | |
require 'csv' |
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
Title | Name | Text | yyyy/mm/dd | hh:mm:ss | |
---|---|---|---|---|---|
hoge | hoge | hogehoge | 2015/5/12 | 17:28:30 | |
huge | huge | hugehuge | 2015/5/12 | 18:59:00 | |
add1-title | add1-name | add1-text | 2015/5/12 | 19:44:00 | |
add1-title | add1-name | add1-text | 2015/5/12 | 19:44:00 | |
add1-title | add1-name | add1-text | 2015/5/12 | 19:44:00 |
OlderNewer