|
|
e90c7d59d5
|
Merge pull request #135 from ecwyne/round-to-n-digits
round number to n digits
|
2017-12-14 23:26:55 +02:00 |
|
|
|
28bc2bef7c
|
Create shallow-clone-object.md
We need a deep clone too but that's a different animal.
`JSON.parse(JSON.stringify(obj))` is not very good because it strips functions, etc.
|
2017-12-15 08:17:21 +11:00 |
|
|
|
a2ab684cfc
|
Update round-number-to-n-digits.md
|
2017-12-14 23:15:34 +02:00 |
|
|
|
7ccc711340
|
Create nth-element-of-array.md
|
2017-12-14 23:11:52 +02:00 |
|
|
|
40843b252c
|
round number to n digits
|
2017-12-14 13:09:08 -08:00 |
|
|
|
245254cad5
|
Merge pull request #131 from arjunmahishi/num2array
Added snippet to convert number to array of digits
|
2017-12-14 22:54:56 +02:00 |
|
|
|
2c46861931
|
Update number-to-array-of-digits.md
|
2017-12-14 22:53:42 +02:00 |
|
|
|
90ffdb4b89
|
method name
|
2017-12-15 01:07:31 +05:30 |
|
|
|
6fe3ea4cc6
|
updated changes
|
2017-12-15 00:44:39 +05:30 |
|
|
|
9ef13d7140
|
updated changes
|
2017-12-15 00:37:32 +05:30 |
|
|
|
07166e9ff5
|
Fixed typo
|
2017-12-15 00:25:46 +05:30 |
|
|
|
af3aa2d8dc
|
Fix filename
|
2017-12-14 20:53:53 +02:00 |
|
|
|
eb92557dea
|
Added snippet to convert number to array of digits
|
2017-12-15 00:23:10 +05:30 |
|
|
|
e7254345aa
|
Lint and build
|
2017-12-14 20:52:07 +02:00 |
|
|
|
80ee6e37d0
|
Merge pull request #128 from meetzaveri/patch-2
Create Speech_synthesis.md
|
2017-12-14 20:48:04 +02:00 |
|
|
|
c5ccd1befb
|
Update and rename Speech_synthesis.md to speech_synthesis-(experimental).md
|
2017-12-14 20:47:23 +02:00 |
|
|
|
5316fcfa0a
|
Merge branch 'master' into master
|
2017-12-14 20:24:48 +02:00 |
|
|
|
4648bf00c6
|
Update get-days-difference-between-dates.md
|
2017-12-14 20:24:12 +02:00 |
|
|
|
08f0637de2
|
Resolve #111
|
2017-12-14 20:20:37 +02:00 |
|
|
|
65c195116b
|
Merge pull request #124 from elderhsouza/patch-7
minor refactor to curry
|
2017-12-14 20:12:46 +02:00 |
|
|
|
94c1923ee7
|
Updated tools, proper linting, build README
|
2017-12-14 19:38:11 +02:00 |
|
|
|
d2917bf120
|
Update Speech_synthesis.md
|
2017-12-14 23:02:18 +05:30 |
|
|
|
60d4736ff1
|
Update Speech_synthesis.md
|
2017-12-14 22:43:10 +05:30 |
|
|
|
8de2749dfb
|
Update Speech_synthesis.md
used es6 approach acc. to contributing guidelines
|
2017-12-14 22:39:24 +05:30 |
|
|
|
1c3d3f6290
|
Create Speech_synthesis.md
Hey, I think this is the coolest one I found! Hope this snippet gets attraction
|
2017-12-14 22:26:08 +05:30 |
|
|
|
a37be24481
|
Merge branch 'master' of https://github.com/Chalarangelo/30-seconds-of-code
|
2017-12-14 18:10:03 +02:00 |
|
|
|
89be90ad82
|
Undo Prettier auto-formatting
|
2017-12-14 18:07:29 +02:00 |
|
|
|
2bcad76d60
|
Renamed 'redirect-to-url.md' to 'redirect-to-URL.md' to keep case consistent with other headings
|
2017-12-14 18:01:43 +02:00 |
|
|
|
143b7f6a23
|
Added tagger script, tagged snippets retroactively
|
2017-12-14 17:56:12 +02:00 |
|
|
|
6bd0e08eef
|
Minor grammar fix in array-concatenation snippet & rebuilt README
|
2017-12-14 17:53:32 +02:00 |
|
|
|
8589f0c80e
|
minor refactor to curry
|
2017-12-14 13:11:45 -02:00 |
|
|
|
979cd2a93a
|
adding function to clean json objects, deeply.
|
2017-12-14 18:41:38 +03:30 |
|
|
|
2ba42b3004
|
add a functions that deeply cleans json objects from unwanted keys
|
2017-12-14 18:34:05 +03:30 |
|
|
|
12ff77cdff
|
Merge pull request #118 from Chalarangelo/Chalarangelo-fill-array
Create fill-array.md
|
2017-12-14 17:00:12 +02:00 |
|
|
|
cf0565bf86
|
Merge pull request #119 from Chalarangelo/Chalarangelo-flatten-depth
Create flatten-array-up-to-depth.md
|
2017-12-14 17:00:02 +02:00 |
|
|
|
537775168d
|
Update group-by.md
|
2017-12-14 16:59:30 +02:00 |
|
|
|
f143fb3d74
|
minor refactor to group by
|
2017-12-14 12:57:03 -02:00 |
|
|
|
2d7d447931
|
add json to file function
|
2017-12-14 18:00:15 +03:30 |
|
|
|
c76c245b63
|
Create flatten-array-up-to-depth.md
In reference to #100.
|
2017-12-14 16:10:43 +02:00 |
|
|
|
4e3c5a4808
|
Create fill-array.md
|
2017-12-14 15:41:40 +02:00 |
|
|
|
b48e971c50
|
Create sqaure_it.md
I don't exactly know the use of this snippet but contributors can recommend on this approach of `.reduce()`.
|
2017-12-14 18:49:54 +05:30 |
|
|
|
905773829b
|
Merge pull request #115 from christianbender/master
collatz algorithm -- changed in 'js'
|
2017-12-14 14:52:09 +02:00 |
|
|
|
421f4f46a8
|
Update and rename collatz.md to collatz-algorithm.md
|
2017-12-14 14:51:44 +02:00 |
|
|
|
e44fef2a2a
|
changed
I changed 'javascript' in 'js'
|
2017-12-14 13:48:57 +01:00 |
|
|
|
b44463501a
|
Adding get-days-difference-between-dates
|
2017-12-14 10:36:36 -02:00 |
|
|
|
6ddb9d349c
|
Update is-function.md
|
2017-12-14 13:46:06 +02:00 |
|
|
|
d9918ebf62
|
lodash remove duplicated
|
2017-12-14 16:55:06 +05:30 |
|
|
|
b3f7c855ff
|
lodash remove duplicated
|
2017-12-14 16:51:34 +05:30 |
|
|
|
ba63cbfcd2
|
Fix typo
|
2017-12-14 13:17:20 +02:00 |
|
|
|
4c6182775d
|
Add isArray
|
2017-12-14 13:10:06 +02:00 |
|