blob: 1cc36c78043c8eb5eb9a75c6f0e4d7642e344682 (
plain)
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
|
<!DOCTYPE html>
<!-- <copyright>
This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved.
</copyright> -->
<html>
<head lang="en">
<title>Ninja Credits</title>
<meta charset="utf-8"/>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta http-equiv="cache-control" content="no-store, no-cache, must-revalidate" />
<meta http-equiv="Pragma" content="no-store, no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="icon" href="images/favicon.png" sizes="16x16">
<style type="text/css">
html, body
{
width: 98%;
height: 98%;
overflow: hidden;
background: white;
margin: 0;
padding: 0;
color: black;
text-align: left;
font-family: Arial;
margin: 1%;
}
ul
{
margin-top: -2px;
margin-left: -9px;
}
</style>
</head>
<body>
<h2>Motorola Mobility, Inc. Ninja Third Party Credits</h2>
<div>
Dotted stroke drawing from Gavin Kistner
<ul>
<li>Code from: <a href="http://stackoverflow.com/questions/4576724/dotted-stroke-in-canvas/7210370#7210370" target="_blank">http://stackoverflow.com/questions/4576724/dotted-stroke-in-canvas/7210370#7210370</a></li>
<li>Used by permission of Gavin Kistner</li>
</ul>
</div>
<div>
CSS specificity in JavaScript from Graham Bradley
<ul>
<li>Code from: <a href="http://gbradley.com/2009/10/02/css-specificity-in-javascript" target="_blank">http://gbradley.com/2009/10/02/css-specificity-in-javascript</a></li>
<li>Used by permission of Graham Bradley</li>
</ul>
</div>
<div>
Highest Z index code from Jason Jaeger
<ul>
<li>Code from: <a href="http://greengeckodesign.com/blog/2007/07/get-highest-z-index-in-javascript.html#comment-248" target="_blank">http://greengeckodesign.com/blog/2007/07/get-highest-z-index-in-javascript.html#comment-248</a></li>
<li>Used by permission of Jason Jaeger</li>
</ul>
</div>
<div>
Webkit CSS Matrix code from Joe Lambert
<ul>
<li>Code from: <a href="https://github.com/joelambert/morf/blob/master/js/src/WebkitCSSMatrix.ext.js" target="_blank">https://github.com/joelambert/morf/blob/master/js/src/WebkitCSSMatrix.ext.js</a></li>
<li>Used by permission of Joe Lambert</li>
</ul>
</div>
<div>
GLMatrix code from Code from Brandon Jones
<ul>
<li>Code from: <a href="https://github.com/toji/gl-matrix" target="_blank">https://github.com/toji/gl-matrix</a></li>
<li>License: <a href="https://github.com/toji/gl-matrix/blob/master/LICENSE.md" target="_blank">https://github.com/toji/gl-matrix/blob/master/LICENSE.md</a></li>
</ul>
</div>
<div>
CodeMirror Code Editor
<ul>
<li>Code from: <a href="http://codemirror.net/" target="_blank">http://codemirror.net/</a> and <a href="https://github.com/marijnh/CodeMirror">https://github.com/marijnh/CodeMirror</a></li>
<li>License: <a href="https://github.com/marijnh/CodeMirror/blob/master/LICENSE" target="_blank">https://github.com/marijnh/CodeMirror/blob/master/LICENSE</a></li>
</ul>
</div>
<div>
Mongoose HTTP Server (for the Ninja Local Cloud application)
<ul>
<li>Code from: <a href="http://code.google.com/p/mongoose/" target="_blank">http://code.google.com/p/mongoose/</a></li>
<li>License: <a href="http://www.opensource.org/licenses/mit-license.php" target="_blank">http://www.opensource.org/licenses/mit-license.php</a></li>
</ul>
</div>
</body>
</html>
|