My undergraduate thesis on a capability based security system for a data-centric operating system.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

kill design...

suri312006 c31bb651 58e931e6

+7 -14
+4 -1
2-design.typ 2-implementation.typ
··· 1 1 #import "template.typ": * 2 2 3 - #mol-chapter("Design") 3 + 4 + #mol-chapter("Implementation") 5 + 6 + 4 7 5 8 #lorem(100) 6 9
-9
3-implementation.typ
··· 1 - #import "template.typ": * 2 - 3 - 4 - #mol-chapter("Implementation") 5 - 6 - 7 - // lowkey dont know what to write here 8 - 9 - #load-bib(read("refs.bib"))
4-results.typ 3-results.typ
5-conclusion.typ 4-conclusion.typ
thesis.pdf

This is a binary file and will not be displayed.

+3 -4
thesis.typ
··· 52 52 53 53 #outline() 54 54 #include "1-introduction.typ" 55 - #include "2-design.typ" 56 - #include "3-implementation.typ" 57 - #include "4-results.typ" 58 - #include "5-conclusion.typ" 55 + #include "2-implementation.typ" 56 + #include "3-results.typ" 57 + #include "4-conclusion.typ" 59 58 #pagebreak() 60 59 61 60 #load-bib(read("refs.bib"), main: true)