aboutsummaryrefslogtreecommitdiff
path: root/challenge-004/abigail
AgeCommit message (Collapse)Author
2022-01-09Week 4, part 1: All languages should give the same result.Abigail
Make we all languages have the same rounding issues.
2022-01-09Week 4, part: Scheme solutionAbigail
2022-01-09Week 4, part 1: Tcl solutionAbigail
2022-01-07Week 4, part 1. R solutionAbigail
2022-01-07Week 4, part 1: Pascal solutionAbigail
2022-01-07Week 4, part 1: Fix 'Run as:' line for Go, Java and Node.jsAbigail
2022-01-07Week 4, part 1: bc solutionAbigail
2022-01-07Week 4, part1: Java solutionAbigail
2022-01-07Week 4, part1: Go solutionAbigail
2022-01-06Week 004: Fix references.Abigail
For part 1, this means fiddling with the fodder lines.
2021-03-06Ruby solution for week 4, part 2Abigail
2021-03-06Python solution for week 4, part 2Abigail
2021-03-04Node.js solution for week 4, part 2Abigail
2021-03-04C solution for week 4, part 2Abigail
2021-03-04Lua solution for week 4, part 2Abigail
2021-03-04Bash solution for week 4, part 2Abigail
2021-03-04GNU AWK solution for week 4, part 2Abigail
2021-03-04Perl solution for week 4, part 2Abigail
2021-03-04Test cases for week 4, part 2Abigail
2021-03-04Ruby solution for week 4, part 1Abigail
2021-03-04Python solution for week 4, part 1Abigail
2021-03-04Node.js solution for week 4, part 1Abigail
2021-03-04Lua solution for week 4, part 1Abigail
2021-03-04Bash solution for week 4, part 1Abigail
2021-03-04Add notes to README for part 1Abigail
2021-03-04Switch from base-60 to base-91Abigail
2021-03-04We're now using base-91 instead of base-60 for the encoding.Abigail
2021-03-04Use base-91 instead of base-60.Abigail
We're now using base-91, which is from character '#' to '~', excluding the backslash.
2021-03-04Test to compare the size of the program with the size of the (expected) output.Abigail
2021-03-04Changed the number of digits of Pi generated.Abigail
2021-03-04AWK solution for week 4, part 1Abigail
2021-03-04C solution for week 4, part 1Abigail
2021-03-04Link to Perl solutionAbigail
2021-03-04Example for week 4, part 1.Abigail
Example for source code of 1978 characters.
2021-03-04Rewrite of the Perl solutionAbigail
This solution can be run direction, not requiring any options (the previous solution required an undocumented -M5.010 option). Instead of using atan2(), we now use a base-60 encoded list of digts of pi (after the decimal dot). The source code is 1485 characters, including white space. The output is 1487 characters, of which 1485 digits (the others are a decimal dot, and a new line).
2021-03-04Test input for week 4, part 1 (Perl)Abigail
2021-03-04Renamed directory.Abigail
2021-03-04Add challenge descriptions to README.Abigail
2019-04-15- Added solutions by Abigail.Mohammad S Anwar
2019-04-15- Template folders for challenge 004.Mohammad S Anwar