Skip to content

Instantly share code, notes, and snippets.

View jeffersonrpn's full-sized avatar

Jefferson Neves jeffersonrpn

  • Campina Grande, Paraíba, Brasil
View GitHub Profile
@jeffersonrpn
jeffersonrpn / container.css
Last active September 1, 2020 12:47
Define a classe container com limiares de largura para diferentes telas
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jeffersonrpn
jeffersonrpn / README.md
Last active December 11, 2019 19:27
Topologia dos municípios brasileiros

Topologia dos municípios brasileiros

Cod_setor Cod_municipio Nome_do_distrito Cod_bairro Nome_do_bairro V009
260410605000001 2604106 CARUARU 2604106009 Nossa Senhora das Dores 851.51
260410605000002 2604106 CARUARU 2604106009 Nossa Senhora das Dores 938.11
260410605000003 2604106 CARUARU 2604106009 Nossa Senhora das Dores 494.78
260410605000004 2604106 CARUARU 2604106009 Nossa Senhora das Dores 618.78
260410605000005 2604106 CARUARU 2604106009 Nossa Senhora das Dores 653.91
260410605000006 2604106 CARUARU 2604106009 Nossa Senhora das Dores 630.49
260410605000007 2604106 CARUARU 2604106009 Nossa Senhora das Dores 877.42
260410605000008 2604106 CARUARU 2604106009 Nossa Senhora das Dores 770.52
260410605000009 2604106 CARUARU 2604106009 Nossa Senhora das Dores 811.16
@jeffersonrpn
jeffersonrpn / gastos_por_categoria.csv
Last active November 5, 2019 14:06
Fundo Partidário do Brasil 2018
partido categoria1 categoria2 totalGasto
AVANTE ADIANTAMENTOS DIVERSOS ADIANTAMENTOS A FORNECEDORES 631.2
AVANTE ADIANTAMENTOS DIVERSOS OUTROS ADIANTAMENTOS DIVERSOS 804
AVANTE ÁGUA E ESGOTO ORDINÁRIAS 1282.99
AVANTE ALUGUÉIS E CONDOMÍNIOS LOCAÇÃO DE BENS IMÓVEIS 229744.55
AVANTE ALUGUÉIS E CONDOMÍNIOS LOCAÇÃO DE BENS MÓVEIS 82719.67
AVANTE ALUGUÉIS E CONDOMÍNIOS TAXAS DE CONDOMÍNIOS 24265.88
AVANTE ASSUNÇÃO DE OBRIGAÇÕES DESPESAS ORDINÁRIAS REALIZADAS POR DIREÇÃO ESTADUAL 200
AVANTE ATIVO PERMANENTE BENS MÓVEIS 35104.27
AVANTE CONVENÇÕES MULHERES 8370
We can't make this file beautiful and searchable because it's too large.
full_name,ethnicity,count
Aadil Mamuji,GreaterEastAsian,2
Aaditeshwar Seth,IndianSubContinent,2
Aaditya Ramdas,IndianSubContinent,4
Aad P. A. van Moorsel,IndianSubContinent,1
Aakanksha Chowdhery,IndianSubContinent,2
Aakanksha Gagrani,IndianSubContinent,1
Aakar Gupta,IndianSubContinent,3
Aakash Goel,IndianSubContinent,2
Aakas Zhiyuli,GreaterEastAsian,1
@jeffersonrpn
jeffersonrpn / README.md
Last active July 10, 2018 20:40
D3 Hexabin Map

Representação dos municípios brasileiros em hexágonos.

@jeffersonrpn
jeffersonrpn / README.md
Last active July 24, 2018 14:39
D3 Bubble Force Map

Representação dos municípios brasileiros em bolhas.

@jeffersonrpn
jeffersonrpn / index.html
Last active August 12, 2019 18:59
Açude Epitácio Pessoa (Boqueirão) ano a ano
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Açude de Boqueirão ao longo dos anos</title>
<script data-require="d3@4.0.0" data-semver="4.0.0" src="https://d3js.org/d3.v4.js"></script>
<script src="//d3js.org/d3-scale-chromatic.v0.3.min.js"></script>
<style media="screen">
@jeffersonrpn
jeffersonrpn / index.html
Last active November 27, 2017 18:31
SVG relative rotate
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SVG relative rotate</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/4.10.2/d3.js"></script>
<style media="screen">
body,
html {
margin: 0;