| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-08 | Links to blogs. | Abigail | |
| 2020-11-06 | Fix line widths | Abigail | |
| 2020-11-06 | Fix comment | Abigail | |
| 2020-11-06 | SQL solution for week 85/part 1. | Abigail | |
| 2020-11-05 | Allow testing of SQL solutions. | Abigail | |
| Testing SQL requires to lot more work from the test program than testing other languages. For other languages, they just read the input, and calculate what ever needs to be calculated. For SQL, things are a bit different. We need to create a database (SQLite, in memory), create some tables (from a file .tables), and, for each test, clear the tables, and fill it with data. And since we have a habit to have actual multiple tests per file, we need some machinery to deal with that setup. | |||
| 2020-11-04 | Slight optimization. | Abigail | |
| 2020-11-04 | Test file with lots of floats. | Abigail | |
| 2020-11-04 | C solution for week 85/part 1 | Abigail | |
| 2020-11-03 | Some examples with "large" (> 100) exponents. | Abigail | |
| 2020-11-03 | Perl solution for week 85, part 2. | Abigail | |
| 2020-11-02 | Test cases for week 85, part 2 | Abigail | |
| 2020-11-02 | Perl solution for week 85, part 1 | Abigail | |
| 2020-11-02 | Test cases for week 85, part 1. | Abigail | |
| 2020-11-02 | Copy test script from previous week | Abigail | |
| 2020-11-02 | - Added template for Challenge 85. | Mohammad S Anwar | |
