Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

$ python3
Fatal Python error: Py_Initialize: unable to load the file system codec
LookupError: no codec search functions registered: can't find encoding
Abort trap: 6
$ python
Python 2.7.6 (default, Feb 18 2014, 11:14:59)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
Traceback (most recent call last):

Keybase proof

I hereby claim:

  • I am jpadilla on github.
  • I am jpadilla (https://keybase.io/jpadilla) on keybase.
  • I have a public key whose fingerprint is 6120 BB14 9792 D8E9 A371 B03C AAE3 EF57 9B29 87B1

To claim this, I am signing this object:

[{
"url": "http://www.elnuevodia.com/marchanenreclamoalosderechosparalasmujeres-1727566.html",
"id": "1727566",
"comments": [{
"username": "\u20aclvis",
"comment": "La discriminacion hacia la mujer comenzo tres mil a\u00f1os atras en el viejo testamento donde la santisima biblia del amoroso y misericordioso dios culpa a las mujeres de todo pecado y aun asi estas lo adoran, veneran y lo llaman amor. Eclesi\u00e1stico 25:24 Por la mujer comenz\u00f3 el pecado, y por la mujer todos morimos.",
"num": 1,
"date": "8 marzo 2014 01:10 p.m."
}],
"title": "Marchan en reclamo a los derechos para las mujeres"
ubuntu@precise64:/vagrant$ convert -list format
Format Mode Description
-------------------------------------------------------------------------------
3FR r-- Hasselblad CFV/H3D39II
A* rw+ Raw alpha samples
AAI* rw+ AAI Dune image
AI rw- Adobe Illustrator CS2
ART* rw- PFS: 1st Publisher Clip Art
ARW r-- Sony Alpha Raw Image Format
AVI r-- Microsoft Audio/Visual Interleaved
import os
import subprocess
import atexit
import signal
from django.conf import settings
from django_extensions.management.commands.runserver_plus import Command\
as StaticfilesRunserverCommand
$ ./manage.py syncdb
Traceback (most recent call last):
File "./manage.py", line 19, in <module>
execute_from_command_line(sys.argv)
File "/Users/jpadilla/.virtualenvs/notaso/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line
utility.execute()
File "/Users/jpadilla/.virtualenvs/notaso/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/Users/jpadilla/.virtualenvs/notaso/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv
self.execute(*args, **options.__dict__)
ubuntu@precise64:~$ unoconv --show
The following list of document formats are currently available:
bib - BibTeX [.bib]
doc - Microsoft Word 97/2000/XP [.doc]
doc6 - Microsoft Word 6.0 [.doc]
doc95 - Microsoft Word 95 [.doc]
docbook - DocBook [.xml]
docx - Microsoft Office Open XML [.docx]
docx7 - Microsoft Office Open XML [.docx]
@jpadilla
jpadilla / demo.js
Last active August 29, 2015 14:00 — forked from gcollazo/demo.js
var previews = new FilePreviews({debug: true, loaderImage: 'http://placehold.it/100x100'});
var url = 'https://www.filepicker.io/api/file/WHOGzEmPRSGNYKyHRBWk';
var options = {
size: {
width: 100,
height: 999,
},
metadata: ['ocr', 'exif']
};

logo

#¿Qué es un Barcamp?

Un Barcamp es una conferencia en la que los asistentes son los conferenciantes. Se espera que todas las personas que asisten a un Barcamp hagan una presentación de 10 minutos frente a toda la audiencia. La idea es fomentar el intercambio de ideas en un ambiente abierto y realmente interactivo.

Aunque lo esperado es que todos los asistentes presenten, el tiempo en estos eventos es limitado y no hay espacio para todos. En este Barcamp Viejo San Juan tenemos 20 espacios que se repartirán a las primeras 20 personas que los reclamen. Si no hay tiempo o no tienes algo listo para presentar, lo mínimo que pedimos es que hagas preguntas, compartas y ayudes a crear un ambiente de interacción con los presentadores.

Nuestras Reglas

@jpadilla
jpadilla / delicious-cleanup.js
Created May 19, 2014 19:44
Deletes all Delicious links. Copy past in console in your Delicious links page.
var counter = 1, runXTimes = 10000;
(function(counter, runXTimes) {
(function cleanup() {
window.confirm = function() {
return true;
};
$('.link').find('.action-link.delete').click();
$('.item.load-more-link a').click();