-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibliography.bib
76 lines (62 loc) · 2.06 KB
/
bibliography.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
@online{std-array,
url = {https://en.cppreference.com/w/cpp/container/array}
}
@online{observer-pattern,
url = {https://refactoring.guru/design-patterns/observer},
title = {Observer Pattern}
}
@online{vdm-overture,
url = {https://www.overturetool.org/method/},
title = {The Vienna Development Method}
}
@book{sommerville-software-engineering,
author = {Sommerville, I.},
title = {Software Engineering},
year = {2016},
publisher = {Pearson Education Limited},
address = {Boston},
edition = {10}
}
@misc{prime,
title = {Scaling up the Prime Video Audio-Video Monitoring Service and Reducing Costs by 90\%},
author = {{Marcin Kolny}},
day = {22},
month = {03},
year = {2023},
url = {https://web.archive.org/web/20240325042615/https://www.primevideotech.com/video-streaming/scaling-up-the-prime-video-audio-video-monitoring-service-and-reducing-costs-by-90#expand},
urldate = {2024-03-25}
}
@online{wikipediaSinglePrecisionFloatingPointFormat,
title = {Single-precision floating-point format},
url = {https://en.wikipedia.org/wiki/Single-precision_floating-point_format},
note = {Accessed: 2024-12-27},
year = {2024},
month = {December},
publisher = {Wikipedia},
}
@online{euler-method-ref,
author = {{Wikipedia}},
title = {Euler method},
url = {https://en.wikipedia.org/wiki/Euler_method},
}
@online{monte-carlo-method,
author = {{Wikipedia}},
title = {Monte Carlo method},
url = {https://en.wikipedia.org/wiki/Monte_Carlo_method},
}
@online{pseudo-random-number-generation,
url = {https://en.cppreference.com/w/cpp/numeric/random},
title = {Pseudo-random number generation}
}
@online{basic-ostream,
url = {https://en.cppreference.com/w/cpp/io/basic_ostream/operator_ltlt},
title = {std::basic_ostream}
}
@online{python-operator-overloading,
url = {https://docs.python.org/3/library/operator.html},
title = {operator — Standard operators as functions}
}
@online{rust-operator-overloading,
url = {https://doc.rust-lang.org/std/ops/index.html#examples},
title = {Module ops}
}