blob: 341258b171edb7f78b00d0c1dd4c62b36048051b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
\chapter{Akronyms}
\begin{acronym}
\acro{API}{Application Programming Interface}
\acro{BSD}{Berkeley Software Distribution}
\acro{GIMP}{GNU Image Manipulation Program}
\acro{GNU}{GNU's Not UNIX}
\acro{GUI}{Graphical User Interface}
\acro{GVim}{Graphical Vi IMproved}
\acro{HTTPS}{Hypertext Transfer Protocol Secure}
\acro{JRE}{Java Runtime Environment}
\acro{NID}{Nachrichten-Identifikationsnummer}
\acro{PDF}{Protable Document Format}
\acro{PID}{Prozess-Identifikationsnummer}
\acro{RTT}{Round Trip Time}
\acro{SDK}{Software Development Kit}
\acro{SVN}{Subversion}
\acro{VS}{Verteilte Systeme}
\end{acronym}
|