Skip to content

Instantly share code, notes, and snippets.

View janLo's full-sized avatar
🤡

Jan Losinski janLo

🤡
View GitHub Profile
import pyaudio
import struct
import sys
import numpy as np
from blinkstick import blinkstick
from PIL import Image
import time
@janLo
janLo / gist:586b2a074f3ba5dd14ad
Created August 30, 2015 01:10
Notification Center for Pebble - Emoj translation
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:
@janLo
janLo / de_DE.patch
Created May 22, 2012 00:16
German translation patch for agendav
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';
@janLo
janLo / caldav.php
Created April 23, 2012 10:55
My Environment
<?php
// vim: ft=php
/**********************
* Connection options *
**********************/
/*
* HTTP auth method
* ================