Isso é uma atividade coordenada, que acontece de ponta a ponta desta Nação. E então, Nós estamos em um estado de emergência. Pessoas negras estão morrendo. Em um estado de emergência. Náo podemos olhar para isto como um incidente isolado. Os motivos pelos quais edifícios estão queimando não são somente por nosso irmão George Floyd. Eles estão queimando porque pessoas aqui de Minessota estão dizendo às pessoas de New York, às pessoas da California, às pessoas de Memphis, às pessoas de toda esta Nação que já chega. E não somos nós os responsáveis pela doença mental que tem sido inflingida sobre nossa gente pelo governo americano, instituições, e essas pessoas que estão em posições de poder. Não ligo nem um pouco se eles queimarem a Target, porque a Target
This file contains hidden or 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
my @fib := 1, 1, *+* ... *; |
This file contains hidden or 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
#!/usr/bin/env perl | |
# (C) Humberto Massa 2008 | |
# available to anyone under the terms of any of the following licenses, | |
# at recipient's will: GNU GPLv2, GNU GPLv3, CC-GPLv2, CC-SAv3.0 | |
use massa; | |
sub adds { | |
open my $f, '-|', 'qdbus org.kde.klipper /klipper getClipboardHistoryMenu' or return; |
This file contains hidden or 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
#!/usr/bin/env perl | |
use massa; | |
use constant DIR_TRABALHO => '/tmp/work'; | |
use constant URI_ESTATUTO => 'http://www.almg.gov.br/consulte/legislacao/completa/completa-nova-min.html?tipo=LEI&num=869&comp=&ano=1952&texto=consolidado#texto'; | |
use constant URI_REGIMENTO => 'http://www.almg.gov.br/consulte/legislacao/completa/completa-nova-min.html?tipo=RAL&num=5176&comp=&ano=1997&texto=consolidado#texto'; | |
use constant URI_CONSTITUICAO_MG => 'http://www.almg.gov.br/consulte/legislacao/completa/completa-nova-min.html?tipo=CON&num=1989&comp=&ano=1989&texto=consolidado#texto'; | |
use constant URI_CONSTITUICAO_FEDERAL => 'http://www.planalto.gov.br/ccivil_03/constituicao/ConstituicaoCompilado.htm'; | |
use constant CONFIG_TIDY => <<'CONFIG_TIDY'; |
This file contains hidden or 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
#!/usr/bin/env perl | |
use massa; | |
use constant DIR_TRABALHO => '/tmp/work'; | |
use constant URI_ESTATUTO => | |
'http://www.almg.gov.br/consulte/legislacao/completa/completa-nova-min.html?tipo=LEI&num=869&comp=&ano=1952&texto=consolidado#texto'; | |
use constant URI_REGIMENTO => | |
'http://www.almg.gov.br/consulte/legislacao/completa/completa-nova-min.html?tipo=RAL&num=5176&comp=&ano=1997&texto=consolidado#texto'; | |
use constant URI_CONSTITUICAO_MG => |
This file contains hidden or 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
* { | |
font-size: 12pt; | |
font-family: monospace; | |
font-weight: normal; | |
font-style: normal; | |
text-decoration: none; | |
color: black; | |
cursor: default; | |
} |
This file contains hidden or 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
#!/bin/bash | |
##### | |
# Builds a custom nginx | |
# | |
# RELEASE_TAGS="+your+tags+here" | |
# RELEASE_MAINTAINER="Your Name Here" | |
# RELEASE_MAINTAINER_EMAIL="[email protected]" | |
# RELEASE_MESSAGE="Some message" | |
# |
- [-] Confeccionar artigo wiki sobre importação de dados [80%]
- [X] Validar o desduplicador para versão 10.5
- [ ] Alteração na rotina de atualização de partidos
- [-] Permitir a geração dos instaladores e externalizador do Sisap de qualquer estação [90%]
- [ ] Poder disparar a geração a partir das outras estações
- [ ] Criar sub-repositórios git para ferramentas
- [ ] Gerar o dicionário de dados na wiki
- [X] Diferenciação das turmas na base de treinamento
- [ ] Avaliar a inclusão do Sisap no SPB
This file contains hidden or 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
#!/usr/bin/env raku | |
use v6.d; | |
use DBIish; | |
use YAMLish; | |
my %cred = load-yaml("%*ENV<HOME>/.creds.yaml".IO.slurp)<gabinete>; | |
my $db = DBIish.connect: 'mysql', :host<127.0.0.1>, :3306port, |%cred; |
This file contains hidden or 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
#!/usr/bin/env raku | |
use v6.d; | |
use DBIish; | |
use YAMLish; | |
my %cred = load-yaml("%*ENV<HOME>/.creds.yaml".IO.slurp)<gabinete>; | |
my $db = DBIish.connect: 'mysql', :host<127.0.0.1>, :3306port, |%cred; |
OlderNewer