Skip to content

Instantly share code, notes, and snippets.

View naichilab's full-sized avatar
🐮
Enjoy making games

naichi naichilab

🐮
Enjoy making games
View GitHub Profile
@hironobu-s
hironobu-s / gist:514303b5627c70925a51
Created July 8, 2015 11:28
Using TempURL with PUT method
# swift post testcontainer
# swift list
testcontainer
# swift post -m "Temp-Url-Key:testkey"
# swift stat
Account: nc_*********************************
Containers: 1
Objects: 0
Bytes: 0
Containers in policy "policy-0": 1
@oguna
oguna / gist:ed5f607d10ee21b4dc50
Created October 28, 2014 09:53
PandocでMarkdownをHTMLに変換するバッチファイル
REM Pandocを使ってMarkdown(.md)をHTML(.html)に変換するバッチ
REM -f : 変換元フォーマット
REM -t : 変換先フォーマット
REM -o : 出力先ファイル
REM -c : CSSファイル
pandoc -f markdown -t html5 -o index.html -c css/github.css index.md
REM エラーなら停止する
if %ERRORLEVEL% NEQ 0 (pause)
@backpaper0
backpaper0 / gitbucket-windowsservice.md
Created February 19, 2014 13:40
GitBucketをWindowsサービス化する

GitBucketをWindowsサービス化する

winswを利用してサービス化する。 winswはJenkinsやGlassFishも使ってる。

GitBucketをダウンロードする

winswをダウンロードする