Skip to content

Instantly share code, notes, and snippets.

View andrehigher's full-sized avatar

André Gonzaga andrehigher

View GitHub Profile
@andrehigher
andrehigher / index.html
Created July 19, 2017 18:29
World Cup 2014
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.axis path,
.axis line {
@andrehigher
andrehigher / worldcup.tsv
Created July 18, 2017 23:12
Simples data of World Cup 2014
Group Country Rank Jersey Position Age Selections Club Player Captain
A Brazil 3 1 Goalie 31 9 Botafogo Jefferson 0
A Brazil 3 12 Goalie 34 80 Toronto FC Julio Cesar 0
A Brazil 3 22 Goalie 31 6 Atletico Mineiro Victor 0
A Brazil 3 2 Defender 31 75 Barcelona Dani Alves 0
A Brazil 3 13 Defender 30 12 Bayern Munich Dante 0
A Brazil 3 4 Defender 27 36 Chelsea David Luiz 0
A Brazil 3 15 Defender 27 5 Napoli Henrique 0
A Brazil 3 23 Defender 32 72 Roma Maicon 0
A Brazil 3 6 Defender 26 31 Real Madrid Marcelo 0
{
"users": [
{
"id": 1,
"name": "Eloízio Salgado",
"email": "esalgado@avenuecode.com",
"photo": "https://lh4.googleusercontent.com/-fAKxZ4er3-o/AAAAAAAAAAI/AAAAAAAAAJA/7eJdYJqXwAs/photo.jpg",
"position": "UI Engineer",
"location": "Belo Horizonte",
"birthdate": "1989-11-14",
@andrehigher
andrehigher / cvs.json
Created January 13, 2014 04:04
Wordcloud CEVIU
{"_id":{"$id":"52d028cf63e19ae65e8b459d"},"amount":"1","curriculaVitae":[{"id":"10508","name":"Valdecir","lastName":"Carvalho","email":"mega.mega@gmail.com","phone":{"ddd":"","number":""},"workPhone":{"ddd":"","number":""},"mobilePhone":{"ddd":"33","number":"91258126"},"gender":"Masculino","civilState":"Casado","birthday":"1974-12-17","age":"39","address":{"address":"Rua Zulmira Serafim de Aguiar, n. 20","apartament":"","neighborhood":"Zonas Veiga ","zipcode":"30285384","city":"BELO HORIZONTE"},"curriculumDescription":"Analista Programador S\u00eanior. (experi\u00eancia acima de 12 )\nDelphi (1 a 2010), Kylix, PL\/SQL-Oracle, MS-Access, CA-Clipper, Visual Basic (4 a 6), Pascal, Visual FoxPro, C\/C++, C# , Assembler (x86 Intel e Zilog),MS-SQL Server (7,2000),Interbase, Firebird,SyBase,MS-Access, XML, UML e muitos outros...","objective":"Gerente de Projetos\nAnalista de Sistemas Senior\nCoordenador de Desenvolvimento\nProgramador Especialista Senior\n(s\u00e3o os cargos do meu perfil atual em que ja tenho esper
@andrehigher
andrehigher / index.html
Created December 31, 2013 15:39
Protótipo da visualização aberta do CEVIU
<!DOCTYPE html>
<html lang="pt_BR">
<head>
<title>Protótipo - Vizzual</title>
<meta charset="utf-8">
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Cardo);
@import url(https://fonts.googleapis.com/css?family=PT+Serif+Caption);
#wrap {
@andrehigher
andrehigher / data.tsv
Last active December 30, 2015 21:59
Dados de viagens/ônibus/tempo
vehicle_number Quantidade Viagens Média Tempo (m) Média Passageiros Linha
14150 727 4446 20 5120
14152 665 4857 19 5111
14049 634 5005 25 5288
36021 524 5784 23 3954
38001 511 5471 10 3570
14125 503 7111 17 5278
36020 449 5787 23 3954
87027 446 8591 27 1750
87003 442 8576 25 1770
@andrehigher
andrehigher / onibus.html
Last active December 30, 2015 20:18
Visualização Ônibus/Viagens
<!DOCTYPE html>
<head>
<title>Histograma</title>
<meta charset="utf-8">
<style type="text/css">
body {
font: 10px sans-serif;
}
@andrehigher
andrehigher / index.html
Last active December 29, 2015 16:28
Protótipo da visualização fechada do CEVIU
<html>
<meta charset="utf-8">
<head>
<title>PorDentro</title>
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<script src="http://square.github.io/crossfilter/crossfilter.v1.min.js" charset="utf-8"></script>
<style type="text/css">