I hereby claim:
- I am ayr-ton on github.
- I am ping_ayrton (https://keybase.io/ping_ayrton) on keybase.
- I have a public key ASBo_uZSyQ-YjPVyz-rI5kZPUbo_OUUZo_FMsNkojCyU1go
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Imposto de Renda na Bolsa de Valores | Veja Tudo
::Compra foi feita num pregão e vendidas em outro (dias diferentes)::
| git checkout development | |
| git reset --soft HEAD~1 | |
| git stash | |
| git fetch origin | |
| git reset --hard origin/development | |
| git stash pop | |
| git add . | |
| git commit -m ... |
| git checkout master | |
| git fetch origin -p | |
| git reset --hard origin/master | |
| git branch --merged | xargs git branch -d |
| version: "3.3" | |
| # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ | |
| networks: | |
| dns: | |
| ipam: | |
| config: | |
| - subnet: 172.21.0.0/16 | |
| services: | |
| pihole: |
| #! /bin/bash | |
| # Inspired on: | |
| # http://www.thegameengine.org/miscellaneous/streaming-twitch-tv-ubuntu/ | |
| # https://wiki.archlinux.org/index.php/Streaming_to_twitch.tv | |
| if [ ! -f ~/.twitch_key ]; then | |
| echo "Error: Could not find file: ~/.twitch_key" | |
| echo "Please create this file and copy past your stream key into it. Open this script for more details." | |
| exit 1; |
| #!/usr/bin/env bash | |
| # Completely remove a file from a git repository history | |
| # | |
| # Copyleft 2018 by Ayrton Araujo <root _a_t_ ayr-ton _d_o_t_ net> | |
| # GPL licensed (see end of file) * Use at your own risk! | |
| # | |
| # Usage: | |
| # git-forget-blob file_to_forget | |
| # If you move this script to somewhere inside $PATH you could use the script like: | |
| # git forget-blob file_to_forget |
| @ECHO OFF | |
| IF NOT "%~f0" == "~f0" GOTO :WinNT | |
| @"%~dp0ruby.exe" "%~dp0rails" %1 %2 %3 %4 %5 %6 %7 %8 %9 | |
| GOTO :EOF | |
| :WinNT | |
| @"%~dp0ruby.exe" "%~dpn0" %* |
| 0.10 |