Skip to content

Instantly share code, notes, and snippets.

View tuki0918's full-sized avatar
🏠
Working from home

Y.Yamamoto tuki0918

🏠
Working from home
View GitHub Profile

Idobata Gemfile プレゼント

tl;dr IdotabaのGemfileは"全プレ"になりました。ご笑納ください。→ Gemfile

プレゼントについてのお詫び

rebuild.fmのep36でお知らせさせていただきました、Idobataの最新版Gemfileプレゼントをお届けいたします。 過日はIdobata会議01への多数のご参加ありがとうございました。おかげさまで盛況なミートアップとなりました。 (当日会場を提供いただいたEngine Yardさまのブログにて、Idobata会議01当日の様子がまとめられています。ありがとうございます!)

function download(url, filename) {
var a = document.createElement("a");
a.href = url;
a.download = filename || url.split("/").slice(-1)[0];
a.click();
}
@tuki0918
tuki0918 / 0_reuse_code.js
Created March 21, 2014 08:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
// プレゼン用UI
$('.root-pane').remove();
$('.gist.container.js-gist-container').css({'width': '100%'});
$('.column.files').css({'width': '100%'});
$('h3').each(function(){
$(this).css({
'margin-top': $('html').height()+'px',
'padding-top': '30px'
});
});
@tuki0918
tuki0918 / a.md
Last active August 29, 2015 13:57

Sublime Text未経験者にも使って欲しい機能


logo

勝手に思ってるSublime Textの特徴


sed: RE error: illegal byte sequence
tuki0918:ramdisk tuki0918$ export LANG=C
tuki0918:ramdisk tuki0918$ sed -e "s/before/after/g" reed.csv > out.csv
tuki0918:ramdisk tuki0918$ sed -e "s/before2/after2/g" out.csv > out.csv
@tuki0918
tuki0918 / allow.htaccess
Created February 27, 2014 12:39
.htaccess 特定のホスト・IPの許可と制限 / ホームページ / マニュアル - レンタルサーバーならロリポップ! : http://lolipop.jp/manual/hp/htaccess-03/
order allow,deny
allow from all
deny from 制限をかけたいホスト・IP
@tuki0918
tuki0918 / build.xml
Last active January 4, 2016 13:59
jenkins for phpunit memo. buid.xml ant
<project name="jenkins project" default="build">
<target name="phpunit">
<exec dir="." executable="phpunit" failonerror="true">
<arg line="--colors tests" />
</exec>
</target>
<target name="build" depends="phpunit"/>
</project>
@tuki0918
tuki0918 / howto.md
Last active July 30, 2018 12:23
git hook 引用多めのため非公開

明日からはじめる Git フック


フックスクリプトの種類とサンプル

 

logo

@tuki0918
tuki0918 / pre.md
Last active December 29, 2015 04:19
プレゼンテンプレ

タイトルタイトルタイトル


サブタイトルサブタイトルサブタイトル

qr

タイトルタイトルタイトル