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
const whitelist = ['Cancelar inscrição de Kurzgesagt – In a Nutshell.', | |
'Cancelar inscrição de 3D Geek Show - Impressão 3D.', | |
'Cancelar inscrição de ABANAorg.', | |
'Cancelar inscrição de Adam Savage’s Tested.', | |
'Cancelar inscrição de Adilson Carvalho.', | |
'Cancelar inscrição de Alec Steele.', | |
'Cancelar inscrição de Alexandre Benchimol.', | |
'Cancelar inscrição de Alexandre Bigunas.', | |
'Cancelar inscrição de Aquele Flau [OFICIAL].', | |
'Cancelar inscrição de Atila Iamarino.', |
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
# select concat('drop database if exists ', datname, ';') from pg_database where left(datname, 11) = 'caremessage' and datname not like '%master%' and datname not like '%staging%' | |
ignores=(\* master staging) | |
for branch in $(git branch) | |
do | |
if [[ " ${ignores[@]} " =~ " ${branch} " || "$CURRENT_WORK" = "$branch" ]]; then continue; fi | |
git checkout $branch |
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
LISTA DE FORNECEDORES | |
Grupo ⚔Insumos para Cutelaria⚔ | |
(Milton Vaz) | |
Publicação 18/12/19 | |
AÇO CARBONO : | |
- Fer Álvares - 19 99788.4059 | |
- Maxime Ferrum (Synesio) - 19 3886.6486 | 12 99131.9669 | |
- Aço Nobre - 15 99729.2068 |
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
# nTT = numedo de triangulos 13 | |
# nTO = numero de triangulos onze | |
# nTT * c + nTO * c = 100 | |
# c ( NTT + nTO ) = 100 | |
# nTT * hTT + nTO * hTO = 270 | |
# hTO = √cˆ2 + 11,5 ^ 2 |
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
# No .bashrc (tem que desligar o mission control nos shortcuts de teclado) | |
bind '"\e[5C": forward-word' | |
bind '"\e[5D": backward-word' | |
bind '"\e[1;5C": forward-word' | |
bind '"\e[1;5D": backward-word' |
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
# http://rspec.info/upgrading-from-rspec-2/ | |
^(\s*)(.*?)\.stub\((.*?)\) -> \1allow(\2).to receive(\3) | |
^(\s*)(.*?)\.should\s*be_true -> \1expect(\2).to be_truthy | |
^(\s*)(.*?)\.should == -> \1expect(\2).to eq | |
^(\s*)(.*?)\.should_receive[\s\(]*(:\S*)\)* -> \1expect(\2).to receive(\3) |
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
@trace = [] | |
set_trace_func proc { |event, file, line, id, binding, classname| | |
if event == 'call' && ( file.index('/app/') || file.index('gaia') ) | |
@trace << { number: @trace.count, event: event, file: file, line: line, method_name: id, classname: classname.to_s } | |
end | |
} | |
# Code you want to inspect | |
set_trace_func nil |
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
sed '0~1000 s/$/\nlogit/g' < filename > filename2 |
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
## JVM configuration | |
################################################################ | |
## IMPORTANT: JVM heap size | |
################################################################ | |
## | |
## You should always set the min and max JVM heap | |
## size to the same value. For example, to set | |
## the heap to 4 GB, set: | |
## |
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
:: Resolve o problema de instalação do .NET 4.5 Windows6.1-KB958488-v6001-x86.msu 0xc8000222 | |
net stop wuauserv | |
ren c:\windows\SoftwareDistribution softwaredistribution.old | |
net start wuauserv |
NewerOlder