-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
316 lines (274 loc) · 12.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>reveal.js - The HTML Presentation Framework</title>
<meta name="description" content="A framework for easily creating beautiful presentations using HTML">
<meta name="author" content="Hakim El Hattab">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- For JavaScript-generated QR codes -->
<link rel="stylesheet" href="css/qrcode.css" />
<!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script>
if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = 'css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
}
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>OSCON 2014</h1>
<p>
<div class="qrcode" id="qrcode-git"/>
<p><a href="http://glind.github.io/OSCON2014" target="_blank"
id="git">http://glind.github.io/OSCON2014</a></p>
</div>
</p>
</section>
<section data-transition="linear" data-background="#4d7e65" data-background-transition="slide">
<section>
<h2>Presentation Foo</h2>
<p>
Reveal.js is a framework for reating presentations in HTML.
</p>
<iframe width="850" height="600" src="http://www.oscon.com/oscon2014/public/schedule/detail/34012">
</iframe>
</section>
<section>
<h2>Export to PDF</h2>
<p>Presentations can be <a href="https://github.com/hakimel/reveal.js#pdf-export">exported to PDF</a>, below is an example that's been uploaded to SlideShare.</p>
<iframe id="slideshare" src="http://www.slideshare.net/slideshow/embed_code/13872948" width="455" height="356" style="margin:0;overflow:hidden;border:1px solid #CCC;border-width:1px 1px 0;margin-bottom:5px" allowfullscreen> </iframe>
<script>
document.getElementById('slideshare').attributeName = 'allowfullscreen';
</script>
</section>
<section>
<h2>Qr Code</h2>
<p>
Generate a QR code with link to your presentation.
</p>
<div class="qrcode" id="qrcode-talk"/>
<p><a href="http://goo.gl/2efr3v" target="_blank"
id="talk">http://fghaas.github.io/oscon2014-presentationtoolbox</a></p>
</section>
<section>
<h2>Pretty Code</h2>
<pre><code data-trim contenteditable>
function linkify( selector ) {
if( supports3DTransforms ) {
var nodes = document.querySelectorAll( selector );
for( var i = 0, len = nodes.length; i < len; i++ ) {
var node = nodes[i];
if( !node.className ) {
node.className += ' roll';
}
}
}
}
</code></pre>
<p>Courtesy of <a href="http://softwaremaniacs.org/soft/highlight/en/description/">highlight.js</a>.</p>
</section>
<section>
<h2>Notes</h2>
<p>
HTML iframe from Evernote
</p>
<iframe seamless="seamless" width="850" height="600" src="notes/greg/Presentation Foo.html">
</iframe>
</section>
</section>
<section data-transition="linear" data-background-transition="slide">
<h2>Tutorial: Test Driven Development in Django</h2>
<iframe seamless="seamless" width="850" height="600" src="http://www.oscon.com/oscon2014/public/schedule/detail/34283">
</iframe>
</section>
<section data-transition="linear" data-background-transition="slide">
<h2>Tutorial: Hands on Data Analysis with Python<h2>
<iframe seamless="seamless" width="850" height="600" src="http://www.oscon.com/oscon2014/public/schedule/detail/34254">
</iframe>
</section>
<section data-transition="linear" data-background="#4d7e65" data-background-transition="slide">
<section>
<h2>Predicting Global Unrest with Hadoop</h2>
<p>
<iframe width="850" height="600" src="http://gdeltproject.org"></iframe>
</p>
</section>
<section>
<h2>Predicting Global Unrest with Hadoop</h2>
<ul>
<li>InfiniDB - MySQL storage engine - Full MySQL syntax compatible</li>
<li>runs native to hadoop - file system abstraction later</li>
<li>Piwiki Open Source Analytics <a href="http://demo.piwik.org/index.php?module=CoreHome&action=index&idSite=7&period=day&date=yesterday#/module=Dashboard&action=embeddedIndex&idSite=7&period=day&date=yesterday&idDashboard=1">Demo</a>
</ul>
</section>
<section>
<h2>Predicting Global Unrest with Hadoop</h2>
<p>
<a href="http://gdeltproject.org">GDELTProject.org</a>
HTML iframe from Evernote
</p>
<iframe seamless="seamless" width="850" height="600" src="notes/greg/Predicting Global Unrest with Hadoop.html">
</iframe>
</section>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>Map Box</h2>
<p>
<a href="http://mapbox.com">MapBox.com</a>
<ul>
<li>Managing an Open Source Project</li>
</ul>
</p>
<iframe seamless="seamless" width="850" height="600" src="notes/greg/Map Box.html">
</iframe>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>R, Hadoop and SQL</h2>
<p>
<a href="http://hadoop.org">Hadoop</a><br/>
HTML iframe from Evernote
</p>
<iframe seamless="seamless" width="850" height="600" src="notes/greg/R, Hadoop and SQL.html">
</iframe>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>Building a Rest Client</h2>
<ul>
<li>Issues building and maintaing a REST client to consume data</li>
<li>Build custom for each service not a generic reader</li>
<p>
HTML iframe from Evernote
</p>
<iframe seamless="seamless" width="850" height="600" src="notes/greg/REST.html">
</iframe>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>Big Data Analysis 0-60 in 90 days</h2>
<p>
HTML iframe from Evernote
</p>
<iframe seamless="seamless" width="850" height="600" src="notes/greg/Big Data analysis 0-60 in 90 days.html">
</iframe>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>The Full Stack Java Developer (SPRING BOOT)</h2>
<p>
Streamlines the Java SPRING framework and improves certain pain points including working ith JPA/JDO
XML configuration, and building APIs.
Modular functionality. You can add certain libraries for adding more functionality into your app. Sort or
like apps in Django or modules in Drupal.
<a href="http://www.oscon.com/oscon2014/public/schedule/detail/33875">OSCON session link</a>
</p>
<iframe seamless="seamless" width="850" height="600" src="http://projects.spring.io/spring-boot/"></iframe>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>tmux - A Multiplexer's Multiplexer</h2>
<ul>
<li> A program that allows you to access multiple separate terminal sessions inside a single terminal window.</li>
<li> Great for productivity.</li>
<li> Start a program in a session, detach the session and the program keeps running and you can reattach</li>
<li> Can collaborate with remote users</li>
<li> so much more and it can be configured with vim key-binding</li>
<a href="http://www.oscon.com/oscon2014/public/schedule/detail/34849">OSCON Tmux</a>
</ul>
<iframe seamless="seamless" width="850" height="600" src="http://tmux.sourceforge.net/"></iframe>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>Writing non-blocking code in Javascriptr</h2>
<p>
The botttom line was callbacks suck when making ajax requests. Use promises, instead.
</p>
<iframe seamless="seamless" width="850" height="600" src="http://www.oscon.com/oscon2014/public/schedule/detail/34198"></iframe>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>Building Modern WebApps with Play Framework and Scala</h2>
<p>
Scala is an object functional programming lanaguage.</br>
Inspired by criticism of Java and compiles to same bytecode as Java</br>
</p>
<iframe seamless="seamless" width="850" height="600" src="http://www.oscon.com/oscon2014/public/schedule/detail/34104"></iframe>
</section>
<section data-background="#8c4738" data-background-transition="slide">
<h2>XSS and SQL Injections: The Tip of the Web Security Iceberg</h2>
<ul>
<li>Same-Origin-Policy SQL-Injection</li>
<li>Time-based SQL injection</li>
<li>Pixel Perfect <a href="http://contextis.co.uk/services/research/white-papers/pixel-perfect-timing-attacks-html5/">description</a></li>
<li>Clickjacking</li>
<li>Content Security-Policy <a href="http://homakov.blogspot.com/2014/01/using-content-security-policy-for-evil.html">description</a></li>
<li></li>
</ul>
<iframe seamless="seamless" width="850" height="600" src="http://www.oscon.com/oscon2014/public/schedule/detail/33485"></iframe>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
//QR Code Generation
<script src="qrcodejs/qrcode.js"></script>
<script>
/* Grab all links and iterate over them */
var sources = document.getElementsByTagName('a');
n = sources.length;
for (var i = 0; i < n; i++) {
var source = sources[i];
var href = source.href;
/* If the link has no href attribute, skip it */
if (href) {
var target_id = "qrcode-" + source.id ;
var target = document.getElementById(target_id);
/* If the source has no corresponding target element, skip
* it */
if (target) {
var qr = new QRCode(target, {
colorDark : "#000000",
colorLight : "rgba(255,255,255,0)",
});
qr.makeCode(href);
}
}
}
</script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Parallax scrolling
// parallaxBackgroundImage: 'https://s3.amazonaws.com/hakim-static/reveal-js/reveal-parallax-1.jpg',
// parallaxBackgroundSize: '2100px 900px',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>