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
| import pyaudio | |
| import struct | |
| import sys | |
| import numpy as np | |
| from blinkstick import blinkstick | |
| from PIL import Image | |
| import time |
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
| U+00a9 > :copyright: | |
| U+00ae > :registered: | |
| U+203c > :bangbang: | |
| U+2049 > :interrobang: | |
| U+2122 > (tm) | |
| U+2139 > :information_source: | |
| U+2194 > :left_right_arrow: | |
| U+2195 > :arrow_up_down: | |
| U+2196 > :arrow_upper_left: | |
| U+2197 > :arrow_upper_right: |
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
| diff --git a/web/lang/de_DE/de_DE.php b/web/lang/de_DE/de_DE.php | |
| index e8b7211..5096aa7 100644 | |
| --- a/web/lang/de_DE/de_DE.php | |
| +++ b/web/lang/de_DE/de_DE.php | |
| @@ -84,12 +84,20 @@ $labels['friday_short'] = 'Fr'; | |
| $labels['saturday_short'] = 'Sa'; | |
| $labels['today'] = 'Heute'; | |
| +$labels['tomorrow'] = 'Morgen'; | |
| $labels['month'] = 'Monat'; |
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
| <?php | |
| // vim: ft=php | |
| /********************** | |
| * Connection options * | |
| **********************/ | |
| /* | |
| * HTTP auth method | |
| * ================ |
NewerOlder