Commit Graph

1000 Commits

Author SHA1 Message Date
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
7dbce212d1 Merge pull request #387 from ersen0/23matches-perl
Add Perl version of 93_23Matches
2022-01-03 11:48:08 -08:00
Oğuz Ersen
26492ed257 Add Perl version of 93_23Matches 2022-01-03 19:39:53 +00:00
Jeff Atwood
6961f4eb50 Merge pull request #386 from daves561/bombs-away-csharp
Bombs Away in C#
2022-01-03 10:35:01 -08:00
Dave Shapiro
fd7adde990 Added Bombs Away in C#. This is a Visual Studio 2022 solution and uses the latest language features like file-scoped namespaces. 2022-01-03 11:30:55 -07:00
Jeff Atwood
56957da17d Merge pull request #384 from baka0815/pascal_randomize
AceyDucey/pascal: Move Randomize()
2022-01-03 10:30:25 -08:00
Jeff Atwood
0bf55b3138 Merge pull request #385 from daves561/fix-readme-typo
Fix typo in Bombs Away README.
2022-01-03 10:27:38 -08:00
Dave Shapiro
f57c27f1ea Fix typo in Bombs Away README. 2022-01-03 11:21:08 -07:00
baka0815
6977afdef0 AceyDucey/pascal: Move Randomize()
Randomize() should be called only once and as soon as possible.
2022-01-03 18:24:09 +01:00
Jeff Atwood
5ee452189a Merge pull request #373 from tjd1234/35.evenwins.python
added evenwins.py
2022-01-03 09:13:44 -08:00
Jeff Atwood
ca3b55d00e Merge pull request #370 from cmaitchison/rock-scissors-paper-ruby
Add Ruby implementation of Rock Scissors Paper
2022-01-03 09:12:22 -08:00
Jeff Atwood
9783a3e8eb Merge pull request #374 from patimen/main
Add Kotlin to War
2022-01-03 09:10:58 -08: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
Jeff Atwood
245056d9d4 Merge pull request #379 from marijnz0r/main
Add csharp version of 40_Gunner
2022-01-03 07:20:51 -08:00
Jeff Atwood
6f3d4bd78b Merge pull request #375 from LukasMurdock/update-readme
Update game readme
2022-01-03 07:20:28 -08:00
Jeff Atwood
ccd45cf457 Merge pull request #378 from trwyant/90_Tower_ported_by_trw
Add Perl port of 90_Tower (Tower of Hanoi)
2022-01-03 07:19:22 -08:00
Jeff Atwood
6414d82709 Merge pull request #377 from aviyam/main
Fixes
2022-01-03 07:18:46 -08:00
Luminoso-256
25dcb2a325 add C# port of 21_calendar 2022-01-03 08:31:32 -06:00
marijnz0r
711fca294d Add csharp version of 40_Gunner 2022-01-03 12:51:38 +01:00
LukasMurdock
e9ce521016 save 3-D tic-tac-toe 2022-01-03 06:49:10 -05:00
Tom Wyant
708155978c Add Perl port of 90_Tower (Tower of Hanoi) 2022-01-03 06:23:44 -05:00
aviyam
5e8b3b2ad2 Fixed 2 issues:
1. Behavior of game play. New cards should be dealt every round.
2. As a result of 1, check that we have at least 3 cards for next round.
2022-01-03 12:42:36 +02:00
LukasMurdock
87613662a8 typo, misspelled Geoffrey 2022-01-03 02:26:52 -05:00
LukasMurdock
7f2f34709a typo, left out y in originally 2022-01-03 02:23:34 -05:00
LukasMurdock
76c5e1e995 add 17-96 2022-01-03 02:13:21 -05:00
John Long
bd6c6ead8d Add Kotlin to War 2022-01-02 23:02:01 -08:00
Toby Donaldson
3fd1d6b0af added evenwins.py 2022-01-02 22:57:42 -08:00
Chris Aitchison
6d2b083aad Merge branch 'coding-horror:main' into rock-scissors-paper-ruby 2022-01-03 11:59:04 +11:00
Chris Aitchison
90b0abe4c6 Add Ruby implementation of Rock Scissors Paper 2022-01-03 11:52:17 +11:00
Jeff Atwood
9e229533c3 Merge pull request #368 from havoclad/main
Adjust spacing to match original
2022-01-02 16:51:16 -08:00
Pat Ludwig
c9b92d5720 Merge branch 'coding-horror:main' into main 2022-01-02 18:34:30 -06:00
Pat Ludwig
436f904abf Adjust spacing to match original
Various minor tweaks
2022-01-02 18:31:50 -06:00
Jeff Atwood
5774eb74e7 Merge pull request #366 from patimen/main
Add Kotlin version of Animal
2022-01-02 16:28:32 -08:00
John Long
48522ba27d Add Kotlin version of Animal
Animal fascinated me as a kid. I wrote a version in Modula-2 for a Junior High School project. Didn't realize at the time I was studying binary trees.
2022-01-02 16:26:35 -08:00
LukasMurdock
7e3304c907 add 1-16
16:Bug
“If you elect to see all the pictures, this program has the ability of consuming well over six feet of terminal paper per run. We can only suggest recycling the paper by using the other side.”
2022-01-02 19:06:19 -05:00
Jeff Atwood
1399eee7ee Merge pull request #364 from joshgrib/main
Move folder for consistency
2022-01-02 15:55:28 -08:00
Jeff Atwood
9c7c29714f Merge pull request #363 from veelo/typo
Fix minor typo in Basic source of Acey-Ducey.
2022-01-02 15:55:12 -08:00
Josh Gribbon
b3b460779e Move folder for consistency 2022-01-02 18:50:20 -05:00
Bastiaan Veelo
e8ec059b49 Fix minor typo in Basic source of Acey-Ducey.
As compared to the printed version.
2022-01-03 00:28:24 +01:00
Jeff Atwood
11e747e3bf Merge pull request #362 from ribtips/main
MathDice in perl
2022-01-02 15:26:34 -08:00
RibTips
1c6984aa69 MathDice in perl
A version of MathDice written in perl
2022-01-02 18:19:53 -05:00
Jeff Atwood
4e3cf95b9d Merge pull request #361 from havoclad/main
82_Stars perl implementation
2022-01-02 14:56:57 -08:00
Pat Ludwig
b653aabc8d Merge branch 'coding-horror:main' into main 2022-01-02 16:44:09 -06:00
Pat Ludwig
ede6acee55 82_Stars perl implementation 2022-01-02 16:41:07 -06:00
Jeff Atwood
c472c449cb Merge pull request #360 from trwyant/94_war_ported_by_trw
Port War to Perl.
2022-01-02 14:19:30 -08:00
Tom Wyant
f7231859ec Port War to Perl. 2022-01-02 16:42:32 -05:00