-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.json
More file actions
40 lines (40 loc) · 1.39 KB
/
schedule.json
File metadata and controls
40 lines (40 loc) · 1.39 KB
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
{
"events": [
{
"title": "Programming books",
"description": "This day we'll spend time going through programming books and their exercises. This will include learning new technologies, languages and ideas.",
"url": "https://github.com/brokenprogrammer/programming-exercises",
"days": [7],
"time": "15:00"
},
{
"title": "BrokenInformant",
"description": "A productivity tool written in F# used to submit your TODOs as GitHub issues.",
"url": "https://github.com/brokenprogrammer/BrokenInformant",
"days": [1, 3],
"time": "18:00"
},
{
"title": "Schedule website",
"description": "During this stream I'll be working on improving this website containing the schedule.",
"url": "https://github.com/Realbrokenprogrammer/schedule",
"days": [2],
"time": "18:00"
},
{
"title": "RapidTunes",
"description": "Music application written in Java with the goal to bring as many music sources as possible together.",
"url": "https://github.com/brokenprogrammer/RapidTunes",
"days": [4, 6],
"time": "18:00"
},
{
"title": "F# Compiler",
"description": "I am working on an issue for the F# compiler, if there is something to do this day will be reserved for work on that. If not we'll work on some random stuff this day.",
"url": "https://github.com/Microsoft/visualfsharp/pull/4511",
"days": [5],
"time": "16:00"
}
],
"timezone": "UTC+1"
}