Skip to content

Instantly share code, notes, and snippets.

View igr-santos's full-sized avatar

Igor dos Santos igr-santos

  • Belo Horizonte - MG
View GitHub Profile
/*
LiquidCrystal Library - Hello World
Demonstrando o uso de um display LCD 16x2. A biblioteca LiquidCrystal
funciona com todos os displays LCD que forem compativeis com o driver
Hitachi HD44780.
Esse programa imprime "Hello World!" no LCD
O circuito:
- LCD RS: digital 12
#!/usr/bin/env python
# coding: utf-8
# import time
import serial
from decouple import config
from tweepy import OAuthHandler, StreamListener, Stream
DEVICE = '/dev/ttyACM0'
BAUD_RATE = 9600
@igr-santos
igr-santos / catarse.rst
Last active May 6, 2016 16:59
Documento tem como objetivo montar a campanha para crowdfunding

Campanha Python Sudeste 2016

Esse documento tem como objetivo montar a campanha para organizarmos as finanças e recompensas do evento Python Sudeste 2016, no modelo de crowdfunding, utilizando a ferramenta do Catarse

TODO

@igr-santos
igr-santos / Create-react-app-with-ava.md
Last active May 4, 2018 12:59
Um guia para uso do AVA como test runner de projetos com Create React APP

Restore dump for docker-compose:

docker exec -i [service_name] psql postgres://postgres:3x4mpl3@localhost:5432/bonde < [file_name]

Inserir tags:

insert into tags ("name", "label") values ('user_meio-ambiente', 'Meio Ambiente'), ('user_direitos-humanos', 'Direitos Humanos'),