- Scott Chacon on the Interwebs(リンク切れ)
- Scott Chacon on the Interwebs
- GitHub Flow - The best way to use Git and GitHub
31 Aug 2011
/*! | |
* CSS Ajax-loader | |
* =============== | |
* | |
* Written by Yu Inao, distributed under Public Domain. | |
* | |
* Usage | |
* ----- | |
* | |
* #element { |
y - 処理中の hunk を索引に追加します。
n - 処理中の hunk を索引に追加しません。
q - 終了します。処理中の hunk およびそれ以降の hunk は索引に追加しません。
a - 処理中の hunk およびそれ以降のファイル中の hunk を索引に追加します。
d - 処理中の hunk およびそれ以降のファイル中の hunk を索引に追加しません。
g - 処理対象となる(別の) hunk を選択します。
/ - 入力した正規表現にマッチする hunk を検索します。
j - 処理中の hunk を保留にし、次の保留されている hunk を表示します。
J - 処理中の hunk を保留にし、次の hunk を表示します。
javascript: | |
var url = location.href; | |
if (url.match(/^https:\/\/github\.com\/.*\/commit\//)) { | |
var params = url.split('?')[1]; | |
if (params == undefined) { | |
location.href = url + '?w=1' | |
} | |
} |
source "https://rubygems.org" | |
gem 'css_parser' |
$ -> | |
$('form').on 'submit' -> | |
keyword = "#{$(":text").val()} lang:ja" | |
$.ajax | |
method: 'GET' | |
url: 'http://search.twitter.com/search.json?callback=?' | |
data: | |
q: keyword | |
show_user: true | |
rpp: 100 |
Chrome 上で reveal.js で作成したスライドを pdf 化する手順メモ
出力された pdf を確認し、リンクが表示されていないなど表示がおかしい場合は以下の事を試す(ここからが本題)
reveal.js/out.html の document.write している行をコメントアウトし、css/print/pdf.css を直接追加。
// ==Taberareloo== | |
// { | |
// "name" : "pplog Bone Zapper" | |
// , "description" : "Zapping pplog back and forth" | |
// , "include" : ["content"] | |
// , "match" : ["https://www.pplog.net/", "https://www.pplog.net/u/*"] | |
// , "version" : "0.2.0" | |
// , "downloadURL" : "https://gist.github.com/YungSang/8812722/raw/userscript.pplog.bone.zapper.tbrl.js" | |
// } | |
// ==/Taberareloo== |