Commit Graph

2665 Commits

Author SHA1 Message Date
d9812f8e6b add getDomPath.md 2020-10-14 14:18:20 -04:00
03d4f069d7 Update and rename RGBDivider.md to toRGBArray.md 2020-10-14 20:36:18 +03:00
e3fd126ca8 Add RGBDivider 2020-10-13 21:03:06 -04:00
b325b05dc3 adds newCSSRule() 2020-10-13 13:35:34 +02:00
ec21c3b986 Merge pull request #1541 from yoptar/patch-1
fix: allow for shorter arrays in isSorted
2020-10-13 10:17:39 +03:00
6ddf62ec04 Update isSorted.md 2020-10-13 10:17:21 +03:00
800dd2b4ae Update and rename removeAllWhitespaces.md to removeWhitespace.md 2020-10-13 09:37:17 +03:00
2d919d88c6 Create removeAllWhitespaces.md
Uses `String.prototype.replace()` with a regular expression to replace any and all occurrences of whitespace characters with a empty string.
2020-10-13 11:59:46 +05:45
010be0b89b fix: allow for shorter arrays in isSorted
Also add some style changes
2020-10-12 21:55:18 +03:00
805c6bd36c Add isNode, randomIpAddress and isRegularExpression (#1526)
* add isNode()

Co-authored-by: Angelos Chalaris <chalarangelo@gmail.com>
2020-10-12 20:01:21 +03:00
6f26dd9e6e Merge pull request #1539 from nishanth2143/patch-1
typo
2020-10-12 19:42:26 +03:00
96888494fa Merge pull request #1529 from beingageek/master
Adding addDaysToDate snippet
2020-10-12 19:41:04 +03:00
3b888653ed Update addDaysToDate.md 2020-10-12 19:40:53 +03:00
45259ad4ec typo 2020-10-12 22:09:08 +05:30
9e72405852 Merge pull request #1517 from nishanth2143/master
add week days to a given date
2020-10-12 19:34:26 +03:00
7c8f677b3f Update addWeekDays.md 2020-10-12 19:34:13 +03:00
a0f84dd6b2 Adding addDaysToDate snippet 2020-10-11 17:03:18 -07:00
77270422b4 Add rangeGenerator 2020-10-11 17:05:55 +03:00
c6ed8a48db Add repeatGenerator 2020-10-11 17:05:48 +03:00
3f32b58ef4 Add cycleGenerator 2020-10-11 17:05:38 +03:00
506e0e95d3 addWeekDays 2020-10-11 19:21:39 +05:30
8390a1c8ae Merge pull request #1512 from nishanth2143/master
Count weekdays between 2 dates
2020-10-11 14:33:35 +03:00
5a6bb0c353 Update countWeekDaysBetween.md 2020-10-11 14:33:23 +03:00
cd534c49fa Add superSet 2020-10-11 11:53:19 +03:00
0af9ec8bb4 Add subSet 2020-10-11 11:53:08 +03:00
991bc8b400 Add isDisjoint 2020-10-11 11:53:01 +03:00
a406ddcb34 Add frozenSet 2020-10-11 11:52:48 +03:00
ad79909c2e removed isogram 2020-10-11 14:16:18 +05:30
f3012a3bfb countWeekDaysBetween 2020-10-11 14:14:44 +05:30
cb394a6c79 Update isIsogram.md 2020-10-11 11:49:50 +05:30
da81661a48 check whether string is an isogram or not 2020-10-11 11:48:16 +05:30
f1e7e8c9d9 Merge pull request #1337 from roblan/master
Added promiseDebounce
2020-10-10 21:09:15 +03:00
02429b250a Update and rename promiseDebounce.md to debouncePromise.md 2020-10-10 21:09:04 +03:00
5ad1f0fefa Merge pull request #1473 from nhonx/lastDayOfMonth
add lastDateOfMonth
2020-10-09 22:01:53 +03:00
b19b1174e7 Update lastDateOfMonth.md 2020-10-09 22:01:42 +03:00
5674ff47b6 Merge pull request #1381 from JanMalch/master
Add factoryWithSeed snippet
2020-10-09 20:41:31 +03:00
3e7f169f1a Update and rename factoryWithSeed.md to generateItems.md 2020-10-09 20:41:21 +03:00
d411e68669 add lastDateOfMonth 2020-10-10 00:36:54 +07:00
535665d41b Merge pull request #1462 from nonseodion/master
added daysFromNow.md
2020-10-09 12:19:20 +03:00
355cc6873f Update daysFromNow.md 2020-10-09 12:19:03 +03:00
c52a748de0 removed daysBetween.md 2020-10-09 10:12:09 +01:00
8523dd29e6 Merge pull request #1393 from kashyap-sojitra/get-quarter-year-function
added function to get quarter with the year for the supplied date
2020-10-09 10:24:06 +03:00
7d34ba7d64 Update and rename getQuarterOfYear.md to quarterOfYear.md 2020-10-09 10:23:55 +03:00
6bba0f0990 Update weightedAverage.md 2020-10-09 09:09:31 +03:00
2431ddc820 add daysFromNow.md 2020-10-09 00:49:17 +01:00
c832e8b453 add daysBetween 2020-10-09 00:06:41 +01:00
f0ee1b63cb Merge pull request #1437 from nonseodion/master
added timestamp.md
2020-10-08 17:16:10 +03:00
f117008eb6 Update and rename timestamp.md to getTimestamp.md 2020-10-08 17:15:56 +03:00
0932d12775 added Math.floor to timestamp 2020-10-08 14:57:06 +01:00
120d78f29d Merge pull request #1419 from juanarbol/juanarbol/add-gauss-sum-alg
Add Gauss sum or sum of k naturals.
2020-10-08 16:53:14 +03:00