Skip to content

Instantly share code, notes, and snippets.

View manelp's full-sized avatar

Manel Pérez manelp

View GitHub Profile
@manelp
manelp / timestamp_to_date.sh
Created January 31, 2020 11:40
jq timestamp to datetime
jq -c ".created_at |= (. / 1000 ) | .created_at |= todate"
@manelp
manelp / 0_reuse_code.js
Created March 10, 2014 09:36
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console