- Parceiro vai cadastrar uma URL de callback (enviar para nós por e-mail)
- Parceiro receberá um client_id e um client_sercret (enviaremos por e-mail)
URL_ORAMA/parceiros/solicitacao/
| { | |
| "openapi" : "3.0.2", | |
| "info" : { | |
| "title" : "Postmon", | |
| "description" : "Uma API para consultar CEP", | |
| "version" : "1.0.0" | |
| }, | |
| "servers" : [ { | |
| "url" : "https://api.postmon.com.br/v1/" | |
| } ], |
| # input bitset array | |
| # output position of the bits that are 1 | |
| def parse_string_netfilter(s): | |
| lista = s.split(",") | |
| resp = [] | |
| for i,x in enumerate(lista): | |
| b = "{:b}".format(int(x))[::-1] | |
| resp = resp + [int(j)+1+8*int(i) for j,y in enumerate(b) if y=="1"] | |
| return resp |
| #!/usr/bin/env bash | |
| # Call stockfish engine on mac and return only the evaluation score | |
| # Usage stockfish.sh 'r1b2rk1/4qppp/2pp4/pp6/3Bn3/PB3Q1P/1PP2PP1/3R1RK1' 5 mac 12 1024 | |
| # Usage stockfish.sh 'r1b2rk1/4qppp/2pp4/pp6/3Bn3/PB3Q1P/1PP2PP1/3R1RK1' 5 mac 12 1024 | |
| # Assumes the stockfish binary is called 'stockfish_'+binary | |
| fen=$1 | |
| seconds=${2:-3} | |
| binary=${3:-mac} | |
| threads=${4:-12} |
| { | |
| "id" : "00000004", | |
| "last_updated_at" : "02-08-2016", | |
| "sections" : [ { | |
| "items" : [ { | |
| "id" : "00000023", | |
| "text" : "Wear mask (if required)", | |
| "type" : "simple" | |
| }, { | |
| "id" : "00000024", |
Orchid supports Managed App Configuration
Managed App Configuration allows for a Mobile Device Management (MDM) server to push down configurations into Orchid.