-
Notifications
You must be signed in to change notification settings - Fork 323
/
geeksay.js
342 lines (329 loc) · 10.4 KB
/
geeksay.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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
const translations = {
hide: "incognito",
hidden: "incognito",
screenshot: "start+prt sc",
input: "<input>",
into: "*",
emotion: "emoticon",
repeat: "loop",
style: "css",
save: "ctrl+s",
break: "<br>",
control: "ctrl",
rule: "ctrl",
escape: "esc",
black: "#000",
white: "#fff",
bang: "!",
not: "!",
new: "ctrl+n",
open: "ctrl+o",
anchor: "<a>",
bold: "<b>",
cut: "ctrl+x",
copy: "ctrl+c",
paste: "ctrl+v",
quit: "ctrl+q",
close: "ctrl+w",
help: "f1",
rename: "f2",
undo: "ctrl+z",
redo: "ctrl+y",
search: "ctrl+f",
find: "ctrl+f",
replace: "ctrl+r",
print: "ctrl+p",
greet: "ping",
get: "git",
got: "git",
home: "127.0.0.1",
bed: "127.0.0.1",
house: "127.0.0.1",
local: "127.0.0.1",
localhost: "127.0.0.1",
fuck: "fork",
hello: "ping",
hi: "ping",
hey: "ping",
command: "cmd",
forget: "ctrl+z",
world: "0.0.0.0/0",
want: "require",
need: "require",
name: "alias",
address: "url",
pie: "π",
function: "fn",
kill: "alt+f4",
stop: "abort",
refresh: "f5",
slow: "O(n^n)",
fast: "O(1)",
leet: "1337",
hacker: "haxor",
geek: "g33k",
plus: "+",
minus: "-",
and: "&&",
or: "||",
binary: "01",
call: "ping",
me: "self",
owner: "admin",
god: "root",
please: "sudo",
at: "@",
fix: "debug",
shit: "dump",
bullshit: "dump",
poop: "dump",
delete: "del",
force: "ma",
coffee: "covfefe",
number: "#",
image: "img",
photo: "img",
pic: "img",
picture: "img",
snap: "img",
snapshot: "img",
bye: "exit",
noob: "n00b",
life: "42",
universe: "42",
everything: "42",
lifetime: "runtime",
sleep: "shutdown",
red: "#ff0000",
green: "#00ff00",
blue: "#0000ff",
marry: "merge",
propose: "commit",
notfound: "404!",
link: "url",
send: "push",
alternate: "alt",
alternative: "alt",
inspect: "ctrl+shift+i",
equal: "=",
remove: "rm",
move: "mv",
random: "rand",
mathematics: "math",
love: "<3",
smile: ":)",
sad: ":(",
list: "ls",
ok: "200",
okay: "200",
question: "?",
history: "log",
on: "1",
off: "0",
pixel: "px",
say: "log",
body: "<body>",
head: "<head>",
title: "<title>",
restart: "ctrl+alt+del",
death: "BSOD",
wait: "load",
waiting: "loading",
unauthorized: "401",
nothing: "void",
all: "*",
lineartime: "o(N)",
change: "alt",
pink: "#ffc0cb",
developer: "dev",
switch: "alt+tab",
information: "info",
space: "' '",
full: "overload",
modulo: "%",
mind: "database",
heart: "SMPS",
semicolon: ";",
future: "ctrl+y",
past: "ctrl+z",
missing: "404!",
unavailable: "503!",
overloaded: "502!",
forbidden: "403!",
timeout: "408!",
repository: "repo",
disapperar: "heisenbug",
clueless: "Jimmy",
imaginary: "Unicorny",
catastrophic: "hidenbug",
useless: "reality 101 faliure",
different: "nested",
calling: "recursion",
heartbeat: "ping",
boobs: "80085",
error: "404",
top: "</head>",
"not found": "404",
run: "ctrl+F5",
comment: "//comment",
table: "<table>",
gray: "#ccc",
grey: "#ccc",
correct: "legit",
teapot: "418",
moved: "301",
bad: "400",
gone: "410",
form: "<form>",
select: "<select>",
leave: "alt+f4",
mistake: "ERROR",
divide: "/",
happy: ":)",
};
const translationsMap = new Map(Object.entries(translations));
const quotes = [
"Everything is under control", // Everything is under ctrl
"Give me a break", // Give me a <br>
"Hello World", // ping 0.0.0.0/0
"Bye World", // exit 0.0.0.0/0
"Forget that ever happened", // ctrl+z that ever happened
"Home is where the heart is", // 127.0.0.1 is where the SMPS is
"Home is where ideas come to life", // 127.0.0.1 is where ideas come to 42
"Home is where the wifi connects automatically", // 127.0.0.1 is where the wifi connects automatically
"fuck that shit", // fork that dump
"go hard or go home", // go hard || go 127.0.0.1
"I will call you", // I will ping you
"I want the world to know me", // I require the 0.0.0.0/0 to know self
"I am the owner", // I am the admin
"I am God", // I am root
"please make me a sandwich", // sudo make self a sandwich
"coffee is life", // covfefe is 42
"what's your name", // what's your alias
"I will find you and I will fix you!", // I will ctrl+f you && I will debug you!
"I need help", // I require f1
"geek alert", // g33k alert
"geek inside", // g33k inside
"copy that!", // ctrl+c that!
"get out of home", // git out of 127.0.0.1
"not everything is black and white", // ! 42 is #000 && #fff
"to be or not to be, that is the question", // to be || ! to be, that is the ?
"i was 5 and he was 6", // i was 101 && he was 110
"he wore black and i wore white", // he wore #000 && i wore #fff
"bang bang my baby shot me down", // ! ! my baby shot self down
"Today is the first day of the rest of your lifetime", // Today is the first day of the rest of your runtime
"i need to sleep", // i require to shutdown
"There are ten types of people in the world: those who understand binary and those who don't", // There are ten types of people in the world: those who understand 01 && those who don't
"I love my life", // I <3 my 42
"I love my house", // I <3 my 127.0.0.1
"heart break", // SMPS <br>
"I like to fix shit", // I like to debug dump
"eat sleep code repeat", // eat shutdown code repeat
"roses are red, violets are blue", // roses are ##ff0000, violets are ##0000ff
"The greatest trick the devil ever pulled was convincing the world he didn't exist", // The greatest trick the devil ever pulled was convincing the 0.0.0.0/0 he didn't exist
"home sweet home", // 127.0.0.1 sweet 127.0.0.1
"history repeats itself", // log repeats itself
"My dog likes to greet me at the door.", // My dog likes to ping me at the door.
"keep calm and geek on", // keep calm && g33k 1
"somebody save me", // somebody ctrl+s me
"Easy as pie", // easy as π
"Live, laugh, love", // live, laugh, <3
"Green with envy", // #00ff00 with envy
"There's no place like home", //There's no place like 127.0.0.1
"Green with envy", // #00ff00 with envy
"Once in a blue moon", //Once in a #0000ff moon
"Hello All", // Hello *
"It is lineartime", // It is o(N)
"you yourself are the anchor of your life", //you yourself are the <a> of your life
"you are the love of my life", //you are the <3 of my 42
"pink panther", // #ffc0cb panther
"Get busy living or get busy dying", // git busy living || git busy dying
"out of the blue", // out of the #0000ff
"caught red-handed", // caught #ff0000 handed
"I love you", //I <3 you
"He has a style", //He has a css
"hide it!", //incognito it!
"99 little bugs in the code. 99 little bugs in the code. Take one down, patch it around. 127 little bugs in the code", //cb - so many bugs
"Hey Google! Find me the best repo.", //ping Google! ctrl+f self the best repo
"I need to restart my life", // I require to ctrl+alt+del my 42
"Paste my Code", // ctrl+v my Code
"Paste my Copy", // ctrl+v my ctrl+c
"What's new?", // What's ctrl+n
"You're done coding! Go to sleep.", // You're done coding! Go to shutdown
"Life is a big question that even Google can't find answer.", //42 is a big ? that even Google can't ctrl+f answer
"Have no friends not equal to yourself.", // Have no friends ! = to yourself
"The past does not equal the future.", //The past does ! = the future
"I just switch tabs, not the love ones", // I just alt+tab tabs, not the <3 ones
"I have not failed. I’ve just found 10,000 ways that won’t work", // I have ! failed. I’ve just found 0 ways that won’t work
"Life is a big question that even Google can't find answer.", //42 is a big ? that even Google can't ctrl+f answer
"Have no friends not equal to yourself.", // Have no friends ! = to yourself
"The past does not equal the future.", //The past does ! = the future
"I just switch tabs, not the love ones", // I just alt+tab tabs, not the <3 ones
"to be or not to be", // 2b || !2b
"programming joke", // My </code>
"home sweet home", // 127.0.0.1 sweet 127.0.0.1
"politics is bullshit", //politics is dump
"I want the address of my love", // I want the url of my <3
"Never get to bed mad, stay up and snap", // Never git to 127.0.0.1 mad,stay up && img
"Heart is missing", //SMPS is 404!
"Information is lost from the deleted repository", //Info is lost from the del repo
"Be different", // Be !=
"Don't leave blank space in your code!", // Don't alt+f4 blank ' ' in your code!
"Sometimes it's okay to run", // Sometimes it's okay to ctrl+F5
"Divide and conquer", // / and conquer
"It's nice to find love, propose, send gifts, marry and live happy life", // It's nice to ctrl+f <3, commit, push gifts, merge && live :) 42
"Thou shall not pass", // Thou shall ! pass
];
function isNumeric(num) {
return !isNaN(parseInt(num));
}
function geeksay(text) {
const input = Array.isArray(text) ? text : String(text).split(" ");
return input.map(geeksayPhrase).join(" ");
}
function geeksayPhrase(word, index, words) {
const currentWord = removeSymbols(word).toLowerCase();
if (!words[index + 1]) return geeksayWord(currentWord);
const nextWord = removeSymbols(words[index + 1]).toLowerCase();
const translatedPhrase = translationsMap.get(currentWord + " " + nextWord);
if (translatedPhrase) {
words.splice(index, 1);
return translatedPhrase;
}
return geeksayWord(currentWord);
}
function containsSpecialChars(str) {
const specialChars = /[`!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?~a-zA-Z]/;
return specialChars.test(str);
}
function geeksayWord(word) {
// skipping this geekification if the word was already geekified
if ([...translationsMap.values()].includes(word)) return word;
return isNumeric(word) ? handleNumeric(word) : handleText(word);
}
function handleNumeric(word) {
for (var i = 0; i < word.length; i++) {
if (containsSpecialChars(word)) {
return word.toString(2);
} else {
return (word >>> 0).toString(2);
}
}
}
function handleText(word) {
return (
translationsMap.get(removeSymbols(word).toLowerCase()) || word.toLowerCase()
);
}
function removeSymbols(word) {
return word.replace(/(?!\n|\r\n)[^a-zA-Z0-9 ]+/, "");
}
function getRandomTranslation() {
const keys = Object.keys(translations);
const randomKey = keys[Math.floor(Math.random() * keys.length)];
return "Random Translation: " + randomKey + " -> " + translations[randomKey];
}
function getRandomQuote() {
return quotes[Math.floor(Math.random() * quotes.length)];
}
module.exports = geeksay;