Skip to content

Instantly share code, notes, and snippets.

View icatalina's full-sized avatar
⚒️
Hacking

Ignacio Catalina icatalina

⚒️
Hacking
View GitHub Profile
@icatalina
icatalina / git-fs-history
Created September 26, 2018 14:12 — forked from jackocnr/git-fs-history
Git filesize history (shell script)
#!/bin/sh
#
# list the given file's filesize next to each commit
# usage: git-fs-history path/to/file
#
if [ $# -ne 1 ]; then
echo "Error: invalid number of arguments."
exit 1
@icatalina
icatalina / index.html
Created September 23, 2016 04:49 — forked from anonymous/index.html
my jade template // source http://jsbin.com/kubaqacasa
<!DOCTYPE html>
<html>
<head>
<title>my jade template</title>
<style id="jsbin-css">
html,
body {
height: 100%;
font-family: sans-serif;
font-size: 14px;