Files
30-seconds-of-code/tag_database
30secondsofcode ba910cfe33 Travis build: 1099
2018-01-09 12:19:51 +00:00

187 lines
4.2 KiB
Plaintext

anagrams:string,recursion
arrayToHtmlList:browser,array
average:math,array
bottomVisible:browser
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
compact:array
compose:function
copyToClipboard:browser,string,advanced
countOccurrences:array
countVowels:string
createElement:browser,utility
createEventHub:browser,event,advanced
currentURL:browser,url
curry:function,recursion
deepFlatten:array,recursion
defer:function
detectDeviceType:browser
difference:array,math
differenceWith:array,function
digitize:math,array
distance:math
distinctValuesOfArray:array
dropElements:array,function
dropRight:array
elementIsVisibleInViewport:browser
elo:math,array,advanced
escapeHTML:string,browser,regexp
escapeRegExp:string,regexp
everyNth:array
extendHex:utility,string
factorial:math,recursion
fibonacci:math,array
filterNonUnique:array
flatten:array
flattenDepth:array,recursion
flip:adapter,function
forEachRight:array,function
formatDuration:date,math,string,utility
fromCamelCase:string
functionName:function,utility
gcd:math,recursion
geometricProgression:math
getDaysDiffBetweenDates:date
getScrollPosition:browser
getStyle:browser,css
getType:type
getURLParameters:utility,browser,string,url
groupBy:array
hammingDistance:math
hasClass:browser,css
hasFlags:node
head:array
hexToRGB:utility,string,math,advanced
hide:browser,css
httpsRedirect:browser,url
indexOfAll:array
initial:array
initialize2DArray:array
initializeArrayWithRange:array,math
initializeArrayWithValues:array,amth
inRange:math
intersection:array,math
invertKeyValues:object
isAbsoluteURL:string,utility,browser,url
isArray:type,array
isArrayLike:type,array
isBoolean:type
isDivisible:math
isEven:math
isFunction:type,function
isLowerCase:string,utility
isNull:type
isNumber:type,math
isPrime:math
isPrimitive:type,function,array,string
isPromiseLike:type,function,promise
isSorted:array
isString:type,string
isSymbol:type
isTravisCI:node
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
mapObject:array,object
mask:string,utility,regexp
maxN:array,math
median:math,array
memoize:function
minN:array,amth
negate:function
nthElement:array
objectFromPairs:object,array
objectToPairs:object,array
off:browser,event
on:browser,event
once:function
onUserInputChange:browser,event,advanced
orderBy:object,array
palindrome: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
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
select:object
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
sumPower:math
symmetricDifference:array,math
tail:array
take:array
takeRight:array
timeTaken:utility
toCamelCase:string,regexp
toDecimalMark:utility,math
toEnglishDate:date,string
toggleClass:browser
toKebabCase:string,regexp
tomorrow:date
toOrdinalSuffix:utility,math
toSafeInteger:math
toSnakeCase:string,regexp
truncateString:string
truthCheckCollection:object,logic,array
unescapeHTML:string,browser
union:array,math
untildify:node,string
UUIDGeneratorBrowser:browser,utility,random
UUIDGeneratorNode:node,utility,random
validateNumber:utility,math
without:array
words:string,regexp
yesNo:utility,regexp
zip:array
zipObject:array,object