forked from Chalarangelo/30-seconds-of-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tag_database
214 lines (214 loc) · 4.89 KB
/
tag_database
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
anagrams:string,recursion
arrayToHtmlList:browser,array
atob:node,string,utility
average:math,array
averageBy:math,array,function
bottomVisible:browser
btoa:node,string,utility
byteSize:string
call:adapter,function
capitalize:string,array
capitalizeEveryWord:string,regexp
chainAsync:function
chunk:array
clampNumber:math
cleanObj:object,json
cloneRegExp:utility,regexp
coalesce:utility
coalesceFactory:utility
collectInto:adapter,function,array
colorize:node,utility,string
compact:array
compose:function
copyToClipboard:browser,string,advanced
countBy:array,object
countOccurrences:array
createElement:browser,utility
createEventHub:browser,event,advanced
currentURL:browser,url
curry:function,recursion
decapitalize:string,array
deepFlatten:array,recursion
defer:function
detectDeviceType:browser
difference:array,math
differenceWith:array,function
digitize:math,array
distance:math
dropElements:array,function
dropRight:array
elementIsVisibleInViewport:browser
elo:math,array,advanced
equals:object,array,type,advanced
escapeHTML:string,browser,regexp
escapeRegExp:string,regexp
everyNth:array
extendHex:utility,string
factorial:math,recursion
fibonacci:math,array
filterNonUnique:array
findLast:array
flatten:array
flip:adapter,function
forEachRight:array,function
formatDuration:date,math,string,utility
forOwn:object
forOwnRight:object
fromCamelCase:string
functionName:function,utility
functions:object,function
gcd:math,recursion
geometricProgression:math
get:object
getDaysDiffBetweenDates:date
getScrollPosition:browser
getStyle:browser,css
getType:type
getURLParameters:utility,browser,string,url
groupBy:array,object
hammingDistance:math
hasClass:browser,css
hasFlags:node
hashBrowser:browser,utility,advanced,promise
hashNode:node,utility,promise
head:array
hexToRGB:utility,string,math,advanced
hide:browser,css
httpGet:utility,url,browser
httpPost:utility,url,browser
httpsRedirect:browser,url
indexOfAll:array
initial:array
initialize2DArray:array
initializeArrayWithRange:array,math
initializeArrayWithRangeRight:array,math
initializeArrayWithValues:array,math
inRange:math
intersection:array,math
invertKeyValues:object
is:type,array,regexp
isAbsoluteURL:string,utility,browser,url
isArrayLike:type,array
isBoolean:type
isDivisible:math
isEven:math
isFunction:type,function
isLowerCase:string,utility
isNil:type
isNull:type
isNumber:type,math
isObject:type,object
isPrime:math
isPrimitive:type,function,array,string
isPromiseLike:type,function,promise
isSorted:array
isString:type,string
isSymbol:type
isTravisCI:node
isUndefined:type
isUpperCase:string,utility
isValidJSON:type,json
join:array
JSONToFile:node,json
last:array
lcm:math,recursion
longestItem:array,string,utility
lowercaseKeys:object
luhnCheck:math,utility
mapKeys:object,function
mapObject:array,object
mapValues:object,function
mask:string,utility,regexp
maxBy:math,array,function
maxN:array,math
median:math,array
memoize:function
merge:object,array
minBy:math,array,function
minN:array,math
negate:function
nthElement:array
objectFromPairs:object,array
objectToPairs:object,array
observeMutations:browser,event,advanced
off:browser,event
on:browser,event
once:function
onUserInputChange:browser,event,advanced
orderBy:object,array
palindrome:string
parseCookie:utility,string
partition:array,object,function
percentile:math
pick:array
pipeFunctions:adapter,function
pluralize:string
powerset:math
prettyBytes:utility,string,math
primes:math,array
promisify:adapter,function,promise
pull:array
pullAtIndex:array
pullAtValue:array
randomHexColorCode:utility,random
randomIntArrayInRange:math,utility,random
randomIntegerInRange:math,utility,random
randomNumberInRange:math,utility,random
readFileLines:node,array,string
redirect:browser,url
reducedFilter:array
remove:array
reverseString:string,array
RGBToHex:utility
round:math
runAsync:browser,function,advanced,promise,url
runPromisesInSeries:function,promise
sample:array,random
sampleSize:array,random
scrollToTop:browser
sdbm:math,utility
serializeCookie:utility,string
setStyle:browser
shallowClone:object
show:browser,css
shuffle:array,random
similarity:array,math
size:object,array,string
sleep:function,promise
sortCharactersInString:string
sortedIndex:array,math
splitLines:string
spreadOver:adapter
standardDeviation:math,array
sum:math,array
sumBy:math,array,function
sumPower:math
symmetricDifference:array,math
tail:array
take:array
takeRight:array
timeTaken:utility
toCamelCase:string,regexp
toDecimalMark:utility,math
toggleClass:browser
toKebabCase:string,regexp
tomorrow:date
toOrdinalSuffix:utility,math
toSafeInteger:math
toSnakeCase:string,regexp
transform:object,array
truncateString:string
truthCheckCollection:object,logic,array
unescapeHTML:string,browser
union:array,math
uniqueElements:array
untildify:node,string
URLJoin:string,utility,regexp
UUIDGeneratorBrowser:browser,utility,random
UUIDGeneratorNode:node,utility,random
validateNumber:utility,math
without:array
words:string,regexp
yesNo:utility,regexp
zip:array
zipObject:array,object