Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View perimetro20's full-sized avatar

Andreé Toledo perimetro20

  • Guadalajara, México
View GitHub Profile
@perimetro20
perimetro20 / 0_reuse_code.js
Created February 25, 2016 19:18
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@perimetro20
perimetro20 / Create database.sql
Created February 2, 2017 16:11
Postgres Database configuration
CREATE DATABASE project_name_db;
CREATE ROLE project_db_admin WITH LOGIN PASSWORD 'db_admin_password';
GRANT ALL PRIVILEGES ON DATABASE project_name_db TO project_db_admin;
ALTER USER project_db_admin CREATEDB;

Keybase proof

I hereby claim:

  • I am perimetro20 on github.
  • I am perimetro20 (https://keybase.io/perimetro20) on keybase.
  • I have a public key ASACWRsjiEUdvvPUQEMzTnmUbfxfwSY4xsk2o92GeXuHZAo

To claim this, I am signing this object: