Skip to content

Instantly share code, notes, and snippets.

View franklinbaldo's full-sized avatar

Franklin Silveira Baldo franklinbaldo

  • Procuradoria Geral do Estado de Rondônia
  • Porto Velho, Rondônia
  • X @franklinbaldo
View GitHub Profile
@franklinbaldo
franklinbaldo / index.html
Last active June 21, 2021 18:56
bt table
<!doctype html>
<html lang="pt-BR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
[{"cnpj":"00394585000171","matriz_filial":"1","razao_social":"ESTADO DE RONDONIA","nome_fantasia":"","situacao":"02","data_situacao":1130976000000,"motivo_situacao":"00","nm_cidade_exterior":"","cod_pais":"","nome_pais":"","cod_nat_juridica":"1236","data_inicio_ativ":154915200000,"cnae_fiscal":"8411600","tipo_logradouro":"RUA","logradouro":"DOM PEDRO II","numero":"608","complemento":"","bairro":"CENTRO","cep":"76801066","uf":"RO","cod_municipio":"0003","municipio":"PORTO VELHO","ddd_1":"69","telefone_1":"32165273","ddd_2":"69","telefone_2":"32116100","ddd_fax":"69","num_fax":"32116100","email":"dividapublica@sefin.ro.gov.br","qualif_resp":"05","capital_social":0.0,"porte":"05","opc_simples":"0","data_opc_simples":"","data_exc_simples":"","opc_mei":"N","sit_especial":"","data_sit_especial":""},{"cnpj":"00394585000252","matriz_filial":"2","razao_social":"ESTADO DE RONDONIA","nome_fantasia":"SECRETARIA DE PLANEJAMENTO","situacao":"02","data_situacao":1130976000000,"motivo_situacao":"00","nm_cidade_exterior":"","
@franklinbaldo
franklinbaldo / data.csv
Last active May 3, 2020 11:41 — forked from jfreels/README.md
d3js: Create a table using data from a CSV file.
variable aror asd maxdd
Convertible Arbitrage 0.0770203710991655 0.0694461870173684 -0.292688394529575
CTA Global 0.0767109922711062 0.0870559916457339 -0.11676813742079
Distressed Securities 0.0975096216543971 0.0635590261337229 -0.229232535454022
Emerging Markets 0.0936124939942315 0.133615370977481 -0.359789528051813
Equity Market Neutral 0.0739359541312794 0.031197069331753 -0.110823378150652
Event Driven 0.093190424075422 0.0635679064016912 -0.200817391305532
Fixed Income Arbitrage 0.0506750901161104 0.0490908049045477 -0.178792725850406
Global Macro 0.0942083012167199 0.0589577044136273 -0.0792292782044611
Long Short Equity 0.0940147333764296 0.0768123568274029 -0.218197216318131
@franklinbaldo
franklinbaldo / data.csv
Last active May 3, 2020 11:27 — forked from drupal-spider/License.txt
D3.js Sortable & Responsive Table
First Name Last Name Job Title Favorite Color Wars or Trek? Porn Name Date of Birth Dream Vacation City GPA Arbitrary Data
James Matman Chief Sandwich Eater Lettuce Green Trek Digby Green January 13, 1979 Gotham City 3.1 RBX-12
The Tick Crimefighter Sorta Blue Wars John Smith July 19, 1968 Athens N/A Edlund, Ben (July 1996).
Jokey Smurf Giving Exploding Presents Smurflow Smurf Smurflane Smurfmutt Smurfuary Smurfteenth, 1945 New Smurf City 4.Smurf One
Cindy Beyler Sales Representative Red Wars Lori Quivey July 5, 1956 Paris 3.4 3451
Captain Cool Tree Crusher Blue Wars Steve 42nd December 13, 1982 Las Vegas 1.9 Under the couch
@franklinbaldo
franklinbaldo / data.csv
Last active May 3, 2020 04:43 — forked from seemantk/README.md
Table with hyperlinks
Title URL Data Change
A http://localhost/A.html 1
B http://localhost/B.html -2
C http://localhost/C.html 0
D http://localhost/D.html 12
E http://localhost/E.html -9
@franklinbaldo
franklinbaldo / index.html
Last active May 2, 2020 20:35
datastudio
<iframe width="600" height="450" src="https://datastudio.google.com/embed/reporting/10s6p4MxooWQsg7RV0OZ68XsiV0IaODZl/page/T8gOB" frameborder="0" style="border:0" allowfullscreen></iframe>
[{"bairro":"EXTREMA ","cadastrado":false,"cep":"76847000 ","cepFormatado":"76847-000","cidade":"PORTO VELHO ","cidadeEstado":"PORTO VELHO\/RO","codigoAutenticacao":null,"codigoContribuinte":null,"codigoContribuinteDocumento":"00569629000157","codigoDistrito":43,"codigoImposto":2,"codigoLogradouro":null,"complemento":"CENTRO","dataNascimento":null,"distrito":"EXTREMA ","documento":"00569629000157 ","documentoFormatado":"00.569.629\/0001-57","documentoOculto":"00.569.629\/XXXX-XX","email":"","emiteNFSe":false,"enviarEmail":false,"estado":"RO","inscricao":"48 ","logradouro":"CASTELO BRANCO ","logradouroCompleto":"RUA CASTELO BRANCO, 441","nome":"DROGANOSSA COMERCIO DE PRODUTOS FAMACEUTICOS LTDA-","nomeFantasia":"MATERIAIS DE CONSTRUÇAO E VARIEDADES ","nomeLogradouro":null,"nomeMae":null,"numeroLogradouro":441,"preposicao":null,"situacaoCadastro":"SEM_CADASTRO","telefo
@franklinbaldo
franklinbaldo / index.html
Last active April 16, 2020 13:06
python example GOOGLE CHARTS
<html>
<head>
<title>Static example</title>
<script src="http://www.google.com/jsapi" type="text/javascript"></script>
<script>
google.load("visualization", "1", {packages:["table"]});
google.setOnLoadCallback(drawTable);
function drawTable() {
var jscode_data = new google.visualization.DataTable();
@franklinbaldo
franklinbaldo / index.html
Created April 15, 2020 23:29
google charts sankey
<html>
<head>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load('current', {'packages':['sankey']});
google.charts.setOnLoadCallback(drawChart);
function drawChart() {
var data = new google.visualization.DataTable();
data.addColumn('string', 'From');
@franklinbaldo
franklinbaldo / channel-shift.json
Created April 15, 2020 23:19 — forked from tomshanley/channel-shift.json
Sankey chart with links sorted by category
{"nodes":[
{"name":"Face-to-Face 2014"},
{"name":"Contact Centre 2014"},
{"name":"Digital 2014"},
{"name":"Face-to-Face 2020"},
{"name":"Contact Centre 2020"},
{"name":"Digital 2020"},
{"name":"Removed 2020"}
],
"links":[