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
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
|
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" href="../../assets/images/favicon.png">
<meta name="generator" content="mkdocs-1.4.2, mkdocs-material-8.5.10">
<title>Support Library - Luxcena Neo Documentation</title>
<link rel="stylesheet" href="../../assets/stylesheets/main.975780f9.min.css">
<link rel="stylesheet" href="../../assets/stylesheets/palette.2505c338.min.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,700,700i%7CRoboto+Mono:400,400i,700,700i&display=fallback">
<style>:root{--md-text-font:"Roboto";--md-code-font:"Roboto Mono"}</style>
<link rel="stylesheet" href="../../assets/_mkdocstrings.css">
<link rel="stylesheet" href="../../assets/luxcena-colors.css">
<script>__md_scope=new URL("../..",location),__md_hash=e=>[...e].reduce((e,_)=>(e<<5)-e+_.charCodeAt(0),0),__md_get=(e,_=localStorage,t=__md_scope)=>JSON.parse(_.getItem(t.pathname+"."+e)),__md_set=(e,_,t=localStorage,a=__md_scope)=>{try{t.setItem(a.pathname+"."+e,JSON.stringify(_))}catch(e){}}</script>
</head>
<body dir="ltr" data-md-color-scheme="default" data-md-color-primary="None" data-md-color-accent="None">
<input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer" autocomplete="off">
<input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search" autocomplete="off">
<label class="md-overlay" for="__drawer"></label>
<div data-md-component="skip">
<a href="#support-library" class="md-skip">
Skip to content
</a>
</div>
<div data-md-component="announce">
</div>
<header class="md-header" data-md-component="header">
<nav class="md-header__inner md-grid" aria-label="Header">
<a href="../.." title="Luxcena Neo Documentation" class="md-header__button md-logo" aria-label="Luxcena Neo Documentation" data-md-component="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
</a>
<label class="md-header__button md-icon" for="__drawer">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 6h18v2H3V6m0 5h18v2H3v-2m0 5h18v2H3v-2Z"/></svg>
</label>
<div class="md-header__title" data-md-component="header-title">
<div class="md-header__ellipsis">
<div class="md-header__topic">
<span class="md-ellipsis">
Luxcena Neo Documentation
</span>
</div>
<div class="md-header__topic" data-md-component="header-topic">
<span class="md-ellipsis">
Support Library
</span>
</div>
</div>
</div>
</nav>
</header>
<div class="md-container" data-md-component="container">
<main class="md-main" data-md-component="main">
<div class="md-main__inner md-grid">
<div class="md-sidebar md-sidebar--primary" data-md-component="sidebar" data-md-type="navigation" >
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--primary" aria-label="Navigation" data-md-level="0">
<label class="md-nav__title" for="__drawer">
<a href="../.." title="Luxcena Neo Documentation" class="md-nav__button md-logo" aria-label="Luxcena Neo Documentation" data-md-component="logo">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 8a3 3 0 0 0 3-3 3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3m0 3.54C9.64 9.35 6.5 8 3 8v11c3.5 0 6.64 1.35 9 3.54 2.36-2.19 5.5-3.54 9-3.54V8c-3.5 0-6.64 1.35-9 3.54Z"/></svg>
</a>
Luxcena Neo Documentation
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../.." class="md-nav__link">
Introduction
</a>
</li>
<li class="md-nav__item">
<a href="../../FuturePlan/" class="md-nav__link">
Plan for the future
</a>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_3" type="checkbox" id="__nav_3" >
<label class="md-nav__link" for="__nav_3">
Usage
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" aria-label="Usage" data-md-level="1">
<label class="md-nav__title" for="__nav_3">
<span class="md-nav__icon md-icon"></span>
Usage
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../../Usage/Install/" class="md-nav__link">
Install
</a>
</li>
<li class="md-nav__item">
<a href="../../Usage/Configuration/" class="md-nav__link">
Configuration
</a>
</li>
<li class="md-nav__item">
<a href="../../Usage/CLI/" class="md-nav__link">
CLI
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_4" type="checkbox" id="__nav_4" >
<label class="md-nav__link" for="__nav_4">
Scripting
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" aria-label="Scripting" data-md-level="1">
<label class="md-nav__title" for="__nav_4">
<span class="md-nav__icon md-icon"></span>
Scripting
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../Strip/" class="md-nav__link">
Strip
</a>
</li>
<li class="md-nav__item">
<a href="../NeoBehaviour/" class="md-nav__link">
Main interface
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5" type="checkbox" id="__nav_5" >
<label class="md-nav__link" for="__nav_5">
Code Documentation
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" aria-label="Code Documentation" data-md-level="1">
<label class="md-nav__title" for="__nav_5">
<span class="md-nav__icon md-icon"></span>
Code Documentation
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../../Code%20Documentation/Run/" class="md-nav__link">
Run
</a>
</li>
<li class="md-nav__item md-nav__item--nested">
<input class="md-nav__toggle md-toggle" data-md-toggle="__nav_5_2" type="checkbox" id="__nav_5_2" >
<label class="md-nav__link" for="__nav_5_2">
API
<span class="md-nav__icon md-icon"></span>
</label>
<nav class="md-nav" aria-label="API" data-md-level="2">
<label class="md-nav__title" for="__nav_5_2">
<span class="md-nav__icon md-icon"></span>
API
</label>
<ul class="md-nav__list" data-md-scrollfix>
<li class="md-nav__item">
<a href="../../Code%20Documentation/SocketIO/" class="md-nav__link">
Socket-IO
</a>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-sidebar md-sidebar--secondary" data-md-component="sidebar" data-md-type="toc" >
<div class="md-sidebar__scrollwrap">
<div class="md-sidebar__inner">
<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
<label class="md-nav__title" for="__toc">
<span class="md-nav__icon md-icon"></span>
Table of contents
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#class-neobehaviour" class="md-nav__link">
class NeoBehaviour
</a>
<nav class="md-nav" aria-label="class NeoBehaviour">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#def-declare_variablesself" class="md-nav__link">
def declare_variables(self)
</a>
</li>
<li class="md-nav__item">
<a href="#def-on_startself" class="md-nav__link">
def on_start(self)
</a>
</li>
<li class="md-nav__item">
<a href="#def-each_tickself" class="md-nav__link">
def each_tick(self):
</a>
</li>
<li class="md-nav__item">
<a href="#def-each_secondself" class="md-nav__link">
def each_second(self):
</a>
</li>
<li class="md-nav__item">
<a href="#def-each_minuteself" class="md-nav__link">
def each_minute(self):
</a>
</li>
<li class="md-nav__item">
<a href="#def-each_hourself" class="md-nav__link">
def each_hour(self):
</a>
</li>
<li class="md-nav__item">
<a href="#def-each_dayself" class="md-nav__link">
def each_day(self):
</a>
</li>
<li class="md-nav__item">
<a href="#deltatime" class="md-nav__link">
deltatime
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#class-strip" class="md-nav__link">
class Strip
</a>
<nav class="md-nav" aria-label="class Strip">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#stripshow" class="md-nav__link">
strip.show()
</a>
</li>
<li class="md-nav__item">
<a href="#stripset_pixel_colorn-color" class="md-nav__link">
strip.set_pixel_color(n, *color)
</a>
</li>
<li class="md-nav__item">
<a href="#stripset_pixel_color_xyx-y-color" class="md-nav__link">
strip.set_pixel_color_XY(x, y, *color)
</a>
</li>
<li class="md-nav__item">
<a href="#stripset_segment_colorsegment-color" class="md-nav__link">
strip.set_segment_color(segment, *color)
</a>
</li>
<li class="md-nav__item">
<a href="#stripget_pixels" class="md-nav__link">
strip.get_pixels():
</a>
</li>
<li class="md-nav__item">
<a href="#stripnum_pixels" class="md-nav__link">
strip.num_pixels():
</a>
</li>
<li class="md-nav__item">
<a href="#stripget_pixel_colorn" class="md-nav__link">
strip.get_pixel_color(n)
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
<a href="#color" class="md-nav__link">
`*color``
</a>
</li>
<li class="md-nav__item">
<a href="#utilshex_to_rgbvalue" class="md-nav__link">
utils.hex_to_rgb(value)
</a>
</li>
<li class="md-nav__item">
<a href="#utilsrgb_to_hexrgb" class="md-nav__link">
utils.rgb_to_hex(rgb)
</a>
</li>
<li class="md-nav__item">
<a href="#utilsrgb_from_twentyfour_bitcolor" class="md-nav__link">
utils.rgb_from_twentyfour_bit(color)
</a>
</li>
<li class="md-nav__item">
<a href="#utilsrgb_from_twentyfour_bitcolor_1" class="md-nav__link">
utils.rgb_from_twentyfour_bit(color)
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<div class="md-content" data-md-component="content">
<article class="md-content__inner md-typeset">
<h1 id="support-library">Support Library</h1>
<p>The script/mode file has to contain a <code>Main</code> class, which is inherited from <code>NeoBehaviour</code> like this:
<div class="highlight"><pre><span></span><code><span class="kn">from</span> <span class="nn">luxcena_neo</span> <span class="kn">import</span> <span class="n">NeoBehaviour</span>
<span class="k">class</span> <span class="nc">Main</span><span class="p">(</span><span class="n">NeoBehaviour</span><span class="p">):</span>
<span class="k">def</span> <span class="nf">on_start</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span>
<span class="n">strip</span><span class="o">.</span><span class="n">setPixelColor</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="s2">"#fafafa"</span><span class="p">)</span>
</code></pre></div>
The <code>strip</code> will be available anywhere in your script whe it is started using <code>neo_runtime</code>.</p>
<hr />
<h2 id="class-neobehaviour"><code>class</code> NeoBehaviour</h2>
<p>This is the class your <code>Main</code> should inherit from.
This has some special methods that you can override.</p>
<p><em>NOTE:</em> Do not override <code>__init__</code> unless you know
what you are doing! This contains code that
is crucial for <code>neo_runtime</code>.</p>
<h3 id="def-declare_variablesself">def declare_variables(<code>self</code>)</h3>
<p>When the runtime executes this, the method <code>self.declare(Variable)</code> is available. This is where
you can add variables that show up in the UI.
Take a look at the <code>Variable</code> class further down on this site.</p>
<h3 id="def-on_startself">def on_start(<code>self</code>)</h3>
<p>This is run once at the start of the program. This is a logical place
to initialize variables where you need to remember state, but you
don't want to put the variable in the UI.</p>
<h3 id="def-each_tickself">def each_tick(self):</h3>
<p>This will run as often as possible. If nothing else happens, it will run every one millisecond.</p>
<h3 id="def-each_secondself">def each_second(self):</h3>
<p>This will run at most once a second, it might be longer if some other function is doing some work that takes a long time (more that a second).</p>
<h3 id="def-each_minuteself">def each_minute(self):</h3>
<p>This will run at most once a minute, it might be longer if some other function is doing some work that takes a long time (more that a minute).</p>
<h3 id="def-each_hourself">def each_hour(self):</h3>
<p>This will run at most once a hour, it might be longer if some other function is doing some work that takes a long time (more that a hour).</p>
<h3 id="def-each_dayself">def each_day(self):</h3>
<p>This will run at most once a day, it might be longer if some other function is doing some work that takes a long time (more that a day).</p>
<h3 id="deltatime">deltatime</h3>
<p>For each of the <code>each_</code> methods, you can add a second argument to the
definition. If you do, that will be the time in seconds since last time
the function ran.
<div class="highlight"><pre><span></span><code><span class="k">def</span> <span class="nf">each_tick</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">dt</span><span class="p">):</span>
<span class="nb">print</span><span class="p">(</span><span class="n">dt</span><span class="p">)</span>
<span class="k">def</span> <span class="nf">each_minute</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">deltatime</span><span class="p">):</span>
<span class="nb">print</span><span class="p">(</span><span class="n">dt</span><span class="p">)</span>
</code></pre></div>
The name of the parameter doesn't matter. For the example above,
in an ideal world, this would print <code>0.1</code> every millisecond, and <code>60</code> every minute. Because the world isnt ideal, the deltatime is likely
going to be slightly longer than the ideal.</p>
<hr />
<h2 id="class-strip"><code>class</code> Strip</h2>
<p>This is the object you are refeering to when you want to do things with LED's.
You shouldn't have to do instantiate your own new strip-object as you can use the one
set up by the software itself.</p>
<h3 id="stripshow">strip.show()</h3>
<p>Display all the changes made to the LEDs, on the actual LEDs.</p>
<h3 id="stripset_pixel_colorn-color">strip.set_pixel_color(<code>n</code>, <code>*color</code>)</h3>
<p>Set LED at position n to the provided 24-bit color value (in RGB order).</p>
<h3 id="stripset_pixel_color_xyx-y-color">strip.set_pixel_color_XY(<code>x</code>, <code>y</code>, <code>*color</code>)</h3>
<p>Set LED at position (x, y) in the defined matrix to the provided 24-bit color value (in RGB order).</p>
<h3 id="stripset_segment_colorsegment-color">strip.set_segment_color(<code>segment</code>, <code>*color</code>)</h3>
<p>Set a whole segment to the provided red, green and blue color.
Each color component should be a value from 0 to 255 (where 0 is the
lowest intensity and 255 is the highest intensity).</p>
<h3 id="stripget_pixels">strip.get_pixels():</h3>
<p>Return an object which allows access to the LED display data as if
it were a sequence of 24-bit RGB values.</p>
<h3 id="stripnum_pixels">strip.num_pixels():</h3>
<p>Return the number of pixels in the display.</p>
<h3 id="stripget_pixel_colorn">strip.get_pixel_color(<code>n</code>)</h3>
<p>Get the 24-bit RGB color value for the LED at position n.</p>
<h2 id="color">`*color``</h2>
<p>All functions that take in this, will automatically parse the value provided.</p>
<p>If parameter is only a str, it will be treated as a hex value. e.g. <code>set_pixel_color(0, "#fafafa")</code>
If parameter is a tuple, the first three items in that tuple will be treated as a rgb value. e.g. <code>set_pixel_color(0, (255, 238, 10))</code>
If parameter is a int, it will be treated as a 24-bit color value. e.g. <code>set_pixel_color(0, 2812873)</code>
If there are 3 parameters, these will be treated as a rgb value. e.g. <code>set_pixel_color(0, 255, 238, 10)</code>
This means that all of these have the same effect:
<div class="highlight"><pre><span></span><code><span class="n">set_pixel_color</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="s2">"#fafafa"</span><span class="p">)</span>
<span class="n">set_pixel_color</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">16448250</span><span class="p">)</span>
<span class="n">set_pixel_color</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="mi">250</span><span class="p">,</span> <span class="mi">250</span><span class="p">,</span> <span class="mi">250</span><span class="p">)</span>
<span class="n">set_pixel_color</span><span class="p">(</span><span class="mi">0</span><span class="p">,</span> <span class="p">(</span><span class="mi">250</span><span class="p">,</span> <span class="mi">250</span><span class="p">,</span> <span class="mi">250</span><span class="p">))</span>
</code></pre></div></p>
<hr />
<p>These are in <code>utils</code>, can be imported with <code>from luxcena_neo import utils</code>.</p>
<h2 id="utilshex_to_rgbvalue">utils.hex_to_rgb(<code>value</code>)</h2>
<p>Convert provided hex color to a tuple with rgb colors. (r, g, b).</p>
<h2 id="utilsrgb_to_hexrgb">utils.rgb_to_hex(<code>rgb</code>)</h2>
<p>Converts rgb colors in tuple to hex string.</p>
<h2 id="utilsrgb_from_twentyfour_bitcolor">utils.rgb_from_twentyfour_bit(<code>color</code>)</h2>
<p>Takes a 24bit color value and returns a rgb tuple.</p>
<h2 id="utilsrgb_from_twentyfour_bitcolor_1">utils.rgb_from_twentyfour_bit(<code>color</code>)</h2>
<p>Takes a 24bit color value and returns a hex string.</p>
</article>
</div>
</div>
</main>
<footer class="md-footer">
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
<div class="md-copyright">
Made with
<a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">
Material for MkDocs
</a>
</div>
</div>
</div>
</footer>
</div>
<div class="md-dialog" data-md-component="dialog">
<div class="md-dialog__inner md-typeset"></div>
</div>
<script id="__config" type="application/json">{"base": "../..", "features": [], "search": "../../assets/javascripts/workers/search.16e2a7d4.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.config.lang": "en", "search.config.pipeline": "trimmer, stopWordFilter", "search.config.separator": "[\\s\\-]+", "search.placeholder": "Search", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version.title": "Select version"}}</script>
<script src="../../assets/javascripts/bundle.5a2dcb6a.min.js"></script>
<script src="../../assets/luxcena-colors.js"></script>
<script src="../../assets/webfont.js"></script>
<script src="../../assets/snap.svg-min.js"></script>
<script src="../../assets/underscore-min.js"></script>
<script src="../../assets/sequence-diagram.min.js"></script>
<script src="../../assets/js-sequence.js"></script>
</body>
</html>
|