Changeset 466b1c9 for doc/bibliography
- Timestamp:
- Mar 18, 2019, 2:32:26 PM (7 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum, stuck-waitfor-destruct
- Children:
- 78e109f
- Parents:
- 76d3ca6 (diff), a927662 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
doc/bibliography/pl.bib (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/bibliography/pl.bib
r76d3ca6 r466b1c9 1146 1146 author = {Tarditi, David and Elliott, Archibald Samuel and Ruef, Andrew and Hicks, Michael}, 1147 1147 title = {Checked C: Making C Safe by Extension}, 1148 booktitle = {2018 IEEE Cybersecurity Development (SecDev)}, 1149 publisher = {IEEE}, 1150 year = {2018}, 1151 month = seep, 1152 pages = {53-60}, 1153 url = {https://www.microsoft.com/en-us/research/publication/checkedc-making-c-safe-by-extension/}, 1148 booktitle = {2018 IEEE Cybersecurity Development (SecDev)} 1149 year = {2018}, 1150 month = {September}, 1151 pages = {53-60}, 1152 publisher = {IEEE}, 1153 url = {https://www.microsoft.com/en-us/research/publication/checkedc-making-c-safe-by-extension/}, 1154 } 1155 1156 @misc{Clang, 1157 keywords = {clang}, 1158 contributer = {a3moss@uwaterloo.ca}, 1159 title = {Clang: a {C} language family frontend for {LLVM}}, 1160 howpublished = {\href{https://clang.llvm.org/}{https://\-clang.llvm.org/}}, 1161 note = {Accessed 2019-02-22} 1154 1162 } 1155 1163 … … 2292 2300 } 2293 2301 2302 @article{Ritchie93, 2303 keywords = {C, history}, 2304 contributer = {pabuhr@plg}, 2305 author = {Ritchie, Dennis M.}, 2306 title = {The Development of the {C} Language}, 2307 journal = sigplan, 2308 volume = 28, 2309 number = 3, 2310 month = mar, 2311 year = 1993, 2312 pages = {201--208}, 2313 url = {http://doi.acm.org/10.1145/155360.155580}, 2314 publisher = {ACM}, 2315 address = {New York, NY, USA}, 2316 } 2317 2294 2318 @article{design, 2295 2319 keywords = {Smalltalk, designing classes}, … … 2299 2323 journal = joop, 2300 2324 year = 1988, 2301 volume = 1, number = 2, pages = {22-35}, 2325 volume = 1, 2326 number = 2, 2327 pages = {22-35}, 2302 2328 comment = { 2303 2329 Abstract classes represent standard protocols. ``It is better to … … 2384 2410 year = 1990, 2385 2411 pages = {315-323} 2412 } 2413 2414 @misc{Dotty-github, 2415 keywords = {dotty,scala}, 2416 contributer = {a3moss@uwaterloo.ca}, 2417 author = {Martin Odersky}, 2418 title = {Dotty}, 2419 howpublished = {\href{https://github.com/lampepfl/dotty}{https://\-github.com/\-lampepfl/\-dotty}}, 2420 note = {Acessed: 2019-02-22} 2386 2421 } 2387 2422 … … 2491 2526 pages = {325-361}, 2492 2527 } 2528 2529 @article{Tarjan75, 2530 keywords = {union-find}, 2531 contributer = {a3moss@uwaterloo.ca}, 2532 author = {Tarjan, Robert Endre}, 2533 title = {Efficiency of a Good But Not Linear Set Union Algorithm}, 2534 journal = {J. ACM}, 2535 issue_date = {April 1975}, 2536 volume = {22}, 2537 number = {2}, 2538 month = apr, 2539 year = {1975}, 2540 issn = {0004-5411}, 2541 pages = {215--225}, 2542 numpages = {11}, 2543 url = {http://doi.acm.org/10.1145/321879.321884}, 2544 doi = {10.1145/321879.321884}, 2545 acmid = {321884}, 2546 publisher = {ACM}, 2547 address = {New York, NY, USA}, 2548 } 2493 2549 2494 2550 @book{Eiffel, … … 4244 4300 } 4245 4301 4302 @misc{Matsakis17, 4303 keywords = {Rust, Chalk, PROLOG}, 4304 contributer = {a3moss@uwaterloo.ca}, 4305 author = {Nicholas Matsakis}, 4306 title = {Lowering {Rust} traits to logic}, 4307 month = jan, 4308 year = 2017, 4309 howpublished= {\href{http://smallcultfollowing.com/babysteps/blog/2017/01/26/lowering-rust-traits-to-logic/} 4310 {http://smallcultfollowing.com/\-babysteps/\-blog/\-2017/\-01/\-26/\-lowering-rust-traits-to-logic/}}, 4311 optnote = {Accessed: 2019-01}, 4312 } 4313 4246 4314 @article{Cormack89, 4247 4315 keywords = {parsing, LR, error recovery}, … … 4276 4344 publisher = {Motorola}, 4277 4345 year = 1992, 4346 } 4347 4348 @misc{Haberman16, 4349 keywords = {C++ template expansion}, 4350 contributer = {a3moss@uwaterloo.ca}, 4351 author = {Josh Haberman}, 4352 title = {Making arbitrarily-large binaries from fixed-size {C}{\kern-.1em\hbox{\large\texttt{+\kern-.25em+}}} code}, 4353 year = 2016, 4354 howpublished= {\href{http://blog.reverberate.org/2016/01/making-arbitrarily-large-binaries-from.html} 4355 { 4356 {http://blog.reverberate.org/\-2016/\-01/\-making-arbitrarily-large-binaries-from.html} 4357 }}, 4358 optnote = {Accessed: 2016-09}, 4278 4359 } 4279 4360
Note:
See TracChangeset
for help on using the changeset viewer.