|
|
52eb98b8fa
|
feat: kata transforms sentence into hashtag. test: test cases for hashtag generator.
|
2026-06-23 22:16:25 +02:00 |
|
|
|
7ee6263630
|
chore: description for kata The Hashtag Generator
|
2026-06-23 21:40:52 +02:00 |
|
|
|
40c55cd0e5
|
chore: added kata description. feat: kata rot13, which is a cesar cipher with 13 letter shift. test: test cases for kata rot13.
|
2026-06-23 21:24:36 +02:00 |
|
|
|
e1ad5e8296
|
refractor: make function work for big numbers too
|
2026-05-26 09:53:03 +02:00 |
|
|
|
fd50d5ec9c
|
test: cases for kata doubly not less
|
2026-05-25 18:55:56 +02:00 |
|
|
|
63897a7fe5
|
feat: solution correctly finds number but has complexity of O(10**n). Needs an algorithm for better results
|
2026-05-25 18:55:41 +02:00 |
|
|
|
3f835172e6
|
chore: Updated README with description for Kata "Simple Fun #128: Doubly Not Less"
|
2026-05-25 17:37:16 +02:00 |
|
|
|
15158454f3
|
feat: added timeout and make visible http error
|
2026-04-23 11:38:50 +02:00 |
|
|
|
82dbe7f887
|
feat: simple tutorial for GET API
|
2026-04-23 11:32:43 +02:00 |
|
|
|
6bf35f0f2f
|
build: add requests to requirements
|
2026-04-23 11:31:38 +02:00 |
|
|
|
20e345a9e9
|
feat: kata returns top 3 most used words test: test cases for kata
|
2026-04-20 20:55:22 +02:00 |
|
|
|
1cab2e22fb
|
feat: function which returns top three most used word in a text
|
2026-04-20 18:03:24 +02:00 |
|
|
|
cc263c4088
|
chore: added missing bracket
|
2026-04-09 15:18:04 +02:00 |
|
|
|
2f88ebe668
|
feat: tutorial for hints
|
2026-04-09 12:08:42 +02:00 |
|
|
|
69ac65795a
|
build: renamed directory from test_tutorial to tests_tutorial for pytest
|
2026-04-04 20:13:07 +02:00 |
|
|
|
c577565301
|
chore: changed name of directory, so change the filepath in README
|
2026-04-04 20:11:37 +02:00 |
|
|
|
621fc4a731
|
test: test cases for kata Most frequently used words in a text
|
2026-04-04 20:10:19 +02:00 |
|
|
|
347f337d6d
|
feat: kata for finding top 3 most used words in a text
|
2026-04-04 20:08:33 +02:00 |
|
|
|
8eef04d99e
|
chore: added kata description for Most frequently used words in a text to README
|
2026-04-04 20:03:38 +02:00 |
|
|
|
dae045562b
|
feat: funcion now correctly converts decimal rgb to hex
|
2026-04-03 15:53:43 +02:00 |
|
|
|
e09a44dcd1
|
feat: kata to convert rgb to hex
|
2026-04-03 15:23:27 +02:00 |
|
|
|
2966a01e71
|
chore: added kata information for RGB to Hex Conversion to README
|
2026-04-03 15:16:51 +02:00 |
|
|
|
24eee51297
|
test: test cases for kata RGB to Hex
|
2026-04-03 15:15:06 +02:00 |
|
|
|
d4b184e993
|
test: test case for pandas filter roews (tutorial for fixture)
|
2026-03-27 16:43:18 +01:00 |
|
|
|
b5472e9716
|
test: test cases for catching exeptions
|
2026-03-27 16:30:11 +01:00 |
|
|
|
e4a038edaf
|
test: test cases for kata list filtering (tutorial)
|
2026-03-27 16:10:21 +01:00 |
|
|
|
522c4af42b
|
feat: practice for testing. test: test case for testing tutorial
|
2026-03-27 15:41:17 +01:00 |
|
|
|
6b28a6ab1d
|
feat: pricing function for test tutorial test: test cases for pricing
|
2026-03-26 14:47:33 +01:00 |
|
|
|
ed538a8810
|
merge
|
2026-03-26 11:28:19 +01:00 |
|
|
|
f0af4d7dd2
|
build: removed duplicate codewars test cases
|
2026-03-26 11:20:24 +01:00 |
|
|
|
17297aaf7d
|
feat: testing tutorial
|
2026-03-26 11:19:06 +01:00 |
|
|
|
1a3284cb55
|
refractor: changed comment to describe current state
|
2026-03-24 22:38:12 +01:00 |
|
|
|
1a5073c2a7
|
feat: function correctly encodes arabic number to chinese
|
2026-03-24 22:35:58 +01:00 |
|
|
|
ada5130c9b
|
test: added test case for Chinese Numeral Encoder kata
|
2026-03-24 22:21:23 +01:00 |
|
|
|
c9bcc399d6
|
feat: function now creates blueprint for integer part
|
2026-03-24 21:25:05 +01:00 |
|
|
|
96aa72d123
|
refractor: start of new concept. Will now also incorporate "Chinese 0 rule" and fractions
|
2026-03-24 20:20:34 +01:00 |
|
|
|
25bc41726e
|
chore: added comments
|
2026-03-24 18:07:36 +01:00 |
|
|
|
1c2f806960
|
feat: concept to arrange number by chinese numeral logic
|
2026-03-23 22:21:11 +01:00 |
|
|
|
6fafcfac08
|
refractor: removed unncessary comment
|
2026-03-23 21:57:19 +01:00 |
|
|
|
a5e72e9402
|
feat: will now return numerals from 0 to 19 correctly
|
2026-03-23 21:43:17 +01:00 |
|
|
|
81b25abc2b
|
build: removed preloaded from requirements. Not needed
|
2026-03-23 21:22:52 +01:00 |
|
|
|
5ab3c0535a
|
test: added test cases for kata Chinese Numeral Encoder
|
2026-03-23 20:44:32 +01:00 |
|
|
|
030979e4a0
|
build: added preloaded to requirements
|
2026-03-23 20:35:27 +01:00 |
|
|
|
f90bc95256
|
chore, added description to README for kata Chinese Numeral Encoder
|
2026-03-23 20:30:45 +01:00 |
|
|
|
1d684b4d65
|
feat: order, logging and try tutorial
|
2026-03-23 18:04:15 +01:00 |
|
|
|
060362ec09
|
feat: json exercise
|
2026-03-19 13:28:20 +01:00 |
|
|
|
e28a2bdc67
|
feat: pathlib exercise
|
2026-03-19 11:58:22 +01:00 |
|
|
|
a455b46b72
|
refractor: added comment and removed infinite loop guardrail
|
2026-03-17 18:07:52 +01:00 |
|
|
|
9ff7d9161e
|
feat: kata snail now has function, which rearanges list based on kata rules. Pre test commit, may still be incorrect
|
2026-03-17 18:03:24 +01:00 |
|
|
|
11f8bf5394
|
feat: list created, where endresult will be saved
|
2026-03-16 18:19:01 +01:00 |
|