Guido Knips
7a62098e94
Un-ignore Cargo.lock
...
Official cargo documentation says Cargo.lock should be
under version control for binaries (but not for libraries)
see https://doc.rust-lang.org/cargo/faq.html#why-do-binaries-have-cargolock-in-version-control-but-not-libraries
2023-08-28 21:06:35 +02:00
JoeStrout
6a611c04d7
Added MiniScript version of 21_Calendar.
2023-07-25 17:27:50 -07:00
Uğur Küpeli
739496dd68
rust implementation
2022-10-04 21:59:02 +03:00
Martin Thoma
4b3b991273
Use docstrings
2022-04-02 08:10:01 +02:00
Martin Thoma
ae0b6a5015
BUG: Hangman (Python) had a List-vs-Str comparison
...
MAINT: Add type annotations to find such issues
2022-03-31 10:33:11 +02:00
Argie Bacomo
1a71d033a8
remove extra somethings
2022-03-21 10:12:03 +08:00
Argie Bacomo
dfe0e48ca7
Added ruby version calendar
2022-03-21 10:06:00 +08:00
Martin Thoma
83b3dc402c
Python: Add type annotations
2022-03-20 19:16:39 +01:00
Jeff Atwood
f40a1fc465
add Porting Notes to readme.md for each game
2022-03-18 19:50:22 -07:00
Martin Thoma
f52d9a0e54
Clean Code: Python
...
Fix issues found by flake8-bugbear:
* Unused loop variables
* assert statements in non-test code
* mixing test code with production code
* mark one excessive test which takes ~10min to run
as 'slow'
2022-03-18 14:59:08 +01:00
Jeff Atwood
6f6ac93d1f
Merge pull request #633 from mojoaxel/js-terminal-style
...
Add "nice" terminal style stylesheet for javascript html
2022-03-15 23:50:18 -05:00
Jeff Atwood
43f2ec013a
add 00_Alternate_Langage folder and move alternate ports there
2022-03-15 20:49:07 -07:00
Alexander Wunschik
f2b3d6f2ed
add terminal-stylesheet for javascript html
2022-03-13 11:23:05 +01:00
Martin Thoma
e64fb6795c
MAINT: Apply pre-commit
...
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
2022-03-05 09:29:23 +01:00
Zev Spitz
2d44db49a4
Fix RootNamespace and LangVersion
2022-01-17 23:01:42 +02:00
Zev Spitz
33f0a2b5aa
Rename some projects to match game name
2022-01-17 15:29:38 +02:00
Zev Spitz
75def2707d
Add sln and csroj/vbproj files where missing
2022-01-16 08:17:31 +02:00
Tom Wyant
f61148b2e4
Convert 21_Calendar to Perl.
...
This is pretty much a complete rewrite. It displays the current year,
but that can be changed by specifying the desired year on the command
line. It MAY even be sensitive enough to locale to produce output in
languages other than English.
2022-01-11 21:19:47 -05:00
Alvaro Frias Garay
f673a3740f
Added porting notes and original program commentary
2022-01-04 15:45:12 -03:00
Alvaro Frias Garay
9b44692b8c
Added parse function for starting day of the week of the year and boolean to check if it's a leap year
...
structured code
2022-01-04 15:31:16 -03:00
Alvaro Frias Garay
6517975e25
Updated formatting to look like the original program
2022-01-04 15:15:02 -03:00
Alvaro Frias Garay
873ca419e1
formatting logic updated
2022-01-04 15:12:41 -03:00
Alvaro Frias Garay
a8f0bb10c6
formatting text updated
2022-01-04 15:10:08 -03:00
Alvaro Frias Garay
05f597b12c
Added Calendar first implementation
...
it has some formatting problems
2022-01-04 14:37:22 -03:00
Jeff Atwood
60417dfe41
Merge pull request #382 from Luminoso-256/main
...
add C# port of 21_calendar
2022-01-03 07:21:45 -08:00
Luminoso-256
25dcb2a325
add C# port of 21_calendar
2022-01-03 08:31:32 -06:00
LukasMurdock
76c5e1e995
add 17-96
2022-01-03 02:13:21 -05:00
Chris Reuter
d26dbf036a
Removed spaces from top-level directory names.
...
Spaces tend to cause annoyances in a Unix-style shell environment.
This change fixes that.
2021-11-21 18:30:21 -05:00