Skip to content

Instantly share code, notes, and snippets.

View jcortesg's full-sized avatar

Jhon Cortés jcortesg

View GitHub Profile
set nocompatible
filetype off
filetype plugin indent on
syntax enable
call plug#begin('~/.local/share/nvim/plugged')
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
Plug 'w0rp/ale'
@jcortesg
jcortesg / up-and-running-with-edeliver-on-do.md
Created August 19, 2016 06:23 — forked from thbar/up-and-running-with-edeliver-on-do.md
Getting Elixir / Phoenix running on Digital Ocean with edeliver

Build Server

  • Go to Digital Ocean
  • Create new droplet
  • London
  • Ubuntu
  • No apps
  • Add SSH keys
"order":{
"Subtotal": 0000,
"Shipping": 000,
"Taxes": 0,//porcentaje
"TaxesValue": 000
"Payment": 000
}
@jcortesg
jcortesg / gist:3184680
Last active March 15, 2018 01:59
json
package com.example.login;
import java.util.ArrayList;
import java.util.List;
import org.apache.http.NameValuePair;
import org.apache.http.message.BasicNameValuePair;
import org.json.JSONException;
import org.json.JSONObject;