Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rust: Semi Structured Logs: Implement Display trait to format log | Andinus | 2021-09-29 | 2 | -10/+15 |
| | |||||
* | Raku: Acronym: Use meta concat operator, uppercase the string first | Andinus | 2021-09-29 | 1 | -1/+3 |
| | |||||
* | Update README | Andinus | 2021-09-29 | 1 | -2/+3 |
| | |||||
* | Rust: Semi Structured Logs: Add Solution | Andinus | 2021-09-29 | 7 | -0/+248 |
| | |||||
* | Rust: Assembly Line: Use a helper function for success rate | Andinus | 2021-09-28 | 1 | -8/+10 |
| | |||||
* | Rust: Assembly Line: Add solution | Andinus | 2021-09-11 | 3 | -14/+15 |
| | |||||
* | Rust: Complete Armstrong Numbers | Andinus | 2021-09-11 | 2 | -3/+3 |
| | |||||
* | Raku: Add Allergies | Andinus | 2021-09-11 | 5 | -0/+599 |
| | |||||
* | Raku: Complete Phone Number & RNA Transcription | Andinus | 2021-09-11 | 2 | -4/+4 |
| | |||||
* | Rust: Add Assembly Line | Andinus | 2021-09-08 | 7 | -1/+270 |
| | |||||
* | Rust: Lucian's Luscious Lasagna: Format code, global constants | Andinus | 2021-09-08 | 1 | -4/+4 |
| | |||||
* | Rust: Armstrong Numbers: Add solution | Andinus | 2021-09-08 | 2 | -9/+15 |
| | |||||
* | Raku: Acronym: Add solution | Andinus | 2021-09-08 | 5 | -0/+154 |
| | |||||
* | Mark Luhn as completed | Andinus | 2021-09-08 | 1 | -2/+2 |
| | |||||
* | Rust: Lucian's Luscious Lasagna: No magic numbers | Andinus | 2021-09-08 | 1 | -2/+6 |
| | |||||
* | Mark Leap as Completed | Andinus | 2021-09-08 | 1 | -2/+2 |
| | |||||
* | Raku: Luhn: Improve solution | Andinus | 2021-09-08 | 1 | -8/+17 |
| | | | | | | - Use regex parameter in `.comb' and skip `.grep'. - Use a sub subtract-if-greater to reduce noise in ternary operation. - Remove trailing `;' if implicitly returning a value. | ||||
* | Record exercises in README | Andinus | 2021-09-07 | 1 | -0/+85 |
| | |||||
* | Rust: Add Armstrong Numbers | Andinus | 2021-09-07 | 6 | -0/+198 |
| | |||||
* | Rust: Lucian's Luscious Lasagna: Use implicit return | Andinus | 2021-09-07 | 1 | -7/+4 |
| | |||||
* | Rust: Add Hello World & Lucian's Luscious Lasagna | Andinus | 2021-09-07 | 14 | -0/+585 |
| | |||||
* | JS: Triangle: Add solution | Andinus | 2021-09-06 | 9 | -0/+351 |
| | |||||
* | Clojure: Raindrops: Improve solution | Andinus | 2021-09-06 | 1 | -12/+8 |
| | | | | Avoids logic repetition. | ||||
* | Clojure: Reverse String: Add solution | Andinus | 2021-09-05 | 5 | -0/+124 |
| | |||||
* | Raku: RNA: Add solution | Andinus | 2021-09-05 | 4 | -0/+143 |
| | |||||
* | Clojure: Two Fer: Use multi-arity function call | Andinus | 2021-09-05 | 1 | -1/+1 |
| | |||||
* | Clojure: Raindrops: Add solution | Andinus | 2021-09-05 | 5 | -0/+169 |
| | |||||
* | JS: Luhn: Add solution | Andinus | 2021-09-05 | 9 | -0/+354 |
| | |||||
* | Clojure: Two Fer: Add solution | Andinus | 2021-09-05 | 1 | -3/+3 |
| | |||||
* | JS: Raindrops: Switch to using a map | Andinus | 2021-09-05 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | I switched to single object literals initially: const factorToSound = { 3: "Pling", 5: "Plang", 7: "Plong" }; and used `for .. if` to iterate over them, that may cause some issues: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for...of#difference_between_for...of_and_for...in I decided to switch to using Maps and iterate over them with `for .. of` instead. | ||||
* | C: Binary Search: Add solution | Andinus | 2021-09-05 | 9 | -0/+4101 |
| | |||||
* | JS: Raindrops: Move rules to a const | Andinus | 2021-09-05 | 1 | -8/+10 |
| | |||||
* | Add note about license | Andinus | 2021-09-05 | 1 | -0/+2 |
| | |||||
* | Clojure: Add Hello World solution and Two Fer exercise | Andinus | 2021-09-05 | 10 | -0/+261 |
| | |||||
* | Add ignores for Clojure | Andinus | 2021-09-05 | 1 | -0/+7 |
| | |||||
* | JS: Hamming: Add solution | Andinus | 2021-09-04 | 9 | -0/+274 |
| | |||||
* | JS: Raindrops: Remove repeated math logic | Andinus | 2021-09-04 | 1 | -5/+11 |
| | | | | | | - Removes repeated math logic. - Compares against "" instead of using .length. - Uses "number" instead of "num". | ||||
* | Raku: Luhn: Add solution | Andinus | 2021-09-03 | 1 | -1/+8 |
| | |||||
* | JS: Raindrops: Add solution | Andinus | 2021-09-03 | 9 | -0/+259 |
| | |||||
* | Raku: Phone Number: Remove duplicate code with the use of proceed | Andinus | 2021-09-03 | 1 | -12/+4 |
| | |||||
* | C: Acronym: Single statement for initial check | Andinus | 2021-09-03 | 1 | -2/+1 |
| | |||||
* | C: Acronym: Remove check for next character being NULL Terminator | Andinus | 2021-09-03 | 1 | -5/+5 |
| | | | | Turns out it's not required. | ||||
* | C: Solve leap exercise | Andinus | 2021-08-27 | 8 | -0/+3889 |
| | |||||
* | JS: Solve resistor-color exercise | Andinus | 2021-08-27 | 7 | -0/+207 |
| | |||||
* | JS: Use template literals in two-fer | Andinus | 2021-08-25 | 2 | -3/+3 |
| | |||||
* | JS: Remove Solution for square-root | Andinus | 2021-08-25 | 1 | -1/+4 |
| | | | | Cannot use built-in function. | ||||
* | JS: Solve hello-world, two-fer, square-root | Andinus | 2021-08-25 | 21 | -0/+498 |
| | |||||
* | C: Solution for sum-of-multiples | Andinus | 2021-08-25 | 8 | -0/+3952 |
| | |||||
* | C: Add square-root exercise | Andinus | 2021-08-25 | 8 | -0/+3855 |
| | |||||
* | C: Improve difference-of-squares | Andinus | 2021-08-25 | 1 | -28/+4 |
| | | | | Use sum of series instead of calculating it. |