This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| int spk = 13; | |
| //int doremi[] = {523, 587, 659, 698, 784, 880, 988, 1046}; | |
| int doremi[] = {478, 506, 568, 638, 716, 758, 851, 956}; | |
| int button[8]; | |
| void setup() { | |
| button_init(); | |
| pinMode(spk, OUTPUT); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html lang="ja"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <title>Data <: $today :></title> | |
| <style type="text/css"> | |
| td { | |
| font-size: small; | |
| border: 1px #2b2b2b solid; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| use strict; | |
| use warnings; | |
| use DBIx::Simple; | |
| use CGI; | |
| use DateTime::Format::SQLite; | |
| use DateTime; | |
| use Text::Xslate qw(mark_raw); | |
| my $q = CGI->new; | |
| print $q->header(-charset=>'utf-8'); |
NewerOlder