This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# pylint:disable=C0111 | |
import time | |
BRAILLE_UNICODE_OFFSET = 0x2800 | |
# https://www.wikiwand.com/en/Braille_Patterns#/Identifying,_naming_and_ordering | |
# id of which braille balls that need to be ticked to represent nth dozen | |
UNITS = [ | |
0x0, | |
0x80, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Hercules Emulator Control file... | |
# Description: | |
# MaxShutdownSecs: 15 | |
# | |
# | |
# System parameters | |
# | |
ARCHMODE z/Arch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Comando que eu usei : ./configure PYTHON=python2 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
/home/code/stoq/pywebkitgtk-1.1.8/missing: Unknown `--is-lightweight' option | |
Try `/home/code/stoq/pywebkitgtk-1.1.8/missing --help' for more information | |
configure: WARNING: 'missing' script is too old or missing | |
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes |
OlderNewer