Divlo
264da68a20
feat(solutions): add print-pyramid/c/function
2021-09-29 23:10:38 +02:00
Divlo
7d140cb8a9
feat(solutions): add acronyms/c/function
2021-09-29 22:34:22 +02:00
Divlo
0c078abb89
feat(solutions): add camel-case/c/function
2021-09-29 22:20:41 +02:00
Divlo
a1a0c65c16
feat(solutions): add fizzbuzz/c/function
2021-09-29 10:15:08 +02:00
Divlo
e308210f16
feat(solutions): add fibonacci/c/function
2021-09-29 10:04:18 +02:00
Divlo
0bd0cc4669
feat(solutions): add is-prime-number/c/function
2021-09-29 09:31:49 +02:00
Divlo
08fd145584
style: fix editorconfig lint
2021-09-29 00:10:40 +02:00
Divlo
a6bd36b754
feat(solutions): add is-palindrome/c/function
2021-09-28 23:58:00 +02:00
Divlo
aabe22adbd
build(deps): update latest
2021-09-21 15:24:57 +02:00
Divlo
939e7a57ac
feat(solutions): add print-pyramid/cs/function
2021-09-21 15:19:16 +02:00
Divlo
b0d90e03bc
feat(challenges): add print-pyramid
2021-09-21 15:18:51 +02:00
Divlo
b824619dd9
feat(solutions): add sorting-algorithms/cs/function
2021-09-11 19:00:56 +02:00
Divlo
6638ed59ae
feat(solutions): add sorting-algorithms/cs/insertion-sort
2021-09-11 18:58:16 +02:00
Divlo
0d1dc719e1
feat(solutions): add sorting-algorithms/cs/merge-sort
2021-09-11 18:55:46 +02:00
Divlo
2d13544b26
feat(solutions): add sorting-algorithms/cs/bubble-sort
2021-09-11 18:51:27 +02:00
Divlo
02bfe7454f
feat(solutions): add is-palindrome/cs/function
2021-09-10 22:43:35 +02:00
Divlo
2e15a21206
feat(solutions): add `is-prime-number/cs/function
...
`
2021-09-10 22:37:50 +02:00
Divlo
a1f20afb36
feat(solutions): add fizzbuzz/cs/function
2021-09-10 22:28:04 +02:00
Divlo
43fe49a5be
feat(solutions): add acronyms/cs/with-loops
2021-09-10 22:18:41 +02:00
Divlo
ef084b6bfe
feat(solutions): add camel-case/cs/function
2021-09-08 19:17:59 +02:00
Divlo
3f5c0fe276
docs(readme): add more usage examples
2021-09-05 11:20:19 +02:00
Divlo
552277f22d
feat(solutions): add acronyms/cs/function
2021-09-05 10:54:20 +02:00
Divlo
d934d6e7c2
build(deps): update latest, fix issue with jest
2021-08-27 13:03:41 +02:00
Divlo
33ecc52554
style: fix editorconfig-checker linting
2021-07-06 16:21:01 +02:00
Divlo
face9ed698
feat(solutions): add sudoku/python/function
2021-07-06 15:59:33 +02:00
Divlo
08ba65ad6e
feat(challenges): add sudoku
2021-07-06 15:59:01 +02:00
Divlo
c80eb11874
refactor: usage of node: for builtin modules
2021-07-03 18:40:17 +02:00
Divlo
fd830c9a8b
ci: add dependabot for GitHub Actions
2021-07-01 10:00:59 +02:00
Divlo
b37a70a1f6
build(deps): bump actions/setup-node from 2.1.5 to 2.2.0
2021-07-01 10:00:18 +02:00
Divlo and GitHub
d0aee3a376
docs(readme): add build cli in installation steps
2021-06-30 15:36:19 +02:00
Divlo
996dcd89c3
fix(cli): add --base option to run test command
2021-06-30 15:23:58 +02:00
Divlo
ede3e7526b
feat(solutions): add roman-numerals/python/function
2021-06-30 15:03:59 +02:00
Divlo
213ae08fb3
feat(challenges): add roman-numerals
2021-06-30 15:03:39 +02:00
Divlo
57950426d3
chore: simplify tsconfig.json
2021-06-30 13:49:18 +02:00
Divlo
70e7c937d0
feat(solutions): add fizzbuzz/python/function
2021-06-30 13:35:26 +02:00
Divlo
685eeb9de9
feat(challenges): add fizzbuzz
2021-06-30 13:35:03 +02:00
Divlo
eafb394187
feat(solutions): add acronyms/python/function
2021-06-30 12:51:53 +02:00
Divlo
2b0ff4b877
feat(challenges): add acronyms
2021-06-30 12:51:28 +02:00
Divlo
d16d026672
feat(solutions): add sorting-algorithms/python/function
2021-06-30 12:34:29 +02:00
Divlo
b70b089702
feat(solutions): add sorting-algorithms/javascript/function
2021-06-30 12:31:43 +02:00
Divlo
1dbe602f15
feat(solutions): add triangle-type/typescript/function
2021-06-30 12:28:30 +02:00
Divlo
b045c70c1a
feat(challenges): add triangle-type
2021-06-30 12:25:29 +02:00
Divlo
b3f558b862
docs(readme): add badges
2021-06-30 11:35:41 +02:00
Divlo
7148fdf16d
feat(solutions): add sorting-algorithms/dart/merge-sort
2021-06-29 22:42:13 +02:00
Divlo
727bb97cab
feat(solutions): add sorting-algorithms/dart/insertion-sort
2021-06-29 22:40:45 +02:00
Divlo
50a1cda3d8
feat(solutions): add sorting-algorithms/dart/bubble-sort
2021-06-29 22:38:17 +02:00
Divlo
aa3eec06ba
feat(solutions): add sorting-algorithms/c/bubble-sort
2021-06-29 22:12:13 +02:00
Divlo
3a28a3b52d
feat(solutions): add sorting-algorithms/c/insertion-sort
2021-06-29 22:07:12 +02:00
Divlo
6d7011f3a7
feat(solutions): add sorting-algorithms/c/merge-sort
2021-06-29 22:02:52 +02:00
Divlo
cdf7ba5026
feat(solutions): add sorting-algorithms/python/insertion-sort
2021-06-29 20:41:11 +02:00
Divlo
d45453e00a
feat(solutions): add sorting-algorithms/python/bubble-sort
2021-06-29 20:38:10 +02:00
Divlo
0c441c2e9d
feat(solutions): add sorting-algorithms/python/merge-sort
2021-06-29 20:35:07 +02:00
Divlo
d1c9a7ef3e
feat(solutions): add sorting-algorithms/javascript/insertion-sort
2021-06-29 20:08:05 +02:00
Divlo
09df7526b1
feat(solutions): add sorting-algorithms/javascript/bubble-sort
2021-06-29 20:05:54 +02:00
Divlo
aca703c6de
feat(solutions): add sorting-algorithms/javascript/merge-sort
2021-06-29 20:02:18 +02:00
Divlo
62c078d9a1
feat(challenges): add sorting-algorithms
2021-06-29 20:01:58 +02:00
Divlo
0e6bca44b2
feat(solutions): add offset-arrays/typescript/function
2021-06-29 19:27:11 +02:00
Divlo
b9d99fb522
feat(challenges): add offset-arrays
2021-06-29 19:26:47 +02:00
Divlo
9a700a0220
fix(challenges): update consecutive-numbers
...
A little bit harder by having as input consecutive numbers needed to consider
2021-06-29 17:35:54 +02:00
Divlo
5b2b72df16
feat(solutions): add consecutive-numbers/python/function
2021-06-28 20:15:35 +02:00
Divlo
8eae4313a9
feat(challenges): add consecutive-numbers
2021-06-28 20:04:14 +02:00
Divlo
a630f6f7fb
feat(solutions): add defibrillators/python/function
2021-06-28 17:36:42 +02:00
Divlo
9254b43a55
feat(challenges): add defibrillators
2021-06-28 17:36:15 +02:00
Divlo
39ecfdff7f
feat(solutions): add caesar-cipher/python/function
2021-06-25 13:45:52 +02:00
Divlo
01804ace41
feat(challenges): add caesar-cipher
2021-06-25 13:45:14 +02:00
Divlo
99d5290e49
fix(cli): improve error handling in run test command
2021-06-25 13:02:34 +02:00
Divlo
59df53fcad
docs(contributing): add a programming language
2021-06-25 12:58:20 +02:00
Divlo
c55c67e0a5
feat(cli): add --ci option to run test command
2021-06-25 12:46:01 +02:00
Divlo
b098e04cdc
style: fix editorconfig linting
2021-06-25 11:27:23 +02:00
divlo
8a41cb67f0
feat(languages): add Java support
2021-06-24 22:10:08 +02:00
divlo
719058b2ff
feat(languages): add C# support
2021-06-24 22:04:28 +02:00
Divlo and GitHub
677a55a9d8
feat: rewrite programming-challenges CLI ( #3 )
2021-06-09 20:31:45 +02:00
divlo
7aa12f313e
feat: add Defibrillators challenge and TypeScript solution
2021-02-18 19:40:44 +01:00
divlo
08e468535a
build(deps): update latest version
2020-12-27 12:26:10 +01:00
divlo
0e0dc67efa
chore: ignore lockfiles + markdownlint
2020-12-09 12:42:12 +01:00
divlo
d4428a6ade
fix(scripts): better handle error case in solution
2020-11-15 12:37:54 +01:00
divlo
379f4e1050
feat(solution): javascript-non-repeating
2020-11-15 11:40:06 +01:00
divlo
721396e429
feat(challenge): first non-repeating character
2020-11-15 11:09:44 +01:00
divlo
954cd934b7
style: lint ignore and .md files
2020-11-15 10:56:27 +01:00
divlo
9db51da1b0
build(deps): upgrade to latest
2020-11-15 10:48:07 +01:00
divlo
253421fee9
feat(solution): add typescript-caesar-cipher
2020-10-21 11:30:48 +02:00
divlo
229dcf03c3
feat(challenge): add caesar-cipher
2020-10-21 11:30:34 +02:00
Divlo and GitHub
1cdcd964b8
chore: add license
2020-10-06 18:47:56 +02:00
Divlo
8e93bfbff6
feat: add reverse-polish-notation javascript solution
2020-09-29 13:04:50 +00:00
Divlo
9999d34d9a
feat: add reverse-polish-notation challenge
2020-09-29 08:22:14 +00:00
Divlo
390ae5b745
build(deps): update latest
2020-09-29 08:20:55 +00:00
Divlo
78438c6463
docs: fix typo 'at' should be 'on'
2020-09-12 22:15:21 +00:00
Divlo
c81d766bae
feat: add cats-childrens-of-childrens challenge
2020-09-12 22:03:17 +00:00
Divlo and GitHub
905b16289c
Merge pull request #2 from Divlo/Divlo/gitpod-setup
...
Fully automate dev setup with Gitpod
2020-09-12 23:30:55 +02:00
Divlo
3b11c3b037
docs: Update READMEs + fix scripts/create-solution.ts
2020-09-12 21:29:46 +00:00
Divlo
bd5bc38947
Fully automate dev setup with Gitpod
...
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
2020-09-12 21:02:40 +00:00
Divlo and GitHub
e63d3b8784
Merge pull request #1 from Divlo/dependabot/npm_and_yarn/lodash-4.17.19
...
Bump lodash from 4.17.15 to 4.17.19
2020-07-21 02:33:10 +02:00
divlo
60bb10be6e
✨ Add "pairwise" challenge
2020-07-08 19:56:30 +02:00
divlo
8be530c08d
✨ Add "inventory-update" challenge
2020-07-08 17:17:03 +02:00
divlo
565d95079f
✨ Add "sort-array-alphabet" challenge
2020-07-07 14:04:31 +02:00
Divlo
6a40154d93
✨ Add "is-prime-number" challenge
2020-07-05 22:20:45 +02:00
Divlo
888940a04c
✨ Add "sort-array-number" challenge
2020-07-05 21:00:06 +02:00
Divlo
b06df550bb
✨ Add "find-outlier-number" challenge
2020-07-05 20:39:40 +02:00
Divlo
dd075269f2
✨ Add "maskify-card-number" challenge
2020-07-05 20:30:27 +02:00
Divlo
3d4aa20915
✨ Add "camel-case" challenge
2020-07-05 20:09:17 +02:00