Skip to content

Instantly share code, notes, and snippets.

View AntLouiz's full-sized avatar
🐜
"AntLouiz" is from Ant + Louiz, don't forget it.

Luiz Rodrigo AntLouiz

🐜
"AntLouiz" is from Ant + Louiz, don't forget it.
View GitHub Profile
from events import Events
class Player(Events):
itens = []
__events__ = ('add_item_event',)
def add_item(self, item):
self.itens.append(item)
@AntLouiz
AntLouiz / read_dll.py
Last active June 3, 2019 22:51
Testing python dll files loading
import time
from ctypes import *
bnt = WinDLL('./BNT36.dll')
bnt.OpenBNT.argtypes = [c_char_p, c_ushort]
bnt.OpenBNT.restype = c_bool
IP = c_char_p(b"192.168.1.4")
PORT = c_ushort(11111)
@AntLouiz
AntLouiz / seifpi-info.json
Last active September 12, 2018 01:24
seifpi-info.json
{
"data": {
"talkers": [
{
"name": "Patrick Mazulo",
"image_url": "https://www.seifpi.com.br/img/confirmados/clodoaldo.jpg",
"confirmed": true,
"description": "Técnico em Informática pelo CEEPMPP,\n quase Bacharel em Sistemas de Informação pela Faculdade Maurício de Nassau.\n Trabalha com desenvolvimento web desde 2011, tendo passado por empresas brasileiras e americanas.\n Atualmente trabalha como \"Software Engineer\" numa empresa do Vale do Silício. Usuário e compartilhador da palavra do Python,\n passa a maior parte do seu tempo estudando tecnologias, assim como maneiras de aplicá-las no mundo real."
},
{
@AntLouiz
AntLouiz / seifpi.json
Last active September 12, 2018 01:43
A json data of seifpi schedules
{
"data": {
"about": null,
"talk": [
{
"id": 0,
"title": "IoT e a Quarta Revolução Industrial",
"talker": "Alessandro Saraiva, Clodoaldo Brasilino & Herrinque Fontenele"
},
{