Skip to content

Commit 03b0443

Browse files
html files for exploreKaggle
1 parent 1aa008b commit 03b0443

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+15485
-0
lines changed

201412_exploreKaggle/exploreKaggleCompetitions.html

Lines changed: 1621 additions & 0 deletions
Large diffs are not rendered by default.

201412_exploreKaggle/exploreKaggleUsers.html

Lines changed: 1347 additions & 0 deletions
Large diffs are not rendered by default.

201412_exploreKaggle/kaggleDurationvsPrize.html

Lines changed: 791 additions & 0 deletions
Large diffs are not rendered by default.

201412_exploreKaggle/kaggleDurationvsPrize_files/format+en,default+en,ui+en,corechart+en.I.js

Lines changed: 1359 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

201412_exploreKaggle/kaggleDurationvsPrize_files/jsapi

Lines changed: 40 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
<!-- saved from url=(0076)chrome-extension://mkfokfffehpeedafpekjeddnmnjhmcmk/toolbar/placeholder.html -->
3+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4+
<script type="text/javascript" src="chrome-extension://mkfokfffehpeedafpekjeddnmnjhmcmk/jquery.js"></script>
5+
<script type="text/javascript" src="chrome-extension://mkfokfffehpeedafpekjeddnmnjhmcmk/toolbar.js"></script>
6+
<link rel="stylesheet" href="chrome-extension://mkfokfffehpeedafpekjeddnmnjhmcmk/toolbar/styles/coToolbarPlaceholder.css" type="text/css">
7+
<link rel="stylesheet" href="chrome-extension://mkfokfffehpeedafpekjeddnmnjhmcmk/toolbar/styles/coToolbarBaseChrome.css" type="text/css">
8+
<link rel="stylesheet" href="chrome-extension://mkfokfffehpeedafpekjeddnmnjhmcmk/toolbar/styles/iddInfobarChrome.css" type="text/css">
9+
<link rel="stylesheet" href="chrome-extension://mkfokfffehpeedafpekjeddnmnjhmcmk/toolbar/styles/iddInfobarShared.css" type="text/css">
10+
11+
</head><body>
12+
<hidden id="coFrameIdentifier"></hidden>
13+
<div id="coToolbarDiv">
14+
<div class="coCloseButton" id="coCloseButton">
15+
<div></div>
16+
</div>
17+
<div class="coHideToolbarButton" id="coHideToolbarButton" title="Hide Toolbar for this page">
18+
<div></div>
19+
</div>
20+
<div id="coDefaultLogo" title="Norton" class="conortonImage"></div>
21+
<div id="coToolbarContent">
22+
</div> <!-- #coToolbarContent -->
23+
</div> <!-- #coToolbarDiv -->
24+
<div id="coInfobarDiv">
25+
</div> <!-- #coInfobarDiv -->
26+
27+
28+
</body></html>
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
if (window['google'] != undefined && window['google']['loader'] != undefined) {
2+
if (!window['google']['visualization']) {
3+
window['google']['visualization'] = {};
4+
google.visualization.Version = '1.0';
5+
google.visualization.JSHash = 'ff67c3772da186a412ae3231c32409e9';
6+
google.visualization.LoadArgs = 'file\75visualization\46v\0751\46packages\75corechart\46async\0752';
7+
}
8+
google.loader.writeLoadTag("css", google.loader.ServiceBase + "/api/visualization/1.0/ff67c3772da186a412ae3231c32409e9/ui+en.css", true);
9+
google.loader.writeLoadTag("script", google.loader.ServiceBase + "/api/visualization/1.0/ff67c3772da186a412ae3231c32409e9/format+en,default+en,ui+en,corechart+en.I.js", true);
10+
}
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
/* Copyright 2012 Google Inc. All Rights Reserved. */
2+
3+
.google-visualization-tooltip-action: hover {
4+
background-color: #eeeeee;
5+
}
6+
.google-visualization-tooltip {
7+
border:solid 1px #bdbdbd;
8+
border-radius: 2px;
9+
background-color: white;
10+
position: absolute;
11+
box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
12+
font-size: 12px;
13+
padding: 0px;
14+
-moz-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
15+
-webkit-box-shadow: 0px 2px 2px 0px rgba(204, 204, 204, 0.6);
16+
}
17+
.google-visualization-tooltip-action-list {
18+
list-style-type: none;
19+
margin: 0;
20+
padding: 0.5em 0em 0.5em 0em;
21+
cursor: hand;
22+
}
23+
.google-visualization-tooltip-action {
24+
margin: 0;
25+
cursor: pointer;
26+
padding: 0.5em 2em 0.5em 1em;
27+
}
28+
.google-visualization-tooltip-action:hover {
29+
background-color: #eeeeee;
30+
}
31+
.google-visualization-tooltip-item-list {
32+
list-style-type: none;
33+
margin: 1em 0 1em 0;
34+
padding: 0em;
35+
}
36+
.google-visualization-tooltip-item {
37+
margin: 0.65em 0em 0.65em 0em;
38+
padding: 0em 2em 0em 1em;
39+
}
40+
.google-visualization-tooltip-item-list
41+
.google-visualization-tooltip-item:first-child {
42+
margin: 1em 0em 1em 0em;
43+
}
44+
.google-visualization-tooltip-separator {
45+
margin: 0;
46+
padding: 0;
47+
height: 1px;
48+
background-color: #dddddd;
49+
}
50+
.google-visualization-tooltip-square {
51+
display: inline-block;
52+
/* IE does not support inline-block fall back to float left */
53+
float: left\9;
54+
clear: none;
55+
width: 0.5em;
56+
height: 0.5em;
57+
margin: 0.16em 0.7em 0em 0em;
58+
border-bottom: solid 0.1em white;
59+
}

201412_exploreKaggle/kaggleDurationvsPrize_files/ui+en.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)