- Go to Digital Ocean
- Create new droplet
- London
- Ubuntu
- No apps
- Add SSH keys
This file contains 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
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; |
This file contains 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
"order":{ | |
"Subtotal": 0000, | |
"Shipping": 000, | |
"Taxes": 0,//porcentaje | |
"TaxesValue": 000 | |
"Payment": 000 | |
} |
This file contains 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
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' |
This file contains 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
# Nombre de la app | |
- Reto: Civismo ejemplar | |
- Localidad : Kennedy | |
- Url: xxxxx.com | |
### Participantes | |
- Jhon cortes (@jcortesg) |
This file contains 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
# Nombre de la app | |
- URL: xxxx.com | |
- Lenguaje de desarrollo : Ruby / Ruby on Rails | |
### Demo | |
Url xxxxxx.com |
This file contains 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
{ | |
"version": 1, | |
"variables": [ | |
{ | |
"names": [ | |
"email" | |
], | |
"values": [ | |
[ | |
"[email protected]" |
This file contains 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
{ | |
"version": 1, | |
"variables": [ | |
{ | |
"names": [ | |
"email" | |
], | |
"values": [ | |
[ |
This file contains 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
[] |
This file contains 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
{ | |
"Data": [ | |
{ | |
"Razón social": "asonet.colombia SAS", | |
"NIT": "900669038", | |
"Razon_Social": "@SONET COLOMBIA SAS", | |
"Clase_identificacion": "NIT", | |
"numerodeidentificacion": "900669038", | |
"digitoverificación": "6", | |
"Dpto_Ccial": "HUILA", |
OlderNewer