Commit Graph

12 Commits

Author SHA1 Message Date
9111ac99ea Add eql method to Zig Matrix 2024-09-06 07:51:00 +02:00
d74d89995f Add multiplication to Zig Matrix 2024-09-06 07:35:32 +02:00
09b4c503b9 Update Zig Cat example
* added reading from stdin if no paths are provided
* using streams to encapsulate common behaviour in print_from_stream
2024-09-04 23:53:11 +02:00
c36cac1b06 Update Zig Cat Example
* Added file open error handling, by catching an error.
* Added better streamUntilDelimiter error handling. You can try,
  but you can't catch.
* Use ArrayList's writer to dynamically allocate space needed to
  read a line.
2024-09-04 00:01:58 +02:00
c26b902914 Add Zig Cat Example (draft) 2024-09-03 08:27:16 +02:00
e394029a24 Add Zig Error Handling Example 2024-08-31 00:11:05 +02:00
f5517fd441 New matrix representation. Add col and row iterators to Zig Matrix example 2024-08-25 23:59:32 +02:00
e72623880d Add README.md 2024-08-25 01:11:19 +02:00
ff8ede2361 Add neg to Zig matrix example 2024-08-25 00:09:12 +02:00
30cc0d98c6 Add get/set to Zig Matrix example 2024-08-24 18:15:22 +02:00
1d70b482de Add Zig Matrix example 2024-08-24 15:30:52 +02:00
730666e26a Add Zig with C example 2024-08-22 23:51:43 +02:00