I hereby claim:
- I am fitsum on github.
- I am fitsum (https://keybase.io/fitsum) on keybase.
- I have a public key whose fingerprint is 4BD8 4239 0E39 19EC 98A3 2C3C AB54 C36F 9A94 8A70
To claim this, I am signing this object:
// This file requires Sass & Compass. | |
// | |
// - http://sass-lang.com | |
// - http://compass-style.org | |
// For box-sizing. | |
@import compass/css3 | |
// `Clear floated elements. | |
//---------------------------------------------------------------------------------------------------- |
egrep -ir --include=*.{php,html,js} "mail\(" . |
<script type="text/javascript"> | |
$(document).ready(function(){ | |
$('a').on('click',function(){ | |
var $href = $(this).attr('href'); | |
var $pptDoc = new RegExp(".ppt$").test($href); | |
var $wordDoc = new RegExp(".doc$").test($href); | |
var $pdfDoc = new RegExp(".pdf$").test($href); | |
var $docType; | |
function push2GA(thisURL,thisOptValue){ | |
_gaq.push(['_trackEvent', 'Download', thisURL, thisOptValue]); |
01101100 | |
01101111 | |
01101100 |
# Git visual log displays commit tree view with who did what when and in which branch | |
git config --global alias.vlog 'log --graph --date-order --date=relative --pretty=format:"%C(cyan)%h: %Cblue - %an - %Cgreen %C(cyan)%ar:%Creset%n%s%n" --color' |
sed -i .bak '/^A/s/B/C' D |
# .htaccess | |
# | |
# single | |
Header set Access-Control-Allow-Origin "*" | |
# multiple | |
Header add Access-Control-Allow-Origin "domain1" | |
Header add Access-Control-Allow-Origin "domain2" | |
Header add Access-Control-Allow-Origin "domain3" |
# generate random intiger | |
$((RANDOM)) | |
# get random integer no less than 1 | |
$(((RANDOM%10)+1)) |
I hereby claim:
To claim this, I am signing this object: