Commit Graph

2179 Commits

Author SHA1 Message Date
Jeff Atwood
e509037676 Merge pull request #629 from CoolBassist/patch-1
fixed typo
2022-03-13 13:20:38 -05:00
Jeff Atwood
a808548387 Update README.md 2022-03-13 11:19:31 -07:00
Jeff Atwood
c3b44b5249 Merge pull request #632 from DLotts/rust_65_nim
Rust port of 65 Nim
2022-03-13 13:16:42 -05:00
Jeff Atwood
7a52126b4d Merge pull request #628 from MartinThoma/python-flake8-e722
Python: Fix Flake8 E722 and E741
2022-03-13 13:15:54 -05:00
Claus Volko
97903b754d Merge pull request #1 from adokhugi/adokhugi-patch-1
Create bagels.kt
2022-03-13 15:13:40 +01:00
Claus Volko
d4ad8aac7b Create bagels.kt
A Kotlin implementation of the Bagels game
2022-03-13 15:09:38 +01:00
Alexander Wunschik
f2b3d6f2ed add terminal-stylesheet for javascript html 2022-03-13 11:23:05 +01:00
David
142d16a90e Added heading credits 2022-03-13 04:49:34 -04:00
David Lotts
7bddf191a3 reformat only 2022-03-13 04:20:26 -04:00
Andrew Cooper
455fea9609 Update 62_Mugwump 2022-03-13 19:16:41 +11:00
David Lotts
b396077651 complete Nim 2022-03-13 04:13:46 -04:00
Martin Thoma
2e957b1b27 Fix mypy issues in superstartrek 2022-03-13 08:46:55 +01:00
Chander Jindal
40557ce86b Classic TicTacToe just in Executable format
First, pick either 'X' or 'O' from the screen then, play the normal one Player TicTacToe.
Playing on Terminal is kinda boring so, I made it into an executable file.
2022-03-12 22:26:23 +05:30
Joe
f4c1737243 fixed typo
"THe" to "The"
2022-03-12 15:44:45 +00:00
Martin Thoma
af88007734 Python: Fix Flake8 E722 and E741
Additionally:

* Use functions to group blocks of code
* Use variable names (not just one character...)
2022-03-12 08:17:03 +01:00
Mitch Peck
14123c9a4f shouldPlayDealer & playDealer implementations, formatting to mimic original code 2022-03-11 21:12:59 -06:00
Jeff Atwood
fc9ea8eaf9 Merge pull request #627 from tikste/main
Add Rust port of 05_Bagels
2022-03-11 20:07:28 -06:00
tikste
c01df8419f Merge branch 'coding-horror:main' into main 2022-03-12 01:58:59 +01:00
Till Klister
3b1a1c2f18 Add Rust port of 05_Bagels 2022-03-12 01:58:09 +01:00
Jeff Atwood
fc683c4c6e Merge pull request #626 from MartinThoma/py-linting-3
Python: Fix Flake8 issue E712 + PEP8 variable naming
2022-03-11 17:36:32 -06:00
AnthonyMichaelTDM
2256df389f started rust port of 95_weekday 2022-03-11 13:45:24 -08:00
Martin Thoma
6dde69f274 Python: Fix Flake8 issue E712 + PEP8 variable naming 2022-03-11 21:42:23 +01:00
Jeff Atwood
79c42ed907 Merge pull request #625 from christopherphan/main
Add Python version of Queen
2022-03-11 11:34:07 -06:00
Jeff Atwood
cb50dbdce9 Merge pull request #624 from MartinThoma/py-linting-2
Python: Fix code style issues
2022-03-11 11:24:07 -06:00
Jeff Atwood
7359021352 Merge pull request #623 from AnthonyMichaelTDM/rust-port-sine-wave
rust port of 78_sine_wave
2022-03-11 11:21:39 -06:00
Christopher Phan
7f2ae3a2aa Add support for Python 3.8 2022-03-11 09:16:13 -06:00
Martin Thoma
4adb34f25c Python: Fix code style issues 2022-03-11 07:44:56 +01:00
Christopher Phan
f0a31894ef Make executible, add more info to docstring 2022-03-10 22:32:22 -06:00
AnthonyMichaelTDM
6ef7fb86f4 rust port of 78_sine_wave 2022-03-10 19:39:09 -08:00
AnthonyMichaelTDM
a13826a4b9 update readme 2022-03-10 19:25:21 -08:00
Christopher Phan
87aebad1db Add Python implementation of Queen 2022-03-10 16:24:08 -06:00
Jeff Atwood
43a3758698 Merge pull request #622 from MartinThoma/fix-flake8-issues
STY: Fix Flake8 issues
2022-03-10 10:43:53 -06:00
Martin Thoma
e7520d62af MAINT: Apply 'pre-commit run --all' and fix issues 2022-03-10 06:59:21 +01:00
Martin Thoma
ddacedb0b0 STY: Fix Flake8 issues 2022-03-10 06:48:51 +01:00
Jeff Atwood
84c4741dd1 Merge pull request #620 from MartinThoma/python-ci
Python: Add Continuous Integration for Python
2022-03-09 23:01:19 -06:00
Jeff Atwood
442a8799a4 Merge pull request #621 from AnthonyMichaelTDM/update-to-rust-todo-list-generator
updated the todo list maker and added some thing
2022-03-09 23:01:05 -06:00
Mitch Peck
34574d60cb Handle dealer's total in evaluateRound 2022-03-09 20:43:56 -06:00
Mitch Peck
5bfb8a4088 Implement evaluateRound with tests 2022-03-09 20:25:10 -06:00
AnthonyMichaelTDM
6ba0a2d7e2 bug fix 2022-03-09 13:25:36 -08:00
AnthonyMichaelTDM
93fdf644aa added welcome message 2022-03-09 13:22:34 -08:00
AnthonyMichaelTDM
44987651bd added more features to the todo list maker
added ability to print only select languages if they choose language first formatting
2022-03-09 13:18:24 -08:00
Martin Thoma
2350c0b13f next try .. 2022-03-09 21:35:47 +01:00
Martin Thoma
5460cb086f master is called main 2022-03-09 21:33:52 +01:00
Martin Thoma
a721c91557 Python: Add Continuous Integration for Python
There are a lot of exceptions, but it's a start.
This will ensure that no more issues get added / that issues
get fixed before the code is added
2022-03-09 21:29:06 +01:00
Jeff Atwood
722bf1c3c5 Merge pull request #617 from AnthonyMichaelTDM/patch-1
Update README of 60_mastermind
2022-03-09 11:43:58 -06:00
Jeff Atwood
1b03b74764 Merge pull request #619 from drewjcooper/dotnet-common-library
.Net common library
2022-03-09 11:40:32 -06:00
Jeff Atwood
76a720963f Merge pull request #618 from MartinThoma/python-test-acey-ducey
Acey Ducey (Python): Add unit tests
2022-03-09 11:39:27 -06:00
Andrew Cooper
c95851e69f Fix typo 2022-03-09 22:04:07 +11:00
Andrew Cooper
4fa74a10e4 Add .Net usage README 2022-03-09 22:02:33 +11:00
Martin Thoma
619d9e5253 Acey Ducey (Python): Add unit tests
The unit tests can be executed via:

    $ pip install pytest
    $ pytest .

Also a few more type annotations
2022-03-09 07:32:30 +01:00