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
<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<style> | |
body { | |
font: 10px sans-serif; | |
} | |
.axis path, | |
.axis line { |
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
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 |
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
{ | |
"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", |
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
{"_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 |
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
<!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 { |
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
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 |
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
<!DOCTYPE html> | |
<head> | |
<title>Histograma</title> | |
<meta charset="utf-8"> | |
<style type="text/css"> | |
body { | |
font: 10px sans-serif; | |
} |
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
<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"> |