Skip to content

Instantly share code, notes, and snippets.

View agodin3z's full-sized avatar
🍻
Working hard~

Andrés Godínez agodin3z

🍻
Working hard~
View GitHub Profile
<!-- Schema.org markup for Google+ -->
<meta itemprop="name" content="site name">
<meta itemprop="description" content="descripcion max 155 caracteres">
<meta itemprop="image" content="imagen">
<!-- Twitter Cards -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@usuario" />
<meta name="twitter:title" content="titulo" />
<meta name="twitter:description" content="descripcion max 140 caracteres" />
@agodin3z
agodin3z / importar-json.py
Created September 25, 2015 01:45
Simple script python para importar datos de un .json a una db de mongodb
#!/usr/bin/python
from pymongo import *
import json
print "\nSe conectara al Servidor de Base de Datos Local."
conexion = Connection() #La conexion sera local
#Variable de referencia de la base de datos.
ndb = raw_input("\nIngrese el nombre de la base de datos: ")
db = conexion[ndb] #Conexion a la db
@agodin3z
agodin3z / mozillasv-logo.svg
Created September 25, 2015 01:39
Logo de Mozilla El Salvador - Web: http://bit.ly/1izsI8d - Licence: http://bit.ly/1Mt9tHy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@agodin3z
agodin3z / hexo-logo.svg
Last active September 25, 2015 00:00
Logo vectorizado de Hexo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.