{
id: "paulistana", // ID
name: "Paulistana",
standard: "ABRASF",
version: "1.00",
actions: [
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
import argparse | |
from urllib.parse import urlparse | |
def parse_command(database_url, exclude_tables): | |
parsed_url = urlparse(database_url) | |
parsed_data = { | |
'hostname': parsed_url.hostname, | |
'username': parsed_url.username, | |
'password': parsed_url.password, |
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
[ | |
{ | |
"ispb": "00000000", | |
"nome_simples": "BCO DO BRASIL S.A.", | |
"codigo": "001", | |
"participa_da_compe": "Sim", | |
"acesso_principal": "RSFN", | |
"nome": "Banco do Brasil S.A.", | |
"inicio_da_operacao": "22/04/2002" | |
}, |
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/perl | |
# usage: | |
# | |
# git log --author="Sebastian Riedel" --format="%H %ai" | perl script.pl | |
# | |
use strict; | |
use warnings FATAL => 'all'; | |
use utf8; |
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
git log --author="Linus Torvalds" --date=iso | perl -nalE 'if (/^Date:\s+[\d-]{10}\s(\d{2})/) { say $1+0 }' | sort | uniq -c|perl -MList::Util=max -nalE '$h{$F[1]} = $F[0]; }{ $m = max values %h; foreach (0..23) { $h{$_} = 0 if not exists $h{$_} } foreach (sort {$a <=> $b } keys %h) { say sprintf "%02d - %4d %s", $_, $h{$_}, "*"x ($h{$_} / $m * 50); }' | |
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
Gestor de arquivos *Ranger* (melhor de todos), | |
Terminal *URxvt*, | |
editor *NeoVim*, | |
*Nitrogen* para wallpaper, | |
*Rofi* é melhor que Dmenu, | |
*Polybar* é melhor que i3blocks e i3status, | |
*Pulseaudio* melhor que Alsa, | |
*ArandR* para configurar monitor, | |
player de música *Mocp*, | |
player de vídeo *VLC*, |
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 | |
# Wallace Silva - wallacesilva.com | |
dothis=true | |
toW=720 | |
toH=560 | |
nowW=0 | |
nowH=0 | |
increment=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
[ | |
"0161001", | |
"0161002", | |
"0161003", | |
"0161099", | |
"0162801", | |
"0162802", | |
"0162803", | |
"0162899", | |
"0163600", |
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
<?php | |
/** | |
* Conexao com MySQL via PDO | |
* @author Wallace Silva | |
* @link http://www.hufersil.com.br | |
* @package Lumine_Connection | |
*/ | |
Lumine::load('Connection_AbstractConnection'); |
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 bash | |
#-- CONFIGURATION | |
transparent_alpha=0 | |
maximized_alpha=100 | |
interval=0 | |
#-- | |
alpha_prop_list=() | |
for prop in $(xfconf-query -c xfce4-panel -p /panels -l); do |
NewerOlder