Commit Graph

8927 Commits

Author SHA1 Message Date
b389cf59e9 feat: implementation of underscore pluck function 2020-10-17 23:19:37 +01:00
19b52338c6 Merge pull request #1619 from 30-seconds/rgb-naming
cleaner names inside toRGBObject
2020-10-17 20:18:59 +03: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
69e5e3776b Add key_in_dict 2020-10-16 21:30:49 +03:00
3c232e0ec7 Add sort_dict_by_value 2020-10-16 21:25:19 +03:00
f02e959476 Add sort_dict_by_key 2020-10-16 21:24:33 +03:00
c759975a89 Add dict_to_list 2020-10-16 21:24:14 +03:00
7501c3ff2a Add reverse to sort_by_indexes 2020-10-16 21:23:53 +03:00
ba66ef8514 Merge pull request #370 from gurukiran07/issue#362
Updated frequencies.md Resolves #362
2020-10-16 20:38:15 +03:00
6d52040e37 Update frequencies.md 2020-10-16 20:37:50 +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
7b03691473 Merge pull request #1555 from CakeCrusher/master
Add RGBDivider
2020-10-14 20:39:19 +03:00
7efa5d07f4 Create toRGBObject.md 2020-10-14 20:38:56 +03:00
03d4f069d7 Update and rename RGBDivider.md to toRGBArray.md 2020-10-14 20:36:18 +03:00
2da7bcd612 Updated frequencies.md, Resolves#362 2020-10-14 19:34:31 +05:30
37df5cc5a8 add input-with-prefix.md 2020-10-14 08:16:57 -03:00
e3fd126ca8 Add RGBDivider 2020-10-13 21:03:06 -04:00
4a6bd35d57 Update chunk_into_n.md 2020-10-13 22:37:49 +03:00
49c4e295a8 Update chunk_into_n.md 2020-10-13 19:09:35 +03: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
572941855a Merge pull request #1543 from rahuldahal/patch-1
Create removeAllWhitespaces.md
2020-10-13 09:37:27 +03:00
800dd2b4ae Update and rename removeAllWhitespaces.md to removeWhitespace.md 2020-10-13 09:37:17 +03:00
6e0bd7d03c Merge pull request #2 from 30-seconds/master
upstream
2020-10-13 12:03:20 +05:30
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
c4a0b8ca7e Merge pull request #359 from JonasAlfredsson/master
Add split_list
2020-10-12 22:13:36 +03:00
d0d234ebed Update and rename split_list.md to chunk_into_n.md 2020-10-12 22:11:30 +03:00
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
9a3809c000 Add split_list
This code comes from one of my [gists][1], but could probably be more
useful here where it might be easier to find.

[1]: https://gist.github.com/JonasAlfredsson/6e30169c5c69813651baf050dbfc7203
2020-10-11 23:39:19 +02:00