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
8440a1e30c
fixed typo in 78_Sive_Wave/README.md
2023-01-28 13:18:27 -07:00
BeeverFeever
850e6d978f
78_sinewave ported to lua
2022-06-11 23:51:40 +10:00
Alexander Wunschik
2d7a1b2a36
show terminal header with link to sources
2022-04-02 11:38:08 +02:00
Martin Thoma
83b3dc402c
Python: Add type annotations
2022-03-20 19:16:39 +01:00
Martin Thoma
8495e59a8f
Python: Make code testable
...
Avoid executing code on module level as this prevents importing the
module for testing. Especially infinite loops are evil.
2022-03-19 09:54:52 +01:00
Jeff Atwood
f40a1fc465
add Porting Notes to readme.md for each game
2022-03-18 19:50:22 -07:00
Jeff Atwood
4558ec74cb
Merge pull request #649 from mojoaxel/648-78_Sine_Wave-html
...
add html for 78_Sine_Wave
2022-03-18 11:14:42 -05: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
Alexander Wunschik
07ef4d9dc0
add html for 78_Sine_Wave
2022-03-17 20:19:29 +01:00
Jeff Atwood
43f2ec013a
add 00_Alternate_Langage folder and move alternate ports there
2022-03-15 20:49:07 -07:00
AnthonyMichaelTDM
6ef7fb86f4
rust port of 78_sine_wave
2022-03-10 19:39:09 -08: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
79c04373f4
Simplfy SineWave (C#) folder structure
2022-01-17 08:37:17 +02:00
Zev Spitz
75def2707d
Add sln and csroj/vbproj files where missing
2022-01-16 08:17:31 +02:00
LukasMurdock
76c5e1e995
add 17-96
2022-01-03 02:13:21 -05:00
Torben Möller
5439ece531
feat: Implement 78 Sine_Wave in Java
2022-01-01 14:08:28 +01: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