Commit Graph

1861 Commits

Author SHA1 Message Date
Till Klister
3b1a1c2f18 Add Rust port of 05_Bagels 2022-03-12 01:58:09 +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
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
Anthony Rubick
4ff18ddb7b Update README.md 2022-03-08 18:36:53 -08:00
Anthony Rubick
d970267743 Update README of 60_mastermind
updates the readme as suggested in #611
2022-03-08 13:23:31 -08:00
Jeff Atwood
386d421dc3 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
AnthonyMichaelTDM
bcd7e0fbe4 Merge branch 'markdown-todo-list' of https://github.com/AnthonyMichaelTDM/basic-computer-games into markdown-todo-list 2022-03-07 21:28:12 -08:00
AnthonyMichaelTDM
b04b6cdd18 markdown formatting added 2022-03-07 21:26:45 -08:00
AnthonyMichaelTDM
3ffc01b579 markdown formatting added 2022-03-07 21:23:24 -08:00
AnthonyMichaelTDM
537f7805bc todo list maker new format added 2022-03-07 21:18:56 -08:00
AnthonyMichaelTDM
980445f5c0 todo-list maker finished 2022-03-07 20:47:50 -08:00
Jeff Atwood
accac5cc8f Merge pull request #615 from MartinThoma/type-annotations
MAINT: Add type annotations / use functions
2022-03-07 16:23:25 -06:00
AnthonyMichaelTDM
af07a5fe1d start making todo list thing 2022-03-07 13:30:29 -08:00
Martin Thoma
8cf8bab742 MAINT: Add type annotations / use functions 2022-03-07 22:00:41 +01:00
Jeff Atwood
528df5215e Merge pull request #614 from socantre/main
Lua '01_Acey_Ducey' port
2022-03-07 11:59:35 -06:00
Jeff Atwood
73e0df5b76 Merge pull request #593 from AnthonyMichaelTDM/rust-port-amazing
Rust port of 02_Amazing
2022-03-07 11:59:16 -06:00
Jeff Atwood
ac9dc5dd02 Merge pull request #612 from AnthonyMichaelTDM/rust-port-66_Mastermind
Rust port 60_mastermind
2022-03-07 11:53:21 -06:00
Jeff Atwood
ff362367cb Merge pull request #613 from AnthonyMichaelTDM/fix-logic-error-in-60_mastermind
fix for potential logic error in 60_Mastermind
2022-03-07 11:21:25 -06:00
Jeff Atwood
b861810851 Merge pull request #610 from austinwhite/perl_batnum_termination_logic
perl '08_Batnum' - add termination logic
2022-03-07 11:16:51 -06:00
Andrew Cooper
351533b07d Add top-level README 2022-03-07 22:04:01 +11:00
Andrew Cooper
5aaf703bf4 Improve Random interface 2022-03-07 22:03:45 +11:00
Anthony Rubick
399297b9ba Merge branch 'coding-horror:main' into rust-port-amazing 2022-03-07 09:17:35 +00:00
Seth Cantrell
31a78b24e8 Lua '01_Acey_Ducey' port 2022-03-07 04:13:38 -05:00
Anthony Rubick
65a5d5987c Merge branch 'main' into fix-logic-error-in-60_mastermind 2022-03-07 09:04:07 +00:00
AnthonyMichaelTDM
98f47dfa44 fix for potential logic error
should fix the conflict
2022-03-07 01:02:09 -08:00
AnthonyMichaelTDM
79e53c293b while we're at it, fix the javascript port not showed guess results too 2022-03-07 00:58:30 -08:00