Commit Graph

2305 Commits

Author SHA1 Message Date
d92be3ee20 Merge pull request #1365 from gustsu/getProtocol-snippet
Added getProtocol
2020-10-08 15:25:12 +03:00
484bae16af Update getProtocol.md 2020-10-08 15:24:58 +03:00
673cb83d87 Merge pull request #1417 from felixonmars/patch-2
Correct a typo in combine.md
2020-10-08 15:22:14 +03:00
4948fc954b Merge pull request #1430 from itamar244/patch-1
Update getElementsBiggerThanViewport.md
2020-10-08 15:21:32 +03:00
8fb9b37d40 Merge pull request #1408 from bartomiak/master
New snippet - toCharArray
2020-10-08 15:18:01 +03:00
8ad5bb9631 Update and rename changeStringToArrayOfChars.md to toCharArray.md 2020-10-08 15:17:22 +03:00
84d2584218 Update getElementsBiggerThanViewport.md
There is no reason to use reduce when when you don't need to.
`.filter()` is much simpler to reason, easier to read and more verbose
2020-10-08 14:36:30 +03:00
b3fd4e9916 Correct a typo in combine.md 2020-10-08 07:22:39 +08:00
7f95bbb8f3 Update and rename arrayToHtmlList.md to arrayToHTMLList.md 2020-10-08 00:02:45 +03:00
b55a5e26c7 Add divmod 2020-10-07 23:59:13 +03:00
1db66cd480 Add copySign 2020-10-07 23:52:57 +03:00
1c6967719b New snippet - changeStringToArrayOfChars 2020-10-07 21:51:13 +02:00
5169b41c1b Update isWeekend.md 2020-10-07 21:20:49 +03:00
6d1bb5e8d9 Update isWeekday.md 2020-10-07 21:20:10 +03:00
c8c73e06f5 Update yesterday.md 2020-10-07 21:19:10 +03:00
46c0906262 Update tomorrow.md 2020-10-07 21:18:32 +03:00
1fbbf52a4d Update daysAgo.md 2020-10-07 21:12:41 +03:00
3e834006aa Update isBetweenDates.md 2020-10-07 21:04:27 +03:00
df62bc3494 Added isBetweenDates.md snippet 2020-10-07 12:31:59 -05:00
e6763b6fed Merge pull request #1370 from augustoscher/add-logarithm-calculator
Adding logarithm calculator for given number in given base
2020-10-07 19:15:11 +03:00
34c921fa4c Update and rename logarithmCalculator.md to logBase.md 2020-10-07 19:14:30 +03:00
fab7b21183 Update isWeekday.md 2020-10-07 17:20:21 +03:00
116ef9a34e Merge pull request #1369 from RanadeepPolavarapu/feat/tzAwareISO8601
feat: add getISO8601StringTzAware snippet
2020-10-07 09:25:23 +03:00
6b258bd6e1 Update and rename getISO8601StringTzAware.md to toISOStringWithTimezone.md 2020-10-07 09:25:05 +03:00
bb6342ce24 Update daysAgo.md 2020-10-07 09:11:36 +03:00
95c8618b36 Update digitize.md
Fixes #1376
2020-10-07 08:51:48 +03:00
59c9aa82ae Adding logarithm calculator for given number in given base 2020-10-06 22:55:05 -03:00
ccdb1019bb Update getISO8601StringTzAware.md 2020-10-06 20:47:12 -04:00
866d3de646 feat: add getISO8601StringWithTz snippet
Signed-off-by: Ranadeep Polavarapu <ranadeep@icloud.com>
2020-10-06 20:45:29 -04:00
c1738811bc Added getProtocol 2020-10-06 15:40:53 -07:00
9c491967ed Merge pull request #1356 from jaymovaliya/master
Added code for converting integer to roman representation of number
2020-10-06 19:56:41 +03:00
94cff00712 Update and rename intToRoman.md to toRomanNumeral.md 2020-10-06 19:56:22 +03:00
bf008067ff Merge pull request #1340 from sivsivsree/patch-2
previous N days from today as date string
2020-10-06 19:18:42 +03:00
2b47e9c184 Update daysAgo.md 2020-10-06 19:18:33 +03:00
d5138d10a6 Merge pull request #1331 from Bhaskar-maity/master
Added xor.md
2020-10-06 19:09:54 +03:00
7261062778 Update xor.md 2020-10-06 19:09:30 +03:00
e4f4c11683 Merge pull request #1326 from pataar/patch-2
Add detectLanguage.md
2020-10-06 18:47:29 +03:00
7568e0bd41 Update detectLanguage.md 2020-10-06 18:47:16 +03:00
0034c780b4 Update detectLanguage.md 2020-10-06 18:46:52 +03:00
d29a1a24d2 Merge pull request #1297 from rubiin/master
added randomString
2020-10-06 18:33:40 +03:00
f00b7c9013 Update and rename randomString.md to randomAlphaNumeric.md 2020-10-06 18:33:29 +03:00
15521397c1 Merge pull request #1339 from AlcidesA/master
add getElementsBiggerThanViewport
2020-10-06 17:42:01 +03:00
bec3fd2e8d Update getElementsBiggerThanViewport.md 2020-10-06 17:41:48 +03:00
e7d34adfc8 Update and rename elementBiggerThanViewport.md to getElementsBiggerThanViewport.md 2020-10-06 17:41:22 +03:00
fbda8c206b added code for converting integer to roman representation of number 2020-10-06 17:33:13 +05:30
50ff6e299a Merge pull request #1347 from RealPeha/circular-json-stringify
Added circularJSONStringify snippet
2020-10-06 12:32:44 +03:00
cba8422274 Update and rename circularJSONStringify.md to stringifyCircularJSON.md 2020-10-06 12:32:28 +03:00
045a329948 Update wordWrap.md 2020-10-06 12:19:20 +03:00
ef3e4f0c65 Fix some typos 2020-10-06 11:49:14 +03:00
8b77e95d3b Add wordWrap 2020-10-06 11:48:41 +03:00