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
[gui] | |
[user] | |
name = Takashi SASAKI | |
email = [email protected] | |
[core] | |
whitespace = trailing-space,space-before-tab,indent-with-non-tab | |
autocrlf = true | |
repositoryformatversion = 0 | |
filemode = false |
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
まず自分のアカウントでgithubにログインします。 | |
gist というボタンをクリックするか、 http://gist.github.com/ にアクセスすると | |
自分専用のファイル貼り付けスペースが見えるはずです。 | |
一番上の欄にファイルの簡単な説明を、 | |
その下の欄にファイル名を記入します。 | |
ファイルの内容を一番大きなこのボックスに貼り付けます。 | |
「Create Public Gist」をクリックすると共有完了です。 | |
そのURL( https://gist.github.com/gists/数字 )を教えて下さい。 | |
また、 https://gist.github.com/アカウント名 で自分が貼りつけたファイルを閲覧することができます。 |
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
# Auto detect text files and perform LF normalization | |
* text=auto | |
# Custom for Visual Studio | |
*.cs diff=csharp | |
*.sln merge=union | |
*.csproj merge=union | |
*.vbproj merge=union | |
*.fsproj merge=union | |
*.dbproj merge=union |
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
# This file obsoletes http://pastebin.com/DUTrrYdv | |
[merge] | |
tool = WinMerge | |
[mergetool "WinMerge"] | |
path = C:/Program Files (x86)/WinMerge/WinMergeU.exe | |
cmd = \"C:/Program Files (x86)/WinMerge/WinMergeU.exe\" -dl \"$LOCAL\" -dm \"$BASE\" -dr \"$REMOTE\" \"$LOCAL\" \"$BASE\" \"$REMOTE\" -o \"$MERGED\" | |
[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
<!DOCTYPE html> | |
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta charset="utf-8" /> | |
<title></title> | |
</head> | |
<body> | |
<script> | |
"use strict"; |
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
[extensions] | |
hgext.purge= | |
hgext.convert= | |
[ui] | |
username = Takashi SASAKI <[email protected]> |
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
class MyTest(unittest.TestCase): | |
def setUp(self): | |
unittest.TestCase.setUp(self) | |
try: | |
import webtest | |
except ImportError: | |
import setuptools.command.easy_install as easy_install | |
easy_install.main(["WebTest"]) | |
exit() |
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
<script src="https://gist.github.com/4524547.js"></script> |
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
# On branch master | |
# Changes not staged for commit: | |
# (use "git add/rm <file>..." to update what will be committed) | |
# (use "git checkout -- <file>..." to discard changes in working directory) | |
# | |
#21deleted: .3DFlatten/82F0A94F-1816977.jpg | |
# deleted: .data/HtcGreader/-1271364895.jpg | |
# deleted: .data/HtcGreader/-1301349222.jpg | |
# deleted: .data/HtcGreader/-1484455093.jpg | |
# deleted: .data/HtcGreader/-1683847924.jpg |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<div>カメラ画像!</div> | |
<input id="ip_address" value="192.168.0.5"/> | |
<div><img id="jpeg1" src=""/></div> | |
<script type="text/javascript"> |
OlderNewer