-
Notifications
You must be signed in to change notification settings - Fork 34
/
index.html
444 lines (442 loc) · 39.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KHNSCWN');</script>
<!-- End Google Tag Manager -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-07MBDN3NHG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-07MBDN3NHG');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Disney Open Source</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./stylesheets/main.min.css" media="all" rel="stylesheet" type="text/css">
<link href="./images/favicon.ico" rel="icon">
<link href="./images/favicon.ico" rel="shortcut icon">
<link rel="stylesheet" type="text/css" href="./slick/slick.css"/>
<link rel="stylesheet" type="text/css" href="./slick/slick-theme.css"/>
</head>
<body data-action="open_source" data-controller="Technology">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KHNSCWN"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="content-wrapper">
<div class="main-site" id="main-site">
<header class="site-header">
<div class="site-header-top-bar"></div>
<nav class="main-nav">
<div class="page-header-logo">
<a class="header-logo" href="https://disney.github.io">Open Source</a>
</div>
</nav>
</header>
<nav class="sub-nav">
<!--<ul>
<li>
<a href="https://disney.github.io" class="current">Open Source</a>
</li>
</ul>-->
</nav>
<div class="content">
<div class="page-content page-open-source">
<div class="page-header-featured page-header-os">
<h2>OPEN SOURCE</h2>
</div>
<div class="page-info">
<div class="page-text">
<p>
Open Source Software is important to The Walt Disney Company. Disney has established an Open Source Program to encourage our developers to utilize Open Source, contribute to Open Source projects, and to release software as Open Source. We’ve created this site to highlight Disney’s Open Source projects. We encourage you to explore our projects and we welcome your collaboration and contributions. This is just the beginning; there’s more to come, so stay tuned!
</p>
<p>
Interested in working with us on projects like this and more? Check out our current job opportunities at <a href="http://disneytech.com" target="_blank">http://disneytech.com</a>.
</p>
</div>
</div>
<div class="page-header-featured">
<h2>FEATURED OPEN SOURCE PROJECTS</h2>
</div>
<div class="technology-content">
<div class="project-slide">
<article class="open-source">
<div class="open-source-image no-img">
<span>Quanta</span>
</div>
<div class="open-source-content">
<span class="open-source-bu">Quanta provides a generalized roaring bitmap based HTAP database engine.</span>
<p class="open-source-body">Its primary advantage over other database platforms is that it supports sub-second access to large data sets and supports updates in real time.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disney/quanta" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/disney/quanta" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="automated-cloud-advisor image" src="./images/automated-cloud-advisor-logo.png" width="85" height="123">
</div>
<div class="open-source-content">
<span class="open-source-bu">Extensible tool for facilitating cost optimization in AWS.</span>
<p class="open-source-body">Automated Cloud Advisor is an extensible tool that aims at facilitating cost optimization in AWS, by collecting data for resources that are under-utilized. In addition, this is a great learning tool for new DevOps/Cloud engineers that want to start automating things in AWS. The tool is deployed as a set of CloudFormation stacks that comprise the data collection and the data can be displayed in a Kibana dashboard.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disneystreaming/automated-cloud-advisor" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/disneystreaming/automated-cloud-advisor" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image no-img">
<span>weaver-test</span>
</div>
<div class="open-source-content">
<span class="open-source-bu">The library is a Scala test framework.</span>
<p class="open-source-body">Weaver-Test integrates tightly with a library called Cats-Effect. Cats-Effect is the root of a large subset of the Scala ecosystem.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disneystreaming/weaver-test" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/disneystreaming/weaver-test" target="_blank">more</a>
</div>
</div>
</article>
</div>
</div>
<div class="page-header-more">
<h2>MORE OPEN SOURCE PROJECTS</h2>
</div>
<div class="technology-content">
<article class="open-source">
<div class="open-source-image">
<img alt="ssm-helpers image" src="./images/ssm-helpers-logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">Helpers to manage systems with AWS Systems Manager suite of management tools.</span>
<p class="open-source-body">ssm-session - Interactive shell with an instance via AWS Systems Manager Session Manager (ssh and cssh replacement), ssm-run - Run a command on multiple instances based on instance tags or names (mco and knife replacement)</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disneystreaming/ssm-helpers" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/disneystreaming/ssm-helpers" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image no-img">
<span>terraform-aws-kinesis-firehose-splunk</span>
</div>
<div class="open-source-content">
<span class="open-source-bu">Send CloudWatch Logs to Splunk via Kinesis Firehose</span>
<p class="open-source-body">This Terraform module configures a Kinesis Firehose, sets up a subscription for a desired CloudWatch Log Group to the Firehose, and sends the log data to Splunk. A Lambda function is required to transform the CloudWatch Log data from "CloudWatch compressed format" to a format compatible with Splunk. This module takes care of configuring this Lambda function.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disney/terraform-aws-kinesis-firehose-splunk" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/disney/terraform-aws-kinesis-firehose-splunk" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image no-img">
<span>trace-metrics-intellij-plugin</span>
</div>
<div class="open-source-content">
<span class="open-source-bu">Trace Metrics IntelliJ plugin</span>
<p class="open-source-body">Trace Metrics is an IntelliJ plugin which makes use of New Relic trace annotations to make navigable connections between source code and live production metrics.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disney/trace-metrics-intellij-plugin" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/disney/trace-metrics-intellij-plugin" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="JERI image" src="./images/Jeri_Logo_Text.png" width="255" height="83">
</div>
<div class="open-source-content">
<span class="open-source-bu">JERI Viewer</span>
<p class="open-source-body">The JERI Viewer is an easy-to-use, interactive component that can be embedded in websites and web-based documents for viewing JavaScript Extended-Range Images.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disneyresearch/jeri" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://jeri.io/" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image no-img">
<span>meteor-base</span>
</div>
<div class="open-source-content">
<span class="open-source-bu">meteor-base</span>
<p class="open-source-body">meteor-base is a base Docker image for use by Meteor apps built using a multistage Dockerfile.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disney/meteor-base" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/disney/meteor-base" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="Groovity image" src="./images/groovity_logo.png" width="102" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">Groovity</span>
<p class="open-source-body">Groovity is a modular scripting language and runtime built on open source foundations including the Java™ Programming Language and virtual machine, and the Groovy scripting language and compiler. Groovity is typically used by software developers to create server-side applications such as web sites and REST APIs using a variety of convenience features that reduce development cycles and code complexity.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disney/groovity" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/disney/groovity/wiki" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="MaterialX image" src="./images/materialx_logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">MaterialX</span>
<p class="open-source-body">MaterialX is an open standard for transfer of rich material and look-development content between applications and renderers. Originated at Lucasfilm in 2012, MaterialX has been used by Industrial Light & Magic in feature films such as <i style="font-style: italic !important;">Star Wars: The Force Awakens</i> and real-time experiences such as <i style="font-style: italic !important;">Trials on Tatooine</i>.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/materialx/MaterialX" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="http://www.materialx.org/" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="Universal Scene Description (USD) image" src="./images/USD_logo.jpg" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">Universal Scene Description (USD)</span>
<p class="open-source-body">Universal Scene Description (USD) is the first publicly available software that addresses the need to robustly and scalably interchange and augment arbitrary 3D scenes that may be composed from many elemental assets.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/PixarAnimationStudios/USD" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="http://www.openusd.org/" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image no-img">
<span>hubot-service-now</span>
</div>
<div class="open-source-content">
<span class="open-source-bu">hubot-service-now</span>
<p class="open-source-body">A hubot script to perform Service Now API record lookups.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/disney/hubot-service-now" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://www.npmjs.com/package/hubot-service-now" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image no-img">
<span>cucumber-slices-maven-plugin</span>
</div>
<div class="open-source-content">
<span class="open-source-bu">cucumber-slices-maven-plugin</span>
<p class="open-source-body">The Cucumber Slices Plugin is a Maven Plugin for parallel testing of Cucumber scenarios. The plugin can be used in combination with either the Maven Surefire Plugin or the Maven Failsafe Plugin.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/DisneyStudios/cucumber-slices-maven-plugin" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://github.com/DisneyStudios/cucumber-slices-maven-plugin" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="OpenSubdiv logo" src="./images/opensubdiv_logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">OpenSubdiv</span>
<p class="open-source-body">OpenSubdiv is a set of open source libraries that implement high performance subdivision surface (subdiv) evaluation on massively parallel CPU and GPU architectures. This code path is optimized for drawing deforming surfaces with static topology at interactive framerates.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/PixarAnimationStudios/OpenSubdiv" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="http://graphics.pixar.com/opensubdiv/docs/intro.html" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="munki" src="./images/munki_logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">munki</span>
<p class="open-source-body">munki is a set of tools that, used together with a webserver-based repository of packages and package metadata, can be used by OS X administrators to manage software installs (and in many cases removals) on OS X client machines.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/munki/munki" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://www.munki.org" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="OpenEXR logo" src="./images/openexr_logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">OpenEXR</span>
<p class="open-source-body">OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial Light & Magic for use in computer imaging applications.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/openexr/openexr" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="http://www.openexr.com" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image no-img">
<span>jss-api-gem</span>
</div>
<div class="open-source-content">
<span class="open-source-bu">jss-api-gem</span>
<p class="open-source-body">The ruby-jss project provides the JSS module, a Ruby framework for interacting with the REST API of the JAMF Software Server (JSS), the core of the Casper Suite, from JAMF Software, LLC. The module abstracts API objects as Ruby classes, which interact to allow simpler automation of Casper-related tasks.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/PixarAnimationStudios/ruby-jss" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://www.rubydoc.info/gems/ruby-jss/" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="SeExpr logo" src="./images/seexpr_logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">SeExpr</span>
<p class="open-source-body">SeExpr is an embeddable, arithmetic expression language that enables flexible artistic control and customization in creating computer graphics images. Example uses include procedural geometry synthesis, image synthesis, simulation control, crowd animation, and geometry deformation.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/wdas/seexpr/" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="https://wdas.github.io/SeExpr/" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="Alembic logo" src="./images/alembic_logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">Alembic</span>
<p class="open-source-body">Alembic is an open computer graphics interchange framework. Alembic distills complex, animated scenes into a non-procedural, application-independent set of baked geometric results. This 'distillation' of scenes into baked geometry is exactly analogous to the distillation of lighting and rendering scenes into rendered image data.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/alembic/alembic" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="http://www.alembic.io/" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="Ptex logo" src="./images/ptex_logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">Ptex</span>
<p class="open-source-body">Ptex is a texture mapping system for production-quality rendering: No UV assignment is required! Ptex applies a separate texture to each face of a subdivision or polygon mesh. The Ptex file format can efficiently store hundreds of thousands of texture images in a single file. The Ptex API provides cached file I/O and high-quality filtering - everything that is needed to easily add Ptex support to a production-quality renderer or texture authoring application.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="http://github.com/wdas/ptex" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="http://ptex.us/" target="_blank">more</a>
</div>
</div>
</article>
<article class="open-source">
<div class="open-source-image">
<img alt="Partio logo" src="./images/partio_logo.png" width="255" height="130">
</div>
<div class="open-source-content">
<span class="open-source-bu">Partio</span>
<p class="open-source-body">Partio is an open source C++ library for reading, writing and manipulating a variety of standard particle formats (GEO,BGEO,PTC,PDB,PDA). It also has a python API and a collection of simple command-line tools.</p>
<div class="open-source-read-link">
<div class="github-link">
<a title="Github page" href="https://github.com/wdas/partio/" target="_blank"><svg aria-hidden="true" class="octicon octicon-mark-github" height="32" version="1.1" viewBox="0 0 16 16" width="32"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0 0 16 8c0-4.42-3.58-8-8-8z"></path><desc>Github Logo</desc></svg></a>
</div>
<a title="More information" href="http://partio.us/" target="_blank">more</a>
</div>
</div>
</article>
</div>
<footer class="site-footer">
<div class="footer-bottom-bar">
<ul class="footer-links">
<li>
<a href="https://disney.com/" target="_blank">Disney.com</a>
</li>
<li>
<a href="https://jobs.disneycareers.com/" target="_blank">Jobs at Disney</a>
</li>
<li>
<a href="https://disneytermsofuse.com/" target="_blank">Terms of Use</a>
</li>
<li>
<a href="https://www.disneyanimation.com/privacy" target="_blank">Privacy Policy</a>
</li>
<li>
<a href="https://disneyprivacycenter.com/notice-to-california-residents/" target="_blank">Your California Privacy Rights</a>
</li>
<li>
<a href="https://disneyprivacycenter.com/kids-privacy-policy/english/" target="_blank">Children's Privacy Policy</a>
</li>
</ul>
</div>
<div class="footer-line"></div>
<div class="footer-content">
<div class="copyright">
<p>© <script>document.write(new Date().getFullYear());</script> Disney.</p>
</div>
<div class="footer-logo"></div>
<div class="copyright">
<p>All rights reserved.</p>
</div>
</div>
</footer>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="./slick/slick.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.project-slide').slick({
arrows: true,
autoplay: true,
autoplaySpeed: 8000
});
});
</script>
</body>
</html>