-
Notifications
You must be signed in to change notification settings - Fork 0
/
refs.bib
273 lines (224 loc) · 8.64 KB
/
refs.bib
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
@misc{emkc-snippets,
title = {EMKC snippets using the Piston code execution system (open source)},
howpublished = {\url{https://emkc.org/snippets}}
}
@misc{judge0-ide,
title = {Judge0 IDE using the Judge0 code execution system (open source)},
howpublished = {\url{https://ide.judge0.com/}}
}
@misc{dmoj,
title = {DMOJ using the DMOJ judge-server code execution system (open source)},
howpublished = {\url{https://dmoj.ca/}}
}
@misc{riju-github,
title = {Riju GitHub repository},
howpublished = {\url{https://github.com/radian-software/riju}}
}
@misc{replit-homepage,
title = {Repl.it homepage},
howpublished = {\url{https://replit.com/}}
}
@misc{piston-repo,
title = {Piston's GitHub repository},
howpublished = {\url{https://github.com/engineer-man/piston}}
}
@misc{judge0-repo,
title = {Judge0's GitHub repository},
howpublished = {\url{https://github.com/judge0/judge0}}
}
@misc{codeforces-cpu-time-limit,
title = {A problem on Codeforces with imposed CPU-time limits and memory limits},
howpublished = {\url{https://codeforces.com/contest/1975/problem/A#time-limit}}
}
@misc{codeforces-metrics,
title = {A Codeforces submission with reported time and memory usage},
howpublished = {\url{https://codeforces.com/contest/1975/submission/268118827}}
}
@misc{rust-homepage,
title = {The homepage of the Rust programming language},
howpublished = {\url{https://www.rust-lang.org/}}
}
@misc{rust-networking-page,
title = {Rust's networking web page},
howpublished = {\url{https://www.rust-lang.org/what/networking}}
}
@misc{isolate-repo,
title = {Isolate's GitHub repo},
howpublished = {\url{https://github.com/ioi/isolate}}
}
@misc{isolate-manual,
title = {Isolate's user manual},
howpublished = {\url{https://www.ucw.cz/moe/isolate.1.html}}
}
@misc{cms-homepage,
title = {The homepage of IOI CMS},
howpublished = {\url{http://cms-dev.github.io/}}
}
@inproceedings{judge0-paper,
author = {Došilović, Herman Zvonimir and Mekterović, Igor},
booktitle = {2020 43rd International Convention on Information, Communication and Electronic Technology (MIPRO)},
title = {Robust and Scalable Online Code Execution System},
year = {2020},
volume = {},
number = {},
pages = {1627-1632},
doi = {10.23919/MIPRO48935.2020.9245310}
}
@misc{nix-homepage,
title = {The homepage of Nix},
howpublished = {\url{https://nixos.org/}}
}
@phdthesis{nix-phd,
author = {Eelco Dolstra},
title = {The Purely Functional Software Deployment Model},
school = {Utrecht University},
year = {2003},
url = {https://edolstra.github.io/pubs/phd-thesis.pdf}
}
@misc{sqlite-homepage,
title = {The homepage of SQLite},
howpublished = {\url{https://www.sqlite.org/}}
}
@misc{sqlite-when-to-use,
title = {SQLite's "when to use" page},
howpublished = {\url{https://www.sqlite.org/whentouse.html}}
}
@misc{docker-homepage,
title = {Docker's homepage},
howpublished = {\url{https://www.docker.com/}}
}
@misc{online-ide,
title = {Online IDE's homepage},
howpublished = {\url{https://www.online-ide.com/}}
}
@misc{code-golf-stack-exchange,
title = {Code Golf Stack Exchange},
howpublished = {\url{https://codegolf.stackexchange.com/tags/code-golf/info}}
}
@misc{judge0-share-net,
title = {Usage of --share-net in Judge0},
howpublished = {\url{https://github.com/judge0/judge0/blob/a999e310fd82008e6bb89662e96d48fa4e26b579/app/jobs/isolate_job.rb#L227}}
}
@misc{judge0-share-net-vulnerability,
title = {A Judge0 security vulnerability due to the usage of --share-net},
howpublished = {\url{https://github.com/judge0/judge0/security/advisories/GHSA-q7vg-26pg-v5hr}}
}
@misc{systemd-homepage,
title = {Systemd's homepage},
howpublished = {\url{https://systemd.io/}}
}
@misc{isolate-systemd-service,
title = {Isolate's systemd service},
howpublished = {\url{https://github.com/ioi/isolate/blob/49e0da0b3415abf777f36a7be9e4fbff6711c2bb/systemd/isolate.service}}
}
@misc{cgroup2-documentation,
title = {Documentation of cgroup2},
howpublished = {\url{https://docs.kernel.org/admin-guide/cgroup-v2.html}}
}
@misc{judge0-isolate,
title = {Judge0's Isolate fork},
howpublished = {\url{https://github.com/judge0/isolate/tree/ad39cc4d0fbb577fb545910095c9da5ef8fc9a1a}}
}
@misc{nsjail-repo,
title = {NsJail's GitHub repository},
howpublished = {\url{https://github.com/google/nsjail}}
}
@misc{sandkasten-repo,
title = {Sandkasten's GitHub repository},
howpublished = {\url{https://github.com/defelo/sandkasten}}
}
@misc{piston-timeout,
title = {Piston's usage of the timeout command to handle time limits},
howpublished = {\url{https://github.com/engineer-man/piston/blob/59338eee333606af6b7e5aa459ce63b6a3da2757/api/src/job.js#L150}}
}
@article{mob-programming,
title = {Mob Programming - A Whole Team Approach},
author = {Zuill, Woody},
journal = {Agile Alliance},
year = {2014},
url = {https://www.agilealliance.org/resources/experience-reports/mob-programming-agile2014/}
}
@misc{piston-as,
title = {Piston's usage of the prlimit command with the --as option to handle memory limits},
howpublished = {\url{https://github.com/engineer-man/piston/blob/59338eee333606af6b7e5aa459ce63b6a3da2757/api/src/job.js#L158}}
}
@misc{piston-metrics,
title = {Reported metrics in Piston},
howpublished = {\url{https://github.com/engineer-man/piston/blob/master/api/src/job.js#L268}}
}
@misc{judge0-base-docker-image,
title = {The base Docker image of Judge0},
howpublished = {\url{https://github.com/judge0/compilers/blob/92fa2173c0e5ae02922bf1939085db986dfbf5c4/Dockerfile}}
}
@misc{piston-runtime-installation,
title = {The base Docker image of Judge0},
howpublished = {\url{https://github.com/engineer-man/piston/blob/59338eee333606af6b7e5aa459ce63b6a3da2757/api/src/package.js#L38}}
}
@misc{piston-dockerfile,
title = {The base Docker image of Piston},
howpublished = {\url{https://github.com/engineer-man/piston/blob/59338eee333606af6b7e5aa459ce63b6a3da2757/api/Dockerfile#L10}}
}
@misc{nix-shell-docs,
title = {The documentation of nix shell},
howpublished = {\url{https://nixos.wiki/wiki/Development_environment_with_nix-shell}}
}
@misc{piston-job-file,
title = {The api/src/job.js file in Piston},
howpublished = {\url{https://github.com/engineer-man/piston/blob/59338eee333606af6b7e5aa459ce63b6a3da2757/api/src/job.js}}
}
@misc{resque-homepage,
title = {The homepage of Resque},
howpublished = {\url{https://resque.github.io/}}
}
@misc{judge0-workers,
title = {The configuration option for determining how many parallel workers to run in Judge0},
howpublished = {\url{https://resque.github.io/}}
}
@misc{tokio-homepage,
title = {The homepage of Tokio},
howpublished = {\url{https://tokio.rs/}}
}
@misc{tokio-semaphore,
title = {The documentation of Tokio's semaphore},
howpublished = {\url{https://docs.rs/tokio/latest/tokio/sync/struct.Semaphore.html}}
}
@misc{tokio-rwlock,
title = {The documentation of Tokio's RwLock},
howpublished = {\url{https://docs.rs/tokio/latest/tokio/sync/struct.RwLock.html}}
}
@online{rust-modules,
author = {The Rust Programming Language},
title = {Managing Growing Projects with Packages, Crates, and Modules},
url = {https://doc.rust-lang.org/book/ch07-00-managing-growing-projects-with-packages-crates-and-modules.html},
urldate = {2024-07-03}
}
@online{axum-handler,
author = {Axum},
title = {Module axum::handler},
url = {https://docs.rs/axum/latest/axum/handler/index.html},
urldate = {2024-07-03}
}
@online{rust-oop,
author = {The Rust Programming Language},
title = {Object-Oriented Programming Features of Rust},
url = {https://doc.rust-lang.org/book/ch17-00-oop.html},
urldate = {2024-07-03}
}
@online{rust-inheritance,
author = {The Rust Programming Language},
title = {Inheritance as a Type System and as Code Sharing},
url = {https://doc.rust-lang.org/book/ch17-01-what-is-oo.html#inheritance-as-a-type-system-and-as-code-sharing},
urldate = {2024-07-03}
}
@online{rust-traits,
author = {The Rust Programming Language},
title = {Using Trait Objects That Allow for Values of Different Types},
url = {https://doc.rust-lang.org/book/ch17-02-trait-objects.html},
urldate = {2024-07-03}
}
@online{rust-encapsulation,
author = {The Rust Programming Language},
title = {Encapsulation that Hides Implementation Details},
url = {https://doc.rust-lang.org/book/ch17-01-what-is-oo.html#encapsulation-that-hides-implementation-details},
urldate = {2024-07-03}
}