-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsessions.json
147 lines (147 loc) · 3.2 KB
/
sessions.json
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
[
{
"name": "High Performance in the Critical Rendering Path",
"time": "Saturday 9am",
"location": "The Amphitheatre"
},
{
"name": "React.js",
"time": "Saturday 9:30am",
"location": "The Amphitheatre"
},
{
"name": "Using WebCrypto to Protect User Data",
"time": "Saturday 10am",
"location": "The Amphitheatre"
},
{
"name": "A State of Change",
"time": "Saturday 11am",
"location": "The Amphitheatre"
},
{
"name": "The ESNext Generation",
"time": "Saturday 11:30am",
"location": "The Amphitheatre"
},
{
"name": "HTTP Headers: The Simplest Security",
"time": "Saturday 12pm",
"location": "The Amphitheatre"
},
{
"name": "ORTC",
"time": "Saturday 1:30pm",
"location": "The Amphitheatre"
},
{
"name": "Scope Chains & Closures",
"time": "Saturday 2pm",
"location": "The Amphitheatre"
},
{
"name": "Elements of Mercury",
"time": "Saturday 2pm",
"location": "The Amphitheatre"
},
{
"name": "Snap.SVG inside out",
"time": "Saturday 3:30pm",
"location": "The Amphitheatre"
},
{
"name": "Go & JavaScript",
"time": "Saturday 4pm",
"location": "The Amphitheatre"
},
{
"name": "glslify",
"time": "Saturday 4:30pm",
"location": "The Amphitheatre"
},
{
"name": "Particularly Particles",
"time": "Saturday 5pm",
"location": "The Amphitheatre"
},
{
"name": "Cross Origin Resource Sharing for Fun & Profit",
"time": "Saturday 5:30pm",
"location": "The Amphitheatre"
},
{
"name": "Webtask: All you need is code",
"time": "Saturday 6pm",
"location": "The Amphitheatre"
},
{
"name": "The Disconnected Ensemble",
"time": "Sunday 9am - Sunday 10am",
"location": "The Amphitheatre"
},
{
"name": "Web Audio",
"time": "Sunday 10am",
"location": "The Amphitheatre"
},
{
"name": "Ops for Dev: How to not get paged",
"time": "Sunday 11am",
"location": "The Amphitheatre"
},
{
"name": "Beyond Simple Payments",
"time": "Sunday 11:30am",
"location": "The Amphitheatre"
},
{
"name": "The Future of Node",
"time": "Sunday 12pm",
"location": "The Amphitheatre"
},
{
"name": "Distributed Diversity Panel",
"time": "Sunday 1:30pm",
"location": "The Amphitheatre"
},
{
"name": "Offline-First Judging",
"time": "Sunday 3:30pm",
"location": "The Amphitheatre"
},
{
"name": "Libuv Introduction",
"time": "Saturday 1:30pm",
"location": "Coltman Hut Hall"
},
{
"name": "Libuv Workshop",
"time": "Saturday 2pm",
"location": "Coltman Hut Hall"
},
{
"name": "Scope Chains & Closures Workshop",
"time": "Saturday 3:30pm",
"location": "Coltman Hut Hall"
},
{
"name": "Holistic InfoSec For Web Developers Workshop",
"time": "Sunday 9am",
"location": "Coltman Hut Hall"
},
{
"name": "Web Audio Workshop",
"time": "Sunday 11am",
"location": "Coltman Hut Hall"
},
{
"name": "High Performance Workshop",
"time": "Sunday 1:30pm",
"location": "Coltman Hut Hall"
},
{
"name": "The ESNext Generation Workshop",
"time": "Sunday 3:30pm",
"location": "Coltman Hut Hall"
}
]