forked from Comcast/Comcast.github.io-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
talks.html
491 lines (479 loc) · 25.1 KB
/
talks.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
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!doctype html>
<!--
@license
Copyright 2017 Comcast Cable Communications Management, LLC
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<title>Talks</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="title" content="Open Source | Comcast" />
<meta name="description" content="Comcast Open Source web site" />
<meta name="robots" content="open source, comcast, innovation" />
<meta name="googlebot" content="open source, comcast, innovation" />
<link rel="stylesheet" href="./style/css.css" />
<link rel="apple-touch-icon" sizes="57x57" href="https://comcast.github.io/img/favicon/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="114x114"
href="https://comcast.github.io/img/favicon/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="72x72" href="https://comcast.github.io/img/favicon/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="144x144"
href="https://comcast.github.io/img/favicon/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="60x60" href="https://comcast.github.io/img/favicon/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="120x120"
href="https://comcast.github.io/img/favicon/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="76x76" href="https://comcast.github.io/img/favicon/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="152x152"
href="https://comcast.github.io/img/favicon/apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="https://comcast.github.io/img/favicon/favicon-128.png" sizes="128x128" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@comcast" />
<meta name="twitter:creator" content="@comcast" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://comcast.github.io/" />
<meta property="og:title" content="Open Source | Comcast" />
<meta property="og:description" content="Comcast Open Source web site" />
<meta property="og:image" content="https://comcast.github.io/img/logo-comcast-color.png" />
</head>
<body>
<div class="top-informational">
<header>
<div>
<img src="./img/logo-comcast-color.png" alt="Comcast">
<ul class="navbar">
<li id="nav-about"><a href="index.html#about">About</a></li>
<li id="nav-projects"><a href="index.html#projects">Projects</a></li>
<li id="nav-talks"><a href="talks.html">Talks</a></li>
<li id="nav-sponsorship"><a href="sponsorship.html">Sponsorship</a></li>
<li id="nav-contact"><a href="#contact">Contact</a></li>
<li id="nav-blog"><a href="blog.html">Blog</a></li>
</ul>
</div>
</header>
<div class="intro-message-container">
<h1 class="message-title">Comcast Talks</h1>
</div>
</div>
<div class="talks-content">
<section>
<ul>
<li>
<h2><a href="https://onlinexperiences.com/Launch/Event.htm?ShowKey=95540&DisplayItem=E388765">Open Source with a Security Mindset: Releasing with Protection</a></h2>
<h3>June 30, 2020<br />Brittany Istenes & Mike Lacroce</h3>
</li>
<li>
<h2><a href="https://onlinexperiences.com/Launch/Event.htm?ShowKey=95540&DisplayItem=E388811">Growing Sustainable Contributions through Ambassador Networks</a></h2>
<h3>June 29, 2020<br />Shilla Saebi & Alison Yu</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=vZNr3mZ8SOU">How the Yocto Project Addressed Comcast RDK Scalability Issues</a></h2>
<h3>May 5, 2020<br />Nicolas Dechesne, Linaro & Khem Raj</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=msD-8-yrGfs">InnerSource at Comcast</a></h2>
<h3>April 24, 2020<br />Nithya Ruff</h3>
</li>
<li>
<h2><a href="https://ftp.osuosl.org/pub/fosdem/2020/UB5.230/ambassadornetworks.mp4">FOSDEM - Growing Sustainable Contributions through Ambassador Networks</a></h2>
<h3>February 2, 2020<br />Shilla Saebi & Alison Yu</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=JNhWp0sPIkY">Microsoft Ignite 2019 GitHub & Comcast</a></h2>
<h3>November 4, 2019<br />Software Strategy & Transformation Team</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=HEuwXocRN-s&feature=youtu.be">We Have a Complex Systems Problem</a></h2>
<h3>November 2, 2019<br />Jon Moore</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=cBJkh633bYY&feature=youtu.be">Deduplicating an Organization</a></h2>
<h3>November 2, 2019<br />Jearvon Dharrie</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=4fQ5RpIghPU&list=PLvk9Yh_MWYuwXC0iU5EAB1ryI62YpPHR9&index=14&t=0s&app=desktop">DevOps Confessions</a></h2>
<h3>September 16, 2019<br />Michael Winslow, Leslie Chapman</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=IvDq8oQ3I2I">Virtualizing the Access Network at Comcast</a></h2>
<h3>September 16, 2019<br />Elad Nafshi</h3>
</li>
<!--start sept-->
<li>
<h2><a href="https://www.youtube.com/watch?v=RRqakBpDIGY&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=15&t=0s">Improving Apache Traffic Control CDN Operation</a></h2>
<h3>September 10, 2019<br />Robert O Butts</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=e9TZ6gFDjNg&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=14&t=0s">Processing CDN Logging Events at scale</a></h2>
<h3>September 10, 2019<br />Geoff Genz</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=hhHtBraAEtY&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=12&t=0s">Taming the Herd - Tuning ATS for Linear Video</a></h2>
<h3>September 10, 2019<br />Evan Zelkowitz</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=-0QAAzMbBlQ&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=10&t=0s">Using Apache Traffic Control to Cache Any Web Object at Scale</a></h2>
<h3>September 10, 2019<br />Jeff Elsloo</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=GYS2mi8RkC4&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=9&t=0s">Workshop: Getting Apache Traffic Control Up And Running</a></h2>
<h3>September 10, 2019<br />Dan Kirkwood</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=sO0OEODhZYw&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=7&t=0s">Anycast ATC Integration at Comcast</a></h2>
<h3>September 10, 2019<br />Jamie Panagos</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=6oApazcsqkE&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=6&t=0s">Let's Encrypt Apache Traffic Control</a></h2>
<h3>September 10, 2019<br />Matt Jackson</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=aVxFNdrqZRM&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=5&t=0s">Automating Apache Traffic Control Deployments with Ansible</a></h2>
<h3>September 10, 2019<br />Jonathan Gray</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=8rvvqSmdxtk&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=4&t=0s">Automating Apache Traffic Control Server Deployments with IPv6</a></h2>
<h3>September 10, 2019<br />Jason Tucker</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=WAsRH1Cyqfo&list=PLviHc90fJpw5DLB2_krlTr8Isu_yOOVlF&index=2&t=0s">Welcome to the Content Delivery Track</a></h2>
<h3>September 10, 2019<br />Dave Neuman</h3>
</li>
<!--end sept-->
<!--start aug-->
<li>
<h2><a href="https://www.youtube.com/watch?v=h0s8CWpIKdg&feature=youtu.be">Death by 3,000 Timers: Streaming Video-on-Demand for Cable TV</a></h2>
<h3>August 27, 2019<br />Chris Hines</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=vN6mLhESIi0&list=PLQ0m6qIJXFlWk2Xskv3JPsXvCAhww-O00&index=35">FaaS: A Contemporary</a></h2>
<h3>August 27, 2019<br />Dilleswara Anupoju</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=PLagIq3Bxi0&list=PLQ0m6qIJXFlWk2Xskv3JPsXvCAhww-O00&index=31">Practical Guide to Frictionless Cloud Native Security for DevOps</a></h2>
<h3>August 27, 2019<br />Sergey Matochkin</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=H7KReZGqgmU&list=PLQ0m6qIJXFlWk2Xskv3JPsXvCAhww-O00&index=32">Extending Cloud Foundry at Scale </a></h2>
<h3>August 27, 2019<br />Colby Johnston, Brett Mayer</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=qtxYeyxciAM&list=PLQ0m6qIJXFlWk2Xskv3JPsXvCAhww-O00&index=34">A Victim of Our Own Success – Overcoming the Challenges of 30,000 AIs</a></h2>
<h3>August 27, 2019<br />Tim Leong</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=oVvoqg-NiKU&list=PLQ0m6qIJXFlWk2Xskv3JPsXvCAhww-O00&index=33">Deep Dive: Cloud Foundry Stream Processing</a></h2>
<h3>August 27, 2019<br />Mike Graham, Dan Carroll</h3>
</li>
<!--end aug-->
<li>
<h2><a href="https://www.youtube.com/watch?v=uPqxa6chajg">What’s brewing and cooking in your open source
community?</a></h2>
<h3>July 23, 2019<br />Shilla Saebi</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=Q84YCCItDI0">How Comcast Embraced Open Source, the Key to Success
in DevOps Adoption</a></h2>
<h3>July 1, 2019<br />Nithya Ruff</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=Rzd4vNuuQbw">Cloud Foundry community advisory board meeting</a>
</h2>
<h3>July 3, 2019<br />David Grizzanti</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=54mCIhiz9ls">Operating Micro-services</a></h2>
<h3>June 21, 2019<br />Michael Winslow, Catherine Rodriguez</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=oVvoqg-NiKU">Deep Dive: Cloud Foundry Stream Processing - Monitoring Comcast’s Outside Plant</a></h2>
<h3>April 15, 2019<br />Mike Graham and Dan Carroll</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=zgQN17kZinc">The Genesis of Cloud Foundry: Using Open Source
Tools to Easily Deploy</a></h2>
<h3>April 15, 2019<br />Charlie Baum</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=90SHieaQ16Y">How Cloud is Changing Open Source</a></h2>
<h3>April 15, 2019<br />Chris Power</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=mStYwML3JZk">Evolving a Streaming Platform</a></h2>
<h3>April 11, 2019<br />Michael Pilquist</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=Gig-f_HXvLI">Concurrency with Cats-effect</a></h2>
<h3>January 18, 2019<br />Michael Pilquist</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=ZO7nrX20iT0">Got a Need for Speed? Accelerate Your Prometheus
Dashboard Using Trickster</a></h2>
<h3>December 15, 2018<br />Shilla Saebi, James Ranson</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=RYJhSEoWB4E">Open Source at Comcast</a></h2>
<h3>November 29, 2018<br />Nithya Ruff, Swapnil Bhartiya</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=SaWy2IDC88I">The keys to open source success for enterprise
teams</a></h2>
<h3>November 9, 2018<br />Shilla Saebi, Per Ploug, Chad Arimura, Bonnie Chatterjee</h3>
</li>
<li>
<h2><a href="https://www.confluent.io/kafka-summit-sf18/inside-kafka-streams">Inside Kafka Streams—Monitoring Comcast’s Outside Plant</a></h2>
<h3>Oct 16, 2018<br />Mike Graham and Dan Carroll</h3>
</li>
<li>
<h2><a href="https://youtu.be/YZK_inA_wNM">Intro to Web Components & Polymer Workshop</a></h2>
<h3>October 10, 2018<br />Chris Lorenzo, John Riviello</h3>
</li>
<!--start-->
<li>
<h2><a href="https://www.youtube.com/watch?v=Ogk5PGy9ecU">Streaming Media at Scale – The Story of How Apache Traffic Control Came To Be</a>
</h2>
<h3>September 28, 2018<br />Dave Neuman</h3>
</li>
<!--end-->
<li>
<h2><a href="https://www.youtube.com/watch?v=mfXJV9dJQoc">If There Are No Metrics, Did It Even Happen?</a>
</h2>
<h3>September 15, 2018<br />Shilla Saebi, David Grizzanti</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=hMz6QDURQOM">The Critical Career Path Conversation</a></h2>
<h3>May 21, 2018<br />John Riviello</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=KK012uilLH0">How Comcast is embracing Open Source</a></h2>
<h3>March 22, 2018<br />Nithya Ruff, Swapnil Bhartiya</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=NAu4RFTzl3w">Comcast's Journey and Transformation to Open
Source</a></h2>
<h3>January 9, 2018<br />Nithya Ruff</h3>
</li>
<li>
<h2><a href="https://youtu.be/VkZHDPjMasI">Polymer-Powered Design Systems</a></h2>
<h3>November 11, 2017<br />John Riviello</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=pfqSsjwCOqA">Comcast Cloud Foundry Journey</a></h2>
<h3>June 23, 2017<br />Greg Otto</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=NwZEPfICuUE">Apache Projects and Comcast’s Journey to Open
Source</a></h2>
<h3>May 22, 2017<br />Nithya Ruff</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=Dn2YCQHM_mk">It's An Open Source World As We Know It</a></h2>
<h3>May 11, 2017<br />Shilla Saebi</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=cHD1INLaF9o">How Comcast Embraced Open</a></h2>
<h3>December 14, 2017<br />Shilla Saebi, Nithya Ruff</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=CEv9KrjTF8g">Scala for the Rest of Us</a></h2>
<h3>November 23, 2017<br />Paul Cleary</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=hClNFwRBsHM">From VMs To Containers: A DevOps Journey</a>
</h2>
<h3>October 24, 2017<br />David Grizzanti</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=5B0tOZoITic">Automating Cloud Security and Incident Response</a>
</h2>
<h3>October 2, 2017<br />Jearvon Dharrie</h3>
</li>
<li>
<h2><a href="https://youtu.be/dZo7Tqr2lqI?list=PLNYkxOF6rcICc687SxHQRuo9TVNOJelSZ">Polymer in Practice @ Comcast</a></h2>
<h3>October 18, 2016<br />Chris Lorenzo, John Riviello</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=TZmRqOuMVXQ">SuperuserTV: Celebrating OpenStack's 6th birthday in
Northern Virginia</a></h2>
<h3>July 26, 2016<br />Shilla Saebi, Allison Price</h3>
</li>
<li>
<h2><a href="https://www.youtube.com/watch?v=G0l3oeUnuoA&list=PLGdkWvB2gdJkshiUx2u6hURsppTLjin6b">OpenStack
Superuser Awards</a></h2>
<h3>May 20, 2015<br />Comcast OpenStack Team</h3>
</li>
<li>
<h2><a href="https://youtu.be/0dBU6leL0Og">The Truth About Your Web App's Performance</a></h2>
<h3>May 28, 2014<br />John Riviello</h3>
</li>
</ul>
</section>
</div>
</div>
<div class="bottom-informational">
<div class="stats">
<h2>Statistics</h2>
<section>
<div class="stat-box" id="stat-newest">
<h3>Our Newest Projects</h3>
<ul>
<li><a href="https://github.com/Comcast/caption-inspector" rel="noopener">caption-inspector</a> <span
class="repo-description">A reference decoder for Closed Captions (CEA-608 and CEA-708).</span></li>
<li><a href="https://github.com/Comcast/vault-plugin-auth-cloudfoundry"
rel="noopener">vault-plugin-auth-cloudfoundry</a> <span class="repo-description">Vault authentication
plugin for Cloud Foundry.</span></li>
<li><a href="https://github.com/Comcast/CloudConnectorForAndroidThings" rel="noopener">CCAT</a> <span
class="repo-description">CloudConnectorForAndroidThings - Documentation for experimenting with
AndroidThings, Firebase Database and Cloud Functions.</span></li>
<li><a href="https://github.com/Comcast/kuberhealthy" rel="noopener">kuberhealthy</a> <span
class="repo-description">Easy synthetic testing for Kubernetes clusters. Supplements other solutions
like Prometheus nicely.</span></li>
<li><a href="https://github.com/Comcast/Infinite-File-Curtailer" rel="noopener">Infinite-File-Curtailer</a>
<span class="repo-description">A program that reads stdin and writes to a fixed size file.</span></li>
<li><a href="https://github.com/Comcast/paroduscl" rel="noopener">paroduscl</a> <span
class="repo-description">A client library to interface with the parodus daemon.</span></li>
<li><a href="https://github.com/Comcast/SyntaViz" rel="noopener">SyntaViz</a> <span
class="repo-description">A visualization interface for analyzing a (very large) corpus of
natural-language queries.</span></li>
<li><a href="https://github.com/Comcast/eslint-plugin-polymer-components"
rel="noopener">eslint-plugin-polymer-components</a> <span class="repo-description">Polymer specific
linting rules for ESLint.</span></li>
<li><a href="https://github.com/vinyldns/vinyldns" rel="noopener">vinyldns</a> <span
class="repo-description">Vendor agnostic DNS front-end for managing DNS self-service across your
systems.</span></li>
<li><a href="https://github.com/vinyldns/vinyldns-ruby" rel="noopener">vinyldns-ruby</a> <span
class="repo-description">Ruby gem containing methods to perform various API requests in <a
href="https://github.com/vinyldns/vinyldns" rel="noopener">VinylDNS</a></span></li>
<li><a href="https://github.com/vinyldns/go-vinyldns" rel="noopener">go-vinyldns</a> <span
class="repo-description">A Go client package for <a href="https://github.com/vinyldns/vinyldns"
rel="noopener">vinyldns</a></span></li>
<li><a href="https://github.com/vinyldns/vinyldns-cli" rel="noopener">vinyldns-cli</a> <span
class="repo-description">A command line interface for <a href="https://github.com/vinyldns/vinyldns"
rel="noopener">vinyldns</a></span></li>
</ul>
</div>
<div class="stat-box">
<h3>Recently updated</h3>
<ul>
<li id="recent-1">...</li>
<li id="recent-2">...</li>
<li id="recent-3">...</li>
<li id="recent-4">...</li>
<li id="recent-5">...</li>
</ul>
</div>
</section>
<section class="row">
<div class="stat-box">
<h3>Most Starred</h3>
<ul>
<li id="starred-1">...</li>
<li id="starred-2">...</li>
<li id="starred-3">...</li>
<li id="starred-4">...</li>
<li id="starred-5">...</li>
</ul>
</div>
<div class="stat-box">
<h3>Most Forked</h3>
<ul>
<li id="forked-1">...</li>
<li id="forked-2">...</li>
<li id="forked-3">...</li>
<li id="forked-4">...</li>
<li id="forked-5">...</li>
</ul>
</div>
<div class="stat-box">
<h3>Overall Stats</h3>
<ul>
<li>Total Public Repos: <span id="total-public-repos">...</span></li>
<li>Total Source Repos: <span id="total-source-repos">...</span></li>
<li>Total Forked Repos: <span id="total-forked-repos">...</span></li>
<li>Total Members: <span id="total-members">...</span></li>
</ul>
<p><a href="https://github.com/comcast/repositories">View All Repos on GitHub</a></p>
</div>
</section>
<section class="row">
<div class="stat-box">
<a class="twitter-timeline" data-height="600"
href="https://twitter.com/carlism/lists/comcast-os-projects">Comcast OS Projects</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="stat-box">
<a class="twitter-timeline" data-height="600"
href="https://twitter.com/carlism/lists/open-source-community">Open Source Community</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
<div class="stat-box">
<a class="twitter-timeline" data-height="600" href="https://twitter.com/carlism/lists/comcast-ospo">Comcast
Open Source Program Office</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</section>
</div>
<footer id="contact">
<section>
<h2>Learn More</h2>
<address>
<a class="email" href="mailto:[email protected]"><span>Comcast Open Source
Services</span></a>
<a class="blog" href="http://labs.comcast.com"><span>Comcast Labs Blog</span></a>
</address>
</section>
<section>
<p>Like what you see? <span>Come work with us!</span></p>
<a href="http://jobs.comcast.com/search-jobs?q=open+source&loc=&team=Technology&radius=25&postDate=&pos=Full+Time&country=#results"
class="button button--primary">View Job Openings</a>
<ul class="social">
<li><a href="https://www.facebook.com/ComcastCareers/?fref=ts"><img src="img/icon-facebook.svg"
alt="Facebook"></a></li>
<li><a href="https://twitter.com/comcastcareers"><img src="img/icon-twitter.svg" alt="Twitter"></a></li>
<li><a href="https://www.instagram.com/comcastcareers/"><img src="img/icon-instagram.svg" alt="Instagram"></a>
</li>
<li><a href="https://www.youtube.com/user/ComcastCareers"><img src="img/icon-youtube.svg" alt="YouTube"></a>
</li>
<li><a href="https://dribbble.com/comcast"><img src="img/icon-dribbble.svg" alt="Dribbble"></a></li>
</ul>
</section>
<section>
<div class="copyright">
<a href="http://corporate.comcast.com"><img src="img/logo-comcast-alt.svg" alt="Comcast"></a> © 2017
Comcast
<a href="humans.txt" class="humans"><span class="screen-reader-text">humans.txt</span></a>
</div>
</section>
</footer>
</div>
<script src="./js/javascript.js"></script>
<script>
var GA_PAGEVIEW_SENT = false;
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-102911798-1', 'auto');
setTimeout(function () {
if (!window.GA_PAGEVIEW_SENT) {
ga('send', 'pageview');
GA_PAGEVIEW_SENT = true;
}
}, 3000);
</script>
</body>
</html>