summaryrefslogtreecommitdiff
path: root/README
blob: 30ec13c19b67ceecbc3b3cb74dfe02bf3c0f6af2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Grafisk
        https://wiki.bitraf.no/wiki/Grafisk

        https://www.fontsquirrel.com/fonts/advent-pro
        #F04A00

Ikke X
        sudo systemctl isolate multi-user
        sudo adduser opplysning video

LAN
        eth0
        b8:27:eb:11:60:a4
        10.13.37.133/24
        infoskjerm.local

libical
        https://codedocs.xyz/libical/libical/md_docs_UsingLibical.html

Meetup
        https://www.meetup.com/bitraf/events/calendar/
        curl -o events.ical https://www.meetup.com/bitraf/events/ical/
        curl -o events.rss https://www.meetup.com/bitraf/events/rss/

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

        sudo apt-get install libdrm-dev libegl1-mesa-dev libgles2-mesa-dev libgbm-dev
        sudo apt install git
        git clone https://github.com/raysan5/raylib/
        git checkout 5.5
        sudo apt-get install libraspberrypi-dev raspberrypi-kernel-headers
        sudo apt install cmake libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
        cmake -DPLATFORM=DRM ..
        time make -j4
                real    1m57.781s
                user    4m8.050s
                sys     0m52.026s
        sudo make install