Fully renamed and updated everything, tagged, built

This commit is contained in:
Angelos Chalaris
2017-12-17 17:55:51 +02:00
parent c209d9e972
commit 9db5e43e66
108 changed files with 1317 additions and 914 deletions

View File

@ -1,103 +1,103 @@
3-digit-hexcode-to-6-digit-hexcode:utility
anagrams-of-string-(with-duplicates):string
array-difference:array
array-intersection:array
array-pull-(mutates-array):array
array-remove:array
array-sample:array
array-symmetric-difference:array
array-union:array
array-without:array
array-zip:array
average-of-array-of-numbers:array
bottom-visible:browser
capitalize-first-letter-of-every-word:string
capitalize-first-letter:string
chain-asynchronous-functions:function
check-for-palindrome:string
chunk-array:array
clean-JSON-object:object
collatz-algorithm:math
anagrams:string
arrayAverage:math
arrayMax:array
arrayMin:array
arraySum:math
bottomVisible:browser
capitalize:string
capitalizeEveryWord:string
chainAsync:function
chunk:array
cleanObj:object
collatz:math
compact:array
compose-functions:function
convert-string-from-camelcase:string
convert-string-to-camelcase:string
convert-to-english-date:date
count-occurrences-of-a-value-in-array:array
compose:function
countOccurrences:array
current-URL:browser
curry:function
deep-flatten-array:array
distance-between-two-points:math
divisible-by-number:math
drop-elements-in-array:array
element-is-visible-in-viewport:browser
escape-regular-expression:utility
even-or-odd-number:math
deepFlatten:array
difference:array
digitize:math
distance:math
distinctValuesOfArray:array
dropElements:array
elementIsVisibleInViewport:browser
escapeRegExp:string
everyNth:array
extendHex:utility
factorial:math
fibonacci-array-generator:math
filter-out-non-unique-values-in-an-array:array
flatten-array-up-to-depth:array
flatten-array:array
get-days-difference-between-dates:date
get-max-value-from-array:array
get-min-value-from-array:array
get-native-type-of-value:utility
get-scroll-position:browser
greatest-common-divisor-(GCD):math
group-by:array
hamming-distance:math
head-of-list:array
hexcode-to-RGB:utility
initial-of-list:array
initialize-array-with-range:array
initialize-array-with-values:array
is-array:utility
is-boolean:utility
is-function:utility
is-number:utility
is-string:utility
is-symbol:utility
JSON-to-date:date
last-of-list:array
least-common-multiple-(LCM):math
log-function-name:function
measure-time-taken-by-function:utility
median-of-array-of-numbers:array
nth-element-of-array:array
number-to-array-of-digits:utility
object-from-key-value-pairs:object
object-to-key-value-pairs:object
ordinal-suffix-of-number:utility
fibonacci:math
filterNonUnique:array
flatten:array
flattenDepth:array
fromCamelCase:string
functionName:function
gcd:math
getDaysDiffBetweenDates:date
getScrollPosition:browser
getType:utility
getURLParameters:browser
groupBy:array
hammingDistance:math
head:array
hexToRGB:utility
initial:array
initializeArrayWithRange:array
initializeArrayWithValues:array
intersection:array
isArray:utility
isBoolean:utility
isDivisible:math
isEven:math
isFunction:utility
isNumber:utility
isString:utility
isSymbol:utility
JSONToDate:date
JSONToFile:node
last:array
lcm:math
median:math
nthElement:array
objectFromPairs:object
objectToPairs:object
palindrome:math
percentile:math
pick:array
pipe-functions:function
pipe:function
powerset:math
promisify:function
random-integer-in-range:math
random-number-in-range:math
read-file-as-array-of-lines:node
redirect-to-URL:browser
reverse-a-string:string
RGB-to-hexadecimal:utility
round-number-to-n-digits:math
run-promises-in-series:function
scroll-to-top:browser
shallow-clone-object:object
shuffle-array:array
similarity-between-arrays:array
pull:array
randomIntegerInRange:math
randomNumberInRange:math
readFileLines:node
redirect:browser
remove:array
reverseString:string
RGBToHex:utility
round:math
runPromisesInSeries:function
sample:array
scrollToTop:browser
shallowClone:object
shuffle:array
similarity:array
sleep:function
sort-characters-in-string-(alphabetical):string
speech-synthesis-(experimental):media
standard-deviation:math
sum-of-array-of-numbers:array
tail-of-list:array
take-every-nth-element:array
take-right:array
sortCharactersInString:string
speechSynthesis:media
standardDeviation:math
symmetricDifference:array
tail:array
take:array
truncate-a-string:string
unique-values-of-array:array
URL-parameters:utility
UUID-generator:utility
validate-email:utility
validate-number:utility
write-JSON-to-file:node
takeRight:array
timeTaken:utility
toCamelCase:string
toEnglishDate:date
toOrdinalSuffix:utility
truncateString:string
union:array
UUIDGenerator:utility
validateEmail:utility
validateNumber:utility
without:array
zip:array