I hereby claim:
- I am pauloromeira on github.
- I am romeira (https://keybase.io/romeira) on keybase.
- I have a public key whose fingerprint is B8B4 0FCD 6518 C2E4 A5E5 6EDB 4BAA 59BF 1673 9C18
To claim this, I am signing this object:
# Python 3.4 | |
import curses as cs | |
import random as rd | |
import sys | |
l = [] | |
for i in range(33, 127): | |
l.append(chr(i)) | |
port = 'áéíóú' 'âêô' 'ãõ' 'à' 'ç' |
I hereby claim:
To claim this, I am signing this object:
# ------------------------------------------------------------------------------ | |
# tlp - Parameters for power saving | |
# See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html | |
# dir: /etc/default/tlp | |
# Hint: some features are disabled by default, remove the leading # to enable | |
# them. | |
# Set to 0 to disable, 1 to enable TLP. |
tilda_config_version = "1.3.1" | |
# command = "" | |
font = "Monospace 11" | |
key = "<Primary><Shift>space" | |
addtab_key = "<Shift><Control>t" | |
fullscreen_key = "F11" | |
toggle_transparency_key = "F12" | |
toggle_searchbar_key = "<Shift><Control>f" | |
closetab_key = "<Shift><Control>w" | |
nexttab_key = "<Control>Page_Down" |
#!/usr/bin/env python | |
from random import shuffle | |
options = [1, 0, 0] | |
iterations = 1000000 | |
stick = 0 | |
change = 0 |
git filter-branch --tree-filter "find . -name '*.*' -exec sed -i '' -e 's/OLDSTRING/NEWSTRING/g' {} \;" -f |
cd ~ | |
rm -rf vim | |
git clone https://github.com/vim/vim.git | |
# export LD_LIBRARY_PATH=$HOME/.pyenv/versions/3.7.0/lib | |
# export PATH=$HOME/.pyenv/versions/3.7.0/bin:$PATH | |
cd vim | |
./configure --with-features=huge \ | |
--enable-multibyte \ |
Section "Monitor" | |
Identifier "HDMI-2" | |
Modeline "2560x1080_55.00" 209.98 2560 2720 2992 3424 1080 1081 1084 1115 -HSync +Vsync | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Monitor "Monitor-HDMI-2" | |
DefaultDepth 24 | |
SubSection "Display" | |
Depth 24 |
# Save this file (after modifying ID_VENDOR and ID_MODEL if necessary) as /etc/udev/rules.d/81-thinkpad-dock.rules | |
# These values seem to work for "ThinkPad Mini Dock Plus Series 3" | |
SUBSYSTEM=="usb", ACTION=="add|remove", ENV{ID_VENDOR}=="17ef", ENV{ID_MODEL}=="100a", RUN+="/etc/sbin/thinkpad-dock.sh" |