Skip to content

Instantly share code, notes, and snippets.

View ErwannRobin's full-sized avatar
😎
😁

Erwann Robin ErwannRobin

😎
😁
View GitHub Profile
#!/bin/bash
# Install
# This script need a API key from TinyPNG. See this page: https://tinypng.com/developers
# It also need jq library, which can be install thanks to: `brew install jq`
# Usage
# cd to your folder. This script will compress all PNG or JPG files recursively.
API_KEY="CHANGE_ME"
@ErwannRobin
ErwannRobin / dabblet.css
Created May 20, 2013 13:57 — forked from LeaVerou/dabblet.css
Just for fun™: Flickr spinner in pure CSS
/**
* Just for fun™: Flickr spinner in pure CSS
*/
@keyframes move {
to { left: 50%; }
}
@keyframes cover {
from,49.9% { z-index: 1 }