Skip to content

Instantly share code, notes, and snippets.

View ErwannRobin's full-sized avatar
😎
😁

Erwann Robin ErwannRobin

😎
😁
View GitHub Profile
{
"hash": "0023-fe0f-20e3.png",
"keycap_star": "002a-fe0f-20e3.png",
"zero": "0030-fe0f-20e3.png",
"one": "0031-fe0f-20e3.png",
"two": "0032-fe0f-20e3.png",
"three": "0033-fe0f-20e3.png",
"four": "0034-fe0f-20e3.png",
"five": "0035-fe0f-20e3.png",
"six": "0036-fe0f-20e3.png",
openapi: 3.0.2
info:
description: >-
This great API aims to provide endpoints to notify blablacar user or anonymous
user devices (email, sms, viber, push).
version: 0.0.1
title: Blablacar Communication Service
termsOfService: ''
contact:
email: team-v3@blablacar.com
#!/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 }