forked from jezen/is-thirteen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
consts.js
179 lines (163 loc) · 5.64 KB
/
consts.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
'use strict';
const THIRTEEN = 13;
const THIRTEEN_FUZZ = 0.5;
var thirteenStrings = [
"xiii", // Roman numeral 13
"https://en.wikipedia.org/wiki/This_Is_Thirteen", // Because it is thirteen
"https://scontent.cdninstagram.com/hphotos-xtf1/t51.2885-15/s320x320/e35/12237511_444845689040315_1101385461_n.jpg", // Just because we can
"https://www.youtube.com/watch?v=pte3Jg-2Ax4", // Thirteen by Big Star
"https://www.youtube.com/watch?v=33Kv5D2zwyc", // The best Johny Cash's song
"remy hadley", // And because she's "Thirteen"
"olivia wilde", // AND because SHE's "Thirteen"
"baker's dozen", // Bakers gonna bake
"dr. remy beauregard hadley", // Why not 13's real name?!
"patty tsai", // 蔡依珊 is a public figure in Taiwan. Her Chinese name sounds like "13".
"https://s3.amazonaws.com/rapgenius/calle13.jpg", // Calle 13, famous Puerto Rican band
"jason fly", // XIII of The XX
"http://www.imdb.com/title/tt0798817/", // 13 (2010)
"dilma", //Dilma, president of Brazil. Her number is 13: https://www.google.com/search?q=dilma+13
"PT", // PT is Brazilian political party represented by the number 13
"Washington Luís", // Brazil's thirteenth president
"Millard Fillmore", // Thirteenth President of the United States
"https://s3.amazonaws.com/rapgenius/calle13.jpg", // Calle 13, famous latin american band
"sharon carter", // Agent 13
"weedle", //#13 Pokémon
// Imaginary 13's
"13+0i",
"13 + 13i",
"13i",
// B just looks like 13 written closer
"b",
//Adding "l" 3, "i"3 and |3 because they basically look like thirteen
"i3",
"l3",
"|3",
//Looks like 13 (flipped horizontally) - E equal to 3
"ei",
"e1",
"el",
"e|",
// Password variations
"th1rt33n",
"th1rte3n",
"th1rteen",
"thirt3en",
"thirt33n",
"thirte3n",
// Languages
"thirteen", // English
"ثلاثة عشر", // Arabic
"يج", //Arabic (gematria)
"سیزده", // Persian
"۱۳", // Persian number
"dertien", // Afrikaans / Dutch
"dertiendertien", // Double Dutch
"тринадесет", // Bulgarian
"тринайсет", // Also Bulgarian
"tretze", // Catalan
"napulo ug tulo", // Cebuano
"十三", // Chinese / Japanese
"拾參", // Chinese (traditional, upper case)
"拾叁", // Chinese (simplified, upper case)
"拾叄", // Chinese (variant)
"拾参", // Chinese (variant)
"サーティーン", // Japanese
"13", // Japanese full-width
"trinaest", // Croatian / Serbian (latin)
"tretten", // Danish / Norwegian
"þrettán", // Icelandic, following are different inflections
"þrettándi", // e. the thirteenth
"þrettánda",
"þrettándinn",
"þrettándann",
"þrettándanum",
"þrettándans",
"þrettándar", // e. the multiple thirteenths
"þrettándu",
"þrettándum",
"threttan", // strings without special icelandic characters
"threttandi",
"threttanda",
"threttandinn",
"threttandann",
"threttandanum",
"threttandans",
"threttandar",
"threttandu",
"threttandum", // end of Icelandic
"kolmteist", // Estonian
"labintatlo", // Filipino
"kolmetoista", // Finnish
"treize", // French
"dreizehn", // German
"δεκατρία", // Greek
"drizäh", // Swiss German
"wa’maH wej", // Klingon
"‘umikūmākolu", // Hawaiian
"שלוש עשרה", // Hebrew
"שלושעשרה", // Hebrew (without space)
"ֹשְלֹש- עֶשְֹרֵה", // Hebrew (with punctuation)
"שלושה עשר", // Hebrew (male form)
"שלושהעשר", // Hebrew (male form, without space)
"ֹשְלֹשָה- עָשָֹר", // Hebrew (male form, with punctuation)
"יג", // Hebrew (gematria)
"י״ג", // Hebrew (gematria - apostrophes)
"quainel", // Quenya
"mînuiug", // Sindarin
"tizenhárom", // Hungarian
"trí déag", // Irish
"tredici", // Italian
"ಹದಿಮೂರು", //Kannada (for thirteen)
"೧೩",//Kannada (for 13)
"열셋", // Korean
"sêzdeh", // Kurdish
"tredecim", // Latin
"trīspadsmit", // Latvian
"trylika", // Lithuanian
"dräizéng", // Luxembourgish
"тринаесет", // Macedonian
"tiga belas", // Malay
"तेरा", // Marathi (१३)
"арван", // Mongolian
".---- ...--", // Morse code
"irteenthay", // Pig Latin
"trzynaście", // Polish
"treze", // Portuguese
"ਤੇਰਾਂ", // Punjabi - thirteen
"੧੩", // Punjabi Numeral - 13
"treisprezece", // Romanian
"тринадцать", // Russian
"тринаест", // Serbian (cyrillic)
"trinásť", // Slovak
"trinajst", // Slovenian
"trece", // Spanish
"trese", // Tagalog
"tredici", // Italian
"on üç", // Turkish
"dektri", //Speranto
"tlettax", // Maltese
"tretton", // Swedish
"பதின்மூன்று", // Tamil
"สิบสาม", // Thai
"๑๓", // Thai Numeral
"SipSam", // Thai Transcription
"Sip Sam", // Thai Transcription with space
"тринадцять", // Ukrainian
"تیرہ", // Urdu
"mười ba", // Vietnamese
"tri ar ddeg", // Welsh
"דרייַצן", // Yiddish,
"דרייצן", // Yiddish (without diacritics),
"kumi na tatu", // Swahili
"तेह्र", //Nepali
"१३", //Devanagari
"तेरह", //Hindi
"β", //Think this is beta, which looks like a long 1 mashed together with a 3
// Thirteen pronunciation
"θərˈtiːn"
];
module.exports = {
THIRTEEN: THIRTEEN,
THIRTEEN_FUZZ: THIRTEEN_FUZZ,
thirteenStrings: thirteenStrings
};