-
Notifications
You must be signed in to change notification settings - Fork 55
/
bibliography.bib
106 lines (91 loc) · 2.99 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
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
@online{missing,
title = {The Missing Semester of Your CS Education},
url = "https://missing.csail.mit.edu/"
}
@book{janssens2021data,
title={Data Science at the Command Line},
author={Janssens, Jeroen},
year={2021},
publisher={" O'Reilly Media, Inc."},
url="https://www.datascienceatthecommandline.com/2e/"
}
@article{irving2021research,
title={Research software engineering with python: Building software that makes research possible},
author={Irving, Damien and Hertweck, Kate and Johnston, Luke and Ostblom, Joel and Wickham, Charlotte and Wilson, Greg},
year={2021},
publisher={Chapman and Hall/CRC},
url="https://merely-useful.tech/py-rse/"
}
@online{shellcheck,
title = {ShellCheck – shell script analysis tool},
url = "https://www.shellcheck.net/"
}
@online{regex101,
title = {regex101: build, test, and debug regex},
url = "https://regex101.com/"
}
@article{ramey2011bourne,
title={The Bourne-Again SHell},
author={Ramey, Chet},
journal={The Architecture of Open Source Applications},
year={2011},
url = "https://www.aosabook.org/en/bash.html"
}
@inproceedings{tucker2007opium,
title={Opium: Optimal package install/uninstall manager},
author={Tucker, Chris and Shuffelton, David and Jhala, Ranjit and Lerner, Sorin},
booktitle={29th International Conference on Software Engineering (ICSE'07)},
pages={178--188},
year={2007},
organization={IEEE}
}
@inproceedings{abate2020dependency,
title={Dependency solving is still hard, but we are getting better at it},
author={Abate, Pietro and Di Cosmo, Roberto and Gousios, Georgios and Zacchiroli, Stefano},
booktitle={2020 IEEE 27th International Conference on Software Analysis, Evolution and Reengineering (SANER)},
pages={547--551},
year={2020},
organization={IEEE}
}
@online{pubgrub,
title = {The package manager for Dart},
url = "https://github.com/dart-lang/pub"
}
@online{antlr,
title = {ANTLR},
url = "https://www.antlr.org/"
}
@online{sly,
title = {Sly Lex Yacc},
url = "https://github.com/dabeaz/sly"
}
@article{mokhov2020build,
title={Build systems {\`a} la carte: Theory and practice},
author={Mokhov, Andrey and Mitchell, Neil and Jones, Simon Peyton},
journal={Journal of Functional Programming},
volume={30},
year={2020},
publisher={Cambridge University Press}
}
@online{git,
title = {Pro Git book},
url = "https://git-scm.com/book/ru/v2"
}
@online{pandoc,
title = {Pandoc User's Guide},
url = "https://pandoc.org/MANUAL.html"
}
@book{model,
title={Программное моделирование вычислительных систем},
author={Г. С. Речистов and Е. А. Елюгин and А. А. Иванов},
year={2016},
url="https://atakua.org/w/images/simulation-lectures-latest.pdf",
note = russian
}
@book{unix,
title={Операционная система UNIX, 2 изд.},
author={А. М. Робачевский},
year={2010},
publisher={БХВ-Петербург},
note = russian
}