Commit Graph

1902 Commits

Author SHA1 Message Date
Auryn Engel
58bc803273 add elm as multiplayer 2022-03-15 13:35:24 +01:00
Jeff Atwood
185f9ffe9e Merge pull request #636 from MartinThoma/python-flake8-e711
Python: Fix linting issues / bugs
2022-03-14 11:40:17 -05:00
Martin Thoma
bf6681e3b0 Python: Fix linting issues
The following Flake8 issues were fixed:

* W291
* W504

* F821
* F401
* F541

* E402
* E711
2022-03-14 13:13:20 +01:00
Jeff Atwood
9649bb12ae Merge pull request #634 from adokhugi/main
Kotlin port of the Bagels game
2022-03-13 13:29:35 -05:00
Jeff Atwood
35fda3a08c Merge pull request #629 from CoolBassist/patch-1
fixed typo
2022-03-13 13:20:38 -05:00
Jeff Atwood
da492035f7 Update README.md 2022-03-13 11:19:31 -07:00
Jeff Atwood
9024822323 Merge pull request #632 from DLotts/rust_65_nim
Rust port of 65 Nim
2022-03-13 13:16:42 -05:00
Jeff Atwood
900c058aa7 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
b01ce79511 Merge pull request #1 from adokhugi/adokhugi-patch-1
Create bagels.kt
2022-03-13 15:13:40 +01:00
Claus Volko
250dde0fd1 Create bagels.kt
A Kotlin implementation of the Bagels game
2022-03-13 15:09:38 +01:00
David
f9a9172b97 Added heading credits 2022-03-13 04:49:34 -04:00
David Lotts
7ac0a221f5 reformat only 2022-03-13 04:20:26 -04:00
David Lotts
76c8926f33 complete Nim 2022-03-13 04:13:46 -04:00
Martin Thoma
f3940f8857 Fix mypy issues in superstartrek 2022-03-13 08:46:55 +01:00
Joe
89600d2920 fixed typo
"THe" to "The"
2022-03-12 15:44:45 +00:00
Martin Thoma
fed9b92672 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
Jeff Atwood
df868be637 Merge pull request #627 from tikste/main
Add Rust port of 05_Bagels
2022-03-11 20:07:28 -06:00
tikste
5d587eeaa8 Merge branch 'coding-horror:main' into main 2022-03-12 01:58:59 +01:00
Till Klister
50ae83e2ac Add Rust port of 05_Bagels 2022-03-12 01:58:09 +01:00
Jeff Atwood
544b8fb226 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
Martin Thoma
ef2122456a Python: Fix Flake8 issue E712 + PEP8 variable naming 2022-03-11 21:42:23 +01:00
Jeff Atwood
731954ab48 Merge pull request #625 from christopherphan/main
Add Python version of Queen
2022-03-11 11:34:07 -06:00
Jeff Atwood
748a02a19b Merge pull request #624 from MartinThoma/py-linting-2
Python: Fix code style issues
2022-03-11 11:24:07 -06:00
Jeff Atwood
f9fbc77c23 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
c09dc88ce4 Add support for Python 3.8 2022-03-11 09:16:13 -06:00
Martin Thoma
596aa6760f Python: Fix code style issues 2022-03-11 07:44:56 +01:00
Christopher Phan
efa5d6b4b7 Make executible, add more info to docstring 2022-03-10 22:32:22 -06:00
AnthonyMichaelTDM
0ac67508f1 rust port of 78_sine_wave 2022-03-10 19:39:09 -08:00
AnthonyMichaelTDM
05215232b0 update readme 2022-03-10 19:25:21 -08:00
Christopher Phan
8e3b829745 Add Python implementation of Queen 2022-03-10 16:24:08 -06:00
Jeff Atwood
93982a1397 Merge pull request #622 from MartinThoma/fix-flake8-issues
STY: Fix Flake8 issues
2022-03-10 10:43:53 -06:00
Martin Thoma
e5f36993e8 MAINT: Apply 'pre-commit run --all' and fix issues 2022-03-10 06:59:21 +01:00
Martin Thoma
f82fd28e31 STY: Fix Flake8 issues 2022-03-10 06:48:51 +01:00
Jeff Atwood
5e22da72db Merge pull request #620 from MartinThoma/python-ci
Python: Add Continuous Integration for Python
2022-03-09 23:01:19 -06:00
Jeff Atwood
a97c798f4a 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
AnthonyMichaelTDM
2b8f97778b bug fix 2022-03-09 13:25:36 -08:00
AnthonyMichaelTDM
52b90a43ea added welcome message 2022-03-09 13:22:34 -08:00
AnthonyMichaelTDM
872fcf3b2b 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
60ed862b39 next try .. 2022-03-09 21:35:47 +01:00
Martin Thoma
801a0d54e4 master is called main 2022-03-09 21:33:52 +01:00
Martin Thoma
d456556cdb 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
1e92ddfbb7 Merge pull request #617 from AnthonyMichaelTDM/patch-1
Update README of 60_mastermind
2022-03-09 11:43:58 -06:00
Jeff Atwood
91592535ed Merge pull request #619 from drewjcooper/dotnet-common-library
.Net common library
2022-03-09 11:40:32 -06:00
Jeff Atwood
4b7457703d 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
1cb4e2fec7 Fix typo 2022-03-09 22:04:07 +11:00
Andrew Cooper
d7cf5ca79e Add .Net usage README 2022-03-09 22:02:33 +11:00
Martin Thoma
39cb3e5825 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
Anthony Rubick
5f01ee7fb3 Update README.md 2022-03-08 18:36:53 -08:00
Anthony Rubick
b64dfba605 Update README of 60_mastermind
updates the readme as suggested in #611
2022-03-08 13:23:31 -08:00
Jeff Atwood
33d434c2f4 Merge pull request #616 from AnthonyMichaelTDM/markdown-todo-list
Added a todo-list maker to 00_Utilities coded in rust
2022-03-08 10:32:55 -06:00