summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Raku: Acronym: Mark as complete HEAD masterAndinus2021-10-041-2/+2
|
* Raku: Acronym: split on \s, replace comb with substrAndinus2021-10-041-3/+1
|
* Rust: Space Age: Add exerciseAndinus2021-09-297-1/+270
|
* Rust: Semi Structured Logs: Implement Display trait to format logAndinus2021-09-292-10/+15
|
* Raku: Acronym: Use meta concat operator, uppercase the string firstAndinus2021-09-291-1/+3
|
* Update READMEAndinus2021-09-291-2/+3
|
* Rust: Semi Structured Logs: Add SolutionAndinus2021-09-297-0/+248
|
* Rust: Assembly Line: Use a helper function for success rateAndinus2021-09-281-8/+10
|
* Rust: Assembly Line: Add solutionAndinus2021-09-113-14/+15
|
* Rust: Complete Armstrong NumbersAndinus2021-09-112-3/+3
|
* Raku: Add AllergiesAndinus2021-09-115-0/+599
|
* Raku: Complete Phone Number & RNA TranscriptionAndinus2021-09-112-4/+4
|
* Rust: Add Assembly LineAndinus2021-09-087-1/+270
|
* Rust: Lucian's Luscious Lasagna: Format code, global constantsAndinus2021-09-081-4/+4
|
* Rust: Armstrong Numbers: Add solutionAndinus2021-09-082-9/+15
|
* Raku: Acronym: Add solutionAndinus2021-09-085-0/+154
|
* Mark Luhn as completedAndinus2021-09-081-2/+2
|
* Rust: Lucian's Luscious Lasagna: No magic numbersAndinus2021-09-081-2/+6
|
* Mark Leap as CompletedAndinus2021-09-081-2/+2
|
* Raku: Luhn: Improve solutionAndinus2021-09-081-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 READMEAndinus2021-09-071-0/+85
|
* Rust: Add Armstrong NumbersAndinus2021-09-076-0/+198
|
* Rust: Lucian's Luscious Lasagna: Use implicit returnAndinus2021-09-071-7/+4
|
* Rust: Add Hello World & Lucian's Luscious LasagnaAndinus2021-09-0714-0/+585
|
* JS: Triangle: Add solutionAndinus2021-09-069-0/+351
|
* Clojure: Raindrops: Improve solutionAndinus2021-09-061-12/+8
| | | | Avoids logic repetition.
* Clojure: Reverse String: Add solutionAndinus2021-09-055-0/+124
|
* Raku: RNA: Add solutionAndinus2021-09-054-0/+143
|
* Clojure: Two Fer: Use multi-arity function callAndinus2021-09-051-1/+1
|
* Clojure: Raindrops: Add solutionAndinus2021-09-055-0/+169
|
* JS: Luhn: Add solutionAndinus2021-09-059-0/+354
|
* Clojure: Two Fer: Add solutionAndinus2021-09-051-3/+3
|
* JS: Raindrops: Switch to using a mapAndinus2021-09-051-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 solutionAndinus2021-09-059-0/+4101
|
* JS: Raindrops: Move rules to a constAndinus2021-09-051-8/+10
|
* Add note about licenseAndinus2021-09-051-0/+2
|
* Clojure: Add Hello World solution and Two Fer exerciseAndinus2021-09-0510-0/+261
|
* Add ignores for ClojureAndinus2021-09-051-0/+7
|
* JS: Hamming: Add solutionAndinus2021-09-049-0/+274
|
* JS: Raindrops: Remove repeated math logicAndinus2021-09-041-5/+11
| | | | | | - Removes repeated math logic. - Compares against "" instead of using .length. - Uses "number" instead of "num".
* Raku: Luhn: Add solutionAndinus2021-09-031-1/+8
|
* JS: Raindrops: Add solutionAndinus2021-09-039-0/+259
|
* Raku: Phone Number: Remove duplicate code with the use of proceedAndinus2021-09-031-12/+4
|
* C: Acronym: Single statement for initial checkAndinus2021-09-031-2/+1
|
* C: Acronym: Remove check for next character being NULL TerminatorAndinus2021-09-031-5/+5
| | | | Turns out it's not required.
* C: Solve leap exerciseAndinus2021-08-278-0/+3889
|
* JS: Solve resistor-color exerciseAndinus2021-08-277-0/+207
|
* JS: Use template literals in two-ferAndinus2021-08-252-3/+3
|
* JS: Remove Solution for square-rootAndinus2021-08-251-1/+4
| | | | Cannot use built-in function.
* JS: Solve hello-world, two-fer, square-rootAndinus2021-08-2521-0/+498
|