Commit Graph

2586 Commits

Author SHA1 Message Date
a2dc83e9a9 Update accumulate 2020-10-18 20:00:18 +03:00
bb109b243d Re-tag type snippets 2020-10-18 19:52:06 +03:00
acdbdd0ccb Re-tag string snippets 2020-10-18 19:50:38 +03:00
8cb9469ff4 Re-tag function snippets 2020-10-18 19:42:11 +03:00
c2fdfac6ce Re-tag array snippets 2020-10-18 14:58:09 +03:00
821f442bec Remove url tag 2020-10-18 14:19:29 +03:00
02faddb6a8 Tags housekeeping 2020-10-18 13:49:49 +03:00
b389cf59e9 feat: implementation of underscore pluck function 2020-10-17 23:19:37 +01:00
918c3f0dd6 clean code is good code 2020-10-17 17:02:37 +02:00
9b8301aab8 add toHSLObject (#1617)
* add toHSLObject

* correct hsl destructure naming

* add % sign to saturation and lightness
2020-10-16 21:48:31 +03:00
7d0bb41c4b add toHSLArray (#1616)
* add toHSLArray

* add % signs to hue and lightness
2020-10-16 21:46:29 +03:00
a1bcfc56a8 Merge pull request #1546 from KovaCro/master
adds newCSSRule()
2020-10-15 22:18:15 +03:00
1072a8f394 Update and rename newCSSRule.md to injectCSS.md 2020-10-15 22:18:00 +03:00
bdbd98cfc0 Add fromTimestamp 2020-10-15 21:57:17 +03:00
eb636d5e85 Add prod 2020-10-15 21:56:51 +03:00
ac33fd7d55 Merge pull request #1570 from danielesreis/add/frequencies-example
Adds another example to frequencies snippet
2020-10-15 09:34:42 +03:00
4dfc29508a Merge pull request #1566 from andy-blum/add-getdompath
add getDomPath
2020-10-15 09:28:46 +03:00
95071a8634 Update and rename getDomPath.md to getAncestors.md 2020-10-15 09:28:34 +03:00
da3f63c554 Adds string example to frequencies snippet 2020-10-14 20:03:24 -03:00
8a4426c129 Add truncateAtSpace 2020-10-14 20:10:01 +01:00
3b2c53c4de Move toRgbObject 2020-10-14 21:58:14 +03:00
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