Report is mostly done now, fine tuning left

This commit is contained in:
Marko Korhonen 2020-05-08 09:35:47 +03:00
parent fb5aa5ee5a
commit 06b71b8688
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
21 changed files with 533 additions and 225 deletions

View file

@ -8,13 +8,40 @@
lastchecked = {5. Maaliskuuta, 2020}
}
@article{wiki:dom,
title ={Document Object Model},
url = {https://en.wikipedia.org/wiki/Document_Object_Model},
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {4. toukokuuta 2020},
}
@article{wiki:spa,
title ={Single-page application},
url = {https://en.wikipedia.org/wiki/Single-page_application},
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {4. toukokuuta 2020},
}
@article{wiki:rest,
title ={Representational state transfer},
url = {https://en.wikipedia.org/wiki/Representational_state_transfer},
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {4. toukokuuta 2020},
}
@article{wiki:actor,
title = {Actor model},
journal = {},
author = {Wikipedia contributors},
year = 2020,
url = {https://en.wikipedia.org/wiki/Actor_model},
lastchecked = {16. Huhtikuuta, 2020}
lastchecked = {16. huhtikuuta, 2020}
}
@article{rust:lang,
@ -23,7 +50,7 @@
author = {Rust Team},
year = 2020,
url = {https://www.rust-lang.org},
lastchecked = {24. Huhtikuuta, 2020}
lastchecked = {24. huhtikuuta, 2020}
}
@article{rust:ownership,
@ -32,7 +59,16 @@
author = {Rust Team},
year = 2020,
url = {https://doc.rust-lang.org/stable/book/ch04-01-what-is-ownership.html},
lastchecked = {24. Huhtikuuta, 2020}
lastchecked = {24. huhtikuuta, 2020}
}
@article{rust:fearless-concurrency,
title = {What is Ownership - Rust book},
journal = {Rust Blog},
author = {Aaron Turon},
year = 2015,
url = {https://blog.rust-lang.org/2015/04/10/Fearless-Concurrency.html},
lastchecked = {7. toukokuuta, 2020}
}
@article{rust:println,
@ -41,7 +77,7 @@
author = {Rust Team},
year = 2020,
url = {https://doc.rust-lang.org/std/macro.println.html},
lastchecked = {3. Toukokuuta, 2020}
lastchecked = {3. toukokuuta, 2020}
}
@article{wiki:garbagecollection,
@ -50,7 +86,7 @@
author = {Wikipedian kirjoittajat},
year = 2020,
url = {https://fi.wikipedia.org/wiki/Automaattinen_roskienker%C3%A4ys},
lastchecked = {24. Huhtikuuta, 2020}
lastchecked = {24. huhtikuuta, 2020}
}
@misc{rust:cargo,
@ -59,7 +95,16 @@
publisher = {},
author = {Rust Team},
year = 2020,
lastchecked = {1. Toukokuuta 2020},
lastchecked = {1. toukokuuta 2020},
}
@misc{rust:install,
title = {Rust - Getting started},
url = {https://www.rust-lang.org/learn/get-started},
publisher = {},
author = {Rust Team},
year = 2020,
lastchecked = {1. toukokuuta 2020},
}
@misc{rust:macro-lisp,
@ -68,7 +113,7 @@
publisher = {},
author = {JunSuzukiJapan},
year = 2020,
lastchecked = {1. Toukokuuta 2020},
lastchecked = {1. toukokuuta 2020},
}
@misc{rust:cratesio,
@ -77,7 +122,7 @@
publisher = {},
author = {Rust Team},
year = 2020,
lastchecked = {1. Toukokuuta 2020},
lastchecked = {1. toukokuuta 2020},
}
@misc{jwt:home,
@ -86,7 +131,7 @@
publisher = {},
author = {Auth0},
year = 2020,
lastchecked = {29. Huhtikuuta 2020},
lastchecked = {29. huhtikuuta 2020},
}
@misc{yew:home,
@ -95,7 +140,7 @@
publisher = {},
author = {Yew Team},
year = 2020,
lastchecked = {1. Toukokuuta 2020},
lastchecked = {1. toukokuuta 2020},
}
@misc{yew:router-problem,
@ -104,7 +149,7 @@
publisher = {},
author = {Yew Team},
year = 2020,
lastchecked = {3. Toukokuuta 2020},
lastchecked = {3. toukokuuta 2020},
}
@misc{webassembly:stdweb,
@ -113,7 +158,7 @@
publisher = {},
author = {Rust team},
year = 2020,
lastchecked = {1. Toukokuuta 2020},
lastchecked = {1. toukokuuta 2020},
}
@misc{webassembly:websys,
@ -122,7 +167,7 @@
publisher = {},
author = {Rust team},
year = 2020,
lastchecked = {1. Toukokuuta 2020},
lastchecked = {1. toukokuuta 2020},
}
@misc{uikit,
@ -131,7 +176,7 @@
publisher = {},
author = {},
year = 2020,
lastchecked = {2. Toukokuuta 2020},
lastchecked = {2. toukokuuta 2020},
}
@misc{webassembly:home,
@ -140,16 +185,24 @@
publisher = {},
author = {},
year = 2020,
lastchecked = {2. Toukokuuta 2020},
lastchecked = {2. toukokuuta 2020},
}
@misc{webassembly:text,
title ={Understanding WebAssembly text format},
url = {https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format},
publisher = {},
author = {Mozilla},
publisher = {Mozilla},
author = {MDN contributors},
year = 2019,
lastchecked = {2. Toukokuuta 2020},
lastchecked = {2. toukokuuta 2020},
}
@article{s-expression,
title ={S-expression},
url = {https://en.wikipedia.org/wiki/S-expression},
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {7. toukokuuta 2020},
}
@article{wiki:metaprogramming,
@ -158,6 +211,68 @@
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {3. Toukokuuta 2020},
lastchecked = {3. toukokuuta 2020},
}
@article{wiki:runtime-library,
title ={Runtime library},
url = {https://en.wikipedia.org/wiki/Runtime_library},
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {7. toukokuuta 2020},
}
@article{wiki:thread-safety,
title = {Thread safety},
url = {https://en.wikipedia.org/wiki/Thread_safety},
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {7. toukokuuta 2020},
}
@misc{typescript,
title ={TypeScript: Typed JavaScript at Any Scale},
url = {https://www.typescriptlang.org},
publisher = {Microsoft},
author = {TypeScript team},
year = 2020,
lastchecked = {3. toukokuuta 2020},
}
@misc{javascript-wa,
title ={Using the WebAssembly JavaScript API},
url = {https://developer.mozilla.org/en-US/docs/WebAssembly/Using_the_JavaScript_API},
publisher = {Mozilla},
author = {MDN contributors},
year = 2019,
lastchecked = {3. toukokuuta 2020},
}
@article{wiki:sop,
title ={Same-origin-policy},
url = {https://en.wikipedia.org/wiki/Same-origin_policy},
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {4. toukokuuta 2020},
}
@article{wiki:cors,
title ={Cross-origin resource sharing},
url = {https://en.wikipedia.org/wiki/Cross-origin_resource_sharing},
journal = {},
author = {Wikipedia contributors},
year = 2020,
lastchecked = {4. toukokuuta 2020},
}
@misc{sourcecode,
title ={Insinöörityön lähdekoodi},
url = {https://gitlab.com/ReekyMarko/thesis},
publisher = {},
author = {Marko Korhonen},
year = 2020,
lastchecked = {8. toukokuuta 2020},
}