Commit Graph

1036 Commits

Author SHA1 Message Date
23f68fee3a Update filter_unique.md 2020-01-05 14:38:31 +02:00
8911146de1 Improve filter functions 2020-01-04 14:29:42 +01:00
5c0bbda612 Update code in factorial 2020-01-03 13:08:53 +02:00
ca487b45a6 Update code in in_range 2020-01-03 13:08:53 +02:00
89c857ece0 Update code in lcm 2020-01-03 13:08:53 +02:00
d0fb9d3b98 Update code in deep_flatten 2020-01-03 13:08:53 +02:00
3217e7a085 Update code in spread 2020-01-03 13:08:53 +02:00
3ea57acd74 Update code in is_anagram 2020-01-03 13:08:53 +02:00
9d6e35d43f Update parameter name in reverse_string 2020-01-03 13:08:53 +02:00
ac060d94dd Update imports
Update imports in rads_to_degrees
Update imports and formatting in gcd
Update imports in degrees_to_rads
Update import in snake
2020-01-03 13:08:42 +02:00
53e4e7f63d Remove semicolons, update imports
Remove semicolons from camel, update imports
Remove semicolons in kebab, update imports
2020-01-03 13:08:28 +02:00
47b718dd54 Remove semicolons
Remove semicolon in head
Remove semicolon in initial
Remove semicolons in tail
2020-01-03 13:08:15 +02:00
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
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
190e0897b9 Update fibonacci.md 2019-12-30 14:34:58 +02:00
bfed96ffef Update chunk.md 2019-12-26 19:12:41 +02:00
df9fe81e3e Fix formatting and remove unnecessary else. 2019-12-26 14:39:01 +02:00
66d870d47c Update split_lines.md 2019-12-25 20:19:37 +02:00
051e0db2c4 Update head.md 2019-12-22 21:21:12 +02:00
e90fa5db21 updated documentation
the regexp is not having any pattern to match a space. Hence changed the documentation accordingly.
2019-11-02 13:11:52 +05:30
743a6e157b make consistent with keys_only
https://github.com/30-seconds/30-seconds-of-python#keys_only names parameter `flat_dict`, which avoids shadowing `dict`, seems like the right approach for here as well
2019-10-31 12:07:11 -04:00
b0853fcd1c Merge pull request #154 from ShuLaPy/max_element_pos
Max element pos
2019-10-31 09:42:53 +02:00
6696821735 Update and rename max_element_pos.md to max_element_index.md 2019-10-31 09:42:21 +02:00
17a4faf07a Merge pull request #148 from rohitbabugaddeti/patch-3
modified regexp and documentation
2019-10-31 09:37:21 +02:00
af91bb1695 Update camel.md 2019-10-31 09:36:39 +02:00
8fc995989d Resolves #161 2019-10-31 09:34:01 +02:00
70b6d7ca4f Rename initialiaze_2d_list.md to initialize_2d_list.md 2019-10-25 10:11:51 +03:00
4ff3d8ae61 program to find index of large number in list 2019-10-22 00:37:32 +05:30
8a46cbdc26 program to find index of large number in list 2019-10-22 00:29:28 +05:30
f9d820201b modified regexp and documentation
I think there is no use of using space literal match (/s) in the pattern. So I removed it and updated the snippet and it's document accordingly. Please review it and let me know if I am wrong.
2019-10-18 15:16:19 +05:30
b402a7ef4d Fix typo in fibonacci snippet 2019-10-17 13:44:23 +01:00
c7f3a0f982 Update degrees_to_rads.md 2019-10-15 15:16:48 +03:00
d5c6d2d425 Added a degrees-to-radians snippet. 2019-10-15 17:01:11 +05:30
cc46571a14 Update snippets/reverse_string.md
Co-Authored-By: Angelos Chalaris <chalarangelo@gmail.com>
2019-10-13 14:59:01 +05:30
4d61891f62 fixed typo 2019-10-13 10:36:38 +05:30
eb4e7c172d added reverse string snippet 2019-10-13 10:22:28 +05:30
6c8944df90 added new snippet reverse_string 2019-10-13 10:17:04 +05:30
82b8ec08f6 Update most_frequent.md 2019-10-12 13:14:17 +03:00
907bb89705 fix snippet most frequent 2019-10-12 12:07:20 +02:00
bd95708f8d Delete try_else.md 2019-10-12 12:54:06 +03:00