All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we write upgrading notes for brands. It's a team effort to make them as
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Here we write upgrading notes for brands. It's a team effort to make them as
| # -*- coding: utf-8 -*- | |
| from __future__ import unicode_literals | |
| from django.db import models | |
| # Create your models here. | |
| class Publisher(models.Model): | |
| ''' | |
| Publisher (Editora) |
| Nomes das Tabelas | |
| SX1 Manutenção de Perguntas de parametrização (movimentações, consultas e relatórios) | |
| SX2 Manutenção dos Arquivos | |
| SX3 Manutenção dos Campos | |
| SX4 Configuração de Agenda de Relatórios e Processos | |
| SX5 Manutenção de Tabelas | |
| SX6 Manutenção de Parâmetros | |
| SX7 Manutenção de Gatilhos de Campos (SX3) | |
| SX9 Manutenção de Relacionamento entre Arquivos (SX2) | |
| SXA Manutenção de Pastas Cadastrais dos Arquivos (SX2) |
| # While this code still works, I would recommend using Fast API for websockets in modern applications. | |
| # See: https://fastapi.tiangolo.com/advanced/websockets/ | |
| # Note this is targeted at python 3 | |
| import tornado.web | |
| import tornado.httpserver | |
| import tornado.ioloop | |
| import tornado.websocket | |
| import tornado.options |
I was trying to get the Arduino IDE to work inside a Docker container on OS X. I was able to get the IDE working (see Getting X11 GUI applications to work on OS X with Docker), but I could not figure out how to make the USB port for the Arduino visible.
I first tried to directly map hardware serial port into the Docker container, doing something like this:
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| /* CSS */ | |
| #!/home/drspock/scripts/FBInvite/bin/python | |
| import argparse | |
| import requests | |
| import pyquery | |
| def login(session, email, password): | |
| ''' | |
| Attempt to login to Facebook. Returns user ID, xs token and |
| // Implementation in ES6 | |
| function pagination(c, m) { | |
| var current = c, | |
| last = m, | |
| delta = 2, | |
| left = current - delta, | |
| right = current + delta + 1, | |
| range = [], | |
| rangeWithDots = [], | |
| l; |
For development, you will only need Node.js installed on your environement. And please use the appropriate Editorconfig plugin for your Editor (not mandatory).