|
|
7f9b42f8fd
|
Merge pull request #133 from lanzhiwang/master
fix cast_list
|
2019-10-09 13:14:46 +03:00 |
|
|
|
fe368c3673
|
Update cast_list.md
|
2019-10-09 13:14:32 +03:00 |
|
|
|
1387344dc9
|
fix cast_list
|
2019-10-09 17:22:00 +08:00 |
|
|
|
1afbd00f7e
|
fix cast_list
|
2019-10-09 17:14:06 +08:00 |
|
|
|
a84088a3a0
|
Travis build: 147
|
2019-10-08 06:55:33 +00:00 |
|
|
|
afa8f07720
|
Merge pull request #121 from HBaena/patch-1
Transpose matrix
|
2019-10-08 09:54:10 +03:00 |
|
|
|
6f7e8edf81
|
Update and rename transpose_matrix.md to transpose.md
|
2019-10-08 09:53:08 +03:00 |
|
|
|
b65a89ed00
|
Travis build: 145
|
2019-10-08 06:41:17 +00:00 |
|
|
|
0aa8757464
|
Merge pull request #126 from Natgho/123-unique-function-fixing
123 unique function fixing
|
2019-10-08 09:39:45 +03:00 |
|
|
|
87c072e444
|
Update filter_unique.md
|
2019-10-08 09:39:12 +03:00 |
|
|
|
67b4032021
|
Update filter_non_unique.md
|
2019-10-08 09:38:29 +03:00 |
|
|
|
ed4d9f4f4f
|
Update filter_non_unique.md
|
2019-10-08 09:38:15 +03:00 |
|
|
|
62158ed3ab
|
Travis build: 143
|
2019-10-08 06:34:19 +00:00 |
|
|
|
4500daab80
|
Merge pull request #132 from flamableconcrete/master
Ref #97: Replace built-in shadowed str with input_string
|
2019-10-08 09:32:35 +03:00 |
|
|
|
e1c05cd1c1
|
Update input_string to s for string examples
|
2019-10-08 02:43:58 +00:00 |
|
|
|
0f6556478c
|
Ref #97: Replace built-in shadowed str
|
2019-10-06 19:48:51 +00:00 |
|
|
|
e5d48daa30
|
Travis build: 136
|
2019-10-04 06:15:42 +00:00 |
|
|
|
8adfbefaff
|
Merge pull request #130 from TheDaemonLord/master
[FEATURE]Added a snippet that finds the median
|
2019-10-04 09:14:16 +03:00 |
|
|
|
b3b895cb67
|
Update median.md
|
2019-10-04 09:13:50 +03:00 |
|
|
|
81d2d7f0b0
|
Correcting snippet template
Correcting snippet template for transpose_matrix function. Adding briefly explanation and modifying the code.
|
2019-10-03 09:02:20 -05:00 |
|
|
|
48fe457f6f
|
Update median.md
|
2019-10-03 16:58:16 +05:30 |
|
|
|
b974426bcd
|
Update median.md
|
2019-10-03 16:38:21 +05:30 |
|
|
|
ebadaa8c37
|
Update snippets/median.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
|
2019-10-03 16:36:16 +05:30 |
|
|
|
3933fac944
|
Update snippets/median.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
|
2019-10-03 16:35:46 +05:30 |
|
|
|
752006c582
|
Added the median snippet
|
2019-10-03 14:32:17 +05:30 |
|
|
|
0637d829bd
|
Travis build: 133
|
2019-10-03 07:40:27 +00:00 |
|
|
|
c230973b01
|
Merge pull request #125 from robotenique/master
[ENHANCEMENT] update intersection snippet
|
2019-10-03 10:38:43 +03:00 |
|
|
|
db7c1358b3
|
Correcting the snippet format
Adding title, tags, explanation.
|
2019-10-02 23:53:22 -05:00 |
|
|
|
5510177a79
|
Travis build: 131
|
2019-10-02 20:52:28 +00:00 |
|
|
|
f16245da6a
|
Merge pull request #127 from chuckis/patch-2
Update decapitalize.md
|
2019-10-02 23:50:45 +03:00 |
|
|
|
7ae45807b0
|
Update decapitalize.md
|
2019-10-02 23:40:44 +03:00 |
|
|
|
f2d5d2ca9f
|
remove whitespace
|
2019-10-02 20:20:39 +03:00 |
|
|
|
3c5c69741a
|
filter unique definition added
|
2019-10-02 20:06:24 +03:00 |
|
|
|
389429ff16
|
wrong definition updated, code developed correctly according to definition
|
2019-10-02 20:06:04 +03:00 |
|
|
|
20a462d32f
|
update intersection snippet
|
2019-10-02 11:25:24 -03:00 |
|
|
|
9768c5d510
|
Travis build: 128
|
2019-10-02 06:45:06 +00:00 |
|
|
|
e73779346b
|
Merge pull request #117 from rfezzani/Fix_snake_snippet
[FIX #116] Fix snake snippet
Resolves #116
|
2019-10-02 09:43:20 +03:00 |
|
|
|
6423f9810c
|
Update snake.md
|
2019-10-02 09:42:29 +03:00 |
|
|
|
84ad5f87fc
|
Transpose matrix
|
2019-10-01 23:03:20 -05:00 |
|
|
|
fe4bc649ef
|
Fix the 'some_mixed_string_with_spaces_underscores_and_hyphens' case
|
2019-10-01 14:51:40 +02:00 |
|
|
|
76ead08704
|
Update snippets/snake.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
|
2019-10-01 14:46:42 +02:00 |
|
|
|
83f1835ef6
|
Merge branch 'master' into Fix_snake_snippet
|
2019-09-30 23:20:02 +02:00 |
|
|
|
05b09f6b4f
|
Fix comments
|
2019-09-30 23:18:39 +02:00 |
|
|
|
2b70917df8
|
Fix snake case snippet
|
2019-09-30 23:15:00 +02:00 |
|
|
|
14c41e7885
|
Travis build: 125
|
2019-09-30 19:16:46 +00:00 |
|
|
|
6271c23754
|
Fix snake snippet
Resolves #114
|
2019-09-30 22:14:54 +03:00 |
|
|
|
158878552a
|
Fix snake snippet
|
2019-09-30 16:12:09 +02:00 |
|
|
|
338a391975
|
Travis build: 120
|
2019-09-27 12:36:23 +00:00 |
|
|
|
654ab969e3
|
Merge pull request #113 from lazargugleta/fix/snippets
add n_times_string snippet
|
2019-09-27 15:34:39 +03:00 |
|
|
|
0d84ca0c8b
|
fix minor issues with n_times_string
|
2019-09-27 14:05:46 +02:00 |
|