This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| from PIL import Image | |
| import sys, os | |
| imgpatrones = [] | |
| pixelpatrones = [] | |
| for idx in range(10): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** 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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var dummies = [ | |
| { | |
| "status": "one-shot", | |
| "code": 202, | |
| "end": 1392744477305, | |
| "description": "OUT OF SYNC", | |
| "reference": "", | |
| "sticky": false, | |
| "start": 1392733593763, | |
| "message": "Melted was out of sync", |