summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 6e18110..30ec13c 100644
--- a/README
+++ b/README
@@ -25,6 +25,9 @@ Meetup
Google
https://calendar.google.com/calendar/ical/u3054u2f4kpkl7edub90faijvo@group.calendar.google.com/public/basic.ics
+ select start, end, (end-start)/60/60, summary from event where unixepoch()-6*3600 < start order by start;
+ select datetime(start, 'unixepoch'), datetime(end, 'unixepoch'), (end-start)/60/60, summary from event where unixepoch()-6*3600 < start order by start;
+
Raylib
https://github.com/raysan5/raylib/wiki/Working-on-Raspberry-Pi