Skip to content

Instantly share code, notes, and snippets.

View gianu's full-sized avatar

Sergio Rafael Gianazza gianu

View GitHub Profile
@gianu
gianu / 001_MediaMachine.md
Last active June 23, 2021 01:10
How to generate a thumbnail from an S3 video using MediaMachine.io
@gianu
gianu / 001 - Venta Macbook Pro 2017
Last active September 28, 2018 14:26
Gianu Ventas
Apple Macbook Pro (13 inch, 2017)
Procesador: 3.5Ghz Intel Core i7, dual core
Memoria RAM: 16 GB
Almacenamiento: 1 TB
Resolución de la pantalla: 2560 x 1600
Ciclos de Carga: 68
La compu tiene garantía oficial de Apple hasta el 28 de Febrero de 2019

Keybase proof

I hereby claim:

  • I am gianu on github.
  • I am gianu (https://keybase.io/gianu) on keybase.
  • I have a public key whose fingerprint is CB83 A2C6 51FD 1804 2A90 6C11 8086 3B3D B361 7AA2

To claim this, I am signing this object:

@gianu
gianu / meetup.comSelectAttendee.js
Last active August 29, 2015 13:56 — forked from gregersrygg/gist:3899381
one liner to log to console a random element from the meetup.com attendee list.
// copy-paste into console
console.log(Array.prototype.slice.call(document.querySelectorAll("#rsvp-list h5 a"),0).sort(function () { return Math.random() -0.5; })[0].innerHTML);
//click on the link to the profile