-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gatsby-site-acronyms.js
74 lines (74 loc) · 2.31 KB
/
gatsby-site-acronyms.js
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
module.exports = {
API: 'Application Programming Interface',
ASAP: 'As Soon As Possible',
CAD: 'Computer Aided Design',
CTP: 'Community Technology Preview',
DHCP: 'Dynamic Host Configuration Protocol',
DIY: 'Do It Yourself',
DNS: 'Domain Name System',
DR: "Didn't Read",
GAC: 'Global Assembly Cache',
GDI: 'Graphics Device Interface',
GIF: 'Graphics Interchange Format',
GPG: 'GNU Privacy Guard',
GPU: 'Graphical Processing Unit',
GUI: 'Graphical User Interface',
HTML: 'Hypertext Markup Language',
HTTP: 'Hypertext Transfer Protocol',
HTTPS: 'HTTP Secure',
IE: 'Internet Explorer',
IO: 'Input/Output',
ISP: 'Internet Service Provider',
JPEG: 'Joint Photographic Experts Group',
JS: 'JavaScript',
JSON: 'JavaScript Object Notation',
L10N: 'Localization',
L2TP: 'Layer two Tunneling Protocol',
LAN: 'Local Area Network',
MCP: 'Microsoft Certified Professional',
MS: 'Microsoft',
MSDN: 'Microsoft Developer Network',
MVP: 'Most Valuable Professional',
MVVM: 'Model View ViewModel',
NFC: 'Near Field Communication',
PDF: 'Portable Document Format',
PGP: 'Pretty Good Privacy',
PNG: 'Portable Network Graphics',
PR: 'Pull Request',
RSS: 'Really Simple Syndication',
SBC: 'Small Board Computer',
SDK: 'Software Development Kit',
SNK: 'Strong Name Key',
SSH: 'Secure Shell',
SVGA: 'Super Video Graphics Array',
SXGA: 'Super Extended Graphics Array',
TL: 'Too Long',
UAP: 'Universal Apps Platform',
UDM: 'UniFi Dream Machine',
UI: 'User Interface',
UK: 'United Kingdom',
URI: 'Uniform Resource Identifier',
URL: 'Uniform Resource Locator',
USA: 'United States of America',
UWP: 'Universal Windows Platform',
VB: 'Visual Basic',
VGA: 'Video Graphics Array',
VLAN: 'Virtual Local Area Network',
VM: 'Virtual Machine',
VOIP: 'Voice Over IP',
VPN: 'Virtual Private Network',
WIP: 'Work In Progress',
WNS: 'Windows Push Notification Service',
WOMM: 'Works On My Machine',
WP: 'Windows Phone',
WP7: 'Windows Phone 7',
WP8: 'Windows Phone 8',
WVGA: 'Wide Video Graphics Array',
WWW: 'World Wide Web',
WXGA: 'Wide Extended Graphics Array',
XAML: 'Extensible Application Markup Language',
XGA: 'Extended Graphics Array',
XHTML: 'Extensible Hypertext Markup Language',
XML: 'Extensible Markup Language',
YAML: "YAML Ain't Markup Language",
};