Commit Graph

1889 Commits

Author SHA1 Message Date
Jeff Atwood
43f2ec013a add 00_Alternate_Langage folder and move alternate ports there 2022-03-15 20:49:07 -07:00
Jeff Atwood
a0931700e9 Update README.md 2022-03-15 18:35:36 -07:00
Jeff Atwood
25dc5afaa6 Update README.md 2022-03-15 18:33:17 -07:00
Jeff Atwood
0041b3c9bb Update README.md 2022-03-15 18:32:35 -07:00
Jeff Atwood
ffd8cad6bf Update README.md 2022-03-15 18:24:13 -07:00
Jeff Atwood
d673c807c1 Merge pull request #641 from MartinThoma/fix-string-concatenation
Python: Fix string concatenation
2022-03-15 19:59:40 -05:00
Jeff Atwood
c12937ba7d Merge pull request #642 from JRoussos/main
JAVASCRIPT: Support for both uppercase and lowercase input values
2022-03-15 12:41:45 -05:00
John Roussos
c9af1f0a76 JAVASCRIPT: Support for both uppercase and lowercase input values 2022-03-15 18:06:09 +02:00
Martin Thoma
5374569063 Python: Fix string concatenation 2022-03-15 13:57:28 +01:00
Jeff Atwood
b47df50b6f Merge pull request #636 from MartinThoma/python-flake8-e711
Python: Fix linting issues / bugs
2022-03-14 11:40:17 -05:00
Martin Thoma
0ba0307767 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
8b16a70d32 Merge pull request #634 from adokhugi/main
Kotlin port of the Bagels game
2022-03-13 13:29:35 -05:00
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
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
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
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
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
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
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