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
46
47
48
49
50
|
[
{
"name":"website",
"description":"xengineering's website as a Git repository"
},
{
"name":"birdscan",
"description":"Software to take beautiful pictures of birds with a Raspberry Pi camera"
},
{
"name":"dotfiles",
"description":"Git repository to track my personal GNU/Linux dotfiles"
},
{
"name":"iot-barcode-scanner",
"description":"Service that makes barcode scanners available on the network for IoT usage"
},
{
"name":"ledcontrol",
"description":"Firmware project for the STM32F103C8T6 microcontroller to control LED strips"
},
{
"name":"libweb",
"description":"Repository with reusable components for web development"
},
{
"name":"pkgbuilds",
"description":"Repository with packaging files for the Arch Linux build system"
},
{
"name":"scripts",
"description":"Some useful scripts"
},
{
"name":"stlscope",
"description":"Simple program to view .stl files"
},
{
"name":"webiot",
"description":"Small webserver for my personal Internet of Things (IoT)"
},
{
"name":"xbackup",
"description":"Convenience wrapper around the Borg backup tool"
},
{
"name":"xbot",
"description":"Software to create simpel chat bots for the XMPP/Jabber protocol"
}
]
|