hexsha
stringlengths 40
40
| size
int64 10
794k
| ext
stringclasses 1
value | lang
stringclasses 1
value | max_stars_repo_path
stringlengths 5
220
| max_stars_repo_name
stringlengths 6
117
| max_stars_repo_head_hexsha
stringlengths 40
40
| max_stars_repo_licenses
listlengths 1
6
| max_stars_count
int64 1
14.7k
⌀ | max_stars_repo_stars_event_min_datetime
stringdate 2015-01-01 01:20:43
2022-03-31 19:18:09
⌀ | max_stars_repo_stars_event_max_datetime
stringdate 2015-01-02 05:08:12
2022-03-31 23:57:55
⌀ | max_issues_repo_path
stringlengths 5
220
| max_issues_repo_name
stringlengths 6
117
| max_issues_repo_head_hexsha
stringlengths 40
40
| max_issues_repo_licenses
listlengths 1
6
| max_issues_count
int64 1
3.42k
⌀ | max_issues_repo_issues_event_min_datetime
stringlengths 24
24
⌀ | max_issues_repo_issues_event_max_datetime
stringlengths 24
24
⌀ | max_forks_repo_path
stringlengths 5
220
| max_forks_repo_name
stringlengths 6
117
| max_forks_repo_head_hexsha
stringlengths 40
40
| max_forks_repo_licenses
listlengths 1
6
| max_forks_count
int64 0
5.94k
| max_forks_repo_forks_event_min_datetime
stringdate 2015-01-01 00:55:08
2022-03-31 23:12:50
⌀ | max_forks_repo_forks_event_max_datetime
stringdate 2015-01-05 02:59:17
2022-03-31 23:12:50
⌀ | content
stringlengths 10
794k
| avg_line_length
float64 2.9
123
| max_line_length
int64 9
497
| alphanum_fraction
float64 0.29
0.95
| retain
bool 1
class | num_tokens
int64 4
558k
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ef737085a8a123fd9842299a4e69ecc6e6739bdb
| 214
|
ino
|
Arduino
|
examples/3.Advanced/ball/Set_UP.ino
|
FT81xMania/GD23ZU_FH
|
05406715ceccabc46849d8e21091f72501e6d313
|
[
"BSD-3-Clause"
] | 1
|
2021-05-01T04:26:42.000Z
|
2021-05-01T04:26:42.000Z
|
examples/3.Advanced/ball/Set_UP.ino
|
FT81xMania/GD23ZU_FH
|
05406715ceccabc46849d8e21091f72501e6d313
|
[
"BSD-3-Clause"
] | null | null | null |
examples/3.Advanced/ball/Set_UP.ino
|
FT81xMania/GD23ZU_FH
|
05406715ceccabc46849d8e21091f72501e6d313
|
[
"BSD-3-Clause"
] | 1
|
2021-03-16T08:32:51.000Z
|
2021-03-16T08:32:51.000Z
|
void setup() {
GD.begin();
//GD.cmd_setrotate(0);
IDEMCU();
XMAX=GD.w; YMAX=GD.h;
//GD.BitmapHandle(15);
GD.cmd_loadimage(0, 0);
GD.load("football.png"); //48
MP();
}
void loop(){}
| 15.285714
| 32
| 0.53271
| true
| 74
|
42d75118904fe2637f6bcbd95498cb760c50c0a7
| 48,612
|
ino
|
Arduino
|
IMAGEDISPLAY.ino
|
2brandonh/ideahacks
|
426d2ea613aff073714c62cd9d2b6124d7b88826
|
[
"Intel"
] | 1
|
2020-01-27T00:43:09.000Z
|
2020-01-27T00:43:09.000Z
|
IMAGEDISPLAY.ino
|
Realises/ideahacks
|
426d2ea613aff073714c62cd9d2b6124d7b88826
|
[
"Intel"
] | null | null | null |
IMAGEDISPLAY.ino
|
Realises/ideahacks
|
426d2ea613aff073714c62cd9d2b6124d7b88826
|
[
"Intel"
] | 1
|
2020-08-29T04:12:25.000Z
|
2020-08-29T04:12:25.000Z
|
/*********
Rui Santos
Complete project details at https://randomnerdtutorials.com
*********/
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#define SCREEN_WIDTH 128 // OLED display width, in pixels
#define SCREEN_HEIGHT 64 // OLED display height, in pixels
// Declaration for an SSD1306 display connected to I2C (SDA, SCL pins)
Adafruit_SSD1306 display(SCREEN_WIDTH, SCREEN_HEIGHT, &Wire, -1);
static const uint8_t image_data_food[1024] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xff, 0xfe, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xff, 0xc0, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xfe, 0x1f, 0xfe, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xf9, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xe7, 0xff, 0xff, 0xe7, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xcf, 0xdf, 0xbe, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0x9f, 0x9f, 0xbe, 0x3d, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xbf, 0x1f, 0x9f, 0x1e, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3f, 0x7f, 0x3f, 0x9f, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0x7f, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x3e, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x00, 0x7f, 0xff, 0xfc, 0x1f, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0x00, 0x3f, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x3f, 0xbf, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xfc, 0x07, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0x3f, 0xff, 0x01, 0xf3, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0x00, 0x00, 0x3f, 0xf9, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xe3, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x7f, 0xbf, 0xf8, 0x4f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x3c, 0x1c, 0xe3, 0x1f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x40, 0x40, 0x6f, 0x9f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0x7f, 0xff, 0x1f, 0x9f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xfe, 0x27, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0x87, 0xfe, 0x1f, 0xff, 0x00, 0xc7, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0x07, 0xfe, 0x40, 0x00, 0x3f, 0x1f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0x07, 0xfe, 0xff, 0xff, 0xf8, 0xdf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xee, 0x3f, 0x87, 0xfe, 0x7f, 0xff, 0xe3, 0xef, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xec, 0x1f, 0xdf, 0xce, 0x07, 0xff, 0x8f, 0xef, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xe4, 0x1f, 0xff, 0x86, 0xf0, 0x7e, 0x7f, 0xef, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf4, 0x1f, 0xff, 0x02, 0xff, 0x01, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf6, 0x3f, 0xff, 0x82, 0xff, 0xe7, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf7, 0xf8, 0x7f, 0x86, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf7, 0xf8, 0x3e, 0x7e, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf7, 0xf0, 0x3c, 0x1d, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf3, 0xf8, 0x04, 0x1c, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfb, 0xfc, 0x80, 0x1c, 0x03, 0xff, 0x80, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfb, 0x0f, 0x82, 0x3d, 0xf0, 0x00, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfa, 0x0f, 0x83, 0xc1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfa, 0x07, 0xc7, 0xc1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfb, 0x0f, 0xff, 0xc1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf9, 0x9f, 0xf3, 0xc1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xf9, 0xe1, 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xf0, 0xc0, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xf0, 0x60, 0x0b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0x10, 0x60, 0x0b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0xfe, 0x0b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfc, 0x0f, 0xff, 0x0b, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x0f, 0xff, 0xbb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x02, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
};
static const uint8_t image_data_study[1024] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0xe7, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x86, 0x1b, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x31, 0xcd, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0x87, 0xf5, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xe7, 0xf2, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xf7, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xf7, 0xfa, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xf3, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xfb, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xfb, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xfb, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xfb, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xfb, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xf3, 0xfd, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xff, 0xf3, 0xfc, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xf7, 0xfc, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xf7, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0x3f, 0xe7, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xcf, 0xef, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xe1, 0xcf, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1e, 0x0c, 0x1f, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0x9f, 0xbf, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xef, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xef, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xe7, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xf7, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x7f, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0x7f, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0x7f, 0xfe, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0x7f, 0xfe, 0xbf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xfe, 0x7f, 0xe0, 0x87, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x3f, 0x8f, 0xf8, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0x9e, 0x3f, 0xfe, 0x3f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xdc, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x19, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x37, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xb7, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xb3, 0xff, 0xff, 0xe7, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
};
static const uint8_t image_data_sleep[1024] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcd, 0xff, 0xfc, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3b, 0xff, 0xf0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x73, 0xff, 0x80, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xe7, 0xfe, 0x06, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xef, 0xf8, 0x1e, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xcf, 0xf0, 0x7e, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xdf, 0xfb, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xdf, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0x9f, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xbf, 0xff, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xbf, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xbf, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0x3f, 0xff, 0xf1, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0x7f, 0xff, 0xf3, 0xf8, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0x7f, 0xff, 0xf3, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0x7f, 0xff, 0xe3, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0x7f, 0xff, 0xe0, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0x7f, 0xff, 0xc0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0x3f, 0xff, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0x3f, 0xff, 0xc7, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xc1, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xbf, 0xff, 0xff, 0xfe, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0x9f, 0xff, 0xff, 0xfc, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0x9f, 0xff, 0x8f, 0xf8, 0x23, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xdf, 0xfe, 0x1f, 0xfd, 0xe7, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xcf, 0xf8, 0x1f, 0xff, 0xe7, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xe7, 0xfc, 0x97, 0xff, 0xcf, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xf7, 0xff, 0x83, 0xff, 0xc8, 0x1f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xf3, 0xff, 0x03, 0xff, 0x80, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xf9, 0xff, 0x0f, 0xff, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xfc, 0xff, 0x3f, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0x7f, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xcf, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xe3, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xf8, 0xff, 0xfe, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xfe, 0x07, 0x80, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xf0, 0x0f, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xe7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0x8f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xff, 0xfe, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x3f, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
};
static const uint8_t image_data_guest[1024] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x5d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x41, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x07, 0x65, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xed, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xe7, 0xff, 0xfc, 0xff, 0xff, 0x80, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x8f, 0xff, 0xfe, 0x7f, 0xfe, 0x3f, 0xfe, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0x3f, 0xf8, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0x9f, 0xf3, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xdf, 0xe7, 0xff, 0xff, 0xe7, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xcf, 0xef, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xef, 0xcf, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xef, 0xdf, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xfb, 0xff, 0xff, 0xff, 0xe7, 0xdf, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xe7, 0x9f, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xf7, 0xbf, 0xfe, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xf7, 0xbf, 0xfe, 0x7f, 0xfd, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xdf, 0xf7, 0xbf, 0xfc, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf7, 0xfe, 0x7f, 0x9f, 0xf7, 0xbf, 0xfd, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf7, 0xfc, 0xff, 0x0f, 0xf7, 0xbf, 0xf9, 0x9f, 0xfc, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf7, 0xf8, 0xee, 0x6f, 0xf7, 0xbf, 0xf3, 0xcf, 0xfd, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf6, 0xe4, 0xcc, 0xf7, 0xa7, 0xbf, 0xe7, 0xe7, 0xfc, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xc0, 0xcd, 0x09, 0xf3, 0x87, 0x1f, 0x8f, 0xf1, 0xfc, 0x7f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xd8, 0x9c, 0x63, 0xfb, 0x32, 0x4c, 0x3f, 0xfc, 0x31, 0x3f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0x9c, 0x38, 0xc7, 0xf8, 0x7a, 0xe0, 0xff, 0xff, 0x07, 0xbf, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0x9c, 0x79, 0xcf, 0xfc, 0x78, 0xf7, 0xff, 0xff, 0xe7, 0x9f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xdc, 0x7b, 0xdf, 0xfc, 0x7a, 0xe7, 0xff, 0xff, 0xe7, 0x9f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xdf, 0x7e, 0x7f, 0x9f, 0x72, 0xe7, 0xff, 0xff, 0xe7, 0x9f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xcf, 0x7c, 0x7f, 0x0f, 0x76, 0xe7, 0xff, 0xfb, 0xe7, 0xbf, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xef, 0x7c, 0x7f, 0x8f, 0x76, 0x67, 0x8f, 0xf1, 0xe7, 0x3f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xe7, 0x7f, 0xff, 0xff, 0x67, 0x67, 0x0f, 0xf1, 0xe7, 0x7f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xf3, 0x7f, 0xff, 0xff, 0x6f, 0x27, 0x9f, 0xfb, 0xe6, 0x7f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xfb, 0x7f, 0xff, 0xff, 0x4f, 0x97, 0xff, 0xff, 0xe4, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xfd, 0x7f, 0xff, 0xff, 0x5f, 0xc7, 0xff, 0xff, 0xe9, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0x1e, 0x07, 0xff, 0xff, 0xe0, 0x1f, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x7f, 0x80, 0xff, 0x3c, 0x67, 0xf8, 0x1f, 0xe7, 0xc7, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x7f, 0x9c, 0xff, 0x71, 0xe7, 0xf9, 0xdf, 0xe7, 0xf3, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x7f, 0x9c, 0xff, 0x77, 0xe7, 0xf9, 0x9f, 0xe7, 0xf9, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x7f, 0xdd, 0xff, 0x6f, 0xe7, 0xf9, 0x9f, 0xe7, 0xfd, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x3f, 0xcd, 0xfe, 0x4f, 0xf7, 0xfd, 0x9f, 0xe7, 0xfc, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x3f, 0xc9, 0xff, 0x5f, 0xe7, 0xfc, 0xbf, 0xe7, 0xfe, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x3f, 0xe3, 0xfe, 0x1f, 0xe7, 0xfe, 0x3f, 0xe3, 0xfe, 0x7f, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xbf, 0xf3, 0xfe, 0x3f, 0xe7, 0xff, 0x7f, 0xe3, 0xfe, 0x7f, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xfe, 0x3f, 0xcb, 0xff, 0xff, 0xc9, 0xff, 0x7f, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xfe, 0x3f, 0xdb, 0xff, 0xff, 0xdc, 0xff, 0x7f, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xfc, 0xbf, 0x9b, 0xff, 0xff, 0xde, 0x7f, 0x3f, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xfd, 0x3f, 0x39, 0xff, 0xff, 0x9f, 0x0f, 0xbf, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xf9, 0x3c, 0x7c, 0xff, 0xff, 0x3f, 0xc1, 0x3f, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xfb, 0x61, 0xfe, 0x7f, 0xff, 0x7f, 0xf8, 0x3f, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf3, 0xff, 0xe7, 0x0f, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf8, 0xff, 0xcf, 0xff, 0xff, 0x80, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x1f, 0xff, 0xff, 0xf0, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
};
static const uint8_t image_data_privacy[1024] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x87, 0xe1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x8f, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xf8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x3f, 0xfc, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe3, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xfe, 0x3f, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xfc, 0x0f, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xf8, 0x0f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xf0, 0x07, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xf0, 0x07, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xf0, 0x07, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xf0, 0x07, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xf8, 0x0f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xfc, 0x1f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x7f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x7f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x7f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x7f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x7f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x7f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0x7f, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xe3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
};
static const uint8_t image_data_school[1024] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xb0, 0x4f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xa7, 0x2f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xaf, 0xaf, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc1, 0xff, 0xfc, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xc7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xff, 0xff, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0xff, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xd7, 0xff, 0xff, 0xff, 0xff, 0x5f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xd7, 0xff, 0xff, 0xff, 0xfe, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdb, 0xff, 0xf8, 0x7f, 0xfc, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xd9, 0xff, 0xf0, 0x7f, 0xfd, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdc, 0xff, 0xf0, 0x7f, 0xfb, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xde, 0x7f, 0xf0, 0x7f, 0xe7, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0x9f, 0xfd, 0xff, 0xcf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xc7, 0xff, 0xfe, 0x3f, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xf0, 0x1f, 0x80, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0x80, 0x1f, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xf8, 0x00, 0x00, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xe3, 0xff, 0xfe, 0x3f, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xcf, 0xff, 0xff, 0xdf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xdf, 0xff, 0xff, 0xcf, 0xdf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0x9f, 0xff, 0xff, 0xef, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xcf, 0x9f, 0xff, 0xff, 0xef, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0x9f, 0xff, 0xff, 0xef, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xef, 0x9f, 0xff, 0xff, 0xef, 0xbf, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe7, 0x9f, 0xff, 0xff, 0xef, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf7, 0x9f, 0xff, 0xff, 0xef, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf3, 0xdf, 0xff, 0xff, 0xce, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfb, 0xcf, 0xff, 0xff, 0x9e, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xe1, 0xff, 0xfc, 0x3d, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xfc, 0x00, 0x00, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xe7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x87, 0xff, 0xff, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
};
static const uint8_t image_data_party[1024] = {
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xef, 0xff, 0xff, 0xe0, 0x1f, 0xff, 0xff, 0xdf, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf7, 0xff, 0xff, 0xe0, 0x1f, 0xff, 0xff, 0x9f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xe0, 0x1f, 0xff, 0xfe, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xff, 0xe0, 0x0f, 0xff, 0xfc, 0x3f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf8, 0x3f, 0xfc, 0xe0, 0x1c, 0x3f, 0xf8, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf8, 0x1f, 0xf9, 0xe0, 0x0f, 0x9f, 0xe0, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfc, 0x07, 0xf7, 0xe0, 0x0f, 0xff, 0xc0, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfc, 0x03, 0xfe, 0x20, 0x00, 0xff, 0x80, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x01, 0xfb, 0xc0, 0x0f, 0x7f, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x01, 0xf8, 0x60, 0x11, 0xbe, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x70, 0x30, 0x00, 0xbc, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x70, 0x30, 0x00, 0xf8, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x30, 0x70, 0x11, 0xb0, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x1a, 0xe0, 0x0b, 0xa0, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x0d, 0xc3, 0x86, 0x60, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x07, 0xe7, 0xcf, 0xc0, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x07, 0xe6, 0x8f, 0x80, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x03, 0xe3, 0x8f, 0x80, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x01, 0xe3, 0x1f, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x01, 0xe3, 0x1e, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0xf0, 0x1e, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x00, 0x70, 0x3c, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x70, 0x18, 0x03, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x30, 0x38, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xdf, 0xe0, 0x30, 0x30, 0x1f, 0xed, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0xf8, 0x18, 0x30, 0x3d, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0x80, 0x00, 0x1c, 0x08, 0x20, 0x70, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xf0, 0x00, 0x07, 0x08, 0x61, 0xc0, 0x00, 0x1f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xfc, 0x00, 0x01, 0x8c, 0x43, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x44, 0x44, 0x00, 0x01, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xc0, 0x00, 0x24, 0x90, 0x00, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xd2, 0x00, 0x00, 0xb7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0x81, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x0e, 0xc0, 0x7f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0x0e, 0xe0, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xe0, 0x3e, 0xf0, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x80, 0x7e, 0xfc, 0x07, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x07, 0xfe, 0xff, 0x83, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0x7f, 0xfe, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfe, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
};
void setup() {
Serial.begin(115200);
if(!display.begin(SSD1306_SWITCHCAPVCC, 0x3C)) { // Address 0x3D for 128x64
Serial.println(F("SSD1306 allocation failed"));
for(;;);
}
//test run for all images
//food
delay(2000);
display.clearDisplay();
display.setCursor(0,0);
display.setTextColor(WHITE);
display.setTextSize(3);
display.print("food");
display.display();
delay(2000);
display.clearDisplay();
display.invertDisplay(true);
display.drawBitmap(0, 0, image_data_food, 128, 64, 1);
display.display();
//study
delay(2000);
display.clearDisplay();
display.setCursor(0,0);
display.setTextColor(WHITE);
display.setTextSize(3);
display.print("study");
display.display();
delay(2000);
display.clearDisplay();
display.invertDisplay(true);
display.drawBitmap(0, 0, image_data_study, 128, 64, 1);
display.display();
//sleep
delay(2000);
display.clearDisplay();
display.setCursor(0,0);
display.setTextColor(WHITE);
display.setTextSize(3);
display.print("sleep");
display.display();
delay(2000);
display.clearDisplay();
display.invertDisplay(true);
display.drawBitmap(0, 0, image_data_sleep, 128, 64, 1);
display.display();
//guest
delay(2000);
display.clearDisplay();
display.setCursor(0,0);
display.setTextColor(WHITE);
display.setTextSize(3);
display.print("guest");
display.display();
delay(2000);
display.clearDisplay();
display.invertDisplay(true);
display.drawBitmap(0, 0, image_data_guest, 128, 64, 1);
display.display();
//privacy
delay(2000);
display.clearDisplay();
display.setCursor(0,0);
display.setTextColor(WHITE);
display.setTextSize(3);
display.print("privacy");
display.display();
delay(2000);
display.clearDisplay();
display.invertDisplay(true);
display.drawBitmap(0, 0, image_data_privacy, 128, 64, 1);
display.display();
//school
delay(2000);
display.clearDisplay();
display.setCursor(0,0);
display.setTextColor(WHITE);
display.setTextSize(3);
display.print("school");
display.display();
delay(2000);
display.clearDisplay();
display.invertDisplay(true);
display.drawBitmap(0, 0, image_data_school, 128, 64, 1);
display.display();
//party
delay(2000);
display.clearDisplay();
display.setCursor(0,0);
display.setTextColor(WHITE);
display.setTextSize(3);
display.print("party");
display.display();
delay(2000);
display.clearDisplay();
display.invertDisplay(true);
display.drawBitmap(0, 0, image_data_party, 128, 64, 1);
display.display();
}
void loop() {
}
| 81.563758
| 100
| 0.638423
| true
| 31,964
|
97420f90fbd57b7b73d049a6acc106c7ef612161
| 1,096
|
ino
|
Arduino
|
src/test_dcmotor_speed/test_dcmotor_speed.ino
|
akafael/spider-rccar
|
b19714e9e056b320026eca384ba2bc6faa474635
|
[
"MIT"
] | null | null | null |
src/test_dcmotor_speed/test_dcmotor_speed.ino
|
akafael/spider-rccar
|
b19714e9e056b320026eca384ba2bc6faa474635
|
[
"MIT"
] | null | null | null |
src/test_dcmotor_speed/test_dcmotor_speed.ino
|
akafael/spider-rccar
|
b19714e9e056b320026eca384ba2bc6faa474635
|
[
"MIT"
] | 0
| null | null |
#include <elapsedMillis.h>
#define PINLED 13
#define PINMOTOR_EN 9
#define PINMOTOR1 6
#define PINMOTOR2 5
#define MAX_SPEED 100
#define SPEED_ACC 500
elapsedMillis timerLoop;
const int timeStep = 100; // ms
elapsedMillis timerGlobal;
int speedMotor,speedStep;
void setup() {
Serial.begin(9600);
pinMode(PINLED, OUTPUT);
pinMode(PINMOTOR1, OUTPUT);
pinMode(PINMOTOR2, OUTPUT);
pinMode(PINMOTOR_EN, OUTPUT);
digitalWrite(PINMOTOR_EN,HIGH);
analogWrite(PINMOTOR1,0);
analogWrite(PINMOTOR2,0);
speedStep = 1;
timerGlobal = 0;
}
void loop() {
if( timerLoop >= timeStep ) // Control Frequency time
{
// Reset Timer
timerLoop = 0;
speedStep = (speedMotor >=MAX_SPEED)?-1:(speedMotor < -MAX_SPEED) ?1:speedStep;
speedMotor +=speedStep;
if( speedMotor > 0 )
{
analogWrite(PINMOTOR1,speedMotor);
analogWrite(PINMOTOR2,0);
}
else
{
analogWrite(PINMOTOR1,0);
analogWrite(PINMOTOR2,10-speedMotor );
}
//
Serial.print(timerGlobal);
Serial.print(";");
Serial.println(speedMotor);
}
}
| 17.396825
| 83
| 0.668796
| true
| 331
|
bcfe318ad4f03e84f639c60d317e2301fc6cc9e5
| 1,062
|
ino
|
Arduino
|
2017 Robot/src/org/usfirst/frc/team4634/robot/rangefinder-arduino.ino/rangefinder-arduino.ino.ino
|
Wolfbotz-4634/wolfbotz-code
|
1545e6ae6ae80408099bda0e04d898e2fc2e0b8f
|
[
"Apache-2.0"
] | null | null | null |
2017 Robot/src/org/usfirst/frc/team4634/robot/rangefinder-arduino.ino/rangefinder-arduino.ino.ino
|
Wolfbotz-4634/wolfbotz-code
|
1545e6ae6ae80408099bda0e04d898e2fc2e0b8f
|
[
"Apache-2.0"
] | null | null | null |
2017 Robot/src/org/usfirst/frc/team4634/robot/rangefinder-arduino.ino/rangefinder-arduino.ino.ino
|
Wolfbotz-4634/wolfbotz-code
|
1545e6ae6ae80408099bda0e04d898e2fc2e0b8f
|
[
"Apache-2.0"
] | 0
| null | null |
/***************************************************************************/
// Function: Measure the distance to obstacles in front and display the
// result on seeedstudio serialLcd. Make sure you installed the
// serialLCD, SoftwareSerial and Ultrasonic library.
// Hardware: Grove - Ultrasonic Ranger, Grove - Serial LCD
// Arduino IDE: Arduino-1.0
// Author: LG
// Date: Jan 17,2013
// Version: v1.0 modified by FrankieChu
// by www.seeedstudio.com
/*****************************************************************************/
#include <SoftwareSerial.h>
#include "Ultrasonic.h"
Ultrasonic ultrasonic(7);
#define trigPin 13
#define echoPin 10
void setup() {
Serial.begin (9600);
}
void loop()
{
long RangeInCentimeters;
RangeInCentimeters = ultrasonic.MeasureInCentimeters();
delay(150);
Serial.print("The distance:");
Serial.print(RangeInCentimeters,DEC);
Serial.write(RangeInCentimeters);
Serial.print("cm");
}
| 31.235294
| 87
| 0.546139
| true
| 225
|
a144236247190d0e2558d63dc72b759244c8829a
| 3,083
|
ino
|
Arduino
|
Deprecated_fw/sketches/WHID_and_Cactus_micro_rev2_sketches/Arduino_Sketch/Arduino_Sketch.ino
|
minkione/WHID
|
a7cc46f992af38d3417cbfb79117a8cd69adc8a1
|
[
"MIT"
] | 1
|
2018-12-10T10:02:22.000Z
|
2018-12-10T10:02:22.000Z
|
Deprecated_fw/sketches/WHID_and_Cactus_micro_rev2_sketches/Arduino_Sketch/Arduino_Sketch.ino
|
minkione/WHID
|
a7cc46f992af38d3417cbfb79117a8cd69adc8a1
|
[
"MIT"
] | null | null | null |
Deprecated_fw/sketches/WHID_and_Cactus_micro_rev2_sketches/Arduino_Sketch/Arduino_Sketch.ino
|
minkione/WHID
|
a7cc46f992af38d3417cbfb79117a8cd69adc8a1
|
[
"MIT"
] | 0
| null | null |
/*
* ################################################
* #### DEPRECATED FW! Please use ESPloitV2!!! ####
* ################################################
* WHID Injector - Arduino Sketch
* http://whid.ninja
* Forked by Luca Bongiorni
* Based on ESPloit by Corey Harding of www.LegacySecurityGroup.com
*/
/*
For individual keypresses or combinations of key presses send the following via software serial:
-"Press:X" or "Press:X+Y" or "Press:X+Y+Z" and so forth
--Expects DECIMAL Values for X,Y,Z,etc
--Sending the following via software serial "Press:131+114" with the Arduino's USB plugged into a Windows machine would output KEY_LEFT_GUI(Windows_Key)+r thus launching the run prompt
--List of modifier keys(GUI,ALT,CTRL,ETC) at https://www.arduino.cc/en/Reference/KeyboardModifiers
--ASCII table lookup at http://www.asciitable.com/
To type out strings of text send via software serial:
-"Print:XYZ" Types out "XYZ"
--Sending the following via software serial "Print:www.Exploit.Agency" would type out "www.Exploit.Agency" on the machine connected via USB
To type out strings of text send via software serial:
-"PrintLine:XYZ" Types out "XYZ" then presses enter
--Sending the following via software serial "PrintLine:www.Exploit.Agency" would type out "www.Exploit.Agency" on the machine connected via USB and press enter
To make a delay:
-"Delay"
--Sending the following via software serial "Delay" would wait for X seconds(length of delay set in esp8266 sketch) on the machine connected via USB before proceeding to next item in payload
*/
#include <Keyboard.h>
#include <SoftwareSerial.h>
//#include <HID-Project.h>
//#include <HID-Settings.h>
//Used later for determining if we are ready to release a key press or a combination of key presses
int keypressdone=0;
void setup() {
pinMode(13, OUTPUT);
digitalWrite(13,HIGH);
Serial1.begin(4800);
Keyboard.begin();
}
void loop() {
while (Serial1.available()) {
String cmd = Serial1.readStringUntil(':');
//If command equals "Press:X" or "Press:X+Y+ETC"
if(cmd == "Press"){
keypressdone=1;
String fullkeys = Serial1.readString();
int str_len = fullkeys.length()+1;
char keyarray[str_len];
fullkeys.toCharArray(keyarray, str_len);
char delimiter[] = "+";
char *keypart;
keypart = strtok(keyarray, delimiter);
while(keypart != NULL) {
int key = atoi(keypart);
delay(25);
Keyboard.press(key);
keypart = strtok(NULL, delimiter);
}
if(keypressdone==1) {
delay(25);
Keyboard.releaseAll();
keypressdone=0;
}
}
//If command equals "Print:X"
else if(cmd == "Print") {
String keycode = Serial1.readString();
delay(25);
Keyboard.print(keycode);
}
//If command equals "PrintLine:X"
else if(cmd == "PrintLine") {
String keycode = Serial1.readString();
delay(25);
Keyboard.print(keycode);
delay(25);
Keyboard.press(KEY_RETURN);
delay(25);
Keyboard.release(KEY_RETURN);
}
}
}
| 33.150538
| 190
| 0.655855
| true
| 749
|
d50e75991d4b443492ad74c90a8316f5b370bb20
| 319
|
ino
|
Arduino
|
ejercicio/_26-motor-servo/_26-motor-servo.ino
|
MaraniMatias/curso-Arduino
|
75e17affe629a96630dea3c6209d3830bd0cc337
|
[
"MIT"
] | null | null | null |
ejercicio/_26-motor-servo/_26-motor-servo.ino
|
MaraniMatias/curso-Arduino
|
75e17affe629a96630dea3c6209d3830bd0cc337
|
[
"MIT"
] | null | null | null |
ejercicio/_26-motor-servo/_26-motor-servo.ino
|
MaraniMatias/curso-Arduino
|
75e17affe629a96630dea3c6209d3830bd0cc337
|
[
"MIT"
] | 0
| null | null |
#include <Servo.h>
Servo myservo;
int pos = 0;
void setup() {
myservo.attach(12);
}
void loop() {
for (pos = 0; pos <= 180; pos += 1) { // desde 0 a 180 grados
myservo.write(pos);
delay(10);
}
for (pos = 180; pos >= 0; pos -= 1) { // desde 180 a 0 grados
myservo.write(pos);
delay(10);
}
}
| 15.95
| 63
| 0.545455
| true
| 119
|
8867dd1a46aa6e0ad2178ed6208f90c58b58abf2
| 11,983
|
ino
|
Arduino
|
Main.ino
|
georgeuy2/Ferrofluid-Display
|
6b79eb5cbb94c2f02a19cabc0cea632624bd76c1
|
[
"Apache-2.0"
] | null | null | null |
Main.ino
|
georgeuy2/Ferrofluid-Display
|
6b79eb5cbb94c2f02a19cabc0cea632624bd76c1
|
[
"Apache-2.0"
] | null | null | null |
Main.ino
|
georgeuy2/Ferrofluid-Display
|
6b79eb5cbb94c2f02a19cabc0cea632624bd76c1
|
[
"Apache-2.0"
] | 0
| null | null |
/* CS179J Senior Project
* Created and designed by: George Uy de Ong II
*
* Ferrofluid Display
*
* Parts:
* (5) Nema 17 stepper motors
* (5) Stepper motor drivers
* (5) 24V solenoid
* (25) Round shape neodymium magnets
* (1) Ferrofluid bottle 250ml
* (1) Power Supply
*
*/
#include "StepperMotor.h"
#include <Nextion.h>
// Stepper Motor 1
#define but_pin1 2 //32 // Limit switch
#define rot_pin1 55 //43 // CW = clockwise and CCW = counterclockwise
#define en_pin1 38 //23 // Turn on or off motor
#define step_pin1 54 //33 // Steps
#define sold_pin1 22 // Turn on or off of solenoid
// Stepper Motor 2
#define but_pin2 19 //34
#define rot_pin2 48 //47
#define en_pin2 62 //27
#define step_pin2 46 //37
#define sold_pin2 26
// Stepper Motor 3
#define but_pin3 18 //36
#define rot_pin3 61 //45
#define en_pin3 56 //25
#define step_pin3 60 //35
#define sold_pin3 24
// Stepper Motor 4
#define but_pin4 15 //38
#define rot_pin4 28 //49
#define en_pin4 24 //29
#define step_pin4 26 //39
#define sold_pin4 28
// Stepper Motor 5
#define but_pin5 14 //40
#define rot_pin5 34 //51
#define en_pin5 30 //31
#define step_pin5 36 //41
#define sold_pin5 30
// Stepper Motors
StepperMotor stepMotor1(step_pin1, rot_pin1, en_pin1, sold_pin1, but_pin1);
StepperMotor stepMotor2(step_pin2, rot_pin2, en_pin2, sold_pin2, but_pin2);
StepperMotor stepMotor3(step_pin3, rot_pin3, en_pin3, sold_pin3, but_pin3);
StepperMotor stepMotor4(step_pin4, rot_pin4, en_pin4, sold_pin4, but_pin4);
StepperMotor stepMotor5(step_pin5, rot_pin5, en_pin5, sold_pin5, but_pin5);
// Cell Buttons
NexButton b0 = NexButton(0, 1, "b0");
NexButton b1 = NexButton(0, 2, "b1");
NexButton b2 = NexButton(0, 3, "b2");
NexButton b3 = NexButton(0, 4, "b3");
NexButton b4 = NexButton(0, 5, "b4");
NexButton b5 = NexButton(0, 6, "b5");
NexButton b6 = NexButton(0, 7, "b6");
NexButton b7 = NexButton(0, 8, "b7");
NexButton b8 = NexButton(0, 9, "b8");
NexButton b9 = NexButton(0, 10, "b9");
NexButton b10 = NexButton(0, 11, "b10");
NexButton b11 = NexButton(0, 12, "b11");
NexButton b12 = NexButton(0, 13, "b12");
NexButton b13 = NexButton(0, 14, "b13");
NexButton b14 = NexButton(0, 15, "b14");
NexButton b15 = NexButton(0, 16, "b15");
NexButton b16 = NexButton(0, 17, "b16");
NexButton b17 = NexButton(0, 18, "b17");
NexButton b18 = NexButton(0, 19, "b18");
NexButton b19 = NexButton(0, 20, "b19");
NexButton b20 = NexButton(0, 21, "b20");
NexButton b21 = NexButton(0, 22, "b21");
NexButton b22 = NexButton(0, 23, "b22");
NexButton b23 = NexButton(0, 24, "b23");
NexButton b24 = NexButton(0, 25, "b24");
NexButton b25 = NexButton(0, 26, "b25"); // Draw button
// Cell booealns
boolean c[25];
void setAllCellsToFalse(){
for(byte i = 0; i<25; i++){
c[i] = false;
}
}
//
NexTouch *nex_listen_list[] =
{
&b0, &b1, &b2, &b3, &b4,
&b5, &b6, &b7, &b8, &b9,
&b10, &b11, &b12, &b13, &b14,
&b15, &b16, &b17, &b18, &b19,
&b20, &b21, &b22, &b23, &b24,
&b25,
NULL
};
void b0ButtonPress( void *ptr ){
c[0] = !c[0];
Serial.println(c[0]);
}
void b1ButtonPress( void *ptr ){
c[1] = !c[1];
Serial.println(c[1]);
}
void b2ButtonPress( void *ptr ){
c[2] = !c[2];
Serial.println(c[2]);
}
void b3ButtonPress( void *ptr ){
c[3] = !c[3];
Serial.println(c[3]);
}
void b4ButtonPress( void *ptr ){
c[4] = !c[4];
Serial.println(c[4]);
}
void b5ButtonPress( void *ptr ){
c[5] = !c[5];
Serial.println(c[5]);
}
void b6ButtonPress( void *ptr ){
c[6] = !c[6];
Serial.println(c[6]);
}
void b7ButtonPress( void *ptr ){
c[7] = !c[7];
Serial.println(c[7]);
}
void b8ButtonPress( void *ptr ){
c[8] = !c[8];
Serial.println(c[8]);
}
void b9ButtonPress( void *ptr ){
c[9] = !c[9];
Serial.println(c[9]);
}
void b10ButtonPress( void *ptr ){
c[10] = !c[10];
Serial.println(c[10]);
}
void b11ButtonPress( void *ptr ){
c[11] = !c[11];
Serial.println(c[11]);
}
void b12ButtonPress( void *ptr ){
c[12] = !c[12];
Serial.println(c[12]);
}
void b13ButtonPress( void *ptr ){
c[13] = !c[13];
Serial.println(c[13]);
}
void b14ButtonPress( void *ptr ){
c[14] = !c[14];
Serial.println(c[14]);
}
void b15ButtonPress( void *ptr ){
c[15] = !c[15];
Serial.println(c[15]);
}
void b16ButtonPress( void *ptr ){
c[16] = !c[16];
Serial.println(c[16]);
}
void b17ButtonPress( void *ptr ){
c[17] = !c[17];
Serial.println(c[17]);
}
void b18ButtonPress( void *ptr ){
c[18] = !c[18];
Serial.println(c[18]);
}
void b19ButtonPress( void *ptr ){
c[19] = !c[19];
Serial.println(c[19]);
}
void b20ButtonPress( void *ptr ){
c[20] = !c[20];
Serial.println(c[20]);
}
void b21ButtonPress( void *ptr ){
c[21] = !c[21];
Serial.println(c[21]);
}
void b22ButtonPress( void *ptr ){
c[22] = !c[22];
Serial.println(c[22]);
}
void b23ButtonPress( void *ptr ){
c[23] = !c[23];
Serial.println(c[23]);
}
void b24ButtonPress( void *ptr ){
c[24] = !c[24];
Serial.println(c[24]);
}
boolean drawButtonState;
void drawButtonPress( void *ptr){
drawButtonState = true;
bottomToTopOrder();
stepMotor1.setCells( c[0], c[1], c[2], c[3], c[4] );
// for(int i = 0; i<5; i++){
// Serial.print(c[i]);
// Serial.print(" ,");
// }
// Serial.println();
stepMotor2.setCells( c[5], c[6], c[7], c[8], c[9] );
stepMotor3.setCells( c[10], c[11], c[12], c[13], c[14] );
stepMotor4.setCells( c[15], c[16], c[17], c[18], c[19] );
stepMotor5.setCells( c[20], c[21], c[22], c[23], c[24] );
Serial.println("Draw button Pressed");
}
void bottomToTopOrder(){
int MAX_HEIGHT = 0;
for(int i=4; i>0; i--){
// Serial.println(i+1);
if(isAnyElementOfRowTrue(i) == true){
Serial.println(i);
MAX_HEIGHT = i;
break;
}
}
/*
for( int j = 0; j < MAX_HEIGHT; j++){
}
*/
}
/* x is the Row starting from 0 to 5. Since I am using a 5X4
*
*/
boolean isAnyElementOfRowTrue(int x){
boolean row = false;
int i = 0;
int endOfArray = 0;
if(x == 4){
i = 5;
endOfArray = 10;
}
else if( x ==3){
i = 10;
endOfArray = 14;
}
else if( x ==2){
i = 15;
endOfArray = 20;
}
else if( x ==1){
i = 20;
endOfArray = 25;
}
else{
Serial.println("Error getting true row");
}
for( ; i<endOfArray; i++){
if( c[i] == true){
row = true;
Serial.print(i);
Serial.print(" ");
break;
}
}
return row;
}
void initAllButtons(){
b0.attachPush(b0ButtonPress);
b1.attachPush(b1ButtonPress);
b2.attachPush(b2ButtonPress);
b3.attachPush(b3ButtonPress);
b4.attachPush(b4ButtonPress);
b5.attachPush(b5ButtonPress);
b6.attachPush(b6ButtonPress);
b7.attachPush(b7ButtonPress);
b8.attachPush(b8ButtonPress);
b9.attachPush(b9ButtonPress);
b10.attachPush(b10ButtonPress);
b11.attachPush(b11ButtonPress);
b12.attachPush(b12ButtonPress);
b13.attachPush(b13ButtonPress);
b14.attachPush(b14ButtonPress);
b15.attachPush(b15ButtonPress);
b16.attachPush(b16ButtonPress);
b17.attachPush(b17ButtonPress);
b18.attachPush(b18ButtonPress);
b19.attachPush(b19ButtonPress);
b20.attachPush(b20ButtonPress);
b21.attachPush(b21ButtonPress);
b22.attachPush(b22ButtonPress);
b23.attachPush(b23ButtonPress);
b24.attachPush(b24ButtonPress);
b25.attachPush(drawButtonPress);
}
// Variables
int input;
boolean receivedInput;
boolean allMotorsAtOrigin;
// State
enum State{ Start_State, Wait_State, Move_State} state;
// Setup
void setup(){
nexInit();
Serial.begin(9600);
receivedInput = false;
input = 0;
allMotorsAtOrigin = false;
drawButtonState = false;
setAllCellsToFalse();
initAllButtons();
state = Start_State;
dbSerialPrintln("Setup Done");
}
void allMotorsGoToOrigin(){
// if( !(stepMotor1.isAtOrigin()) ){
// stepMotor1.gotoOrigin();
// }
if( !(stepMotor2.isAtOrigin()) ){
stepMotor2.gotoOrigin();
}
if( !(stepMotor3.isAtOrigin()) ){
stepMotor3.gotoOrigin();
}
// if( !(stepMotor4.isAtOrigin()) ){
// stepMotor4.gotoOrigin();
// }
if( !(stepMotor5.isAtOrigin()) ){
stepMotor5.gotoOrigin();
}
// if( stepMotor1.isAtOrigin() && stepMotor2.isAtOrigin() && stepMotor3.isAtOrigin() && stepMotor4.isAtOrigin() && stepMotor5.isAtOrigin() ){
// allMotorsAtOrigin = true;
// }
if (stepMotor2.isAtOrigin() == true && stepMotor3.isAtOrigin() ==true && stepMotor5.isAtOrigin() == true){
allMotorsAtOrigin = true;
}
}
boolean isAnyOfTheMotorsDone(){
boolean motorsDone;
// if( stepMotor1.isDone() == true && stepMotor2.isDone() == true && stepMotor3.isDone() == true && stepMotor4.isDone() == true && stepMotor5.isDone() == true){
// if( stepMotor4.isDone() == true){
// Serial.println("true");
// }
// else{
// Serial.println("false");
// }
if(stepMotor2.isDone() == true && stepMotor3.isDone() == true && stepMotor5.isDone() == true){
motorsDone = true;
}
else{
motorsDone = false;
}
return motorsDone;
}
boolean isAnyOfTheMotorsMoving(){
boolean motorsMoving;
// if( stepMotor1.isMoving() || stepMotor2.isMoving() || stepMotor3.isMoving() || stepMotor4.isMoving() || stepMotor5.isMoving() ){
if( stepMotor2.isMoving() == true || stepMotor3.isMoving() == true || stepMotor5.isMoving() == true ){
motorsMoving = true;
}
else{
motorsMoving = false;
}
return motorsMoving;
}
boolean isAllMotorsAtOrigin(){
return allMotorsAtOrigin;
}
void setAllMotorsAtOrigin(boolean b){
allMotorsAtOrigin = b;
}
int ferroFluidDisplay(int state){
switch(state){
case Start_State:
//Serial.println("@ Start State");
if( !isAllMotorsAtOrigin() ){
allMotorsGoToOrigin();
}
else{
state = Wait_State;
//input = 0; // make sure no user put any input before goign to wait state
}
break;
case Wait_State:
//Serial.println("@ Wait State");
if(drawButtonState == false){
state = Wait_State;
}
else if( (drawButtonState == true) && !isAnyOfTheMotorsMoving() && isAllMotorsAtOrigin()){
// Serial.println("@ 2 State");
state = Move_State;
setAllMotorsAtOrigin(false);
stepMotor2.restartCellStateMachine();
stepMotor3.restartCellStateMachine();
// stepMotor4.restartCellStateMachine();
stepMotor5.restartCellStateMachine();
}
break;
case Move_State:
// Serial.println("@ Move");
if( (drawButtonState == true) && !isAllMotorsAtOrigin()){
state = Move_State;
// Serial.println("@go");
// stepMotor1.goToCellsStateMachine();
stepMotor2.goToCellsStateMachine();
stepMotor3.goToCellsStateMachine();
// stepMotor4.goToCellsStateMachine();
stepMotor5.goToCellsStateMachine();
// if stepper finishes going to all cells then set receiveInputState = false
if(isAnyOfTheMotorsDone() == true){
Serial.println("@@@@@@@@@@@@@@@@@@@@@@@@");
drawButtonState = false;
}
}
else if( (drawButtonState == false) && isAnyOfTheMotorsDone() && !isAllMotorsAtOrigin()){
state = Start_State;
Serial.println("-----------------------");
}
break;
default:
state = Start_State;
break;
}
//Serial.println(state);
return state;
}
void loop(){
nexLoop(nex_listen_list);
state = ferroFluidDisplay(state);
}
| 23.823062
| 162
| 0.594425
| true
| 3,890
|
17e462a390ea6463294edfee680661be98ceed3d
| 3,099
|
ino
|
Arduino
|
examples/deepsleep/button_hold_wakeup/button_hold_wakeup.ino
|
winocc/snooze
|
e62da81df2c713888f1548f0aa61318449764e72
|
[
"MIT"
] | null | null | null |
examples/deepsleep/button_hold_wakeup/button_hold_wakeup.ino
|
winocc/snooze
|
e62da81df2c713888f1548f0aa61318449764e72
|
[
"MIT"
] | null | null | null |
examples/deepsleep/button_hold_wakeup/button_hold_wakeup.ino
|
winocc/snooze
|
e62da81df2c713888f1548f0aa61318449764e72
|
[
"MIT"
] | 0
| null | null |
/*************************************************
This example is used when you want to simulate a
button being held for certian amount of time
before waking your Teensy from deepSleep sleep.
This example uses the Bounce library to make sure
the button is still pressed for 3 seconds after
waking up from low power mode. If it released
before the 3 seconds are up, go back to sleep.
*************************************************/
#include <Snooze.h>
#include <Bounce.h>
// Load drivers
SnoozeDigital digital;// this is the pin wakeup driver
// use bounce for pin 2, debounce of 5ms
Bounce button = Bounce(2, 5);
// install driver into SnoozeBlock
SnoozeBlock config(digital);// digital driver is now a wakeup
void setup() {
// Configure pin 2 for bounce library
pinMode(2, INPUT_PULLUP);
// debug led
pinMode(LED_BUILTIN, OUTPUT);
while (!Serial);
delay(100);
Serial.println("start...");
delay(20);
//pin, mode, type
digital.pinMode(2, INPUT_PULLUP, FALLING);
}
void loop() {
// if not held for 3 sec go back here to sleep.
SLEEP:
// you need to update before sleeping.
button.update();
// returns module that woke processor after waking from low power mode.
Snooze.deepSleep( config );
// indicate the button woke it up, hold led high for as long as the button
// is held down.
digitalWrite(LED_BUILTIN, HIGH);
elapsedMillis timeout = 0;
// bounce needs to call update longer than the debounce time = 5ms,
// which is set in constructor.
while (timeout < 6) button.update();
// now check for 3 second button hold
bool awake = threeSecondHold();
// if not held for 3 seconds go back to sleep
if (!awake) goto SLEEP;
// the button was held for at least 3 seconds if
// you get here do some stuff for 7 seconds then
// go to sleep.
elapsedMillis time = 0;
while (1) {
unsigned int t = time;
Serial.printf("doin stuff for: %i milliseconds\n", t);
// back to sleep after 7 seconds
if (time > 7000) {
Serial.println("sleeping now :)");
// little delay so serial can finish sending
delay(5);
goto SLEEP;
}
digitalWrite(LED_BUILTIN, HIGH);
delay(50);
digitalWrite(LED_BUILTIN, LOW);
delay(50);
}
}
bool threeSecondHold() {
// this is the 3 sec button press check
while (button.duration() < 3000) {
// get the current pin state, must have this!
button.update();
// check the pin 2 state, if button not
// pressed before 3 seconds go back to
// sleep. We read 0 since pin 2 is
// configured as INPUT_PULLUP.
if (button.read() != 0) {
digitalWrite(LED_BUILTIN, LOW);
// let go of button before 3 sec up
return false;
}
}
digitalWrite(LED_BUILTIN, LOW);
// button was held for 3 seconds so now we are awake
return true;
}
| 28.431193
| 78
| 0.593417
| true
| 742
|
5526930ac4b84848e71ac221a91d0be12be3f265
| 8,133
|
ino
|
Arduino
|
Arduino Libraries/Adafruit_BluefruitLE_nRF51-master/examples/hidmouse/hidmouse.ino
|
Olivinitic/Environment-Monitor
|
34fbaddce5d126b1aa9559dbb14e717c9ab4e986
|
[
"MIT"
] | 1
|
2016-06-22T04:31:25.000Z
|
2016-06-22T04:31:25.000Z
|
Adafruit_BluefruitLE_nRF51-master/examples/hidmouse/hidmouse.ino
|
Olivinitic/Garden_Project_Libraries
|
b868bb7d7dab56a7fbfa7b684711f9ab9ea2b858
|
[
"MIT"
] | null | null | null |
Adafruit_BluefruitLE_nRF51-master/examples/hidmouse/hidmouse.ino
|
Olivinitic/Garden_Project_Libraries
|
b868bb7d7dab56a7fbfa7b684711f9ab9ea2b858
|
[
"MIT"
] | 0
| null | null |
/*********************************************************************
This is an example for our nRF51822 based Bluefruit LE modules
Pick one up today in the adafruit shop!
Adafruit invests time and resources providing this open source code,
please support Adafruit and open-source hardware by purchasing
products from Adafruit!
MIT license, check LICENSE for more information
All text above, and the splash screen below must be included in
any redistribution
*********************************************************************/
/*
This example shows how to send HID (keyboard/mouse/etc) data via BLE
Note that not all devices support BLE Mouse!
- OSX, Windows 10 both work
- Android has limited support
- iOS completely ignores mouse
*/
#include <Arduino.h>
#include <SPI.h>
#if not defined (_VARIANT_ARDUINO_DUE_X_) && not defined(ARDUINO_ARCH_SAMD)
#include <SoftwareSerial.h>
#endif
#include "Adafruit_BLE.h"
#include "Adafruit_BluefruitLE_SPI.h"
#include "Adafruit_BluefruitLE_UART.h"
#include "BluefruitConfig.h"
/*=========================================================================
APPLICATION SETTINGS
FACTORYRESET_ENABLE Perform a factory reset when running this sketch
Enabling this will put your Bluefruit LE module
in a 'known good' state and clear any config
data set in previous sketches or projects, so
running this at least once is a good idea.
When deploying your project, however, you will
want to disable factory reset by setting this
value to 0. If you are making changes to your
Bluefruit LE device via AT commands, and those
changes aren't persisting across resets, this
is the reason why. Factory reset will erase
the non-volatile memory where config data is
stored, setting it back to factory default
values.
Some sketches that require you to bond to a
central device (HID mouse, keyboard, etc.)
won't work at all with this feature enabled
since the factory reset will clear all of the
bonding data stored on the chip, meaning the
central device won't be able to reconnect.
MINIMUM_FIRMWARE_VERSION Minimum firmware version to have some new features
-----------------------------------------------------------------------*/
#define FACTORYRESET_ENABLE 0
#define MINIMUM_FIRMWARE_VERSION "0.6.6"
/*=========================================================================*/
// Create the bluefruit object, either software serial...uncomment these lines
/*
SoftwareSerial bluefruitSS = SoftwareSerial(BLUEFRUIT_SWUART_TXD_PIN, BLUEFRUIT_SWUART_RXD_PIN);
Adafruit_BluefruitLE_UART ble(bluefruitSS, BLUEFRUIT_UART_MODE_PIN,
BLUEFRUIT_UART_CTS_PIN, BLUEFRUIT_UART_RTS_PIN);
*/
/* ...or hardware serial, which does not need the RTS/CTS pins. Uncomment this line */
// Adafruit_BluefruitLE_UART ble(BLUEFRUIT_HWSERIAL_NAME, BLUEFRUIT_UART_MODE_PIN);
/* ...hardware SPI, using SCK/MOSI/MISO hardware SPI pins and then user selected CS/IRQ/RST */
Adafruit_BluefruitLE_SPI ble(BLUEFRUIT_SPI_CS, BLUEFRUIT_SPI_IRQ, BLUEFRUIT_SPI_RST);
/* ...software SPI, using SCK/MOSI/MISO user-defined SPI pins and then user selected CS/IRQ/RST */
//Adafruit_BluefruitLE_SPI ble(BLUEFRUIT_SPI_SCK, BLUEFRUIT_SPI_MISO,
// BLUEFRUIT_SPI_MOSI, BLUEFRUIT_SPI_CS,
// BLUEFRUIT_SPI_IRQ, BLUEFRUIT_SPI_RST);
// A small helper
void error(const __FlashStringHelper*err) {
Serial.println(err);
while (1);
}
/**************************************************************************/
/*!
@brief Sets up the HW an the BLE module (this function is called
automatically on startup)
*/
/**************************************************************************/
void setup(void)
{
while (!Serial); // required for Flora & Micro
delay(500);
Serial.begin(115200);
Serial.println(F("Adafruit Bluefruit HID Mouse Example"));
Serial.println(F("---------------------------------------"));
/* Initialise the module */
Serial.print(F("Initialising the Bluefruit LE module: "));
if ( !ble.begin(VERBOSE_MODE) )
{
error(F("Couldn't find Bluefruit, make sure it's in CoMmanD mode & check wiring?"));
}
Serial.println( F("OK!") );
if ( FACTORYRESET_ENABLE )
{
/* Perform a factory reset to make sure everything is in a known state */
Serial.println(F("Performing a factory reset: "));
if ( ! ble.factoryReset() ){
error(F("Couldn't factory reset"));
}
}
/* Disable command echo from Bluefruit */
ble.echo(false);
Serial.println("Requesting Bluefruit info:");
/* Print Bluefruit information */
ble.info();
// This demo only available for firmware from 0.6.6
if ( !ble.isVersionAtLeast(MINIMUM_FIRMWARE_VERSION) )
{
error(F("This sketch requires firmware version " MINIMUM_FIRMWARE_VERSION " or higher!"));
}
/* Enable HID Service (including Mouse) */
Serial.println(F("Enable HID Service (including Mouse): "));
if (! ble.sendCommandCheckOK(F( "AT+BleHIDEn=On" ))) {
error(F("Failed to enable HID (firmware >=0.6.6?)"));
}
/* Add or remove service requires a reset */
Serial.println(F("Performing a SW reset (service changes require a reset): "));
if (! ble.reset() ) {
error(F("Could not reset??"));
}
Serial.println();
Serial.println(F("Go to your phone's Bluetooth settings to pair your device"));
Serial.println(F("then open an application that accepts mouse input"));
Serial.println();
Serial.println(F("The example will try to draw a rectangle using the left mouse button with your input"));
Serial.println(F("Parameters are a pair of 8-bit signed numbers (x,y) e.g:"));
Serial.println(F(" 100,100 : draw toward bottom right corner"));
Serial.println(F(" -100,-100: draw toward top left corner"));
Serial.println();
}
/**************************************************************************/
/*!
@brief Constantly poll for new command or response data
*/
/**************************************************************************/
void loop(void)
{
Serial.println(F("x,y = "));
// Check for user input and echo it back if anything was found
char input[BUFSIZE+1];
getUserInput(input, BUFSIZE);
Serial.println(input);
// Press (and hold) the Left mouse's button
if ( ble.sendCommandCheckOK(F("AT+BleHidMouseButton=L,press")) )
{
// delay a bit
delay(250);
// Mouse moves according to the user's input
ble.print(F("AT+BleHidMouseMove="));
ble.println(input);
if( ble.waitForOK() )
{
Serial.println( F("OK!") );
}else
{
Serial.println( F("FAILED!") );
}
// Way for user to release left button
Serial.println( F("Enter anything to release Left Button") );
getUserInput(input, BUFSIZE);
// Release the Left mouse's button
ble.sendCommandCheckOK(F("AT+BleHidMouseButton=0"));
}else
{
// Failed, probably pairing is not complete yet
Serial.println( F("Please make sure Bluefruit is paired and try again") );
}
}
/**************************************************************************/
/*!
@brief Checks for user input (via the Serial Monitor)
*/
/**************************************************************************/
void getUserInput(char buffer[], uint8_t maxSize)
{
memset(buffer, 0, maxSize);
while( Serial.available() == 0 ) {
delay(1);
}
uint8_t count=0;
do
{
count += Serial.readBytes(buffer+count, maxSize);
delay(2);
} while( (count < maxSize) && !(Serial.available() == 0) );
}
| 35.36087
| 108
| 0.577647
| true
| 1,753
|
271aa3dd008a8949180f3cca92cffa512c9dd42e
| 3,268
|
ino
|
Arduino
|
sd-card-tester.ino
|
CyberPuck/SD-Card-Tester
|
fbad6dd10fa2bd311481e154f44e4c0a212caff5
|
[
"MIT"
] | null | null | null |
sd-card-tester.ino
|
CyberPuck/SD-Card-Tester
|
fbad6dd10fa2bd311481e154f44e4c0a212caff5
|
[
"MIT"
] | null | null | null |
sd-card-tester.ino
|
CyberPuck/SD-Card-Tester
|
fbad6dd10fa2bd311481e154f44e4c0a212caff5
|
[
"MIT"
] | 0
| null | null |
/**
* Simple test for the SD Card using an Arduino Uno R2.
* This will do three things:
* 1. Connect to card
* 2. Get card type
* 3. Check the volume size
*
*/
#include<SPI.h>
#include<SD.h>
// Globals, primarly PIN setup
const int CS_PIN = 8;
const int CD_PIN = 9;
// Primary SD Card object
Sd2Card card;
// SD Card volume object
SdVolume volume;
void setup() {
// Setup serial output
Serial.begin(9600);
// Do not run until a Serial connection is established
while(!Serial) {;}
Serial.println("Checking for SD Card...");
// Set up CD (Card Detect) to input mode
pinMode(CD_PIN, INPUT);
// wait for the CD to go high
while(!digitalRead(CD_PIN)) {
delay(250);
}
initCard();
printCardType();
getVolumeData();
}
void loop() {
// put your main code here, to run repeatedly:
}
/**
* Setup the SdCard object.
*/
void initCard() {
Serial.println("Setting up the SD Card...");
// init the card lib
if(!card.init(SPI_HALF_SPEED, CS_PIN)) {
Serial.println("Failed to init SD card!");
Serial.println("Reinsert card and restart...");
while(1);
} else {
Serial.println("Card detected, wiring looks good!");
}
}
/**
* Simple function for printing the SD card type.
* Currently supports:
* 1. SD1
* 2. SD2
* 3. SDHC
*/
void printCardType() {
// Get card type
Serial.print("SD Card type: ");
switch(card.type()) {
case SD_CARD_TYPE_SD1:
Serial.println("SD1");
break;
case SD_CARD_TYPE_SD2:
Serial.println("SD2");
break;
case SD_CARD_TYPE_SDHC:
Serial.println("SDHC");
break;
default:
Serial.println("UNKNOWN");
}
}
/**
* Run through the volume information in the SD card. This inlcudes:
* 1. Cluster count
* 2. # blocks per cluster
* 3. block count
* 4. volume type
* 5. volume in Kb
* 6. volume in Mb
* 7. volume in Gb
* 8. List all files in volume
*/
void getVolumeData() {
if(!volume.init(card)) {
Serial.println("Card is not formatted to FAT16/32, can't enumerate volume");
while(1);
} else {
// 1. Clusters
Serial.print("Clusters: ");
Serial.println(volume.clusterCount());
// 2. number of blocks per cluster
Serial.print("# blocks per cluster: ");
Serial.println(volume.blocksPerCluster());
// 3. Block count
Serial.print("Total # blocks: ");
Serial.println(volume.blocksPerCluster() * volume.clusterCount());
// Volume size in 32 bit int
uint32_t volumeSize;
// 4. Volume in type
Serial.print("Volume type is: FAT");
Serial.println(volume.fatType(), DEC);
// 5. volume in Kb
volumeSize = volume.blocksPerCluster();
volumeSize *= volume.clusterCount();
// SD Card blocks are always 512 bytes (2 blocks are 1 KB)
volumeSize /= 2;
Serial.print("Volume size (Kb): ");
Serial.println(volumeSize);
// 6. volume in Mb
volumeSize /= 1024;
Serial.print("Volume size (Mb): ");
Serial.println(volumeSize);
// 6. volume in Gb
Serial.print("Volume size (Gb): ");
Serial.println((float)volumeSize/1024.0);
// 8. List files
Serial.println("File found on volume:");
SdFile root;
root.openRoot(volume);
root.ls(LS_R | LS_DATE | LS_SIZE);
// close the root
root.close();
}
}
| 23.342857
| 80
| 0.632191
| true
| 896
|
2b4057fcb64322e02073f25060bf7ff9066a5d72
| 468
|
ino
|
Arduino
|
examples/01.TurnOnLedIfButtonPressed/Example_01.ino
|
PeterKapor/Arduino-Button
|
ff0d1ebad3fd0458f8e2172ef5fcf9d886a0340f
|
[
"MIT"
] | null | null | null |
examples/01.TurnOnLedIfButtonPressed/Example_01.ino
|
PeterKapor/Arduino-Button
|
ff0d1ebad3fd0458f8e2172ef5fcf9d886a0340f
|
[
"MIT"
] | null | null | null |
examples/01.TurnOnLedIfButtonPressed/Example_01.ino
|
PeterKapor/Arduino-Button
|
ff0d1ebad3fd0458f8e2172ef5fcf9d886a0340f
|
[
"MIT"
] | 0
| null | null |
#include "Button.h"
#define LED_PIN 13
#define BUTTON_PIN 12
#define BUTTON_DEBOUNCE_TIME 10
Button button12(BUTTON_PIN, Button::ButtonInputSetting::DownIsLow, BUTTON_DEBOUNCE_TIME);
void setup() {
pinMode(LED_PIN, OUTPUT);
}
void loop() {
// refresh state of the button
button12.refresh();
// check the button state and set the LED state
bool ledState = (button12.isDown())
? HIGH
: LOW;
// turn on or off the LED
digitalWrite(LED_PIN, ledState);
}
| 18
| 89
| 0.726496
| true
| 132
|
1ce2fe162ae499844e9b426bfc45cd4c99fa443c
| 1,993
|
ino
|
Arduino
|
arduino/opencr_arduino/opencr/libraries/OpenCR/examples/08. DynamixelWorkbench/o_Read_Write/o_Read_Write.ino
|
yemiaobing/opencr
|
8700d276f60cb72db4f1ed85deff26a5f96ce7b6
|
[
"Apache-2.0"
] | 3
|
2019-12-06T08:28:21.000Z
|
2021-05-28T22:56:22.000Z
|
arduino/opencr_arduino/opencr/libraries/OpenCR/examples/08. DynamixelWorkbench/o_Read_Write/o_Read_Write.ino
|
yemiaobing/opencr
|
8700d276f60cb72db4f1ed85deff26a5f96ce7b6
|
[
"Apache-2.0"
] | null | null | null |
arduino/opencr_arduino/opencr/libraries/OpenCR/examples/08. DynamixelWorkbench/o_Read_Write/o_Read_Write.ino
|
yemiaobing/opencr
|
8700d276f60cb72db4f1ed85deff26a5f96ce7b6
|
[
"Apache-2.0"
] | 1
|
2019-02-03T04:49:15.000Z
|
2019-02-03T04:49:15.000Z
|
/*******************************************************************************
* Copyright 2016 ROBOTIS CO., LTD.
*
* 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.
*******************************************************************************/
/* Authors: Taehun Lim (Darby) */
#include <DynamixelWorkbench.h>
#if defined(__OPENCM904__)
#define DEVICE_NAME "3" //Dynamixel on Serial3(USART3) <-OpenCM 485EXP
#elif defined(__OPENCR__)
#define DEVICE_NAME ""
#endif
#define BAUDRATE 57600
#define DXL_ID 1
DynamixelWorkbench dxl_wb;
void setup()
{
Serial.begin(57600);
// while(!Serial); // If this line is activated, you need to open Serial Terminal.
dxl_wb.begin(DEVICE_NAME, BAUDRATE);
dxl_wb.ping(DXL_ID);
dxl_wb.jointMode(DXL_ID);
}
void loop()
{
static int index = 0;
int32_t present_position = 0;
int32_t goal_position[2] = {1000, 2000};
dxl_wb.itemWrite(DXL_ID, "Goal_Position", goal_position[index]);
do
{
present_position = dxl_wb.itemRead(DXL_ID, "Present_Position");
Serial.print("[ ID :" + String(DXL_ID) +
" GoalPos :" + String(goal_position[index]) +
" PresPos :" + String(present_position) +
" ]");
Serial.println("");
}while(abs(goal_position[index] - present_position) > 20);
if (index == 0)
{
index = 1;
}
else
{
index = 0;
}
}
| 28.471429
| 85
| 0.583041
| true
| 492
|
39bac9fa059fb379c850177a29ed6483149bd440
| 5,091
|
ino
|
Arduino
|
drive-auto/drive-auto.ino
|
boothinator/arduino-videos
|
355136e7af29041984446157910b3f1dfd28e56d
|
[
"MIT"
] | null | null | null |
drive-auto/drive-auto.ino
|
boothinator/arduino-videos
|
355136e7af29041984446157910b3f1dfd28e56d
|
[
"MIT"
] | null | null | null |
drive-auto/drive-auto.ino
|
boothinator/arduino-videos
|
355136e7af29041984446157910b3f1dfd28e56d
|
[
"MIT"
] | 0
| null | null |
void setup()
{
pinMode(7, OUTPUT);
pinMode(8, OUTPUT);
pinMode(5, OUTPUT);
pinMode(9, OUTPUT);
pinMode(11, OUTPUT);
pinMode(6, OUTPUT);
}
void loop()
{
/*
* Full course
* |-----| |-----|
* | |
* | |
* |-----|
*/
/*
* Current position
* X-----| |-----|
* | |
* | |
* |-----|
*/
// Go forward for 1.5 seconds
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, LOW);
analogWrite(5, 128);
// Right motors
digitalWrite(9, LOW);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(1500);
/*
* Current position
* |-----X |-----|
* | |
* | |
* |-----|
*/
// Brake for half a second
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(500);
// Turn right
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, LOW);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, LOW);
analogWrite(6, 128);
delay(750);
// Brake for half a second
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(500);
// Go forward for 1.5 seconds
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, LOW);
analogWrite(5, 128);
// Right motors
digitalWrite(9, LOW);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(1500);
// Brake for half a second
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(500);
/*
* Current position
* |-----| |-----|
* | |
* | |
* X-----|
*/
// Turn left
// Right motors
digitalWrite(7, LOW);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, LOW);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(750);
// Brake for half a second
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(500);
// Go forward for 1.5 seconds
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, LOW);
analogWrite(5, 128);
// Right motors
digitalWrite(9, LOW);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(1000);
/*
* Current position
* |-----| |-----|
* | |
* | |
* |-----X
*/
// Brake for half a second
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(500);
// Turn left
// Right motors
digitalWrite(7, LOW);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, LOW);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(750);
// Brake for half a second
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(500);
// Go forward for 1.5 seconds
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, LOW);
analogWrite(5, 128);
// Right motors
digitalWrite(9, LOW);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(1000);
// Brake for half a second
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(500);
/*
* Current position
* |-----| X-----|
* | |
* | |
* |-----|
*/
// Turn right
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, LOW);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, LOW);
analogWrite(6, 128);
delay(750);
// Brake for half a second
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(500);
// Go forward for 1.5 seconds
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, LOW);
analogWrite(5, 128);
// Right motors
digitalWrite(9, LOW);
digitalWrite(11, HIGH);
analogWrite(6, 128);
delay(1500);
// Brake
// Right motors
digitalWrite(7, HIGH);
digitalWrite(8, HIGH);
analogWrite(5, 128);
// Right motors
digitalWrite(9, HIGH);
digitalWrite(11, HIGH);
analogWrite(6, 128);
/*
* Current position
* |-----| |-----X
* | |
* | |
* |-----|
*/
// Do nothing forever
while(true) {}
}
| 17.141414
| 31
| 0.555883
| true
| 1,582
|
3397d64204480d13df06b3995614082f1422da1f
| 1,818
|
ino
|
Arduino
|
playground/LED7Segment/ShiftDriveSPI/ShiftDriveSPI.ino
|
novaprimexex/LittleArduinoProjects
|
382d9827459882c19afe20513cc1232214a047c6
|
[
"MIT"
] | 1
|
2020-12-27T17:38:55.000Z
|
2020-12-27T17:38:55.000Z
|
playground/LED7Segment/ShiftDriveSPI/ShiftDriveSPI.ino
|
novaprimexex/LittleArduinoProjects
|
382d9827459882c19afe20513cc1232214a047c6
|
[
"MIT"
] | null | null | null |
playground/LED7Segment/ShiftDriveSPI/ShiftDriveSPI.ino
|
novaprimexex/LittleArduinoProjects
|
382d9827459882c19afe20513cc1232214a047c6
|
[
"MIT"
] | 0
| null | null |
/*
LED7Segment/ShiftDriveSPI
Using SPI to control a 7-segment display via a 74HC595 shift register
For info and circuit diagrams see https://github.com/tardate/LittleArduinoProjects/tree/master/playground/LED7Segment/ShiftDriveSPI
*/
#include <SPI.h>
SPISettings shiftRegisterSettings(2000000, MSBFIRST, SPI_MODE0);
// Standard SPI pins are used used for clock and data, but slave select can be any free pin
#define ST_CP_LATCH_PIN 4
#define STEP_DELAY 500
// define the bitmasks for characters 0-9
// where bits represent dp,G,F..A from MSB to LSB
byte LED_DIGIT_MASK[] = {
0b00111111,
0b00000110,
0b01011011,
0b01001111,
0b01100110,
0b01101101,
0b01111101,
0b00000111,
0b01111111,
0b01101111
};
// define the bitmasks for clear and decimal point
#define LED_CLEAR_MASK 0b00000000
#define LED_DP_MASK 0b10000000
void setup() {
SPI.begin();
pinMode(ST_CP_LATCH_PIN, OUTPUT);
}
void loop() {
for(int d=0; d<10; d++) {
writeDigit(d, d % 2 == 0);
delay(STEP_DELAY);
}
clearDigit();
delay(STEP_DELAY);
}
// Command: send +data+ byte to the 74HC595 shift register using SPI
// Note: since only using one SPI device,
// beginTransaction()/endTransaction() is actually redundant here
// SPI setup could be done in the setup() function
void pushSegmentRegister(byte data) {
SPI.beginTransaction(shiftRegisterSettings);
digitalWrite(ST_CP_LATCH_PIN, LOW);
SPI.transfer(data);
digitalWrite(ST_CP_LATCH_PIN, HIGH);
SPI.endTransaction();
}
void writeDigit(byte digit, boolean withDP) {
if(withDP) pushSegmentRegister(LED_DIGIT_MASK[digit] | LED_DP_MASK);
else pushSegmentRegister(LED_DIGIT_MASK[digit]);
}
void writeDigit(byte digit) {
pushSegmentRegister(LED_DIGIT_MASK[digit]);
}
void clearDigit() {
pushSegmentRegister(LED_CLEAR_MASK);
}
| 22.170732
| 133
| 0.744224
| true
| 520
|
ceaf11d7f268d359a3557126ee4e8ae9f7a609c7
| 330
|
ino
|
Arduino
|
shutter_speed_checker.ino
|
omegaatt36/shutter_speed_checker
|
730fbe03e295d17d04782d61e164eb1b858754a9
|
[
"MIT"
] | null | null | null |
shutter_speed_checker.ino
|
omegaatt36/shutter_speed_checker
|
730fbe03e295d17d04782d61e164eb1b858754a9
|
[
"MIT"
] | null | null | null |
shutter_speed_checker.ino
|
omegaatt36/shutter_speed_checker
|
730fbe03e295d17d04782d61e164eb1b858754a9
|
[
"MIT"
] | 0
| null | null |
#include <Wire.h> // Arduino IDE 內建
int receiverPin = 0; // 宣告腳位2名稱為receiverPin
unsigned long duration; // 持續時間
void setup() {
pinMode(receiverPin, INPUT); //把receiverPin設為輸入 INPUT
Serial.begin(9600); // // 開啟 Serial port, 通訊速率為 9600 bps
}
void loop() {
duration = pulseIn(receiverPin, LOW);
Serial.print(duration);
}
| 23.571429
| 59
| 0.69697
| true
| 113
|
939a12d0c28cb8615d373564a2dfe2e9f2375ee8
| 11,862
|
ino
|
Arduino
|
badge_leds_serial.ino
|
scottymuse/badge_leds_serial
|
116256a57c16c11fd0b6c7dc06e5d10e1aad8029
|
[
"MIT"
] | null | null | null |
badge_leds_serial.ino
|
scottymuse/badge_leds_serial
|
116256a57c16c11fd0b6c7dc06e5d10e1aad8029
|
[
"MIT"
] | null | null | null |
badge_leds_serial.ino
|
scottymuse/badge_leds_serial
|
116256a57c16c11fd0b6c7dc06e5d10e1aad8029
|
[
"MIT"
] | 0
| null | null |
/*
AUTHOR: Scott Nielsen (scotty)
Thanks to Klint Holmes. I used a lot of his original badge code here and to learn this stuff.
And Thanks to Luke Jenkins, Klint Holmes, Matt Lorimer, and Jonathan Karras for these badges!
To use:
Load this program onto the SaintCON 2014 badge.
This does not require any additional hardware.
To run, connect the badge via USB to your computer, run your favorite serial terminal.
Use the same settings used in the 'Hack the badge' challenges at the con.
baud = 115200
data bits = 8
stop bits = 1
parity = None
Flow control = xon/xoff
The menu presented offers options of controlling the leds around the name plate.
The neat thing about this program is the leds are entirely controlled by timer interrupts
on the processor, leaving the main loop to run the serial interface.
My next steps on this project are to include a button on the badge to toggle through the
display options, and a potentiometer connected to an analog input to control the speed.
That will allow entire removal of the serial interface (everything in the 'void loop()')
and you can then run whatever program you want and still have the control over the led
blinking pattern.
A known issue is the interrupts are controlled by a timer on the processor which when used
disables the PWM ability on some of the pins. Specifically in this program, the pins
controlling the top leds on the name plate are affected, removing their ability to fade
easily with analogWrite(). So I do not include the top leds in the fade patterns.
IMPORTANT TIP: If you want to monkey with this code and load it onto your badge, make sure
you kill your serial connection before you push the code to the badge. You get some strange,
even somewhat frightening, errors sometimes if the serial connection is open.
*/
int leds_ordered[4];
const int tl = leds_ordered[0] = 10;
const int tr = leds_ordered[1] = 9;;
const int br = leds_ordered[2] = 6;
const int bl = leds_ordered[3] = 11;
volatile int led_state = 0; // an int between 0 and 15, 4 bits, each representing an led
#define ALL_STATES ((1 << 3) | (1 << 2) | (1 << 1) | (1 << 0))
#define TL (1 << 0)
#define TR (1 << 1)
#define BR (1 << 2)
#define BL (1 << 3)
const int pattern_all_blink = 0;
const int pattern_rotate = 1;
const int pattern_cc_rotate = 2;
const int pattern_sync_fade = 3;
const int pattern_alt_fade = 4;
const int pattern_up_down = 5;
const int pattern_side_side = 6;
const int pattern_diagonals = 7;
const int pattern_random_toggles = 8;
const int pattern_all_off = 9;
const int pattern_all_on = 10;
volatile int pattern = pattern_all_blink;
boolean fade_initialized = false;
boolean random_toggles_initialized = false;
boolean show = true;
int incomingByte = 0;
int previousByte = 0;
const long prescaler = 62500;
volatile float hz = 2.0;
void enforce_state() {
// Check the bits in led_state, any 1's turn the led on. any 0's turn the led off.
for (int i = 0; i < 4; i++) {
if (led_state & 1 << i)
digitalWrite(leds_ordered[i], HIGH);
else
digitalWrite(leds_ordered[i], LOW);
}
}
void all_on() {
led_state = BR | BL | TL | TR;
enforce_state();
}
void all_off() {
led_state = 0;
enforce_state();
}
void all_blink() {
if (led_state == 0)
all_on();
else
all_off();
}
void rotate_leds() {
if (led_state == TL || led_state == TR || led_state == BR)
led_state = led_state << 1;
else if (led_state == BL)
led_state = led_state >> 3;
else
led_state = 1;
enforce_state();
}
void rotate_cc_leds() {
if (led_state == TR || led_state == BR || led_state == BL)
led_state = led_state >> 1;
else if (led_state == TL)
led_state = led_state << 3;
else
led_state = 1;
enforce_state();
}
void fade(boolean synchronous) {
// Sigh....the timing interrupt used disables PWM on the top two leds. Fading is not an easy option for them. :(
static bool moving;
static bool rising;
static int intensity;
static unsigned long previous;
float hold_interval = 10000/hz;
if (!fade_initialized) {
moving = true;
rising = true;
intensity = 0;
previous = 0;
fade_initialized = true;
all_off();
}
if(moving) {
OCR1A = prescaler/hz/60;
if (rising)
intensity += 1;
else
intensity -= 1;
analogWrite(leds_ordered[2], intensity);
if (synchronous)
analogWrite(leds_ordered[3], intensity);
else
analogWrite(leds_ordered[3], 255 - intensity);
if (intensity == 255) {
moving = false;
rising = false;
OCR1A = prescaler/hz;
if (synchronous)
led_state = BR | BL;
else
led_state = BR;
enforce_state();
}
else if (intensity == 0) {
moving = false;
rising = true;
OCR1A = prescaler/hz;
if (synchronous)
led_state = 0;
else
led_state = BL;
enforce_state();
}
return;
}
unsigned long current = millis();
if(current - previous > hold_interval) {
moving = true;
previous = current;
}
}
void doubles(int pattern) {
int initialState;
if (pattern == pattern_up_down)
initialState = (TL | TR);
if (pattern == pattern_side_side)
initialState = (TL | BL);
if (pattern == pattern_diagonals)
initialState = (TL | BR);
if (led_state == initialState || led_state == (initialState ^ ALL_STATES))
led_state = led_state ^ ALL_STATES;
else
led_state = initialState;
enforce_state();
}
void random_toggles() {
static unsigned long previous;
static float hold_interval;
if (!random_toggles_initialized) {
previous = 0;
hold_interval = random(1000/hz, 5000/hz);
random_toggles_initialized = true;
}
unsigned long current = millis();
if (current - previous > hold_interval) {
led_state = (led_state ^ random(1, 16));
enforce_state();
hold_interval = random(1000/hz, 5000/hz);
previous = current;
}
}
ISR(TIMER1_COMPA_vect) { // Function that runs when the interrupt is thrown
if (pattern == pattern_all_blink)
all_blink();
else if (pattern == pattern_rotate)
rotate_leds();
else if (pattern == pattern_cc_rotate)
rotate_cc_leds();
else if (pattern == pattern_sync_fade)
fade(true);
else if (pattern == pattern_alt_fade)
fade(false);
else if (pattern == pattern_up_down)
doubles(pattern_up_down);
else if (pattern == pattern_side_side)
doubles(pattern_side_side);
else if (pattern == pattern_diagonals)
doubles(pattern_diagonals);
else if (pattern == pattern_random_toggles)
random_toggles();
}
void clearScreen() {
Serial.write(27); // ESC command
Serial.print("[2J"); // clear screen command
Serial.write(27); // ESC
Serial.print("[H"); // Set Cursor to Home
}
void mainMenu() {
clearScreen();
Serial.println("+-------------------------------------------+");
Serial.println("| 1) all blink |");
Serial.println("| 2) rotate clockwise / counter clockwise |");
Serial.println("| 3) up-down / side-side / diagonals |");
Serial.println("| 4) synchronous / alternate fade |");
Serial.println("| 5) random toggles |");
Serial.println("| 0) all on / off |");
Serial.println("| |");
Serial.print("| Current speed: ");
Serial.print(hz, 1);
if (hz < 10)
Serial.println(" Hz |");
else if (hz >= 10 && hz < 100)
Serial.println(" Hz |");
else if (hz >= 100.00)
Serial.println(" Hz |");
Serial.println("| +) increase speed |");
Serial.println("| -) decrease speed |");
Serial.println("+-------------------------------------------+");
}
void setup() {
pinMode(tl, OUTPUT);
pinMode(bl, OUTPUT);
pinMode(tr, OUTPUT);
pinMode(br, OUTPUT);
pinMode(13, OUTPUT);
randomSeed(analogRead(0));
noInterrupts();
TCCR1A = 0; // Timer1 A register
TCCR1B = 0; // Timer1 B register
TCNT1 = 0; // Timer1 counter.
/* EXPLANATION OF THE INTERRUPT VARIABLES
When Timer1 counter (TCNT1) hits the value in OCR1A it will throw the TIMER1_COMPA_vect interrupt.
To calculate OCR1A: 16MHz / TCCR1B prescaler value / desired Hz - to throw the interrupt.
For example, if you want your interrupt to run 2 times every second ( 2 Hz ) do this:
16MHz / 256 / 2Hz ---- That's 16000000 / 256 / 2.
16MHz because that is the speed of the processor
256 because TCCR1B has the CS12 bit set, which means 256 prescaler. The counter for Timer1 is only 16 bits so OCR1A has to be < 65535.
This scalar allows greater flexability for when the interrupt throws. But in this program I keep it at 256.
Timer0 and Timer2 are only 8 bit (i.e. OCRxA < 256), so the scalar is probably much more important when using those timers.
2 because we want the interrupt to run twice every second i.e. 2 Hz.
I had to read this page about 157 times before I achieved my minimal understanding of this stuff:
http://letsmakerobots.com/node/28278
*/
OCR1A = prescaler/hz; // Here prescaler = 16MHz/256. I mixed the two numbers because I could. hz is variable, but starts at 2.
TCCR1B |= (1 << WGM12); // This bit means throw the exception when TCNT1 == OCR1A
TCCR1B |= (1 << CS12); // This bit means our prescaler is 256
TIMSK1 |= (1 << OCIE1A); // This bit actually turns on the interrupt. If this is not set, the interrupt will not be thrown.
// You will notice this bit gets unset for the all_on and all_off patterns. I didn't have to turn it off, but I could. Why not?
interrupts();
Serial.begin(115200);
}
void loop() {
if (show) {
mainMenu();
show = false;
}
if (Serial.available() > 0) {
incomingByte = Serial.read();
if (previousByte == 52) { // Make sure we initialze the fade pattern if we go back into it again, and set the interrupt counter back to normal.
fade_initialized = false;
OCR1A = prescaler/hz;
}
if (previousByte == 48 && incomingByte != 48) { // Turn the interrupt back on if we are leaving an all_on or all_off pattern.
TIMSK1 |= (1 << OCIE1A);
}
if (incomingByte == 43) { // '+'
hz += 0.1;
OCR1A = prescaler/hz;
show = true;
}
if (incomingByte == 45) { // '-'
hz -= 0.1;
if (hz < 1)
hz = 1.0;
OCR1A = prescaler/hz;
show = true;
}
if (incomingByte == 49) { // '1'
pattern = pattern_all_blink;
previousByte = incomingByte;
}
if (incomingByte == 50) { // '2'
if (pattern == pattern_rotate)
pattern = pattern_cc_rotate;
else {
pattern = pattern_rotate;
previousByte = incomingByte;
}
}
if (incomingByte == 51) { // '3'
if (pattern == pattern_up_down)
pattern = pattern_side_side;
else if (pattern == pattern_side_side)
pattern = pattern_diagonals;
else {
pattern = pattern_up_down;
previousByte = incomingByte;
}
}
if (incomingByte == 52) { // '4'
if (pattern == pattern_sync_fade)
pattern = pattern_alt_fade;
else {
pattern = pattern_sync_fade;
previousByte = incomingByte;
}
}
if (incomingByte == 53) { // '5'
pattern = pattern_random_toggles;
previousByte = incomingByte;
}
if (incomingByte == 48) { // '0'
if (pattern == pattern_all_on) {
pattern = pattern_all_off;
all_off();
}
else {
pattern = pattern_all_on;
previousByte = incomingByte;
TIMSK1 &= (0 << OCIE1A); // Turn off the interupt. We won't be using it here.
all_on();
}
}
}
}
| 30.03038
| 147
| 0.630754
| true
| 3,148
|
b6a4291b178a78222f87e4ff97ac73ba78ce47d3
| 1,231
|
ino
|
Arduino
|
arduino/test_pca9685/test_pca9685.ino
|
serge-m/pwm_radio_arduino
|
2f5581900ecbdf98e1a1af7ded7bd033d4e0fd30
|
[
"MIT"
] | null | null | null |
arduino/test_pca9685/test_pca9685.ino
|
serge-m/pwm_radio_arduino
|
2f5581900ecbdf98e1a1af7ded7bd033d4e0fd30
|
[
"MIT"
] | null | null | null |
arduino/test_pca9685/test_pca9685.ino
|
serge-m/pwm_radio_arduino
|
2f5581900ecbdf98e1a1af7ded7bd033d4e0fd30
|
[
"MIT"
] | 0
| null | null |
#include <Adafruit_PWMServoDriver.h>
// using the default address 0x40
Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver();
// Analog servos run at ~60 Hz updates
int frequency_ = 60;
void setup() {
Serial.begin(57600);
Serial.println("Starting servo test");
pwm.begin();
pwm.setPWMFreq(frequency_);
pinMode(LED_BUILTIN, OUTPUT);
delay(10);
}
int pulseWidth(int pulse_width) // width between 0 and 4096
{
return (int)(float(pulse_width) / 1000000 * frequency_ * 4096);
}
void set_and_delay(int servonum, int pulse_width, int delay_time) {
Serial.print("Running on servo ");
Serial.print(servonum);
Serial.print(" pulse ");
Serial.println(pulse_width);
pwm.setPWM(servonum, 0, pulseWidth(pulse_width));
delay(delay_time);
}
void blink1(int times, int duration_blink, int duration_after=1) {
for (int i = 0; i < times; ++i) {
digitalWrite(LED_BUILTIN, HIGH);
delay(duration_blink/2);
digitalWrite(LED_BUILTIN, LOW);
delay(duration_blink/2);
}
delay(duration_after);
}
void loop() {
set_and_delay(0, 1400, 1000);
blink1(3, 100);
set_and_delay(0, 1600, 1000);
blink1(2, 100);
set_and_delay(0, 1200, 1000);
blink1(1, 100);
set_and_delay(0, 1500, 1000);
}
| 22.381818
| 67
| 0.696994
| true
| 380
|
ea9714a4ac9e70dc67aac3420f50f2e62ee13a43
| 982
|
ino
|
Arduino
|
test_atmega8/test_atmega8.ino
|
oloturia/atmega8_test
|
ab91e7f7dff855514a790a0002328064e63bcbda
|
[
"Unlicense"
] | null | null | null |
test_atmega8/test_atmega8.ino
|
oloturia/atmega8_test
|
ab91e7f7dff855514a790a0002328064e63bcbda
|
[
"Unlicense"
] | null | null | null |
test_atmega8/test_atmega8.ino
|
oloturia/atmega8_test
|
ab91e7f7dff855514a790a0002328064e63bcbda
|
[
"Unlicense"
] | 0
| null | null |
void setup() {
Serial.begin(9600);
Serial.println("Ready");
pinMode(5,OUTPUT); //fw motor 1
pinMode(6,OUTPUT); //bk motor 1
pinMode(7,OUTPUT); //fw motor 2
pinMode(8,OUTPUT); //bk motor 2
pinMode(9,OUTPUT); //analog motor 1
pinMode(10,OUTPUT);//analog motor 2
}
void motorAction(int fwm, int bkm,int anm,int motspeed) {
if (motspeed > 0 ) {
digitalWrite(fwm,HIGH);
digitalWrite(bkm,LOW);
} else if (motspeed < 0) {
digitalWrite(fwm,LOW);
digitalWrite(bkm,HIGH);
} else {
digitalWrite(fwm,LOW);
digitalWrite(bkm,LOW);
}
//analogWrite(anm,abs(motspeed));
analogWrite(anm,255);
}
void loop() {
int x;
int y;
while (Serial.available() >0) {
int x = Serial.parseInt();
int y = Serial.parseInt();
if (Serial.read() == *"q") {
motorAction(5,6,9,x);
motorAction(7,8,10,y);
Serial.print(x);
Serial.print(" ");
Serial.println(y);
}
}
}
| 23.380952
| 57
| 0.57332
| true
| 299
|
70341f984ca1696c7f5226ab20f03a264a66e0ec
| 49,053
|
ino
|
Arduino
|
VanLiveConnect/DSEG14Classic-BoldItalic.woff.ino
|
0xCAFEDECAF/VanLiveConnect
|
4865ca992697c581693db97abc3563166408f9dc
|
[
"MIT"
] | 10
|
2021-06-14T14:00:27.000Z
|
2022-03-24T22:48:53.000Z
|
VanLiveConnect/DSEG14Classic-BoldItalic.woff.ino
|
0xCAFEDECAF/VanLiveConnect
|
4865ca992697c581693db97abc3563166408f9dc
|
[
"MIT"
] | 1
|
2022-03-24T23:34:54.000Z
|
2022-03-25T12:08:45.000Z
|
VanLiveConnect/DSEG14Classic-BoldItalic.woff.ino
|
0xCAFEDECAF/VanLiveConnect
|
4865ca992697c581693db97abc3563166408f9dc
|
[
"MIT"
] | 0
| null | null |
// Generate with:
// % xxd --include .../DSEG14Classic-BoldItalic.woff > /tmp/DSEG14Classic-BoldItalic.woff.ino
char DSEG14Classic_BoldItalic_woff[] PROGMEM = {
0x77, 0x4f, 0x46, 0x46, 0x4f, 0x54, 0x54, 0x4f, 0x00, 0x00, 0x1e, 0x84,
0x00, 0x0b, 0x00, 0x00, 0x00, 0x00, 0x54, 0x34, 0x00, 0x00, 0x00, 0x2e,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x46, 0x46, 0x20,
0x00, 0x00, 0x15, 0x9c, 0x00, 0x00, 0x08, 0x4d, 0x00, 0x00, 0x17, 0xa3,
0x8a, 0x28, 0x4d, 0x05, 0x46, 0x46, 0x54, 0x4d, 0x00, 0x00, 0x1e, 0x04,
0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x1c, 0x80, 0xa9, 0x30, 0x0c,
0x47, 0x44, 0x45, 0x46, 0x00, 0x00, 0x1d, 0xec, 0x00, 0x00, 0x00, 0x18,
0x00, 0x00, 0x00, 0x1c, 0x00, 0x15, 0x00, 0x14, 0x4f, 0x53, 0x2f, 0x32,
0x00, 0x00, 0x01, 0x6c, 0x00, 0x00, 0x00, 0x4a, 0x00, 0x00, 0x00, 0x60,
0x5b, 0x81, 0x69, 0xfb, 0x63, 0x6d, 0x61, 0x70, 0x00, 0x00, 0x14, 0xb0,
0x00, 0x00, 0x00, 0xd1, 0x00, 0x00, 0x01, 0x82, 0x62, 0x51, 0x92, 0xb8,
0x68, 0x65, 0x61, 0x64, 0x00, 0x00, 0x01, 0x08, 0x00, 0x00, 0x00, 0x36,
0x00, 0x00, 0x00, 0x36, 0x0c, 0x64, 0xa4, 0xe2, 0x68, 0x68, 0x65, 0x61,
0x00, 0x00, 0x01, 0x40, 0x00, 0x00, 0x00, 0x22, 0x00, 0x00, 0x00, 0x24,
0x06, 0xd5, 0x03, 0x9e, 0x68, 0x6d, 0x74, 0x78, 0x00, 0x00, 0x1e, 0x20,
0x00, 0x00, 0x00, 0x64, 0x00, 0x00, 0x00, 0xf4, 0x5c, 0xf6, 0x1b, 0xd3,
0x6d, 0x61, 0x78, 0x70, 0x00, 0x00, 0x01, 0x64, 0x00, 0x00, 0x00, 0x06,
0x00, 0x00, 0x00, 0x06, 0x00, 0x5e, 0x50, 0x00, 0x6e, 0x61, 0x6d, 0x65,
0x00, 0x00, 0x01, 0xb8, 0x00, 0x00, 0x12, 0xf6, 0x00, 0x00, 0x38, 0x40,
0xb5, 0xcd, 0xa1, 0xbc, 0x70, 0x6f, 0x73, 0x74, 0x00, 0x00, 0x15, 0x84,
0x00, 0x00, 0x00, 0x15, 0x00, 0x00, 0x00, 0x20, 0xff, 0x81, 0x00, 0x32,
0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x75, 0xc2, 0x7c, 0x20, 0xf3, 0x01,
0x5f, 0x0f, 0x3c, 0xf5, 0x00, 0x0b, 0x03, 0xe8, 0x00, 0x00, 0x00, 0x00,
0xd0, 0x28, 0xc5, 0x9e, 0x00, 0x00, 0x00, 0x00, 0xda, 0x93, 0x24, 0xb5,
0xff, 0x96, 0x00, 0x00, 0x02, 0xf2, 0x03, 0xe8, 0x00, 0x03, 0x00, 0x08,
0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x9c, 0x63, 0x60,
0x64, 0x60, 0x60, 0x7e, 0xc1, 0xc0, 0xc0, 0x10, 0xc5, 0x6c, 0xf0, 0x7f,
0xda, 0xff, 0x77, 0x4c, 0x9f, 0x18, 0x52, 0x18, 0x38, 0x19, 0x90, 0x81,
0x0c, 0x00, 0x93, 0x72, 0x06, 0x79, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00,
0x00, 0x5e, 0x00, 0x00, 0x78, 0x9c, 0x63, 0x60, 0x61, 0x56, 0x62, 0xda,
0xc3, 0xc0, 0xca, 0xc0, 0xc1, 0xd4, 0x05, 0xa4, 0x79, 0x18, 0x7a, 0x40,
0xf4, 0xff, 0xeb, 0x8c, 0x0f, 0x18, 0x0c, 0x19, 0x99, 0x18, 0x18, 0x98,
0x18, 0x38, 0x98, 0x19, 0x60, 0x00, 0xc1, 0x02, 0x82, 0x80, 0x34, 0xd7,
0x14, 0x86, 0x85, 0x0c, 0x0a, 0x0c, 0x1b, 0x99, 0x5f, 0x00, 0xb9, 0x51,
0x60, 0x92, 0x81, 0x81, 0x11, 0xac, 0xf0, 0x05, 0x90, 0xa7, 0x00, 0x84,
0x8c, 0x00, 0xce, 0x1d, 0x0e, 0x35, 0x00, 0x00, 0x78, 0x9c, 0xc5, 0x5b,
0xdb, 0x6e, 0x23, 0x47, 0x7a, 0x2e, 0x8d, 0xbd, 0x8b, 0xb8, 0x62, 0x1b,
0x08, 0x36, 0xd9, 0x35, 0x16, 0xb9, 0x28, 0x08, 0x89, 0x31, 0x02, 0x5a,
0x9c, 0x91, 0x66, 0x3c, 0x36, 0x74, 0xb5, 0x1c, 0x92, 0x1a, 0x11, 0x43,
0x91, 0x32, 0x49, 0x79, 0x76, 0xae, 0x16, 0xad, 0x66, 0x51, 0xec, 0x15,
0xbb, 0x9b, 0xdb, 0xdd, 0xa4, 0x4c, 0x24, 0x17, 0x41, 0x1e, 0x25, 0x6f,
0x91, 0xdb, 0xe4, 0x25, 0x72, 0x9b, 0x8b, 0x5c, 0x27, 0x40, 0x5e, 0x20,
0xdf, 0xff, 0x57, 0x55, 0x1f, 0x78, 0x90, 0xb4, 0x4e, 0x82, 0x35, 0x2d,
0xb2, 0x58, 0x5d, 0xf5, 0x1f, 0xbf, 0xff, 0x50, 0xdd, 0x1c, 0x21, 0xc4,
0x57, 0x07, 0x5f, 0x8b, 0x03, 0x61, 0xfe, 0xfb, 0x8d, 0xf8, 0x47, 0x3b,
0x3e, 0x10, 0x5f, 0x8a, 0x7f, 0xb7, 0xe3, 0x67, 0xe2, 0xcf, 0x0f, 0xfe,
0xcc, 0x8e, 0x3f, 0x11, 0x6f, 0x0e, 0xdc, 0x9a, 0x4f, 0xc5, 0xaf, 0x0f,
0xfe, 0xd3, 0x8e, 0x7f, 0x26, 0x3e, 0x7f, 0xf6, 0x37, 0x76, 0xfc, 0x73,
0xf1, 0xd5, 0xb3, 0xc0, 0x8e, 0x3f, 0x13, 0x87, 0xcf, 0xfe, 0xc5, 0x8e,
0x3f, 0x17, 0xbf, 0xfa, 0xe4, 0xaf, 0xec, 0xf8, 0x8b, 0xbf, 0xf8, 0xfa,
0x6f, 0xff, 0xce, 0x8e, 0xbf, 0x14, 0xbf, 0x7e, 0xf3, 0x6f, 0x76, 0xfc,
0x0b, 0xf1, 0xf9, 0xb7, 0x5f, 0x80, 0xcb, 0xc1, 0xa7, 0x9f, 0xe1, 0xdb,
0x3f, 0x30, 0x47, 0x1a, 0x1f, 0x88, 0xbf, 0x16, 0xff, 0x6a, 0xc7, 0xcf,
0xc4, 0x2f, 0xc5, 0x7f, 0xd9, 0xf1, 0x27, 0x62, 0x7e, 0xf0, 0x97, 0x76,
0xfc, 0xa9, 0x78, 0x7d, 0xf0, 0xcf, 0x76, 0xfc, 0x33, 0xc8, 0x20, 0xed,
0xf8, 0xe7, 0xe2, 0xe5, 0xb3, 0x13, 0x3b, 0xfe, 0x4c, 0xb4, 0x9f, 0xfd,
0xbd, 0x1d, 0x7f, 0x2e, 0x1a, 0xcf, 0xfe, 0xc3, 0x8e, 0xbf, 0x38, 0xec,
0x7d, 0x72, 0x6c, 0xc7, 0x5f, 0x8a, 0xd7, 0x6f, 0xfe, 0xc9, 0x8e, 0x7f,
0x21, 0xbe, 0x7a, 0xf3, 0xdf, 0xa2, 0x25, 0x52, 0xa1, 0x85, 0x2f, 0x72,
0xbc, 0x4f, 0x84, 0x12, 0x37, 0x62, 0x8d, 0xf7, 0xf7, 0xf8, 0x96, 0x89,
0x99, 0x08, 0xc5, 0x1d, 0xae, 0xc5, 0x42, 0x8a, 0x7b, 0x8c, 0x73, 0xcc,
0x28, 0x71, 0x2e, 0x12, 0xcc, 0xe4, 0xfc, 0x99, 0x8a, 0x5b, 0xac, 0x54,
0xe2, 0x54, 0x34, 0xc4, 0x4b, 0x7c, 0x3e, 0xc7, 0x8a, 0x1c, 0xaf, 0x85,
0x38, 0x13, 0x2f, 0xf0, 0x9a, 0xda, 0xb5, 0xd3, 0x62, 0x6d, 0x03, 0x74,
0xa7, 0x78, 0x8f, 0x31, 0xce, 0xc5, 0x91, 0x10, 0xad, 0x54, 0xfb, 0xb9,
0x9e, 0xa8, 0x9b, 0xb5, 0x7a, 0xaf, 0xb3, 0x59, 0x78, 0xe7, 0xc7, 0xf2,
0x3e, 0xcc, 0x67, 0xea, 0x3c, 0x89, 0xf3, 0xf3, 0x24, 0xbd, 0xd5, 0xea,
0xb4, 0xf1, 0x52, 0x3d, 0x9f, 0xe5, 0xf9, 0xe2, 0xec, 0xc5, 0x8b, 0x29,
0x66, 0xa7, 0x34, 0xdb, 0xc8, 0xa6, 0x8d, 0x58, 0xe7, 0xa0, 0xd0, 0x16,
0x23, 0xd1, 0x11, 0xef, 0xc4, 0x89, 0x78, 0x0d, 0x11, 0x5a, 0x62, 0x0e,
0x91, 0x33, 0xbc, 0x42, 0x11, 0xe0, 0xe2, 0xa8, 0xf3, 0xee, 0xe4, 0xb5,
0x6a, 0xcd, 0xfd, 0x2c, 0x0b, 0xf1, 0xfd, 0x2d, 0x24, 0x99, 0xb3, 0xa6,
0x5d, 0xf0, 0xf7, 0x31, 0xe6, 0x65, 0x6f, 0x93, 0xf9, 0x44, 0x75, 0x73,
0x7f, 0x4e, 0x6b, 0x1e, 0xd2, 0xf0, 0x0c, 0x7f, 0x0f, 0x31, 0x3c, 0xde,
0xc3, 0xc1, 0xec, 0x3c, 0x11, 0xdf, 0x60, 0xc5, 0x2b, 0xfc, 0x9d, 0x82,
0x1a, 0xfd, 0x89, 0xba, 0x9a, 0x67, 0xaa, 0x2e, 0xf0, 0x71, 0x45, 0x30,
0x5c, 0x3c, 0xf9, 0xe6, 0xf8, 0xd5, 0xf1, 0xe9, 0xcb, 0xd3, 0x97, 0x0f,
0x6b, 0xbd, 0x4f, 0x08, 0xb1, 0x9f, 0xb8, 0x10, 0x3f, 0x40, 0xcf, 0x94,
0x09, 0x90, 0xf6, 0x0a, 0xb2, 0x35, 0x40, 0xfa, 0x0d, 0x2e, 0xe8, 0x34,
0x0b, 0x93, 0x58, 0xbd, 0x6c, 0xbc, 0x7e, 0x53, 0xe7, 0xbb, 0x8f, 0xeb,
0x0e, 0x9e, 0x55, 0x96, 0x8e, 0xe3, 0x26, 0xca, 0x9e, 0x8b, 0xb1, 0xc5,
0x59, 0xce, 0xb2, 0x9c, 0x21, 0x6a, 0xef, 0x8a, 0x35, 0x31, 0x88, 0x47,
0xf8, 0xfc, 0x9d, 0xf8, 0x0e, 0xaf, 0x05, 0xae, 0x27, 0x84, 0x1f, 0x07,
0x9a, 0xe7, 0x63, 0xa0, 0x26, 0xd7, 0xe9, 0xd9, 0x6f, 0xee, 0x68, 0x26,
0x4e, 0xa2, 0xf0, 0x77, 0xdf, 0x7d, 0xb7, 0x48, 0x13, 0xac, 0xa9, 0x83,
0xf2, 0x9e, 0x5f, 0x8d, 0x0a, 0x69, 0xc3, 0xde, 0x81, 0x52, 0x58, 0xa8,
0xdd, 0xdf, 0xdf, 0x37, 0xee, 0x2c, 0x75, 0x82, 0x1a, 0xb0, 0x0a, 0x96,
0x0b, 0x04, 0x48, 0x8a, 0x3d, 0xb7, 0x4c, 0x95, 0x20, 0x1f, 0x40, 0x0c,
0xc5, 0xce, 0x3c, 0x81, 0x60, 0x1e, 0xc6, 0x9b, 0x94, 0xb7, 0x03, 0xe3,
0x31, 0x19, 0x8e, 0x40, 0xa7, 0x1a, 0x74, 0x43, 0x5e, 0x47, 0x46, 0x59,
0xd9, 0x40, 0x75, 0x20, 0x55, 0xa2, 0x8f, 0x9d, 0x11, 0x83, 0xf4, 0xb0,
0xf0, 0xce, 0x21, 0x28, 0x49, 0xbc, 0xc6, 0x4c, 0x3b, 0xab, 0xad, 0x1f,
0x61, 0x34, 0xc5, 0xe8, 0x1e, 0xfb, 0x52, 0xde, 0x67, 0x56, 0x18, 0x7f,
0x69, 0xac, 0xca, 0x2c, 0x8f, 0x25, 0xc6, 0x13, 0xe6, 0xaa, 0x58, 0x0e,
0xcd, 0xbb, 0xbb, 0xa2, 0x87, 0xcf, 0x01, 0x74, 0xd1, 0xac, 0x5b, 0x49,
0xb9, 0x57, 0xa3, 0x40, 0x96, 0xd8, 0x04, 0xd5, 0x09, 0xe4, 0x3a, 0x61,
0xd9, 0x4a, 0xc9, 0xea, 0x7c, 0x9d, 0x34, 0x01, 0xdb, 0x3a, 0x2c, 0xd2,
0x92, 0xc6, 0xba, 0x04, 0x32, 0x13, 0x55, 0x9f, 0xe5, 0x72, 0x2b, 0x09,
0x69, 0x19, 0xae, 0xd1, 0x68, 0x85, 0xbf, 0x90, 0x51, 0x79, 0x83, 0x77,
0xa2, 0x56, 0xda, 0xd0, 0x67, 0x59, 0x9b, 0xe2, 0x7b, 0x1e, 0xe7, 0xf0,
0x84, 0xdc, 0xf0, 0x4a, 0x06, 0xae, 0xe4, 0xdb, 0x05, 0xe6, 0x32, 0x4e,
0x55, 0x44, 0xab, 0x61, 0xd3, 0xc0, 0x0b, 0xe8, 0x7c, 0x0e, 0x1d, 0x25,
0xbf, 0x8e, 0xff, 0x24, 0x2f, 0x59, 0xb1, 0xff, 0x15, 0x3c, 0xdd, 0x67,
0x9d, 0x06, 0xf8, 0x1c, 0xb3, 0xfd, 0xbb, 0xc0, 0x28, 0xcd, 0x12, 0x0a,
0xf6, 0x59, 0x5f, 0x81, 0x0e, 0xe1, 0xf5, 0x0d, 0xef, 0xd5, 0xb0, 0x54,
0x0a, 0x4f, 0x13, 0x16, 0xd6, 0x16, 0xc7, 0x2f, 0xc5, 0xb7, 0x7f, 0x42,
0x0d, 0x25, 0x34, 0x1b, 0x42, 0xfe, 0xa6, 0xb8, 0x44, 0x46, 0xe9, 0x61,
0x64, 0xd0, 0x42, 0xde, 0xbc, 0x85, 0x26, 0xc6, 0xdf, 0x8a, 0x51, 0x5c,
0xe2, 0xf2, 0x71, 0x3c, 0x52, 0x14, 0x1a, 0x0f, 0x1e, 0x31, 0x02, 0x0c,
0xf6, 0x73, 0x46, 0x4e, 0x86, 0xcf, 0x10, 0x51, 0xb4, 0x64, 0xec, 0xe4,
0x16, 0x39, 0xe4, 0x77, 0xca, 0x67, 0x84, 0x21, 0x8a, 0x03, 0xc9, 0xef,
0x2b, 0x8b, 0xc5, 0x05, 0x47, 0x9d, 0xe1, 0x64, 0x64, 0x09, 0x38, 0xff,
0x19, 0xf4, 0xd1, 0x5e, 0x9f, 0xa9, 0xae, 0x98, 0xda, 0xb4, 0x90, 0xca,
0xa4, 0xae, 0xdf, 0x63, 0x36, 0x60, 0x9c, 0x79, 0x15, 0x29, 0x96, 0xb8,
0xba, 0xe0, 0xbd, 0x79, 0x45, 0xb7, 0x72, 0x6f, 0x50, 0x94, 0x6b, 0xe3,
0x53, 0x89, 0x6f, 0x53, 0x5b, 0x5e, 0xf3, 0x8a, 0x55, 0x7c, 0xac, 0xf4,
0x59, 0xda, 0xc8, 0x96, 0x1f, 0x17, 0x33, 0x73, 0x4e, 0xa5, 0xb7, 0xe0,
0x14, 0x5a, 0xad, 0x03, 0x2b, 0x79, 0xc4, 0xfa, 0xc7, 0x1c, 0x2f, 0x21,
0xe7, 0x9b, 0x6a, 0xac, 0x19, 0x09, 0x8d, 0xec, 0x2b, 0x6b, 0x0f, 0x13,
0x53, 0x53, 0x96, 0x49, 0x17, 0x6b, 0x25, 0xdb, 0xc6, 0xf8, 0x62, 0xca,
0x56, 0x20, 0x3b, 0x19, 0x6b, 0xde, 0x71, 0xd4, 0xc6, 0x6c, 0xdd, 0x19,
0xf3, 0x9e, 0x55, 0xf4, 0x23, 0xf9, 0x23, 0xac, 0x5f, 0xdb, 0x88, 0x57,
0x9c, 0x1b, 0x8d, 0xa7, 0x26, 0xb5, 0xb8, 0x8f, 0x0a, 0x49, 0xb4, 0x9d,
0x89, 0x59, 0x3a, 0x9f, 0xed, 0x10, 0x5b, 0xdc, 0xcf, 0x38, 0x96, 0xab,
0x79, 0x34, 0xb1, 0x36, 0x4d, 0x39, 0xbe, 0x65, 0x05, 0x59, 0x06, 0x19,
0x26, 0x9b, 0x98, 0x4c, 0x93, 0x55, 0x3c, 0xb0, 0x9d, 0x1b, 0xab, 0x32,
0x1b, 0xdb, 0x18, 0x89, 0x97, 0x76, 0x85, 0x67, 0x51, 0xb5, 0xc4, 0x38,
0x2c, 0x66, 0x22, 0xac, 0xa4, 0xef, 0xd3, 0x22, 0xb3, 0x39, 0x9b, 0x19,
0x1d, 0x8d, 0x4f, 0x28, 0x07, 0xdd, 0x60, 0x67, 0x5e, 0xf0, 0x32, 0x16,
0x9e, 0xb3, 0x65, 0x7c, 0x9b, 0x35, 0x13, 0xf6, 0xa3, 0xfb, 0x6e, 0x24,
0x5d, 0x57, 0x90, 0x1d, 0xb3, 0xb6, 0x8a, 0x73, 0xe3, 0xbc, 0xd2, 0xdc,
0x99, 0x95, 0x11, 0xcb, 0x39, 0x67, 0x0b, 0x92, 0x2d, 0x94, 0xb5, 0x84,
0xac, 0x68, 0xe6, 0x59, 0xcb, 0x06, 0x58, 0x67, 0xf4, 0x70, 0x1c, 0x63,
0xa6, 0x64, 0x6a, 0x43, 0xc8, 0x59, 0xb7, 0x44, 0xba, 0xf3, 0xb4, 0xd9,
0x1f, 0xd8, 0x0a, 0x68, 0xac, 0x73, 0x63, 0x6b, 0xca, 0xbc, 0xb0, 0x08,
0x49, 0x72, 0xc3, 0xdf, 0x26, 0xc5, 0xdc, 0xc3, 0xd6, 0x30, 0x16, 0x7b,
0xc1, 0x5c, 0xaa, 0xda, 0x55, 0x33, 0xbd, 0x91, 0x2f, 0xdb, 0xaa, 0x74,
0x75, 0xfc, 0x4e, 0xac, 0x35, 0x7c, 0xb6, 0x93, 0xdb, 0x95, 0x6e, 0xd4,
0x5a, 0x89, 0x79, 0x83, 0xe1, 0x6c, 0x87, 0x75, 0x97, 0x05, 0x22, 0x6e,
0x9e, 0x64, 0x93, 0xd2, 0xd2, 0x75, 0x0c, 0x39, 0x6c, 0xef, 0xda, 0x9f,
0x71, 0x37, 0x30, 0x63, 0x54, 0x9a, 0xfc, 0x93, 0x56, 0x6c, 0xeb, 0x24,
0x31, 0x16, 0x4e, 0xd9, 0xab, 0x9a, 0x51, 0xb1, 0x5d, 0xc5, 0x9d, 0x8e,
0x65, 0x1c, 0x90, 0x05, 0xd6, 0x1c, 0xaf, 0x2e, 0x77, 0xd4, 0xb1, 0x5e,
0x45, 0x06, 0xd1, 0xfe, 0x03, 0x67, 0x8e, 0x94, 0xfd, 0xe6, 0xb2, 0xdf,
0xd4, 0xfa, 0x62, 0x3b, 0x26, 0xcc, 0x3a, 0xdf, 0xc6, 0xe7, 0x66, 0x3f,
0xb1, 0xbb, 0xfe, 0x4f, 0xb0, 0xd3, 0xd8, 0xda, 0x69, 0xe6, 0x73, 0x56,
0x24, 0xf4, 0x4b, 0x4b, 0xb7, 0x44, 0x60, 0x82, 0xbd, 0xcb, 0x8a, 0x2c,
0x65, 0x86, 0x74, 0xda, 0x67, 0x05, 0x6e, 0x37, 0xf3, 0xa9, 0xc9, 0x97,
0x65, 0x77, 0x13, 0xf2, 0x78, 0xb7, 0x07, 0x4c, 0xb6, 0x68, 0xa3, 0x1a,
0x9d, 0xa3, 0xca, 0xf6, 0xf1, 0x37, 0xc6, 0xdf, 0x80, 0x6b, 0xad, 0x44,
0xbf, 0xb5, 0xbf, 0xbf, 0x3a, 0xb4, 0x76, 0x98, 0xda, 0xbc, 0xe3, 0x6c,
0xe3, 0xa4, 0xc9, 0xb8, 0xe3, 0x73, 0xd6, 0x9f, 0x72, 0xcf, 0x61, 0xf4,
0xdf, 0xf6, 0x65, 0x35, 0x82, 0xd5, 0x8e, 0x7e, 0x54, 0x8a, 0x0b, 0x1b,
0x0f, 0xc4, 0xeb, 0x39, 0xf6, 0x1d, 0x3d, 0xd9, 0xee, 0x0e, 0x81, 0x81,
0xe5, 0x99, 0xda, 0x7c, 0x13, 0xf1, 0xf8, 0xae, 0x88, 0xbe, 0xcc, 0x56,
0x2a, 0xca, 0xdd, 0x0e, 0x1d, 0x61, 0x25, 0x77, 0xcb, 0x5a, 0xce, 0xd0,
0x36, 0x0e, 0x97, 0xa0, 0x11, 0x58, 0xeb, 0x3b, 0x0d, 0x3d, 0x9b, 0x11,
0x42, 0x1b, 0xc1, 0xf5, 0xfe, 0xab, 0x1a, 0x13, 0x75, 0x2f, 0x97, 0xf5,
0xcf, 0x78, 0xe5, 0xf0, 0x49, 0xfd, 0xf1, 0x3e, 0x3f, 0x38, 0x2c, 0x55,
0xa3, 0x3c, 0xe3, 0x88, 0x08, 0x36, 0x32, 0x75, 0x55, 0x73, 0xfa, 0x3e,
0xb5, 0x07, 0x15, 0xe7, 0x11, 0x69, 0xbb, 0xd6, 0xfa, 0x09, 0x21, 0xb3,
0x12, 0x97, 0x11, 0x63, 0xfc, 0xe2, 0x64, 0x1f, 0xd8, 0xd5, 0x21, 0x4b,
0x30, 0x17, 0x9b, 0x7d, 0xdb, 0x63, 0xf8, 0x71, 0x5d, 0x87, 0xe9, 0x27,
0x5c, 0xaf, 0x67, 0xd0, 0xf4, 0x50, 0xd7, 0x6f, 0x6a, 0xfe, 0x82, 0x57,
0xe8, 0x4a, 0x1e, 0xca, 0xb8, 0xcf, 0xd9, 0x9d, 0x7b, 0x1f, 0xc3, 0x9f,
0xda, 0x81, 0x3f, 0xa7, 0xe7, 0xe5, 0x56, 0xed, 0x7b, 0x9a, 0x9e, 0x0f,
0x57, 0x9b, 0xc8, 0xf6, 0x39, 0x4e, 0x36, 0x9f, 0x2b, 0x49, 0x19, 0xf1,
0x09, 0xa3, 0x6c, 0x62, 0x23, 0x29, 0xb7, 0x57, 0x3c, 0xee, 0x52, 0x52,
0xeb, 0xcf, 0x1b, 0xdb, 0x09, 0xe5, 0xac, 0xa9, 0xdb, 0x7b, 0xcc, 0x7d,
0x72, 0xbd, 0xb3, 0x70, 0xf9, 0xa2, 0xec, 0x61, 0x12, 0x7b, 0xce, 0x30,
0xab, 0xcb, 0xfc, 0x3a, 0xdd, 0xf0, 0xd0, 0xb6, 0xa5, 0xab, 0x6b, 0xe4,
0xa3, 0x28, 0xf0, 0x0a, 0x0d, 0x03, 0xae, 0x58, 0xb1, 0x5d, 0x7b, 0x5b,
0xe4, 0xdf, 0x88, 0xed, 0x52, 0xe6, 0x34, 0xb3, 0xda, 0x75, 0x93, 0x9b,
0x39, 0xf0, 0x21, 0x64, 0x38, 0xbb, 0x4b, 0x96, 0xf7, 0x5e, 0x28, 0x96,
0x7a, 0xc5, 0xf9, 0x91, 0x76, 0x39, 0x1c, 0x3b, 0xcf, 0x36, 0xd9, 0x6e,
0x33, 0xe6, 0xf4, 0x14, 0x2f, 0x66, 0xac, 0x69, 0x5c, 0xd4, 0x31, 0x5d,
0x68, 0xa3, 0x8b, 0x39, 0x53, 0xa9, 0x6f, 0x6d, 0xff, 0x18, 0x15, 0xf3,
0x39, 0xe3, 0x7c, 0xc6, 0x7d, 0x6a, 0xc0, 0x96, 0xa2, 0xfe, 0x2e, 0x65,
0xef, 0x99, 0x58, 0x4c, 0xec, 0x7b, 0x59, 0xe1, 0x16, 0x56, 0x96, 0xa4,
0xe2, 0x35, 0xe3, 0x95, 0x78, 0x07, 0xc6, 0xeb, 0xd1, 0xb5, 0xdf, 0x4e,
0x0d, 0x7b, 0x56, 0xe9, 0x20, 0xfb, 0x5c, 0xa2, 0x16, 0x8c, 0xf8, 0x6c,
0x36, 0xe0, 0x33, 0xd9, 0xd7, 0x1c, 0x1d, 0x34, 0x6e, 0x6f, 0x54, 0x8a,
0x2b, 0x96, 0x25, 0xe2, 0xf8, 0x2a, 0x4f, 0x66, 0x26, 0x7f, 0x1a, 0x79,
0xb5, 0xf5, 0x9c, 0xd1, 0x3d, 0xb6, 0x72, 0x79, 0xa2, 0xda, 0x69, 0xbb,
0xf3, 0x86, 0xe9, 0x8e, 0xe9, 0x16, 0x95, 0xb7, 0x65, 0xe9, 0xba, 0xd6,
0x09, 0xa8, 0xe6, 0xb6, 0x12, 0x1b, 0x2c, 0x48, 0xee, 0xde, 0x5d, 0xc6,
0xda, 0xc4, 0xec, 0x7e, 0xbd, 0x4b, 0x4e, 0xcb, 0xe2, 0x9c, 0xef, 0x3a,
0xdd, 0xb5, 0xed, 0x4b, 0x0c, 0x4d, 0xd3, 0xf1, 0xea, 0x8a, 0x84, 0x65,
0xb7, 0x57, 0xef, 0x86, 0xd7, 0x1c, 0x91, 0xfb, 0xba, 0xbe, 0xea, 0x39,
0xc4, 0x74, 0xad, 0x73, 0xb1, 0xbf, 0x97, 0x36, 0xf5, 0x6e, 0xfb, 0x6a,
0x79, 0x47, 0x61, 0xfb, 0xf4, 0xe8, 0xb4, 0x95, 0x3b, 0xb5, 0x35, 0x39,
0xc2, 0x9d, 0xd8, 0x36, 0x11, 0x32, 0xb5, 0xf9, 0x37, 0xe1, 0x0e, 0xd4,
0x44, 0x99, 0xc1, 0xd6, 0xc4, 0x9e, 0xa5, 0x12, 0xae, 0xb1, 0x67, 0x8c,
0x97, 0x13, 0xae, 0xc8, 0x7d, 0xee, 0x36, 0xaa, 0x3d, 0xd8, 0xe3, 0x51,
0x19, 0x5b, 0x64, 0xd7, 0x73, 0x4c, 0x68, 0x63, 0x3e, 0xb4, 0xfc, 0x4c,
0x6f, 0xbb, 0xb4, 0x39, 0x64, 0x57, 0xe6, 0xf1, 0x6c, 0x85, 0x56, 0x3b,
0x72, 0x8e, 0xe1, 0xf0, 0x58, 0xa6, 0xce, 0xac, 0xf7, 0xea, 0x27, 0xb5,
0xfa, 0x29, 0xc3, 0xc8, 0x45, 0xbe, 0x9a, 0xda, 0x48, 0x39, 0x65, 0xcd,
0x7f, 0x3a, 0xcf, 0xa7, 0x23, 0x74, 0x53, 0xb6, 0xcd, 0x53, 0xc7, 0xff,
0xd7, 0xf9, 0xa2, 0xcc, 0x5b, 0xbb, 0x4f, 0x18, 0x9a, 0xcf, 0xe5, 0xb3,
0x4a, 0x84, 0xc8, 0x22, 0x0b, 0x99, 0xc8, 0xac, 0x9e, 0x39, 0xcd, 0x5d,
0x84, 0x55, 0x51, 0x41, 0x36, 0x2b, 0xad, 0xe9, 0x8e, 0x43, 0xdb, 0x55,
0x95, 0xe7, 0xf4, 0xdd, 0xfd, 0x5d, 0xd9, 0xc7, 0x67, 0x96, 0x62, 0x79,
0x2e, 0xdb, 0xec, 0xd8, 0x26, 0x2c, 0x6b, 0x15, 0x9f, 0xae, 0xf7, 0xc9,
0x2d, 0x9f, 0x63, 0xf6, 0x9d, 0x41, 0x95, 0xc9, 0xc9, 0x3f, 0xda, 0x93,
0x40, 0xb5, 0xb7, 0x9b, 0x71, 0xcf, 0x46, 0x3b, 0x8e, 0x6d, 0x57, 0x3e,
0xa9, 0xdc, 0x99, 0x9b, 0xd9, 0x19, 0x57, 0x27, 0xc8, 0xde, 0x0e, 0x99,
0xa5, 0x0d, 0x16, 0xd6, 0xa2, 0x0b, 0xd6, 0xdd, 0xdd, 0x9b, 0x89, 0xac,
0x25, 0x4d, 0xcd, 0xd8, 0x45, 0x3d, 0xe2, 0x6a, 0x6f, 0xe6, 0x72, 0x7b,
0x9f, 0x22, 0x64, 0x3c, 0x4e, 0x98, 0x9b, 0xf3, 0xa6, 0xe3, 0xe7, 0x34,
0x30, 0x52, 0xdc, 0x58, 0x7c, 0x9a, 0x7b, 0x62, 0xd5, 0x9e, 0x7c, 0xff,
0xe9, 0x3b, 0xb1, 0x96, 0xad, 0xf3, 0xa9, 0x9f, 0x7f, 0x4d, 0x2f, 0x1f,
0xda, 0xce, 0x7a, 0xc5, 0x2b, 0xef, 0x77, 0xf6, 0x56, 0x4b, 0xdb, 0xcf,
0x9a, 0xd8, 0x79, 0x65, 0xb3, 0x46, 0xf2, 0x84, 0x48, 0xf9, 0x29, 0x71,
0xb2, 0xb4, 0xb2, 0xbb, 0x3d, 0xfb, 0xfb, 0x69, 0x59, 0xf4, 0xd3, 0xd5,
0xd3, 0x85, 0xb1, 0x4e, 0xc6, 0x1a, 0xfe, 0xc8, 0x67, 0xb5, 0x90, 0xbb,
0xe7, 0x9c, 0x2d, 0x6d, 0xaa, 0x73, 0x2e, 0xb4, 0xed, 0xa5, 0xf6, 0x57,
0xc0, 0x7a, 0xcd, 0xdb, 0xb4, 0x49, 0xc0, 0xde, 0x31, 0xe7, 0xf3, 0x45,
0x91, 0x61, 0x4d, 0x2d, 0x7b, 0xac, 0x17, 0xad, 0x9f, 0x54, 0x0c, 0x0d,
0x13, 0xfb, 0xf5, 0xae, 0x39, 0x2e, 0xee, 0xb2, 0x2c, 0xac, 0x1e, 0x7a,
0x47, 0xcf, 0x6d, 0xd0, 0x18, 0x55, 0x10, 0xe2, 0x6c, 0xec, 0x4e, 0x11,
0xae, 0x93, 0x5e, 0x14, 0xf7, 0x13, 0x4a, 0xad, 0xea, 0xb4, 0x9c, 0xa7,
0xdd, 0x19, 0xf3, 0x35, 0x5b, 0xd5, 0xdd, 0x23, 0x88, 0x37, 0xac, 0x5d,
0xf7, 0xed, 0xd3, 0x3a, 0xf0, 0xfa, 0x29, 0x57, 0xd5, 0xfa, 0xb5, 0xdd,
0x74, 0xf7, 0xd7, 0x43, 0x77, 0x4f, 0xce, 0xd4, 0xe0, 0xfa, 0xbd, 0x87,
0xf2, 0x5e, 0x48, 0xf5, 0x6e, 0x61, 0xc4, 0x6b, 0x74, 0xd1, 0xe9, 0x4d,
0x98, 0x6f, 0x66, 0xfb, 0x18, 0x93, 0x5d, 0x26, 0xf6, 0xae, 0x46, 0xce,
0xfe, 0x71, 0xf9, 0x8c, 0xf2, 0xe3, 0x63, 0x68, 0xf7, 0x2c, 0xe6, 0x28,
0xd3, 0x2d, 0x2a, 0xd5, 0x99, 0xf2, 0xc3, 0x1d, 0xcb, 0x77, 0x6f, 0xf3,
0xfe, 0x6d, 0x0d, 0xe1, 0xdb, 0xdd, 0x9f, 0xa1, 0xb7, 0xcb, 0x1e, 0x8f,
0xa3, 0xcb, 0xed, 0xaa, 0x66, 0xe1, 0xfd, 0x96, 0x4e, 0x6b, 0xd5, 0xa4,
0x7a, 0xef, 0xe1, 0xb1, 0xe8, 0x91, 0x3b, 0xa3, 0xc7, 0xe0, 0xe6, 0x9b,
0x1a, 0x6e, 0x1e, 0xee, 0xdf, 0xb6, 0xbb, 0x23, 0x23, 0xd5, 0xae, 0xce,
0xc9, 0xdd, 0x05, 0x7c, 0xfc, 0x14, 0x44, 0x95, 0x35, 0x62, 0x14, 0x94,
0x98, 0xd8, 0x57, 0x65, 0x4d, 0x3c, 0x84, 0xf6, 0x1e, 0xc7, 0x5a, 0x3c,
0xed, 0x2e, 0x45, 0xb5, 0x13, 0x2c, 0x39, 0x55, 0x51, 0xb8, 0xff, 0xec,
0xfa, 0xd8, 0x7d, 0xb0, 0x7d, 0xf5, 0xd2, 0x64, 0x8b, 0x3f, 0xe6, 0xbe,
0x97, 0x14, 0xff, 0xd7, 0xf7, 0xbd, 0xb6, 0x4f, 0x51, 0x0f, 0xdf, 0xf7,
0x92, 0x3b, 0xef, 0x7b, 0x3d, 0x76, 0x96, 0x19, 0x17, 0x67, 0x99, 0x3e,
0x90, 0xeb, 0x4e, 0x2d, 0x0f, 0x3d, 0xab, 0x23, 0x8b, 0x9b, 0x1e, 0xd3,
0x49, 0xbe, 0xb4, 0x99, 0xc1, 0x79, 0x69, 0x85, 0xab, 0xa1, 0x30, 0xf7,
0xe8, 0xa7, 0x62, 0xdf, 0x09, 0x79, 0xb3, 0xd7, 0xd9, 0xec, 0x9d, 0xdd,
0x7d, 0x57, 0x59, 0xd8, 0xc6, 0xd4, 0x77, 0x77, 0x57, 0x8e, 0x4e, 0x5f,
0x2d, 0xd1, 0x83, 0xd4, 0x5d, 0xc8, 0x4f, 0x5a, 0x90, 0xd4, 0x17, 0xfc,
0x14, 0xac, 0x7c, 0x3e, 0x36, 0xe2, 0xbb, 0xfc, 0x63, 0xf1, 0x01, 0xeb,
0x86, 0x7c, 0x8d, 0xf6, 0x29, 0x7e, 0xde, 0x34, 0x40, 0x5e, 0xe9, 0xf2,
0xfd, 0xbd, 0xb6, 0x50, 0x7c, 0xa6, 0x1d, 0xd9, 0xeb, 0x87, 0x8c, 0xba,
0x0f, 0x7c, 0x8e, 0xbb, 0xc0, 0xba, 0x6b, 0xa6, 0x65, 0x68, 0x0c, 0xf1,
0x4e, 0xb4, 0x3f, 0x0a, 0xf3, 0x04, 0x41, 0xf1, 0x77, 0xfa, 0xf6, 0x9e,
0xad, 0xd8, 0xe6, 0x98, 0xe8, 0x88, 0xdf, 0xda, 0x67, 0x5a, 0x23, 0xa6,
0x3a, 0xc0, 0x58, 0xb1, 0xa4, 0x57, 0xfc, 0xcc, 0xae, 0xc3, 0xeb, 0x14,
0xef, 0x20, 0x2d, 0xae, 0x59, 0xa3, 0xbe, 0x78, 0x87, 0xb9, 0xb7, 0x96,
0x5f, 0x1f, 0xbb, 0xdc, 0x33, 0xbe, 0x4b, 0x96, 0xc5, 0x48, 0x3a, 0xc6,
0x7c, 0xc9, 0xb5, 0x2e, 0x55, 0x97, 0x39, 0x1a, 0xc9, 0xa4, 0xb5, 0x4b,
0x0b, 0x3a, 0x98, 0xab, 0x4d, 0xd0, 0xee, 0x32, 0x3d, 0x92, 0xdf, 0x63,
0x4b, 0xd1, 0xb8, 0x5f, 0xc8, 0x79, 0x6e, 0x25, 0x6d, 0xb2, 0x8d, 0x88,
0xf2, 0x98, 0x9f, 0x30, 0x5e, 0xb3, 0xa5, 0x87, 0x3c, 0x7b, 0x8d, 0xcf,
0x2b, 0xac, 0x33, 0x4f, 0x1c, 0x9b, 0xac, 0xb3, 0x91, 0xb6, 0xcf, 0x3a,
0x9c, 0xe3, 0xba, 0xd1, 0xa5, 0xc3, 0x12, 0x10, 0x67, 0x69, 0x6d, 0xd5,
0xe2, 0xa7, 0x98, 0x1f, 0x79, 0xc5, 0x3b, 0xc8, 0x35, 0x66, 0x29, 0xae,
0x18, 0x7b, 0x66, 0xa5, 0xc7, 0x1a, 0x92, 0x3e, 0x6d, 0xde, 0x4f, 0x5c,
0xdf, 0xf3, 0xac, 0x91, 0x6c, 0x60, 0xbd, 0x4c, 0xe3, 0x92, 0x4a, 0xc3,
0xda, 0xd2, 0xc8, 0xa1, 0x70, 0xfd, 0x07, 0x4b, 0x8f, 0x30, 0x40, 0xfa,
0xf7, 0xf8, 0x59, 0x8f, 0xd9, 0x2b, 0x77, 0xc8, 0xa1, 0xd8, 0xd3, 0x3d,
0xe6, 0x3a, 0x64, 0x2f, 0x74, 0xac, 0xed, 0x9b, 0xf6, 0x99, 0x64, 0xd5,
0x3a, 0xc6, 0xf6, 0x25, 0xfe, 0x48, 0xbe, 0x36, 0x3f, 0xbf, 0x6c, 0xb2,
0xde, 0xa3, 0x9d, 0xf2, 0x3a, 0x6a, 0x55, 0x1f, 0xc8, 0x9d, 0x18, 0x70,
0x1c, 0xde, 0xb1, 0x16, 0x1d, 0xb6, 0x47, 0x8f, 0xb9, 0x8c, 0xf8, 0xfe,
0x43, 0x8b, 0x29, 0xf5, 0x0a, 0x0c, 0xd1, 0xce, 0x21, 0xcf, 0x8f, 0x2b,
0xb8, 0x32, 0xe8, 0x36, 0x9e, 0xef, 0x55, 0x6c, 0xd8, 0xb2, 0xf7, 0x26,
0x3a, 0xe2, 0x7b, 0x70, 0xed, 0x58, 0xe4, 0x34, 0xf9, 0x49, 0x77, 0x5d,
0x0b, 0x13, 0x07, 0x24, 0x7f, 0xa9, 0x85, 0xb1, 0x73, 0xd3, 0xbe, 0xb7,
0x8a, 0xac, 0xa1, 0x2a, 0x3e, 0xee, 0x5b, 0x1f, 0xb6, 0x0a, 0x8f, 0x0e,
0x18, 0x4b, 0xdb, 0x56, 0xf9, 0xc0, 0x11, 0xd7, 0xe1, 0x55, 0x4d, 0xf6,
0xc7, 0xc8, 0x5a, 0x41, 0x32, 0x92, 0x06, 0xd6, 0xba, 0x2e, 0x0a, 0x0d,
0x0f, 0x17, 0xe9, 0xd7, 0x16, 0x85, 0x83, 0x42, 0xb2, 0xba, 0x7d, 0x5d,
0xb4, 0xb8, 0x75, 0x4f, 0xc9, 0x10, 0x86, 0x96, 0xe3, 0x2d, 0x6b, 0x1e,
0x6c, 0xf3, 0x53, 0xea, 0x9e, 0x95, 0x70, 0x54, 0x58, 0xe3, 0x71, 0xba,
0x0d, 0x21, 0x5a, 0xc9, 0x62, 0x9d, 0x86, 0xb7, 0xb3, 0x5c, 0x3d, 0x0f,
0x8e, 0xd4, 0xe9, 0xcb, 0x93, 0xef, 0x3c, 0xe5, 0x7e, 0x6e, 0x52, 0xfc,
0xdc, 0x69, 0xf3, 0x37, 0x28, 0x47, 0x9e, 0xf9, 0x71, 0xd4, 0x50, 0x67,
0x3a, 0x5d, 0xe9, 0x09, 0xff, 0x4a, 0x4a, 0xf5, 0xfd, 0x48, 0xab, 0x43,
0xfa, 0xa1, 0xcd, 0x61, 0x43, 0xca, 0xf1, 0x2c, 0xcc, 0xcc, 0xfc, 0x28,
0x99, 0xe6, 0xf7, 0x7e, 0xaa, 0x15, 0x26, 0xe6, 0x61, 0xa0, 0xe3, 0x0c,
0x3b, 0x96, 0xf1, 0x44, 0xa7, 0x2a, 0x9f, 0x69, 0x35, 0xea, 0xf6, 0xd4,
0x60, 0xa1, 0x63, 0xb3, 0xb8, 0x67, 0x16, 0x78, 0xca, 0xfd, 0xde, 0xe7,
0xa4, 0x71, 0xd2, 0x30, 0xc4, 0xec, 0x5e, 0x22, 0x13, 0x24, 0x8b, 0x90,
0x7e, 0xad, 0xa5, 0xe7, 0xc9, 0xbd, 0xa7, 0xfc, 0x78, 0x42, 0x93, 0xfe,
0x3c, 0x4b, 0x94, 0xbf, 0xf2, 0xc3, 0xb9, 0x7f, 0x33, 0xd7, 0x8a, 0x25,
0xf4, 0xd5, 0x79, 0xf3, 0x7b, 0xe5, 0xe7, 0x67, 0xd2, 0xaa, 0x92, 0x05,
0x69, 0xb8, 0xc8, 0xb3, 0x46, 0x16, 0xce, 0x1b, 0x49, 0x7a, 0xfb, 0x62,
0x70, 0xde, 0x93, 0x52, 0x1e, 0xff, 0xf4, 0xff, 0x24, 0xcb, 0x7f, 0xd5,
0xe9, 0xab, 0xf3, 0x41, 0x7f, 0xac, 0x7a, 0xdd, 0x56, 0xa7, 0x3f, 0xea,
0x54, 0xc5, 0x57, 0xc7, 0xea, 0xf4, 0x8d, 0x3a, 0xd7, 0x37, 0xe9, 0xd2,
0x4f, 0xd7, 0xb0, 0xf1, 0xcb, 0x6f, 0xff, 0x57, 0x0c, 0xe5, 0xd5, 0xb0,
0xd3, 0xbc, 0x7c, 0xdb, 0xeb, 0xc0, 0x2c, 0x5a, 0xdd, 0x26, 0xd0, 0x5b,
0x25, 0x53, 0xb6, 0xe5, 0x96, 0x1d, 0xd5, 0x73, 0x28, 0x78, 0xa4, 0xc8,
0xfa, 0x79, 0xa2, 0xb2, 0x3c, 0x8c, 0x96, 0x73, 0x3f, 0x87, 0x71, 0x92,
0x74, 0x3e, 0xb9, 0x0f, 0x27, 0x5a, 0x4e, 0xf4, 0x0a, 0x56, 0x5c, 0x44,
0x1a, 0x9b, 0x40, 0x25, 0x48, 0xe6, 0x30, 0x5f, 0x92, 0xfa, 0x79, 0xb8,
0xd2, 0x8a, 0x7e, 0xe7, 0xa6, 0x16, 0x69, 0xf2, 0x7b, 0x1d, 0xe4, 0x99,
0xc7, 0x24, 0x96, 0x8b, 0x45, 0x92, 0xe6, 0xcc, 0x8d, 0xaf, 0x06, 0xf4,
0xcb, 0x39, 0x68, 0x2a, 0xf5, 0x74, 0x8a, 0x0b, 0x2c, 0x8a, 0x1f, 0xf8,
0x13, 0x1d, 0x85, 0x01, 0x7b, 0x66, 0x1e, 0xc6, 0xb7, 0xcb, 0x10, 0xac,
0x03, 0x10, 0x8f, 0xa2, 0x65, 0x1c, 0xe6, 0xa1, 0xce, 0x8c, 0xd7, 0x40,
0x10, 0xd4, 0x57, 0x90, 0x03, 0x9e, 0x9a, 0xa6, 0x5a, 0xd3, 0xac, 0x4c,
0x48, 0x8b, 0x69, 0x0a, 0x38, 0x41, 0xcc, 0x3b, 0x15, 0xc6, 0xea, 0x7e,
0x16, 0x06, 0x33, 0xe6, 0x97, 0xa9, 0xc8, 0x5f, 0xc3, 0xf1, 0x2a, 0x9b,
0x41, 0xa9, 0x89, 0xf1, 0x7d, 0x44, 0x44, 0xf0, 0x05, 0x2b, 0x17, 0x7e,
0x9a, 0xc7, 0xb0, 0xfd, 0x2c, 0x5c, 0x18, 0x8c, 0x26, 0x90, 0x34, 0xcd,
0x18, 0x90, 0xb0, 0xcf, 0x79, 0x0f, 0x30, 0x01, 0x68, 0x32, 0x56, 0xa0,
0x40, 0xa3, 0xa1, 0x0c, 0x69, 0x40, 0x78, 0x89, 0x09, 0x0f, 0xa6, 0x5a,
0x4e, 0x42, 0x1a, 0x44, 0xc9, 0x24, 0x9c, 0x86, 0x86, 0x93, 0x04, 0x47,
0x68, 0x92, 0x86, 0x37, 0x4b, 0xfa, 0xb1, 0x20, 0x09, 0x3c, 0x5f, 0x2b,
0x1f, 0xd0, 0x4c, 0xe2, 0x5b, 0xfa, 0x04, 0xd1, 0x35, 0x1b, 0x3b, 0x4e,
0x72, 0x95, 0xd1, 0xef, 0xda, 0x6e, 0xd6, 0x34, 0x19, 0x65, 0x7a, 0xbe,
0xd2, 0x59, 0x43, 0x41, 0x08, 0xc9, 0xcc, 0x3c, 0x08, 0x1b, 0xcc, 0xc1,
0x83, 0x36, 0xc6, 0x6b, 0x85, 0x68, 0x08, 0x57, 0xc6, 0xe8, 0xa4, 0x34,
0xae, 0x07, 0x08, 0x40, 0x88, 0x73, 0x83, 0x48, 0x99, 0x93, 0x20, 0x3a,
0xba, 0xd1, 0x93, 0x09, 0x8d, 0x36, 0xc4, 0x80, 0x60, 0x2f, 0x92, 0xd4,
0xb0, 0x33, 0xa0, 0x07, 0xbd, 0xcc, 0x05, 0x9d, 0xb5, 0x2f, 0x6c, 0x3d,
0xf3, 0x73, 0xbe, 0x94, 0xda, 0xa8, 0x95, 0x31, 0x2c, 0x9c, 0x15, 0xe2,
0x92, 0xde, 0x24, 0xee, 0xa6, 0x24, 0x2c, 0xb4, 0xb5, 0x10, 0x59, 0xbb,
0xbc, 0x9e, 0x79, 0x72, 0x96, 0xdc, 0x03, 0x3f, 0x29, 0x4b, 0x4b, 0x44,
0x20, 0x70, 0xaa, 0xe7, 0xda, 0x2f, 0x43, 0x9c, 0x38, 0xb2, 0x0f, 0x54,
0xbe, 0x5e, 0x68, 0x42, 0x87, 0xb5, 0xba, 0x31, 0x46, 0xaa, 0xff, 0xb0,
0x0c, 0x53, 0xcd, 0xf0, 0x03, 0x7e, 0x4a, 0x4f, 0x60, 0xce, 0x87, 0x3f,
0x5d, 0x9e, 0xa8, 0xc4, 0xff, 0x24, 0x81, 0xd4, 0xc4, 0xcc, 0x5f, 0x2c,
0xe6, 0x6b, 0x89, 0xb5, 0x6c, 0xc0, 0x24, 0x58, 0x32, 0x95, 0xc0, 0xfe,
0x94, 0x73, 0x99, 0x91, 0x6d, 0xf3, 0x42, 0xf6, 0x84, 0xd3, 0x4d, 0x98,
0x56, 0x15, 0x00, 0x2c, 0xda, 0x9d, 0xf3, 0x6e, 0xbf, 0x3b, 0xee, 0x0e,
0xfa, 0x23, 0x79, 0x58, 0xcb, 0x57, 0x87, 0x90, 0x61, 0x0a, 0xec, 0x90,
0x34, 0x44, 0x26, 0xd3, 0x1c, 0x21, 0xd3, 0x70, 0x0e, 0xfe, 0x85, 0x96,
0xc6, 0xc1, 0xaa, 0xc8, 0xa3, 0xf2, 0x02, 0x7e, 0xd0, 0xe9, 0xf3, 0xec,
0x68, 0x97, 0xec, 0x64, 0xc0, 0x00, 0x3b, 0x53, 0xe0, 0x26, 0xf2, 0xd3,
0x3b, 0x72, 0x5f, 0x86, 0xa0, 0x0a, 0x66, 0x64, 0x8e, 0x90, 0xd1, 0x2d,
0x0d, 0x32, 0xc0, 0x30, 0x59, 0xa6, 0x81, 0x36, 0x0c, 0x3d, 0x00, 0x21,
0x84, 0x83, 0x6d, 0xfe, 0x32, 0x9e, 0xb0, 0x2a, 0x73, 0xfc, 0x41, 0x95,
0xc3, 0xed, 0x7c, 0x5c, 0xd5, 0x81, 0xac, 0x64, 0x5c, 0x9e, 0x2d, 0x74,
0x60, 0x41, 0x6d, 0x98, 0x2b, 0x7f, 0x9a, 0x9b, 0x74, 0x2c, 0x83, 0xa2,
0x20, 0x64, 0x20, 0xcc, 0x8e, 0x81, 0x2e, 0x44, 0x7d, 0x80, 0xe9, 0x30,
0xf6, 0xe7, 0x2e, 0xb7, 0x6d, 0xda, 0x87, 0x52, 0x07, 0xf2, 0x04, 0x65,
0x3d, 0x98, 0xa9, 0x9e, 0xfa, 0x11, 0xf9, 0x8b, 0x24, 0xd6, 0x8c, 0xa1,
0x4c, 0x56, 0xd1, 0xbb, 0x69, 0x3f, 0x55, 0xd8, 0x8f, 0x78, 0x5e, 0xba,
0xe8, 0xdb, 0xc1, 0x73, 0x23, 0x6c, 0x22, 0xe4, 0x1c, 0xa2, 0xe6, 0x4f,
0x38, 0xa8, 0xf2, 0xc4, 0xc3, 0xd5, 0xb9, 0xce, 0xf1, 0xc5, 0x93, 0x14,
0x1f, 0xcb, 0x1b, 0x24, 0xa1, 0x7c, 0x49, 0x13, 0xea, 0xf8, 0xd8, 0x25,
0x0b, 0xc2, 0x05, 0x67, 0x98, 0x04, 0x35, 0x03, 0xd3, 0x8c, 0xd7, 0xa9,
0x55, 0xa8, 0x10, 0xda, 0xcc, 0xc8, 0x4d, 0x13, 0x78, 0xc4, 0x30, 0x98,
0xf9, 0xf1, 0x2d, 0x11, 0x05, 0x7e, 0x23, 0xdf, 0x20, 0x0d, 0xd3, 0x94,
0x26, 0x1d, 0x02, 0xeb, 0xc6, 0x20, 0xd9, 0x65, 0xac, 0xef, 0x95, 0x8e,
0x57, 0x61, 0x9a, 0xc4, 0x64, 0x63, 0x52, 0xb6, 0xb9, 0xcc, 0x67, 0x49,
0xba, 0xad, 0x62, 0x16, 0xde, 0xc6, 0x14, 0x63, 0x9a, 0xd8, 0x68, 0x1a,
0x21, 0xa8, 0x6f, 0x91, 0x1f, 0x23, 0x1a, 0xe7, 0x3a, 0x98, 0xc5, 0x61,
0xe0, 0xcf, 0xe5, 0x7d, 0x1a, 0x92, 0x17, 0xc1, 0xde, 0x04, 0xdc, 0x02,
0x54, 0x12, 0x56, 0x0d, 0xaa, 0xc4, 0x85, 0xc5, 0xad, 0xbb, 0x6a, 0x32,
0x81, 0xfd, 0x55, 0x67, 0x78, 0xd9, 0x1d, 0x8d, 0x10, 0x08, 0xea, 0x6b,
0xd5, 0x1a, 0xf4, 0xdb, 0x36, 0x28, 0xae, 0x74, 0x1a, 0x85, 0x19, 0x17,
0x33, 0xe0, 0x13, 0x74, 0x35, 0x94, 0x03, 0xf7, 0x38, 0xa7, 0x5c, 0xc4,
0x49, 0x9b, 0xea, 0x06, 0xd2, 0xf1, 0xad, 0xf6, 0x9c, 0xd0, 0x96, 0x75,
0x72, 0x93, 0x23, 0x88, 0x61, 0x05, 0xe9, 0x53, 0xcd, 0x2e, 0x2c, 0x5b,
0xe3, 0xcd, 0x9b, 0x96, 0x54, 0xf3, 0x29, 0xe9, 0xae, 0x3d, 0x5e, 0x89,
0xc4, 0xab, 0x99, 0x20, 0xa7, 0x3d, 0x9b, 0x86, 0xd7, 0x5e, 0x2d, 0xf5,
0x99, 0x1a, 0x82, 0xd4, 0x3a, 0xaf, 0x65, 0x69, 0xc4, 0x5d, 0xf1, 0x95,
0x1b, 0x85, 0xac, 0xca, 0x56, 0x96, 0x6c, 0x81, 0x08, 0x2a, 0x6c, 0xce,
0x20, 0xd3, 0x84, 0x2a, 0x03, 0xb9, 0x0c, 0xd6, 0x9a, 0x84, 0x04, 0xe4,
0xec, 0x4c, 0xca, 0x93, 0x23, 0xd5, 0xd7, 0xa1, 0xc9, 0x60, 0x5b, 0xae,
0x8c, 0x93, 0xd4, 0x21, 0x26, 0x84, 0xe7, 0x43, 0xec, 0x43, 0xb6, 0x5d,
0x02, 0x21, 0x25, 0x78, 0x3c, 0x04, 0xb4, 0x2a, 0x90, 0x83, 0x0d, 0x9b,
0xa0, 0x46, 0x70, 0xbb, 0xa2, 0x66, 0x4b, 0x06, 0x68, 0xe9, 0xf9, 0x14,
0x4e, 0x39, 0x3d, 0x7a, 0x78, 0xe7, 0x4e, 0x83, 0x3a, 0x6a, 0xae, 0x74,
0xfc, 0x31, 0xf5, 0xc2, 0xdb, 0x28, 0x18, 0xda, 0x47, 0x76, 0x20, 0x87,
0x48, 0x82, 0x10, 0x9c, 0x69, 0x2a, 0x27, 0x5a, 0x84, 0x95, 0x56, 0x65,
0xae, 0x40, 0x3a, 0x46, 0x86, 0x33, 0x35, 0xbd, 0x92, 0xef, 0x38, 0xc7,
0x23, 0xed, 0x99, 0x5a, 0xe6, 0x12, 0xdb, 0x44, 0x59, 0x7b, 0x52, 0xf6,
0xc9, 0xb1, 0xe7, 0xd8, 0x47, 0x01, 0x45, 0x5c, 0xe8, 0x1f, 0x73, 0x97,
0xed, 0x66, 0xcb, 0xc8, 0x8f, 0x8f, 0x91, 0xca, 0x27, 0xdc, 0xcc, 0xcd,
0x30, 0xa0, 0x98, 0x48, 0x52, 0x32, 0x26, 0x4b, 0xb0, 0x80, 0xa0, 0x8b,
0x34, 0xa4, 0x6e, 0x26, 0x82, 0x90, 0x88, 0x8c, 0x72, 0x79, 0xa4, 0x73,
0x8c, 0x72, 0xf4, 0x14, 0xa1, 0x9e, 0x4f, 0x32, 0x56, 0x93, 0xf6, 0x11,
0x03, 0x90, 0xb8, 0x81, 0x3d, 0xd1, 0x89, 0x99, 0x4c, 0x5e, 0x2b, 0xdf,
0x49, 0xa6, 0xdd, 0x1e, 0x5b, 0x7f, 0x91, 0xe5, 0x43, 0x24, 0xeb, 0x55,
0xa8, 0xef, 0xcb, 0x6c, 0x05, 0xb4, 0xa6, 0xf0, 0xce, 0x2b, 0x40, 0x23,
0xd9, 0x72, 0xca, 0x7e, 0x9f, 0x60, 0x1b, 0x5f, 0xa9, 0xe5, 0x69, 0x49,
0x79, 0xda, 0x94, 0x0b, 0x88, 0x93, 0x29, 0xfd, 0xe3, 0x02, 0xd6, 0x0b,
0x73, 0x45, 0xe1, 0x9c, 0xa3, 0x13, 0x5a, 0xd4, 0x02, 0xd0, 0x46, 0x9e,
0x93, 0x24, 0x48, 0x52, 0xd4, 0xf3, 0x05, 0x01, 0x16, 0x51, 0xb6, 0x99,
0x45, 0x6d, 0x51, 0xc1, 0x0a, 0x78, 0xdf, 0xa6, 0xe6, 0x98, 0x5a, 0x16,
0x54, 0x4e, 0x8a, 0x0b, 0x8b, 0x7c, 0x98, 0x31, 0x62, 0x83, 0x90, 0xc4,
0x54, 0x22, 0x28, 0x49, 0x2f, 0xa8, 0x4f, 0x88, 0x2b, 0x09, 0x83, 0x94,
0xa6, 0x8a, 0xf9, 0xfa, 0x88, 0x3b, 0x82, 0xd8, 0x8a, 0x6d, 0xb5, 0xdd,
0x91, 0xc0, 0x6d, 0xc9, 0x55, 0x26, 0xaf, 0x55, 0xd6, 0xd6, 0xe2, 0x90,
0x3a, 0x39, 0x44, 0xb0, 0xed, 0x1e, 0xb8, 0x0b, 0x31, 0x6d, 0x61, 0x94,
0x50, 0x88, 0xeb, 0x78, 0x92, 0xa4, 0xb0, 0x1b, 0x05, 0xda, 0x04, 0xad,
0x46, 0x1e, 0x72, 0x19, 0x5d, 0xcb, 0x4d, 0xb3, 0x63, 0xe9, 0x8f, 0x81,
0x5e, 0x70, 0x38, 0xfb, 0xc1, 0x5d, 0x9c, 0xdc, 0x03, 0xfb, 0xb7, 0xda,
0x5a, 0xc9, 0xa6, 0x3f, 0xac, 0x2b, 0xe5, 0xd8, 0x32, 0x17, 0x5d, 0x32,
0x10, 0xae, 0x09, 0x9d, 0x9a, 0x30, 0x31, 0xdd, 0xc3, 0xa6, 0x7b, 0x64,
0xe9, 0x1e, 0xd8, 0xe6, 0x1b, 0x63, 0x9b, 0x8d, 0xfc, 0x56, 0xa4, 0x23,
0x90, 0x2a, 0x93, 0x93, 0xb7, 0xab, 0x04, 0x79, 0x32, 0x5a, 0x66, 0x6c,
0x89, 0x6a, 0xc8, 0xc2, 0x0f, 0x68, 0x92, 0xe0, 0xb8, 0xed, 0x96, 0xc2,
0x24, 0x41, 0xde, 0x64, 0x4c, 0x58, 0xab, 0xae, 0x9b, 0x3d, 0x58, 0x35,
0x2e, 0xd5, 0xbe, 0xde, 0x4b, 0x3e, 0xb5, 0xf7, 0x52, 0x7b, 0x7a, 0x2f,
0x59, 0xf6, 0x5e, 0x9b, 0x55, 0x66, 0x4c, 0x55, 0xa6, 0xdf, 0xa4, 0xd2,
0x52, 0x3f, 0xd5, 0xdd, 0x68, 0x64, 0x4c, 0x22, 0xbe, 0x04, 0x18, 0x48,
0xa5, 0x55, 0x12, 0xa2, 0xa3, 0x9f, 0x56, 0x0b, 0xb2, 0xcb, 0x3a, 0x2e,
0x3b, 0x53, 0xef, 0x2a, 0x49, 0x1a, 0xc4, 0x3b, 0xb5, 0x72, 0xdd, 0x51,
0xab, 0xd7, 0xec, 0x5e, 0x76, 0x86, 0x72, 0x7c, 0xd1, 0x31, 0xe7, 0xb1,
0xd1, 0xe0, 0x7c, 0xfc, 0xa1, 0x39, 0xec, 0xa8, 0xee, 0x48, 0x5d, 0x0d,
0x07, 0x3f, 0x74, 0xdb, 0x9d, 0xb6, 0x3a, 0x6c, 0x8e, 0xf0, 0xfd, 0xd0,
0x53, 0x1f, 0xba, 0xe3, 0x8b, 0xc1, 0xf5, 0x58, 0x61, 0xc5, 0xb0, 0xd9,
0x1f, 0x7f, 0xc4, 0x01, 0x41, 0x35, 0xfb, 0x1f, 0xd5, 0xfb, 0x6e, 0xbf,
0xed, 0xc9, 0xce, 0x6f, 0x71, 0xd2, 0x1a, 0x8d, 0xd4, 0x60, 0xa8, 0xba,
0x97, 0x57, 0xbd, 0x6e, 0xa7, 0xed, 0xa9, 0x6e, 0xbf, 0xd5, 0xbb, 0x6e,
0x77, 0xfb, 0xef, 0xd4, 0x5b, 0xec, 0xeb, 0x0f, 0xe8, 0xc4, 0x77, 0xd9,
0x1d, 0x83, 0xe8, 0x78, 0xc0, 0x5b, 0x2d, 0xa9, 0x6e, 0x07, 0xfb, 0xce,
0x25, 0x64, 0x69, 0x5d, 0xe0, 0x6b, 0xf3, 0x6d, 0xb7, 0xd7, 0x1d, 0x7f,
0xf4, 0xd4, 0x79, 0x77, 0xdc, 0x27, 0x9a, 0xe7, 0x20, 0xda, 0x54, 0x57,
0xcd, 0xe1, 0xb8, 0xdb, 0xba, 0xee, 0x35, 0x87, 0xea, 0xea, 0x7a, 0x78,
0x35, 0xc0, 0xc1, 0xb1, 0xd9, 0x6f, 0x83, 0x6c, 0xbf, 0xdb, 0x3f, 0x1f,
0x82, 0x4b, 0xe7, 0xb2, 0xd3, 0x1f, 0x4b, 0x48, 0xd5, 0x1a, 0x5c, 0x7d,
0x1c, 0x76, 0xdf, 0x5d, 0x8c, 0x3d, 0x6c, 0x1a, 0x63, 0xd2, 0x53, 0xe3,
0x61, 0xb3, 0xdd, 0xb9, 0x6c, 0x0e, 0xdf, 0x7b, 0x24, 0xe1, 0x00, 0x2a,
0x0f, 0x15, 0x2f, 0x69, 0x40, 0x4a, 0xd0, 0x50, 0x9d, 0x1f, 0x3a, 0x64,
0x81, 0x8b, 0x66, 0xaf, 0xa7, 0x70, 0x55, 0x16, 0x34, 0xd4, 0xc5, 0xa0,
0xd7, 0xc6, 0xea, 0xb7, 0x1d, 0x48, 0xdf, 0xc4, 0x49, 0xd2, 0x88, 0x03,
0xe9, 0xd9, 0x7e, 0x9e, 0x6a, 0x37, 0x2f, 0x9b, 0xef, 0x3a, 0xa3, 0x92,
0x2e, 0x2d, 0x33, 0x1a, 0xc8, 0xd2, 0x02, 0xb4, 0xe1, 0x5d, 0xa7, 0xdf,
0x19, 0x36, 0x7b, 0x9e, 0x1a, 0x5d, 0x75, 0x5a, 0x5d, 0x1a, 0xc0, 0x74,
0xdd, 0x61, 0xa7, 0x35, 0x66, 0x5b, 0xc1, 0xdc, 0x50, 0xbe, 0xc7, 0x12,
0xa2, 0xa7, 0x18, 0x75, 0xbe, 0xbf, 0xc6, 0x04, 0xd6, 0x49, 0xcb, 0x02,
0x3e, 0xb8, 0xe8, 0x30, 0x0b, 0xc8, 0xdc, 0xc4, 0xff, 0x2d, 0x82, 0x86,
0x62, 0x8d, 0xfb, 0xd0, 0x90, 0xe8, 0x8c, 0x07, 0xc3, 0x71, 0x21, 0xca,
0x87, 0xee, 0xa8, 0xe3, 0xa9, 0xe6, 0xb0, 0x3b, 0x82, 0x08, 0xf2, 0x7c,
0x38, 0x80, 0xb8, 0xe4, 0x42, 0xec, 0x20, 0xa7, 0x5f, 0xc3, 0x84, 0xe4,
0xaf, 0xbe, 0x95, 0x97, 0xdc, 0x42, 0x73, 0xdb, 0x80, 0xc0, 0x2a, 0xda,
0x2d, 0x8d, 0x82, 0xed, 0x4e, 0xb3, 0x07, 0x82, 0x23, 0x12, 0x63, 0x6b,
0x6d, 0x63, 0xf3, 0x1f, 0xef, 0x3c, 0xed, 0x9f, 0x68, 0x88, 0xfd, 0xf7,
0x1c, 0x36, 0xff, 0xe5, 0xd4, 0x89, 0x38, 0x05, 0xe9, 0x57, 0x18, 0xbb,
0x7f, 0x1d, 0x75, 0x72, 0x7a, 0xf6, 0xea, 0xb5, 0xf8, 0x1f, 0x3b, 0xa2,
0x6e, 0xa6, 0x00, 0x00, 0x78, 0x9c, 0x63, 0x60, 0x60, 0x60, 0x66, 0x80,
0x60, 0x19, 0x06, 0x46, 0x06, 0x10, 0xa8, 0x01, 0xf2, 0x18, 0xc1, 0x7c,
0x16, 0x86, 0x04, 0x20, 0x2d, 0xc2, 0x20, 0x00, 0x14, 0x61, 0x61, 0x50,
0x62, 0xb0, 0x62, 0x88, 0x62, 0x88, 0x61, 0xa8, 0x02, 0xaa, 0xa8, 0x63,
0x58, 0xc6, 0xb0, 0xf1, 0xff, 0x7f, 0xa0, 0xac, 0x02, 0x83, 0x0a, 0x83,
0x0d, 0x50, 0x34, 0x0e, 0x2c, 0xba, 0x94, 0x61, 0xc3, 0xff, 0xff, 0xff,
0x1f, 0xfe, 0x7f, 0xf0, 0xff, 0xfe, 0xff, 0x7b, 0xff, 0xef, 0xfe, 0xbf,
0xf3, 0xff, 0xf6, 0xff, 0xad, 0xff, 0xd7, 0x40, 0x4d, 0xc6, 0x00, 0x8c,
0x6c, 0x0c, 0xb8, 0xa4, 0x10, 0x6a, 0x98, 0x80, 0x96, 0xb3, 0xb2, 0xb1,
0x73, 0x70, 0x72, 0x71, 0xf3, 0xf0, 0xf2, 0xf1, 0x0b, 0x08, 0x0a, 0x09,
0x8b, 0x88, 0x8a, 0x89, 0x4b, 0x48, 0x4a, 0x31, 0x48, 0xcb, 0xc8, 0xca,
0xc9, 0x2b, 0x28, 0x2a, 0x29, 0xab, 0xa8, 0xaa, 0xa9, 0x6b, 0x68, 0x6a,
0x69, 0xeb, 0xe8, 0xea, 0xe9, 0x1b, 0x18, 0x1a, 0x19, 0x9b, 0x98, 0x9a,
0x99, 0x5b, 0x58, 0x02, 0x1d, 0x6c, 0x6d, 0x63, 0x6b, 0x67, 0xef, 0xe0,
0xe8, 0xe4, 0xec, 0xe2, 0xea, 0xe6, 0xee, 0xe1, 0xe9, 0xe5, 0xed, 0xe3,
0xeb, 0xe7, 0x1f, 0x10, 0x18, 0x14, 0x1c, 0x12, 0x1a, 0x16, 0xce, 0x10,
0xc1, 0x10, 0x49, 0xc0, 0x76, 0x20, 0x88, 0x41, 0xe3, 0xc7, 0x32, 0x00,
0x83, 0x81, 0x7a, 0x00, 0x00, 0x32, 0x19, 0x2d, 0xdc, 0x00, 0x00, 0x00,
0x78, 0x9c, 0x63, 0x60, 0x66, 0x60, 0xf8, 0xff, 0x1b, 0x88, 0x9b, 0x19,
0x8c, 0x18, 0xb0, 0x00, 0x00, 0x5e, 0xa1, 0x03, 0xb2, 0x00, 0x00, 0x00,
0x78, 0x9c, 0xed, 0x58, 0x7d, 0x50, 0x54, 0xd7, 0x15, 0x3f, 0x6f, 0x97,
0x07, 0xcb, 0x7b, 0xcb, 0x7e, 0x3d, 0x9f, 0x1f, 0x09, 0x98, 0x55, 0x17,
0x82, 0x28, 0xcb, 0x82, 0x80, 0x1a, 0xdb, 0xea, 0xf8, 0x99, 0xa0, 0x50,
0xad, 0x8a, 0xa9, 0x4d, 0x54, 0xc2, 0x77, 0x43, 0x5c, 0x02, 0x0c, 0x4c,
0x14, 0x5b, 0x0b, 0xac, 0xa8, 0x4f, 0xbe, 0x56, 0x68, 0x0b, 0x35, 0x91,
0x76, 0x3a, 0x3a, 0xa5, 0x93, 0xc1, 0xd4, 0x6a, 0xa8, 0x13, 0x46, 0x5a,
0xc5, 0x31, 0x64, 0x88, 0x4c, 0x64, 0xf2, 0x47, 0x9c, 0x56, 0x33, 0x53,
0x1b, 0xfe, 0x68, 0xd1, 0x71, 0x32, 0xdc, 0xb7, 0xbc, 0x25, 0xe9, 0x7d,
0xfb, 0xde, 0x63, 0x1f, 0xec, 0xae, 0x18, 0xa6, 0xff, 0x74, 0x86, 0xdd,
0x19, 0xd8, 0xbd, 0xef, 0xfe, 0xce, 0x39, 0xf7, 0x9c, 0xdf, 0x39, 0xf7,
0xec, 0x21, 0x20, 0x2c, 0x0c, 0x08, 0x82, 0x58, 0xb4, 0x79, 0xf7, 0x96,
0x6d, 0xc9, 0xa9, 0x9b, 0x4a, 0x72, 0xca, 0xcb, 0x8b, 0x73, 0x13, 0x37,
0x3a, 0x4b, 0xf2, 0x5e, 0xa9, 0xc8, 0x29, 0x29, 0xce, 0x05, 0x42, 0x03,
0x04, 0x24, 0xf2, 0xcf, 0x03, 0x1f, 0x4d, 0xf0, 0x31, 0x1a, 0x7e, 0xb1,
0x96, 0x9f, 0x17, 0x76, 0x42, 0xaf, 0x59, 0xc2, 0x79, 0x4e, 0x8c, 0x57,
0x93, 0xd1, 0xf0, 0xb5, 0x31, 0x1a, 0xc0, 0x14, 0x4d, 0x74, 0x9b, 0xa3,
0x21, 0x2d, 0x9a, 0x2d, 0xb2, 0x40, 0x98, 0x08, 0x21, 0xe1, 0xa7, 0x50,
0x07, 0x6e, 0x87, 0x3d, 0x35, 0x7d, 0x53, 0x59, 0x7e, 0x4e, 0x45, 0x7e,
0x9e, 0xf5, 0x8d, 0x77, 0xac, 0xdb, 0xf3, 0xcb, 0x8b, 0x8a, 0xdf, 0xcc,
0x39, 0x1c, 0x5f, 0x54, 0x51, 0x51, 0x5a, 0xfe, 0x52, 0x52, 0x52, 0x45,
0x55, 0x71, 0x45, 0x45, 0x7e, 0x99, 0x3d, 0xd7, 0xf9, 0x56, 0xd2, 0x9b,
0xe2, 0xc3, 0xc3, 0xce, 0xb7, 0x8a, 0x0f, 0xae, 0x59, 0x53, 0x5a, 0xe6,
0x5c, 0x4e, 0xe1, 0x67, 0x45, 0xd6, 0xad, 0xce, 0xc3, 0x15, 0x5b, 0x9d,
0x65, 0x85, 0xf9, 0xd6, 0x14, 0xbb, 0xc3, 0xea, 0x03, 0x62, 0x5c, 0x01,
0x5e, 0x2d, 0x10, 0x57, 0xed, 0xe5, 0x05, 0xf6, 0xc3, 0xf9, 0x15, 0xcb,
0xa5, 0x03, 0x58, 0xd5, 0x27, 0xb0, 0x4a, 0x47, 0x98, 0xfa, 0x04, 0xf0,
0x8b, 0x00, 0x0d, 0x68, 0xb1, 0x85, 0xe1, 0x10, 0x01, 0x45, 0x10, 0x09,
0x14, 0xd0, 0xa0, 0x87, 0x28, 0x30, 0x80, 0x11, 0x4c, 0x60, 0x06, 0x0b,
0x30, 0x30, 0x0f, 0x58, 0x98, 0x0f, 0x0b, 0x60, 0x21, 0x2c, 0x82, 0xe7,
0xe0, 0x79, 0x88, 0x81, 0xc5, 0xf0, 0x02, 0x58, 0x61, 0x09, 0x2c, 0x85,
0x65, 0x60, 0x83, 0x58, 0x88, 0x83, 0x17, 0x21, 0x1e, 0x96, 0x43, 0x02,
0xac, 0x80, 0x95, 0x90, 0x08, 0x76, 0x48, 0x02, 0x07, 0x24, 0x43, 0x0a,
0xac, 0x82, 0x54, 0x48, 0x83, 0x74, 0x58, 0x0d, 0x6b, 0x60, 0x2d, 0xbc,
0x04, 0xeb, 0xe0, 0xfb, 0xb0, 0x1e, 0x36, 0x40, 0x35, 0x6c, 0x84, 0x4d,
0xb0, 0x19, 0xb6, 0xc0, 0x56, 0xd8, 0x06, 0x2f, 0xc3, 0x2b, 0x90, 0x01,
0xdb, 0x61, 0x07, 0x64, 0x42, 0x16, 0xfc, 0x10, 0x76, 0xc2, 0x2e, 0xf8,
0x11, 0xec, 0x86, 0x3d, 0xb0, 0x17, 0xb2, 0x61, 0x1f, 0xbc, 0x0a, 0x3f,
0x86, 0xfd, 0xf0, 0x13, 0x78, 0x1d, 0x0e, 0x42, 0x1e, 0x74, 0xc2, 0x6f,
0xe1, 0x1c, 0x1c, 0x10, 0x5d, 0x6b, 0xf3, 0xa9, 0xce, 0x82, 0x6e, 0xf8,
0x9a, 0x48, 0x21, 0x36, 0x11, 0xfb, 0x89, 0xb7, 0x89, 0x0f, 0x88, 0x61,
0xe2, 0x21, 0xc1, 0x6b, 0x8a, 0x34, 0x47, 0x35, 0xc3, 0x9a, 0x27, 0xda,
0x75, 0xda, 0x5f, 0x68, 0xbb, 0xb5, 0x4f, 0xc2, 0x7e, 0x10, 0x56, 0x18,
0xf6, 0x11, 0xa9, 0x23, 0x93, 0xc8, 0xed, 0x64, 0x11, 0x59, 0x47, 0x5e,
0x0d, 0xa7, 0xc3, 0x33, 0xc3, 0xcf, 0x87, 0x7f, 0x16, 0xb1, 0x20, 0xe2,
0xb5, 0x88, 0x96, 0x88, 0xcf, 0x75, 0x51, 0xba, 0x54, 0x5d, 0x8e, 0xae,
0x4d, 0xf7, 0x51, 0x24, 0x11, 0xb9, 0x36, 0xb2, 0x3a, 0xb2, 0x87, 0x22,
0xa8, 0x2d, 0xd4, 0x39, 0xea, 0x2f, 0xd4, 0x63, 0xfa, 0x39, 0xfa, 0x55,
0xba, 0x92, 0x6e, 0xa6, 0xaf, 0xd0, 0x83, 0xf4, 0x7f, 0x68, 0x5e, 0x1f,
0xa9, 0xdf, 0xae, 0x7f, 0x57, 0x3f, 0x14, 0xc5, 0x46, 0xed, 0x8f, 0x6a,
0x8a, 0x1a, 0x36, 0xd0, 0x86, 0x14, 0xc3, 0x41, 0xc3, 0x59, 0xc3, 0x35,
0xc3, 0xb7, 0xc6, 0xd5, 0xc6, 0x23, 0xc6, 0xab, 0xc6, 0x6f, 0x4d, 0x9b,
0x4c, 0x1d, 0xa6, 0x0f, 0x4d, 0xa3, 0xe6, 0x85, 0xe6, 0x6c, 0x73, 0x85,
0xb9, 0xd1, 0x7c, 0xd9, 0x3c, 0x60, 0xd9, 0x67, 0xa9, 0xb1, 0xb4, 0x5b,
0x3e, 0xb1, 0x78, 0xf8, 0x15, 0x5c, 0x2f, 0x3f, 0xd0, 0x4b, 0xf4, 0xf6,
0xa2, 0xbe, 0x5e, 0x6d, 0xef, 0x7c, 0xde, 0xe6, 0xb1, 0x7b, 0x6d, 0xe1,
0xbd, 0x5e, 0x2f, 0xcb, 0x0f, 0xa0, 0x3e, 0xef, 0x40, 0x84, 0x61, 0xcc,
0x60, 0x18, 0x27, 0x2a, 0x47, 0xab, 0x2c, 0xcc, 0x06, 0x94, 0xce, 0xff,
0x8a, 0xb5, 0x52, 0x28, 0x0f, 0xbd, 0xcd, 0xd6, 0xd8, 0xfa, 0xac, 0x9f,
0x8d, 0xb5, 0x3e, 0x21, 0x99, 0xe3, 0xbf, 0x44, 0x66, 0xc1, 0xc4, 0x91,
0x06, 0x0e, 0x99, 0x76, 0x55, 0xf2, 0x31, 0xc8, 0x84, 0xee, 0x54, 0x9e,
0x47, 0xa6, 0x03, 0x18, 0x62, 0x93, 0x21, 0xfc, 0xf7, 0xae, 0xb3, 0x4b,
0xa8, 0xf6, 0x63, 0xec, 0x52, 0x8a, 0x39, 0xb4, 0x8c, 0x12, 0x7a, 0xd0,
0x09, 0x95, 0x04, 0x87, 0x2c, 0x01, 0xb9, 0x27, 0x06, 0x59, 0xa6, 0xd3,
0x46, 0x79, 0x1d, 0xe3, 0xaf, 0xb3, 0x4c, 0x7c, 0x2c, 0x85, 0xe2, 0xbc,
0x19, 0x6c, 0x1c, 0xf5, 0x57, 0xe1, 0x28, 0xfb, 0x22, 0x65, 0x18, 0x54,
0xa4, 0x8b, 0xd6, 0x0c, 0x4d, 0x17, 0x1d, 0x4f, 0x09, 0xb1, 0xe8, 0x0f,
0xec, 0x72, 0x8a, 0x79, 0x90, 0x40, 0x1d, 0xf3, 0x76, 0xb0, 0x2b, 0x28,
0x61, 0x0b, 0x9f, 0x8e, 0xe1, 0x76, 0xe1, 0x3d, 0x76, 0x25, 0xd5, 0xce,
0x77, 0xb0, 0x89, 0x94, 0x64, 0xa5, 0xe7, 0x7a, 0xd5, 0x65, 0x64, 0xb2,
0x30, 0xa5, 0x9e, 0xa5, 0xfc, 0x3b, 0x0a, 0xd2, 0x2e, 0xa3, 0xfe, 0x29,
0x90, 0x2c, 0x73, 0x49, 0xb6, 0x22, 0x96, 0xba, 0x3f, 0xe1, 0xf6, 0xa3,
0x3d, 0xff, 0xae, 0x22, 0x90, 0x07, 0xd9, 0xb4, 0xbc, 0xc6, 0xe3, 0x64,
0x93, 0xa4, 0x05, 0xbe, 0x10, 0xc5, 0x68, 0xf9, 0x36, 0x8f, 0x7b, 0x52,
0x84, 0xb4, 0xaf, 0x08, 0x2f, 0xa3, 0x1b, 0xe8, 0x67, 0x7e, 0x38, 0x9f,
0x81, 0xed, 0xbf, 0x86, 0x11, 0x5f, 0xf0, 0xb7, 0xb0, 0xd5, 0x02, 0x83,
0xce, 0x63, 0x8c, 0x90, 0x2b, 0x98, 0xb1, 0x2c, 0x94, 0x11, 0x68, 0x34,
0xca, 0x45, 0x66, 0x7c, 0x74, 0x21, 0x23, 0x38, 0xfe, 0x02, 0xaa, 0xc6,
0xc0, 0x9f, 0x0b, 0xd7, 0xfc, 0x4e, 0x42, 0x36, 0x74, 0x01, 0xab, 0x1e,
0x53, 0x34, 0xfb, 0x30, 0x93, 0x80, 0x8b, 0x03, 0x78, 0xa7, 0xc1, 0x8e,
0x9d, 0x40, 0x2c, 0x41, 0x26, 0xed, 0xbb, 0x1f, 0xb3, 0x5c, 0xeb, 0xa9,
0xb3, 0x27, 0xdd, 0x27, 0xdd, 0xf5, 0x6e, 0x57, 0x8b, 0xab, 0xa5, 0xae,
0xa9, 0xae, 0xb1, 0xae, 0xb1, 0xb6, 0xa1, 0x86, 0xab, 0xe1, 0x6a, 0x4f,
0xd5, 0x9d, 0xc4, 0xef, 0x7a, 0x97, 0x4b, 0xe7, 0x72, 0xd5, 0xfb, 0x3e,
0x9f, 0xaa, 0xc5, 0xeb, 0x35, 0x0d, 0xb5, 0x78, 0x0f, 0xde, 0x89, 0xf7,
0xbb, 0x30, 0x0e, 0xa3, 0xcf, 0x9e, 0x6a, 0xe5, 0x74, 0xad, 0xdc, 0xd9,
0x06, 0x77, 0x23, 0x7e, 0x37, 0xb5, 0xe0, 0x57, 0x93, 0xef, 0x63, 0xc3,
0x59, 0xae, 0x55, 0x27, 0x39, 0x49, 0xf2, 0x8f, 0xf0, 0xbb, 0x09, 0x8d,
0x68, 0x95, 0x14, 0x86, 0x61, 0x85, 0x28, 0x3a, 0x39, 0x9a, 0xef, 0x7b,
0x35, 0xac, 0x83, 0x62, 0x36, 0x24, 0x53, 0x7c, 0x2e, 0x7a, 0xa4, 0x8a,
0xa9, 0x35, 0x81, 0xc2, 0x9b, 0x12, 0x47, 0xd9, 0x38, 0x3b, 0xc9, 0x58,
0x53, 0x28, 0xc1, 0xf8, 0x8d, 0x99, 0x65, 0x8e, 0x2b, 0x5c, 0x31, 0x29,
0x71, 0xc2, 0x24, 0x19, 0x5f, 0x5a, 0x75, 0xbe, 0xca, 0xc2, 0xf7, 0xa3,
0xbd, 0x4c, 0xb3, 0x1c, 0x5f, 0x66, 0xe8, 0x0e, 0x5f, 0xc0, 0xae, 0xa2,
0x54, 0x1c, 0xfd, 0x54, 0x54, 0x8c, 0xf7, 0x31, 0x56, 0xd9, 0x37, 0xde,
0x3d, 0x02, 0x12, 0x75, 0x1f, 0x4a, 0xa6, 0x98, 0x78, 0xfe, 0x8f, 0x9e,
0x7e, 0xbc, 0x5f, 0xd2, 0x32, 0xc9, 0x48, 0xc7, 0x24, 0x23, 0x9f, 0x26,
0x68, 0x92, 0xe6, 0x4c, 0xbc, 0xa4, 0x35, 0xb4, 0x14, 0x89, 0xd1, 0x7c,
0x8c, 0x0f, 0xff, 0x20, 0x90, 0xd1, 0x12, 0xde, 0xbb, 0x48, 0xf8, 0x26,
0x84, 0xce, 0xf8, 0xe0, 0x09, 0x56, 0xea, 0x3d, 0xf0, 0xcc, 0x66, 0x4f,
0x15, 0xa1, 0xf2, 0x82, 0x1c, 0x81, 0x90, 0xb2, 0x06, 0x2b, 0x3d, 0x77,
0x15, 0x21, 0x9d, 0x8a, 0x90, 0xba, 0x32, 0xbf, 0xd9, 0x83, 0x3d, 0x2c,
0xd3, 0x17, 0x3b, 0x2b, 0xa5, 0x33, 0xbb, 0xee, 0xd9, 0x9d, 0x31, 0xb3,
0xac, 0x31, 0xe4, 0x44, 0x46, 0x74, 0x05, 0x19, 0x2d, 0x98, 0x8e, 0xab,
0x90, 0x89, 0xe9, 0x7b, 0xc4, 0x1f, 0x61, 0x99, 0xa1, 0x7b, 0x28, 0x97,
0x4d, 0xc5, 0xf5, 0xa4, 0xd0, 0xeb, 0xc0, 0xff, 0x45, 0x95, 0x9e, 0xd2,
0x49, 0x26, 0xf7, 0xe3, 0x62, 0x65, 0xa3, 0x84, 0x6b, 0x52, 0x96, 0x71,
0x92, 0x21, 0x4a, 0xa2, 0xd5, 0x78, 0x8b, 0xc4, 0x87, 0xd5, 0xf8, 0x4b,
0x9c, 0x1f, 0x78, 0x03, 0xfd, 0x4b, 0xae, 0x2f, 0xf8, 0xd9, 0x88, 0x27,
0x61, 0x32, 0xa5, 0x3f, 0x0d, 0xf0, 0xa3, 0xef, 0x08, 0x5f, 0xf2, 0xaf,
0xa9, 0xfc, 0x88, 0x8e, 0x4e, 0x38, 0xc5, 0x0c, 0xff, 0xdf, 0xba, 0x53,
0x16, 0x3a, 0x38, 0x4d, 0xe2, 0x50, 0xa0, 0xc4, 0x34, 0x45, 0x9a, 0x2a,
0xbc, 0x0f, 0x82, 0x05, 0x64, 0xb2, 0xfc, 0x07, 0x66, 0x84, 0x4d, 0xc4,
0x8a, 0x29, 0xec, 0x48, 0xa1, 0xbc, 0x0b, 0x85, 0xbd, 0x62, 0xd9, 0x0b,
0xac, 0xfa, 0xea, 0x83, 0xfa, 0x39, 0x66, 0x0a, 0xac, 0x11, 0x3b, 0xac,
0xaa, 0x1a, 0x60, 0x8d, 0x0d, 0x28, 0x2b, 0x1b, 0x94, 0xfc, 0xd7, 0x29,
0x7a, 0xad, 0xd3, 0xf4, 0xaa, 0x2b, 0xc8, 0xac, 0x1c, 0x2c, 0x9a, 0x10,
0x3a, 0xb5, 0x67, 0x70, 0xa8, 0xcb, 0x73, 0x37, 0x84, 0x0f, 0x67, 0x9f,
0x9e, 0x4f, 0x2b, 0x2a, 0x41, 0xe3, 0xe8, 0xaf, 0x2e, 0x98, 0xa4, 0x97,
0x45, 0x0e, 0x4b, 0x77, 0x9b, 0xcf, 0x41, 0x93, 0xd7, 0xe0, 0x14, 0xe7,
0x48, 0x25, 0x16, 0x77, 0x04, 0x7b, 0x90, 0xcd, 0x2f, 0x8f, 0xb1, 0xaa,
0x59, 0x86, 0x3d, 0x1b, 0xfc, 0xc6, 0x16, 0xe3, 0x97, 0x46, 0xa1, 0xcf,
0x3d, 0xba, 0x60, 0x97, 0xf5, 0x14, 0x05, 0xd6, 0x90, 0x21, 0x17, 0xab,
0xcf, 0xb0, 0x4f, 0x6c, 0xe7, 0x14, 0xb1, 0xd3, 0xae, 0x8d, 0x3e, 0x7c,
0x6d, 0x74, 0x2a, 0xd7, 0x46, 0x1f, 0xbe, 0x36, 0x6e, 0x4e, 0x2c, 0x53,
0xdd, 0xa7, 0x4f, 0x17, 0xa2, 0x70, 0x46, 0xc4, 0xed, 0xf3, 0xfe, 0x43,
0xb4, 0xf1, 0x03, 0x75, 0x13, 0xf1, 0x34, 0x66, 0xca, 0x1e, 0x31, 0x4d,
0xf3, 0x88, 0x9f, 0xa9, 0xcf, 0x96, 0x70, 0xd2, 0x35, 0x14, 0x34, 0xd5,
0xbe, 0x8b, 0x7a, 0xc9, 0x7a, 0x5f, 0x63, 0x33, 0x6b, 0x23, 0x14, 0x17,
0x78, 0x3c, 0x83, 0x33, 0xe5, 0x7d, 0x88, 0xb6, 0x2f, 0x5e, 0x58, 0xa1,
0x58, 0x11, 0xa4, 0xc9, 0x13, 0x5e, 0x40, 0xe9, 0x6c, 0x3a, 0xc5, 0x38,
0x0e, 0x3e, 0x2c, 0xc1, 0xdd, 0x24, 0xee, 0x19, 0x54, 0x5c, 0x14, 0xf6,
0x20, 0x32, 0x04, 0x09, 0x83, 0x70, 0x24, 0x34, 0x1d, 0x83, 0x86, 0x5b,
0xa1, 0x22, 0x26, 0x8b, 0xd2, 0x9e, 0x3c, 0x33, 0x31, 0x94, 0x62, 0x22,
0xf7, 0x6e, 0xb5, 0x0f, 0x45, 0xb4, 0xaa, 0xdf, 0x39, 0xa6, 0x5a, 0x57,
0xf5, 0x90, 0x4a, 0x37, 0x64, 0xf4, 0xde, 0x57, 0xd1, 0x51, 0x95, 0x82,
0xea, 0x3b, 0x66, 0x4a, 0x23, 0x2a, 0xb5, 0x96, 0x6d, 0xe8, 0x6f, 0x5a,
0xf9, 0x3a, 0x51, 0x38, 0x29, 0x75, 0xe9, 0x8f, 0x50, 0x03, 0x73, 0x48,
0xb6, 0x79, 0x14, 0xad, 0x14, 0x1d, 0xda, 0x29, 0x39, 0x54, 0xec, 0xf9,
0x3c, 0x74, 0x17, 0x96, 0x67, 0xe0, 0xbf, 0x10, 0x7b, 0xc4, 0xb6, 0xaf,
0xb4, 0xa8, 0x4d, 0xba, 0x84, 0xe6, 0xaa, 0xff, 0x5c, 0xf5, 0x9f, 0xab,
0xfe, 0x73, 0xd5, 0x7f, 0xae, 0xfa, 0xff, 0x5f, 0x54, 0xff, 0x3b, 0x28,
0x4b, 0x19, 0x40, 0x0c, 0xfb, 0x44, 0xcc, 0x1c, 0x86, 0xc0, 0xd2, 0xa1,
0x24, 0x89, 0x03, 0x27, 0x89, 0x4d, 0x49, 0x12, 0xc7, 0xf4, 0x33, 0x85,
0x8a, 0x57, 0xe0, 0x78, 0xc2, 0x1f, 0xbc, 0x10, 0x53, 0x8e, 0x3c, 0xd5,
0x98, 0x42, 0x39, 0x73, 0x88, 0xe3, 0x7c, 0x87, 0x1f, 0x45, 0x7e, 0x1e,
0x8a, 0x80, 0xc0, 0xe1, 0x88, 0x5c, 0xc7, 0xe4, 0x9f, 0x62, 0xf2, 0x90,
0xc4, 0x73, 0x73, 0xde, 0x08, 0xcb, 0xf5, 0x8c, 0x2f, 0xed, 0x09, 0x5f,
0x4c, 0x69, 0x74, 0xab, 0xd6, 0xeb, 0x23, 0x39, 0x3d, 0x85, 0x4c, 0x14,
0x32, 0x9e, 0x41, 0x09, 0x7a, 0x3d, 0x32, 0xd1, 0x5f, 0x75, 0x9c, 0xfb,
0xb5, 0xfb, 0x8a, 0xfb, 0x46, 0x9f, 0x3e, 0xea, 0x8c, 0xde, 0x10, 0x0d,
0x69, 0x0c, 0x2c, 0x10, 0xa7, 0x7d, 0xf3, 0x21, 0x01, 0x56, 0xc3, 0x46,
0x38, 0x00, 0xd5, 0xd0, 0x0c, 0x9d, 0x70, 0x15, 0xae, 0xc3, 0x2d, 0xb8,
0x0b, 0x5f, 0xc2, 0x28, 0x78, 0x09, 0x3d, 0xb1, 0x98, 0xb0, 0x11, 0x6b,
0x89, 0x9d, 0xc4, 0x15, 0xe2, 0x13, 0x62, 0xf8, 0xce, 0xed, 0x33, 0xed,
0xad, 0x08, 0x3a, 0xd0, 0x9a, 0xf4, 0x91, 0xe2, 0x92, 0x42, 0x6f, 0x4a,
0x3f, 0x47, 0xd2, 0x65, 0x5c, 0x01, 0xb7, 0x93, 0x7b, 0x23, 0xb3, 0x2b,
0xf3, 0x16, 0xd7, 0xcd, 0x5d, 0xe4, 0x06, 0x6f, 0x93, 0xf4, 0xb6, 0xac,
0x53, 0xce, 0xda, 0xc4, 0x63, 0x42, 0xca, 0x69, 0x17, 0x49, 0x3f, 0xb0,
0xbf, 0xdf, 0xd5, 0xcd, 0x27, 0xef, 0xc2, 0x7b, 0xd3, 0x47, 0xca, 0xb8,
0xd5, 0x9c, 0x60, 0xc2, 0x7f, 0xca, 0xb8, 0x38, 0xfb, 0xc5, 0x12, 0xb4,
0x1e, 0x9f, 0x94, 0xc3, 0x7f, 0xc5, 0x6d, 0x2d, 0xdc, 0x7b, 0xdc, 0x7d,
0xf1, 0xfb, 0x7d, 0xee, 0xf7, 0xdc, 0xe3, 0x11, 0x67, 0x97, 0xb0, 0x5e,
0xdc, 0x2b, 0x88, 0x4f, 0x77, 0x62, 0x2d, 0xa5, 0xdc, 0xcb, 0x99, 0x37,
0x33, 0x2f, 0x70, 0x97, 0xb8, 0x5b, 0xdc, 0x9f, 0x3f, 0x26, 0xe9, 0xd6,
0x27, 0xd9, 0x63, 0x9b, 0xad, 0x35, 0xb6, 0xe3, 0x82, 0x19, 0x83, 0xa6,
0x68, 0x55, 0xe9, 0x3c, 0x2a, 0xec, 0xb8, 0xc4, 0xf5, 0xdd, 0x23, 0xe9,
0x73, 0x28, 0x1b, 0x87, 0x93, 0xce, 0xbb, 0x57, 0xc0, 0xe1, 0xb5, 0x0f,
0x93, 0xbb, 0xf0, 0x97, 0xdf, 0xa0, 0x1d, 0x05, 0x5c, 0xf6, 0xba, 0x23,
0x42, 0xb6, 0xf8, 0xed, 0x4f, 0xeb, 0x2e, 0x71, 0x78, 0xc5, 0x17, 0x76,
0x05, 0x27, 0xa3, 0x94, 0xf1, 0x9e, 0x3c, 0xdb, 0xa3, 0xdb, 0x51, 0x8a,
0xfb, 0xef, 0x8d, 0x97, 0x77, 0xdf, 0xae, 0x6f, 0xde, 0xc5, 0x61, 0x4f,
0x90, 0xf4, 0xc5, 0x92, 0xc7, 0x23, 0x24, 0x7d, 0xda, 0x85, 0xf5, 0xd7,
0x08, 0x61, 0xa7, 0x8f, 0xdf, 0xc8, 0x6a, 0xaa, 0xef, 0xe7, 0xba, 0x79,
0xfc, 0x28, 0xce, 0x1e, 0x74, 0x79, 0x72, 0x56, 0xd5, 0xe2, 0x9b, 0x55,
0x35, 0xfb, 0x66, 0x55, 0x67, 0x7c, 0xb3, 0xaa, 0xd3, 0xbe, 0xf9, 0xd4,
0x09, 0x69, 0x56, 0xe5, 0x9a, 0xc5, 0xac, 0x4a, 0x27, 0x0f, 0xab, 0x02,
0x0c, 0x95, 0xcc, 0x94, 0x4f, 0x4a, 0xd2, 0xff, 0x05, 0xcd, 0xa7, 0x94,
0x50, 0x00, 0x00, 0x00, 0x78, 0x9c, 0x63, 0x60, 0x64, 0x80, 0x00, 0x1e,
0x06, 0x11, 0x06, 0x16, 0x20, 0xcd, 0x04, 0xc4, 0x8c, 0x10, 0x0c, 0x00,
0x02, 0xcb, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00,
0xd5, 0xed, 0x45, 0xb8, 0x00, 0x00, 0x00, 0x00, 0xd0, 0x28, 0xc5, 0x9e,
0x00, 0x00, 0x00, 0x00, 0xda, 0x93, 0x24, 0xb5, 0x78, 0x9c, 0x63, 0xfc,
0xc2, 0xc0, 0xc0, 0x70, 0x82, 0x81, 0x81, 0xd9, 0x00, 0x8c, 0x53, 0x90,
0x70, 0x3a, 0xb3, 0x01, 0x63, 0x2a, 0x10, 0x5f, 0x06, 0xb2, 0xaf, 0x00,
0xf1, 0x7a, 0x28, 0x06, 0xb3, 0x19, 0x18, 0xfe, 0x4f, 0x83, 0xb2, 0xed,
0x98, 0x0d, 0x98, 0x0c, 0x21, 0x34, 0x48, 0x0f, 0x5c, 0xbf, 0x1d, 0x32,
0x0d, 0xb4, 0x43, 0x04, 0x24, 0x0f, 0x86, 0x29, 0x0c, 0x76, 0x40, 0x98,
0x0e, 0xc5, 0x76, 0x70, 0x1e, 0x3a, 0x4c, 0x61, 0xd8, 0x09, 0x65, 0x5d,
0x61, 0x64, 0x64, 0x48, 0x07, 0xe2, 0x14, 0x30, 0x49, 0x8e, 0x5e, 0x6b,
0x20, 0x6b, 0x3d, 0x90, 0x04, 0x9a, 0x00, 0x00, 0xd0, 0xc9, 0x28, 0x1b
};
unsigned int DSEG14Classic_BoldItalic_woff_len = 7812;
| 74.435508
| 95
| 0.640491
| true
| 40,525
|
7f8112e0a20b00716f29951cea6b15e6359685f2
| 6,143
|
ino
|
Arduino
|
Performances/mostra qwerty/arduino/MIDI_DELAY_SIN_v6/MIDI_DELAY_SIN_v6.ino
|
JoakuDeSotavento/Joakinator
|
71384d54cb7bd3d9030fddf50d838df5116af22b
|
[
"MIT"
] | null | null | null |
Performances/mostra qwerty/arduino/MIDI_DELAY_SIN_v6/MIDI_DELAY_SIN_v6.ino
|
JoakuDeSotavento/Joakinator
|
71384d54cb7bd3d9030fddf50d838df5116af22b
|
[
"MIT"
] | null | null | null |
Performances/mostra qwerty/arduino/MIDI_DELAY_SIN_v6/MIDI_DELAY_SIN_v6.ino
|
JoakuDeSotavento/Joakinator
|
71384d54cb7bd3d9030fddf50d838df5116af22b
|
[
"MIT"
] | 0
| null | null |
/*
Blink without Delay
Turns on and off a light emitting diode (LED) connected to a digital pin,
without using the delay() function. This means that other code can run at the
same time without being interrupted by the LED code.
The circuit:
- Use the onboard LED.
- Note: Most Arduinos have an on-board LED you can control. On the UNO, MEGA
and ZERO it is attached to digital pin 13, on MKR1000 on pin 6. LED_BUILTIN
is set to the correct LED pin independent of which board is used.
If you want to know what pin the on-board LED is connected to on your
Arduino model, check the Technical Specs of your board at:
https://www.arduino.cc/en/Main/Products
created 2005
by David A. Mellis
modified 8 Feb 2010
by Paul Stoffregen
modified 11 Nov 2013
by Scott Fitzgerald
modified 9 Jan 2017
by Arturo Guadalupi
This example code is in the public domain.
http://www.arduino.cc/en/Tutorial/BlinkWithoutDelay
*/
/*
MIDI note player
This sketch shows how to use the serial transmit pin (pin 1) to send MIDI note data.
If this circuit is connected to a MIDI synth, it will play the notes
F#-0 (0x1E) to F#-5 (0x5A) in sequence.
The circuit:
- digital in 1 connected to MIDI jack pin 5
- MIDI jack pin 2 connected to ground
- MIDI jack pin 4 connected to +5V through 220 ohm resistor
- Attach a MIDI cable to the jack, then to a MIDI synth, and play music.
created 13 Jun 2006
modified 13 Aug 2012
by Tom Igoe
This example code is in the public domain.
http://www.arduino.cc/en/Tutorial/Midi
*/
#include <Tone.h>
// These constants won't change:
// const int sensorPin = A0; // pin that the sensor is attached to
// const int ledPin = 9; // pin that the LED is attached to
////// capacitive sensor/////
//CapacitiveSensor cs_11_10 = CapacitiveSensor(11, 10);
//CapacitiveSensor cs_8_7 = CapacitiveSensor(8, 7);
//const int ON_11_10 = 1000;
//const int ON_8_7 = 1000;
////// Sound part ///////////////////
Tone tone1, tone2;
int kumoy[] = {
NOTE_F4, NOTE_G4, NOTE_GS4, NOTE_B4, NOTE_C5, NOTE_D5, NOTE_DS5, NOTE_E5, NOTE_F5
};
const unsigned int fraqTemp[] = { 1, 2, 4, 8, 16, 32, 64 };
////// calibraciion del sensor
#define muscle A0
// variables:
int sensorValue = 0; // the sensor value
int sensorMin = 1023; // minimum sensor value
int sensorMax = 0; // maximum sensor value
unsigned int tempo = 16;
unsigned int ritmo[] = {1, 1, 1, 1,
1, 1, 1, 1,
1, 1, 1, 1,
1, 1, 1, 1
};
//int ritmo2[16][3] = {
// {1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1},
// {1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
// {1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}
//};
////////
////// MIDI part //////////////////////
unsigned int MIDINotes[] = {21, 28, 30, 31, 35, 36, 40, 42, 43, 47, 48, 52, 54, 55, 59, 60, 64, 66, 67, 71, 72
};
unsigned int contRitmo = 0;
//int cmd = 0x99;
int cmd = 144;
int pitch = 0x3c;
int velocity = 0x64;
/////////// no delay clock
// constants won't change. Used here to set a pin number:
const int ledPin = LED_BUILTIN;// the number of the LED pin
// Variables will change:
int ledState = LOW; // ledState used to set the LED
// Generally, you should use "unsigned long" for variables that hold time
// The value will quickly become too large for an int to store
unsigned long previousMillis = 0; // will store last time LED was updated
// constants won't change:
const long interval = 500; // interval at which to blink (milliseconds)
void setup() {
// calibrate during the first five seconds
while (millis() < 5000) {
sensorValue = analogRead(muscle);
// record the maximum sensor value
if (sensorValue > sensorMax) {
sensorMax = sensorValue;
}
// record the minimum sensor value
if (sensorValue < sensorMin) {
sensorMin = sensorValue;
}
}
/*/////////////////////////////////////////////////////////////////////////////////////*/
// Set MIDI baud rate:
Serial.begin(31250);
// set the digital pin as output:
pinMode(ledPin, OUTPUT);
}
void loop() {
// here is where you'd put code that needs to be running all the time.
// check to see if it's time to blink the LED; that is, if the difference
// between the current time and last time you blinked the LED is bigger than
// the interval at which you want to blink the LED.
//tone1.play();
unsigned long currentMillis = millis();
//int note = 0x5F;
int soundSin = random(0, 8);
//int noteRan = random(0x1E, 0x5A);
//int noteRan = 0x3E;
sensorValue = analogRead(muscle);
// this define the index for the array with the division of time
int muscleSen = map (sensorValue, sensorMin, sensorMax, 0, 5);
// this define the index for the array of notes
int muscleNote = map (sensorValue, sensorMin, sensorMax, 0, 20);
// filter that just makes the sensor produce sound when it is bigger in numbers
if (muscleSen > 1) {
clockMIDI(currentMillis, MIDINotes[muscleNote + random(-1, 1)], soundSin, muscleSen);
}
}
void clockMIDI(unsigned long _currentMillis, int _noteRan, int _soundSin, int _muscleSen) {
if (_currentMillis - previousMillis >= interval / fraqTemp[_muscleSen]) {
if (contRitmo >= tempo - 1) {
contRitmo = 0;
}
// save the last time you blinked the LED
previousMillis = _currentMillis;
// if the LED is off turn it on and vice-versa:
if (ledState == LOW) {
if (ritmo[contRitmo] == 1) {
noteOn(cmd, _noteRan, velocity);
}
contRitmo++;
ledState = HIGH;
} else {
noteOn(cmd, _noteRan, 0x00);
ledState = LOW;
}
// set the LED with the ledState of the variable:
digitalWrite(ledPin, ledState);
}
}
// plays a MIDI note. Doesn't check to see that cmd is greater than 127, or that
// data values are less than 127:
void noteOn(int _cmd, int _pitch, int _velocity) {
Serial.write(_cmd);
Serial.write(_pitch);
Serial.write(_velocity);
}
| 26.252137
| 110
| 0.629497
| true
| 1,896
|
This is a filtered version of the near-deduped bigcode/the-stack-dedup dataset. We further apply the following filters:
For files forked more than 25 times, we retain them if the average line length is less than 140, the maximum line length is less than 500 and the alphanumeric fraction is more than 25%.
For files forked between 10 and 25 times, we retain them if the average line length is less than 120, the maximum line length is less than 200 and the alphanumeric fraction is more than 35%.
For files forked less than 10 times, we retain them if the average line length is less than 100, the maximum line length is less than 200 and the alphanumeric fraction is more than 40%.
We only retain language splits that still have more than 50,000 samples after the above filtering steps, with the exception of
llvm, which we also retain. This leaves us with 60 languages.We only retain samples from conventionally used extensions and drop samples from valid but uncommon extensions. We select the following extensions for the 60 languages:
ext_map = { "ASP": [ ".asp", ], "Arduino": [ ".ino" ], "AsciiDoc": [ ".asciidoc", ], "Batchfile": [ ".bat", ".cmd" ], "C": [ ".c", ".h", ], "C#": [ ".cs", ], "C++": [ ".cpp", ".c++", ".cc", ".cxx", ".h++", ".hh", ".hpp", ".hxx", ], "CMake": [ ".cmake", ], "CSS": [ ".css" ], "Clojure": [ ".clj", ], "CoffeeScript": [ ".coffee", ], "Common Lisp": [ ".lisp", ], "Crystal": [ ".cr" ], "Cuda": [ ".cu", ".cuh" ], "Dart": [ ".dart" ], "Dockerfile": [ ".dockerfile", "Dockerfile" ], "Elixir": [ ".ex", ], "Emacs Lisp": [ ".el", ".emacs", ], "Erlang": [ ".erl", ], "F#": [ ".fs", ], "FORTRAN": [ ".f90", ".f", ".f03", ".f08", ".f77", ".f95", ], "GLSL": [ ".glsl", ], "Go": [ ".go" ], "Groovy": [ ".groovy", ], "HCL": [ ".hcl", ], "HTML": [ ".html", ], "HTML+Django": [ ".mustache", ".jinja" ], "HTML+ERB": [ ".erb", ], "HTML+PHP": [ ".phtml" ], "Haml": [ ".haml", ], "Haskell": [ ".hs", ], "JSON": [ ".json", ], "Java": [ ".java" ], "JavaScript": [ ".js", ], "Julia": [ ".jl" ], "Kotlin": [ ".kt", ], "LLVM": [ ".ll" ], "Lua": [ ".lua", ], "Makefile": [ "Makefile" ], "Markdown": [ ".md", ".markdown", ], "OCaml": [ ".ml", ], "Objective-C++": [ ".mm" ], "PHP": [ ".php", ".php3", ".php4", ".php5", ], "Pascal": [ ".pas", ], "Perl": [ ".pl", ], "PowerShell": [ ".ps1", ".psm1" ], "Python": [ ".py", ], "R": [ ".r", ], "Ruby": [ ".rb", ], "Rust": [ ".rs", ], "SCSS": [ ".scss" ], "SQL": [ ".plsql", ".sql", ".ddl", ], "Sass": [ ".sass" ], "Scala": [ ".scala", ".sbt" ], "Shell": [ ".sh", ".bash", ".zsh" ], "Smalltalk": [ ".st" ], "Smarty": [ ".tpl" ], "Solidity": [ ".sol" ], "Swift": [ ".swift" ], "TOML": [ ".toml" ], "TeX": [ ".tex", ".sty", ], "Twig": [ ".twig" ], "TypeScript": [ ".ts", ], "Visual Basic": [ ".vb", ], "Vue": [ ".vue" ], "YAML": [ ".yml", ".yaml", ], }
Below, we provide the language-wise token-count breakdown of the dataset as counted by the meta-llama/Meta-Llama-3-8B tokenizer (the full dataset is around 144 Billion tokens):
| Language | Token_Count |
|---|---|
| Json | 18,349,014,478 |
| Java | 16,249,736,121 |
| C | 14,381,796,257 |
| Python | 12,868,526,213 |
| Javascript | 11,780,759,219 |
| Cpp | 10,912,556,820 |
| Php | 8,934,867,699 |
| C-Sharp | 6,784,433,504 |
| Markdown | 5,614,520,807 |
| Go | 5,561,257,406 |
| Html | 4,956,588,993 |
| Typescript | 4,437,582,117 |
| Yaml | 3,464,120,199 |
| Css | 2,472,231,309 |
| Rust | 1,932,035,717 |
| Ruby | 1,517,724,917 |
| Vue | 1,188,684,557 |
| Kotlin | 1,136,507,152 |
| Swift | 1,051,682,820 |
| Scala | 979,598,470 |
| Scss | 954,556,739 |
| Sql | 910,548,728 |
| Shell | 735,010,998 |
| Dart | 697,568,091 |
| Lua | 650,818,157 |
| Haskell | 528,482,496 |
| Fortran | 524,261,306 |
| Tex | 429,010,699 |
| Julia | 322,241,716 |
| Pascal | 245,237,366 |
| Ocaml | 223,652,453 |
| Perl | 215,973,238 |
| Solidity | 212,647,529 |
| Common-Lisp | 177,139,498 |
| Powershell | 172,556,068 |
| Erlang | 171,211,323 |
| Arduino | 166,862,916 |
| Groovy | 166,678,846 |
| Objective-Cpp | 158,210,523 |
| Html_erb | 145,488,020 |
| Llvm | 135,137,323 |
| Cuda | 131,054,442 |
| Coffeescript | 129,999,078 |
| Smalltalk | 124,718,870 |
| Visual-Basic | 121,466,641 |
| Elixir | 119,466,430 |
| Twig | 106,160,625 |
| F-Sharp | 104,922,127 |
| Toml | 101,217,092 |
| Emacs-Lisp | 94,724,490 |
| Cmake | 89,707,698 |
| Clojure | 79,005,141 |
| Batchfile | 62,657,884 |
| Smarty | 61,937,213 |
| Crystal | 47,220,882 |
| Sass | 43,661,923 |
| Glsl | 32,127,331 |
| Html_php | 29,231,389 |
| Haml | 25,043,854 |
| Html_django | 16,596,017 |
| Total | 144,038,437,935 |
- Downloads last month
- 16