aboutsummaryrefslogtreecommitdiff
path: root/challenge-004
AgeCommit message (Collapse)Author
2021-06-23Add bc solution to challenge 004Paulo Custodio
2021-06-20Normalize test scriptsPaulo Custodio
2021-06-17Add C and C++ solutions to challenge 004Paulo Custodio
2021-06-07Add python solution to challenge 004Paulo Custodio
2021-04-14Finished challenge-004 with perllakpatashi
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
2021-02-23added challenges 1,2,3,4 by pablo-saavedrapablo
2021-02-14Missing exit.Paulo Custodio
2021-02-14Add Awk solution to challenge 004Paulo Custodio
Fix Awk syntax on previouws submissions - semicolon is needed at the end of statements
2021-01-28Remove temporary files produced by testsPaulo Custodio
2021-01-25Replace tabs by spaces so that indentation looks correctPaulo Custodio
2021-01-081st commit on 004_haskellchirvasitua
2020-12-30Merge pull request #3112 from pauloscustodio/006Mohammad S Anwar
Add Perl solution to challenge 006
2020-12-29Add Perl solution to challenge 006Paulo Custodio
and fix way of getting PI with n digits in challenge 004.1
2020-12-29Add Perl solution to challenge 005Paulo Custodio
Remove one-letter solutions from challenge 004 task 2
2020-12-27Add Perl solution to challenge 004Paulo Custodio
2020-11-30ResetDave Jacoby
2020-11-251st commit on 001-004chirvasitua
2019-12-17Solutions for challenges 001-005Ryan Thompson
2019-11-10- Added blog by Laurent Rosenfeld.Mohammad S Anwar
2019-08-27Updated solutions for ch#23Doomtrain14
Added solutions for ch#4
2019-04-28Challenge #5 answers and challenge #4 blog linkKian-Meng, Ang
2019-04-22- Delete redundant file.Mohammad S Anwar