I hereby claim:
- I am ghinda on github.
- I am ghinda (https://keybase.io/ghinda) on keybase.
- I have a public key ASAOWAnaZwcwDPMwiniaFlTwbK_TNgvVZ4M9RYqgYOVH7wo
To claim this, I am signing this object:
if (typeof window.localStorage == 'undefined' || typeof window.sessionStorage == 'undefined') (function () { | |
var Storage = function (type) { | |
function createCookie(name, value, days) { | |
var date, expires; | |
if (days) { | |
date = new Date(); | |
date.setTime(date.getTime()+(days*24*60*60*1000)); | |
expires = "; expires="+date.toGMTString(); |
$convert favicon.png -bordercolor white -border 0 \ | |
\( -clone 0 -resize 16x16 \) \ | |
\( -clone 0 -resize 32x32 \) \ | |
\( -clone 0 -resize 48x48 \) \ | |
\( -clone 0 -resize 64x64 \) \ | |
-delete 0 -alpha off -colors 256 favicon.ico |
// takes a {} object and returns a FormData object | |
var objectToFormData = function(obj, form, namespace) { | |
var fd = form || new FormData(); | |
var formKey; | |
for(var property in obj) { | |
if(obj.hasOwnProperty(property)) { | |
if(namespace) { |
git for-each-ref --format='%(refname:short)' refs/heads/* | while read branch; do BRANCH_EXISTS=$( git ls-remote --heads origin $branch | wc -l ); if [ $BRANCH_EXISTS -eq 0 ]; then git branch -D $branch; fi;done |
git log --since='last month' --pretty=format:'%h;%an;%ad;%s' --author='Ionut Colceriu' > ~/log.csv |
/* ZURB responsive tables, patched for performance. | |
* http://zurb.com/playground/responsive-tables | |
* | |
* patched for better performance when reading the TR>TD height, | |
* by getting the height directly from the TR, instead of TR>TD. | |
* | |
* USE: | |
* - include the responsive-tables.css file from | |
* https://github.com/zurb/responsive-tables/ | |
* - include this js file, instead of responsive-tables.js |
body { | |
background: 'hotpink' | |
} |
hotpink |
I hereby claim:
To claim this, I am signing this object:
<html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<textarea cols="100" rows="10"></textarea> | |
<p> | |
Test variable support with this template: |