-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path404.html
211 lines (174 loc) · 6.01 KB
/
404.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
<!doctype html>
<html>
<head>
<title>CONNECTIVE</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<meta name="subject" content='Reactive Programming At Scale'/>
<meta name="robots" content='index,follow'/>
<meta name="description" content='A thin library enabling large-scale, efficient reactive programming in Javascript/Typescript.'/>
<meta name="keywords" content="reactive, rxjs, programming, asynchronous, async, agent, actor, library, asynchronous programming, javascript, typescript, rx"/>
<meta name="theme-color" content="#212121">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="shortcut icon" href="/docs/assets/favicon.ico"/>
<link href="https://fonts.googleapis.com/css?family=Hind:400,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Code+Pro:300,400&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/clipboard@2/dist/clipboard.min.js"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
<script src="https://unpkg.com/rxjs/bundles/rxjs.umd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lodash.min.js"></script>
<script src="https://unpkg.com/@connectv/core/dist/bundles/connective.es5.min.js"></script>
<link href="/docs/assets/styles.css" rel="stylesheet">
<script src="/docs/assets/main.js"></script>
</head>
<body>
<div id="header">
<a class="github-button" href="https://github.com./connect-platform/connective" data-color-scheme="no-preference: dark; light: dark; dark: dark;" data-show-count="true" aria-label="Star connect-platform/connective on GitHub">Star</a>
</div>
<div class="container">
<div class="not-found">
<br><br><br>
<h1>Page Not Found</h1>
<p>Looks like the page you are looking for have ceased to exist, doesn't exist yet, or
never had and never will exist outside of the history of a day-dreaming browser.
Either way, rest a moment, enjoy the <span class="light">sun</span><span class="dark">moon</span>,
then head back home as we've got more tales of awesome
for your weary ears.</p>
<div class="buttons">
<a href="javascript:void()" onclick="window.history.back()">Go Back</a>
<a class="button" href="/">Home</a>
</div>
<br><br>
<div class="image-group">
<img class="light" src="/docs/assets/404.svg"/>
<img class="dark" src="/docs/assets/404-dark.svg"/>
</div>
</div>
<br><br>
</div>
<div id="toc">
</div>
<div id="nav">
<div class="contents">
<a href="/">Home</a>
<hr>
<a href="/docs/overview">Overview</a>
<br><br>
<h3>Pins</h3>
<a href="/docs/pin">pin</a>
<hr>
<a href="/docs/source">source</a>
<hr>
<a href="/docs/wrap">wrap</a>
<hr>
<a href="/docs/map">map</a>
<hr>
<a href="/docs/filter">filter</a>
<hr>
<a href="/docs/control">control</a>
<hr>
<a href="/docs/value">value</a>
<hr>
<a href="/docs/pack">pack</a>
<hr>
<a href="/docs/spread">spread</a>
<hr>
<a href="/docs/group">group</a>
<hr>
<a href="/docs/sink">sink</a>
<hr>
<a href="/docs/pipe">pipe</a>
<hr>
<a href="/docs/fork">fork</a>
<hr>
<a href="/docs/reduce">reduce</a>
<br><br>
<h3>Agents</h3>
<a href="/docs/agent">Agent</a>
<hr>
<a href="/docs/expr">expr</a>
<hr>
<a href="/docs/state">state</a>
<hr>
<a href="/docs/deep">deep states</a>
<hr>
<a href="/docs/sampler">sampler</a>
<hr>
<a href="/docs/gate">gate</a>
<hr>
<a href="/docs/check">check</a>
<hr>
<a href="/docs/handle-error">handleError</a>
<hr>
<a href="/docs/composition">Composition</a>
<hr>
<a href="/docs/node">node</a>
<hr>
<a href="/docs/invoke">invoke</a>
<hr>
<a href="/docs/sequence">sequence</a>
<!--<hr>
<a href="/docs/switch">switch</a>-->
<hr>
<a href="/docs/proxy">proxy</a>
<hr>
<a href="/docs/join">join</a>
<br><br>
<h3>Misc.</h3>
<a href="/docs/memory">Memory management</a>
<hr>
<a href="/docs/emission">Emission and context</a>
<hr>
<a href="/docs/interfaces">Interfaces & Types</a>
<hr>
<a href="/docs/under-the-hood">Under the hood</a>
<hr>
<a href="/docs/connective-v-rxjs">CONNECTIVE v RxJS</a>
</div>
<div class="search">
<input id="navsearch" type="text" placeholder="Search..."/>
<p><b>NOTE:</b> GitHub limits the rate for searching to 10 queries per minute.</p>
<div id="navsearchicon" class="icon">
<img class="handle" src="/docs/assets/search-handle.svg"/>
<img class="ring" src="/docs/assets/search-ring.svg"/>
</div>
</div>
</div>
<div class="footer">
<a href="/docs/overview">Docs</a>
<hr>
<a href="javascript:void()" class="gitter">Community</a>
<div id="dmtoggle">
<div class="arc"></div>
<div class="darc"></div>
<div class="ray one"></div>
<div class="ray two"></div>
<div class="ray three"></div>
<div class="ray four"></div>
<div class="ray five"></div>
<div class="ray six"></div>
<div class="ray seven"></div>
<div class="ray eight"></div>
</div>
<a id="navtoggle" class="nav no-underline">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</a>
</div>
<script>
((window.gitter = {}).chat = {}).options = {
room: 'connectv/community',
activationElement: '.footer a.gitter',
};
</script>
<script src="https://sidecar.gitter.im/dist/sidecar.v1.js" async defer></script>
<div id="gitter-overlay" class="overlay fade">
</div>
<div id="copy-confirm" class="overlay">
Copied to Clipboard!
</div>
</body>
</html>