Skip to content

Instantly share code, notes, and snippets.

View tilman's full-sized avatar

Tilman tilman

View GitHub Profile
diff --git a/dist/handlers/redis-strings.js b/dist/handlers/redis-strings.js
index d6624015e6b48f34a8cf1bd62a09c997aa788538..87a25e0882482a00283293405a1bee2a152f6b8b 100644
--- a/dist/handlers/redis-strings.js
+++ b/dist/handlers/redis-strings.js
@@ -19,6 +19,8 @@ function isImplicitTag(tag) {
return tag.startsWith(NEXT_CACHE_IMPLICIT_TAG_ID);
}
+let logCounter = 0;
+
#!/usr/bin/env python3
"""PyBluez simple example asyncronous-inquiry.py
Demonstration of how to do asynchronous device discovery by subclassing
the DeviceDiscoverer class
Linux only (5/5/2006)
Author: Albert Huang <[email protected]>
$Id: asynchronous-inquiry.py 405 2006-05-06 00:39:50Z albert $
"""
#create database klausur1;
use klausur1;
# Filiale(FID, Name, Standort)
# Mitarbeiter(MID, Vorname, Nachname, Wohnort)
# Arbeitsvertrag(AVID, FID[Filiale], MID[Mitarbeiter], Datum)
create table Filiale (