Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-04 | Explaining undefined 0xAA in 038 (for issue #43) | Dave Gauer | |
2021-04-04 | Normalized exercise output, answers (#41) | Dave Gauer | |
1. All exercises should print a trailing \n 2. The build script should always show you _exactly_ what it's looking for when you get it wrong. Therefore, .output should be set to the exact expected output. | |||
2021-04-04 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | |
2021-04-04 | Added epic ex058 - quiz 7 | Dave Gauer | |
2021-03-31 | print below statement -> print statement below | Roman FroĊow | |
2021-03-26 | Fix a small typo in 029_errdefer.zig. | Sam Rose | |
2021-03-18 | Update 005_arrays2.zig | Dave Gauer | |
ex005 was too to | |||
2021-03-18 | ex 058 grammaring harder | Dave Gauer | |
2021-03-17 | grammatical fixes | David Keck | |
fixed orphaned parenthesis and removed unneeded comma | |||
2021-03-16 | Enum submissions now closed in ex. 048 | Dave Gauer | |
2021-03-15 | Another enum method found | Tomasz K | |
2021-03-14 | Adds another enum method | Spencer Dixon | |
2021-03-14 | Cleaned up some trailing whitespace | Joseph T Lyons | |
2021-03-13 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | |
2021-03-13 | Many pointers -> many-item pointers | Dave Gauer | |
2021-03-13 | Found another enum method | Goldstein | |
2021-03-12 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | |
2021-03-12 | "999 is enough for anybody" triple-zero padding (#18) | Dave Gauer | |
When I hit 999 exercises, I will finally have reached the ultimate state of soteriological release and no more exercises will be needed. The cycle will be complete. All that will be left is perfect quietude, freedom, and highest happiness. | |||
2021-03-12 | I found one enum with a fn! | Benjamin Buccianti | |
2021-03-12 | Use double quotes for Zig strings | Joseph T Lyons | |
2021-03-10 | Laying down some harsh string facts in ex54. | Dave Gauer | |
2021-03-10 | add ex 57 unions 3 | Dave Gauer | |
2021-03-09 | add ex56 for real | Dave Gauer | |
2021-03-09 | add ex 55 unions | Dave Gauer | |
2021-03-07 | "Multi pointers" are now "many pointers" | Dave Gauer | |
TypeInfo.Pointer.Size says "many", so there we are! | |||
2021-03-06 | add ex54 multipointers (for real) | Dave Gauer | |
2021-03-06 | add ex53 slices2 | Dave Gauer | |
2021-03-06 | add ex52 slices | Dave Gauer | |
2021-03-05 | ex51 word crimes solved | Dave Gauer | |
2021-03-05 | ex51 explanation improvements | Dave Gauer | |
2021-03-05 | ex51 lol space | Dave Gauer | |
2021-03-05 | ex51 fixed wording | Dave Gauer | |
2021-03-05 | ex51 cleaned up wording | Dave Gauer | |
2021-03-05 | Merge branch 'main' of github.com:ratfactor/ziglings into main | Dave Gauer | |
2021-03-05 | Add ex51 values | Dave Gauer | |
2021-03-05 | Update 48_methods2.zig | Dave Gauer | |
2021-03-04 | found a Zig enum with a method | David Forester | |
2021-02-28 | Add ex 50 'no values' (help further address #25) | Dave Gauer | |
2021-02-28 | Added quiz 6 (and the trumpeting sounds grow louder) | Dave Gauer | |
2021-02-28 | Added ex 48, additional comment on 46 | Dave Gauer | |
2021-02-28 | oops, left in old note pt. 2 | Dave Gauer | |
2021-02-28 | oops, left in old note | Dave Gauer | |
2021-02-28 | Change default elephant tail to null (#25) | Dave Gauer | |
It was confusing to see tail... = undefined in the struct definition and then if (tail == null) later in the exercise - it appears that the mismatch would be the issue - but that's distracting from the real issue: making the value optional! Changing the initial value to null is still correct, but won't distract. The only worry now is that the user will remember the undefined definition from the previous exercise and wonder if that has to be that way...but you can't win them all! | |||
2021-02-27 | Add ex 47: methods | Dave Gauer | |
2021-02-26 | Fixed a typo #26 | Vishal Sodani | |
2021-02-26 | Fixed a typo #26 | Vishal Sodani | |
2021-02-16 | Added ex. 46 optionals 2 - elephants! | Dave Gauer | |
2021-02-16 | Merge pull request #24 from mz0/fix06 | Dave Gauer | |
fix repeat target | |||
2021-02-16 | fix repeat target | Mark Zhitomirski | |
2021-02-16 | Fixed spelling | Vishal Sodani | |