Changeset 7ffd7f0
- Timestamp:
- Sep 30, 2025, 7:55:45 AM (8 weeks ago)
- Branches:
- master
- Children:
- f0011bf
- Parents:
- a24a69e
- File:
-
- 1 edited
-
doc/bibliography/pl.bib (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
ra24a69e r7ffd7f0 1240 1240 year = 2023, 1241 1241 note = {\url{https://www.iso.org/obp/ui/en/\#iso:std:iso-iec:9899:dis:ed-5:v1:en}}, 1242 } 1243 1244 @mastersthesis{Brooks25, 1245 contributer = {pabuhr@plg}, 1246 author = {Michael Brooks}, 1247 title = {\textsf{C}$\mathbf{\forall}$ Container Library}, 1248 school = {School of Computer Science, University of Waterloo}, 1249 address = {Waterloo, Ontario, Canada, N2L 3G1}, 1250 publisher = {UWSpace}, 1251 year = {2025}, 1252 note = {\url{https://hdl.handle.net/10012/XXXXX}}, 1242 1253 } 1243 1254 … … 3033 3044 } 3034 3045 3046 @article{Alvarez-Picallo24, 3047 keywords = {C, Coroutines, Effect Handlers}, 3048 contributer = {pabuhr@plg}, 3049 author = {Alvarez-Picallo, Mario and Freund, Teodoro and Ghica, Dan R. and Lindley, Sam}, 3050 title = {Effect Handlers for {C} via Coroutines}, 3051 year = {2024}, 3052 publisher = {Association for Computing Machinery}, 3053 address = {New York, NY, USA}, 3054 volume = {8}, 3055 number = {OOPSLA2}, 3056 journal = {Proc. ACM Program. Lang.}, 3057 month = oct, 3058 } 3059 3035 3060 @article{Tarjan75, 3036 3061 keywords = {union-find}, … … 4084 4109 } 4085 4110 4111 @manual{libmill, 4112 keywords = {libmill}, 4113 contributer = {pabuhr@plg}, 4114 author = {libmill}, 4115 title = {{G}o-style concurrency in {C}, Version 1.18}, 4116 organization= {libmill}, 4117 address = {\url{http://libmill.org/documentation.html}}, 4118 month = jan, 4119 year = 2017, 4120 } 4121 4086 4122 @manual{Go, 4087 4123 keywords = {Go programming language}, … … 4332 4368 author = {Zoran Radovi\'{c} and Erik Hagersten}, 4333 4369 title = {Hierarchical backoff locks for nonuniform communication architectures}, 4334 booktitle = {Proc eedings of the Ninth International Symposium on High-Performance Computer Architecture},4370 booktitle = {Proc. of the 9th Inter. Symp. on High-Perf. Comp. Arch.}, 4335 4371 year = {2003}, 4336 4372 location = {Anaheim, CA, USA}, … … 5144 5180 } 5145 5181 5146 @manual{libmill,5147 keywords = {libmill},5148 contributer = {pabuhr@plg},5149 author = {libmill},5150 title = {{G}o-style concurrency in {C}, Version 1.18},5151 organization= {libmill},5152 address = {\url{http://libmill.org/documentation.html}},5153 month = jan,5154 year = 2017,5155 }5156 5157 5182 @book{Weissman67, 5158 5183 keywords = {lisp}, … … 5227 5252 year = 2008, 5228 5253 pages = {1008-1020}, 5254 } 5255 5256 @misc{Loom, 5257 contributer = {pabuhr@plg}, 5258 key = {Loom}, 5259 title = {Project Loom: Fibers and Continuations}, 5260 author = { Iris Clark}, 5261 howpublished= {\url{https://wiki.openjdk.org/display/loom}}, 5262 year = 2022, 5229 5263 } 5230 5264 … … 9332 9366 title = {What is a Secure Programming Language?}, 9333 9367 booktitle = {3rd Summit on Advances in Programming Languages}, 9334 editor = {Benjamin S. Lerner and Rastislav Bod\'{i}k and Shriram Krishnamurthi},9368 opteditor = {Benjamin S. Lerner and Rastislav Bod\'{i}k and Shriram Krishnamurthi}, 9335 9369 month = jul, 9336 9370 year = 2019,
Note:
See TracChangeset
for help on using the changeset viewer.