Skip to content

Instantly share code, notes, and snippets.

View pardo-bsso's full-sized avatar
🕺
Riding the flow.

Adrián Pardini pardo-bsso

🕺
Riding the flow.
  • Futura Comunicación Popular, @fm-futura . Toptal. Ex Camsoda.
  • Argentina.
  • 16:03 (UTC -03:00)
  • X @pardo_bsso
View GitHub Profile
#!/usr/bin/python
from PIL import Image
import sys, os
imgpatrones = []
pixelpatrones = []
for idx in range(10):
@pardo-bsso
pardo-bsso / paterosampledb
Created February 24, 2014 22:31
Sample mongo db to test the Patero UI on Caspa.
/** transcode_queue indexes **/
db.getCollection("transcode_queue").ensureIndex({
"_id": NumberInt(1)
},[
]);
/** transcode_queue records **/
db.getCollection("transcode_queue").insert({
"_id": "2767a86a-8520-4bd0-b394-cdb68bf21da6",
@pardo-bsso
pardo-bsso / MostoMessages dummy data.
Created February 10, 2014 16:18
some data to try the ui of Mosto Messages.
var dummies = [
{
"status": "one-shot",
"code": 202,
"end": 1392744477305,
"description": "OUT OF SYNC",
"reference": "",
"sticky": false,
"start": 1392733593763,
"message": "Melted was out of sync",