-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacronyms.tex
26 lines (26 loc) · 1.25 KB
/
acronyms.tex
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
% usage \gls{acronym}
\newacronym{ISBN}{ISBN}{International Standard Book Number}
\newacronym{ID}{ID}{Identification}
\newacronym{IDI}{IDI}{Department of Computer and Information Science}
\newacronym{NTNU}{NTNU}{Norwegian University of Science and Technology}
\newacronym{API}{API}{Application Programming Interface}
\newacronym{JSON}{JSON}{JavaScript Object Notation}
\newacronym{BSON}{BSON}{Binary JSON}
\newacronym{IDE}{IDE}{Integrated Development Environment}
\newacronym{MVC}{MVC}{Model View Controller}
\newacronym{MVVM}{MVVM}{Model View Viewmodel}
\newacronym{HTTP}{HTTP}{Hypertext Transfer Protocol}
\newacronym{HTTPS}{HTTPS}{Hypertext Transfer Protocol Secure}
\newacronym{MVP}{MVP}{Minimal Viable Product}
\newacronym{UI}{UI}{User Interface}
\newacronym{DBMS}{DBMS}{Database Management System}
\newacronym{SMTP}{SMTP}{Simple Mail Transfer Protocol}
\newacronym{LSU}{LSU}{Lean Startup}
\newacronym{OS}{OS}{Operating System}
\newacronym{REST}{REST}{Representational State Transfer}
\newacronym{URL}{URL}{Universal Resource Location}
\newacronym{XML}{XML}{Extensible Markup Language}
\newacronym{CRUD}{CRUD}{Create Read Update Delete}
\newacronym{YAML}{YAML}{YAML Ain't Markup Language}
\newacronym{IP}{IP}{Internet Protocol}
\newacronym{PaaS}{PaaS}{Platform as a Service}