0f36c17995
Update explanations
...
Update explanation in digitize
Update explanation in delay
Update explanation in curry
Update explanation in compose_right
Update explanation in compose
2020-01-03 13:08:00 +02:00
48b44d95de
Update description and explanation in sample
2020-01-03 13:07:59 +02:00
9d04ede6c5
Update descriptions
...
Update description in cast_list
Update description in fibonacci
Update description in all_equal
2020-01-03 13:07:46 +02:00
af304c4b62
Update formatting and description in all_unique
2020-01-03 13:07:46 +02:00
cb8bbd9745
Update formatting
...
Update formatting in every_nth
Update formatting in shuffle
Update formatting in has_duplicates
Update formatting in group_by
Update formatting in sum_by
Update formatting in zip
Update formatting in longest_item
Update formatting in bifurcate_by
Update formatting in difference_by
Update formatting in clamp_number
Update formatting in min_by
Update formatting in max_by
Update formatting in union
Update formatting in n_times_string
Update formatting in check_prop
Update formatting in chunk
Update formatting in transpose
Update formatting in bifurcate
Update formatting in union_by
Update formatting in initialize_list_with_range
Update formatting in most_frequent
2020-01-03 13:06:54 +02:00
b79bcbf3e2
Travis build: 212
2020-01-03 07:51:18 +00:00
0951c71d05
Add usePrevious hook snippet
2020-01-03 09:50:22 +02:00
9985c0f10f
Travis build: 299
2020-01-03 07:10:15 +00:00
f818dcd9ac
Merge pull request #172 from 30-seconds/add-new-snippets
...
Add function snippets
2020-01-03 09:09:11 +02:00
e38176767b
Add when
2020-01-02 20:25:45 +02:00
79c1d65ea5
Add unfold
2020-01-02 20:17:51 +02:00
1daa5e9e85
Add check prop
2020-01-02 16:49:25 +02:00
038ed366c1
Add delay
2020-01-02 16:24:51 +02:00
2973799a7d
Add curry
2020-01-02 16:14:50 +02:00
37f433feb7
Add compose right
2020-01-02 15:51:26 +02:00
6620e730e1
Add compose
2020-01-02 15:51:20 +02:00
72efadce08
Rename snippet-template
2020-01-02 15:45:42 +02:00
4b19a020db
Travis build: 1672 [cron]
2019-12-31 17:42:44 +00:00
d51b430122
Travis build: 1670
2019-12-31 11:21:41 +00:00
e4fcaabed8
Merge remote-tracking branch 'origin/master'
2019-12-31 13:17:19 +02:00
eb55b3972a
Add isPowerOfTwo snippet
2019-12-31 13:17:12 +02:00
b0ed9a3724
Travis build: 1668
2019-12-31 09:44:38 +00:00
3b1a82ef7c
Merge pull request #1064 from dream2023/master
...
fix: Wrong function name: checkProps -> checkProp
2019-12-31 11:40:08 +02:00
2344523e5b
Travis build: 1666
2019-12-31 09:38:53 +00:00
21b0ab5c65
Add weightedSample snippet
2019-12-31 11:34:26 +02:00
36931994cb
fix: checkProps -> checkProp
2019-12-31 17:22:30 +08:00
0440a1f659
Travis build: 287
2019-12-30 12:36:04 +00:00
190e0897b9
Update fibonacci.md
2019-12-30 14:34:58 +02:00
6ea98b02ad
Travis build: 1661 [cron]
2019-12-27 17:40:05 +00:00
f444aeac78
Travis build: 1659
2019-12-27 07:23:21 +00:00
dea0cccfb4
Merge pull request #1063 from 30-seconds/dependabot/npm_and_yarn/handlebars-4.5.3
...
Build(deps): Bump handlebars from 4.1.2 to 4.5.3
2019-12-27 09:19:02 +02:00
2b45bc78d7
Build(deps): Bump handlebars from 4.1.2 to 4.5.3
...
Bumps [handlebars](https://github.com/wycats/handlebars.js ) from 4.1.2 to 4.5.3.
- [Release notes](https://github.com/wycats/handlebars.js/releases )
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md )
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3 )
Signed-off-by: dependabot[bot] <support@github.com >
2019-12-27 06:24:59 +00:00
f37d4b60a6
Travis build: 281
2019-12-26 17:13:43 +00:00
bfed96ffef
Update chunk.md
2019-12-26 19:12:41 +02:00
0ef1ae1491
Travis build: 279
2019-12-26 17:09:40 +00:00
08c468c4f6
Merge pull request #169 from lipis/patch-1
...
Fix formatting and remove unnecessary else.
2019-12-26 19:08:33 +02:00
df9fe81e3e
Fix formatting and remove unnecessary else.
2019-12-26 14:39:01 +02:00
8122367bf7
Travis build: 276
2019-12-25 18:20:42 +00:00
66d870d47c
Update split_lines.md
2019-12-25 20:19:37 +02:00
1fcf89bc16
Travis build: 1654 [cron]
2019-12-24 17:38:57 +00:00
a78d93ee8e
Travis build: 1652
2019-12-24 06:12:32 +00:00
b9ee6269fc
Merge pull request #1062 from sorp92/master
...
[FIX] Update pull.md
2019-12-24 08:08:10 +02:00
c3cf216bbf
Update pull.md
...
variable i isn't being used
2019-12-24 04:01:00 +01:00
106aa89aa0
Travis build: 1650 [cron]
2019-12-23 17:38:36 +00:00
da5574fea3
Fix authors trailing comma
2019-12-23 12:42:04 +02:00
0715000eec
Extract data from blog posts
2019-12-23 12:35:10 +02:00
828d020e3f
Move blog_authors to the correct directory
2019-12-23 12:25:58 +02:00
ffb54628b1
Merge branch 'first-blog'
2019-12-23 10:42:07 +02:00
775721a21c
Add first blog post
2019-12-23 10:41:56 +02:00
096b1157b4
Update template
2019-12-23 10:41:49 +02:00