Skip to content

Instantly share code, notes, and snippets.

View nenodias's full-sized avatar

Horácio Dias Baptista Neto nenodias

View GitHub Profile
[noshift]
Key8=0:0
Key9=65307:27
Key10=49:49
Key11=50:50
Key12=51:51
Key13=52:52
Key14=53:53
Key15=54:54
Key16=55:55
@nenodias
nenodias / README.md
Last active June 2, 2018 23:53
aseprite orangepi one armhf error

uname -a # for know arch Linux OrangePI 3.4.112 #1 SMP PREEMPT Mon Nov 14 17:00:28 CST 2016 armv7l armv7l armv7l GNU/Linux

Steps

1 - cmake -G Ninja ..

sbi.database.web.url=jdbc:oracle:thin:@<HOST>:<PORTA>:<SERVIÇO>
sbi.database.web.user=<USUARIO_DB>
sbi.database.web.password=<SENHA_DB>
sbi.database.web.driver=oracle.jdbc.driver.OracleDriver
@nenodias
nenodias / README.md
Created April 26, 2018 17:31
hub github fork e pull request

Example workflow for contributing to a project:

$ git clone github/hub $ cd hub

create a topic branch

$ git checkout -b feature

( making changes ... )

$ git commit -m "done with feature"

It's time to fork the repo!

$ git fork

RE DO si la DO si la sol
sol la si la mi sol sol
la
RE DO si la DO si la sol
sol la si la mi sol sol
la
re si DO si la sol RE la la
@nenodias
nenodias / mongoengine_example.py
Last active March 5, 2018 13:20
Example DBRef
import pdb
from mongoengine import *
from mongoengine.base import BaseDocument
import json
from json import JSONEncoder
class MongoEncoder(JSONEncoder):
def default(self, o):
pdb.set_trace()
fa la si
fa la si
fa la si MI RE si DO si sol mi . .
re mi sol mi . .
fa la si
fa la si
fa la si MI RE si DO MI si sol . .
si sol re mi . .
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.URL;
public class SoapLite {
let PORTA = '8080';
let HOST = 'localhost';
let servidor = "http://" + HOST + ":" + PORTA;
let headers = new Headers();
headers.append("Accept","application/json");
headers.append("Content-type","application/json");
[noshift]
Key8=0:0
Key9=65307:27
Key10=49:49
Key11=50:50
Key12=51:51
Key13=52:52
Key14=53:53
Key15=54:54
Key16=55:55