index
:
ziglings
imgbot
main
No description provided.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
exercises
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-17
fixing little typo on exercise 107_files2.zig
susubub
1
-1
/
+1
2024-04-10
Additional timer in thread start added
Chris Boesch
1
-2
/
+3
2024-04-10
Greater gradation of timers built into the threads
Chris Boesch
1
-1
/
+5
2024-03-28
Merge branch 'main' into i69
Chris Boesch
3
-1
/
+145
2024-03-28
fix typo
Chris Boesch
1
-1
/
+1
2024-03-27
added format parameter {d}
Alan CHUNG
2
-2
/
+2
2024-03-27
106 & 107
Alan CHUNG
2
-5
/
+56
2024-03-26
106_files.zig actual test
Alan CHUNG
1
-5
/
+5
2024-03-25
add patch files for 106_files.zig
Alan CHUNG
1
-4
/
+4
2024-03-25
106_files.zig format
Alan CHUNG
1
-6
/
+6
2024-03-25
added exercise/106_files.zig
Dizzyi
1
-0
/
+93
2024-03-23
Update exercises/105_threading2.zig
Chris Boesch
1
-1
/
+1
2024-03-23
Added second threading exercise.
Chris Boesch
1
-0
/
+107
2024-03-14
Improved the explanation about passing arguments and added an example.
Chris Boesch
1
-3
/
+14
2024-03-08
Fixed unicode literal
Chris Boesch
1
-6
/
+6
2024-03-05
Added threading exercise
Chris Boesch
1
-0
/
+129
2024-02-28
Added notes to exercise 94 c_math.
Chris Boesch
1
-8
/
+15
2024-02-11
Text improvement
Chris Boesch
1
-3
/
+3
2024-01-13
Merge pull request 'added space, missing after end-of-sentence dot.' (#40) fr...
Chris Boesch
1
-1
/
+1
2024-01-13
Update exercises/093_hello_c.zig
Chris Boesch
1
-1
/
+1
2024-01-10
added space, missing after end-of-sentence dot.
Anthon
1
-1
/
+1
2024-01-01
Fix formatting of comment
Matthew Robinson
1
-1
/
+1
2024-01-01
Correct comment to match code in 076_sentinels
Matthew Robinson
1
-2
/
+2
2023-12-29
Fix minor typo
babaiserror
1
-1
/
+1
2023-11-21
Fix two minor typos
Ahmed
1
-1
/
+1
2023-11-21
Converted var to const if there is no mutation in var.
Chris Boesch
17
-30
/
+30
2023-11-06
Change the task so that the exercise contains two errors again.
Chris Boesch
1
-4
/
+4
2023-10-22
fixed typos
Chris Boesch
1
-1
/
+1
2023-10-18
Introduce syntax for turning a many pointer to a slice
Uy Ha
1
-0
/
+1
2023-10-08
fixed language changes in @typeInfo
Chris Boesch
1
-2
/
+2
2023-10-04
fix(103_tokenization): :pencil2: Migrated to tokenizeAny
rond
1
-2
/
+2
2023-09-20
Global scope is container-level scope
rofrol
1
-2
/
+2
2023-08-27
Add example for Unicode Code point literal > 255
Juergen Hoetzel
1
-1
/
+2
2023-08-17
Add link to DoD talk in 101_for5.zig
Kai Norman Clasen
1
-2
/
+6
2023-08-17
changed struct name 'class' into 'role'
Chris Boesch
1
-6
/
+6
2023-08-02
changed struct name 'class' into 'role'
Chris Boesch
2
-8
/
+8
2023-07-03
fix typo
Kim SHrier
1
-1
/
+1
2023-06-29
Update 078_sentinels3.zig
Chris Boesch
1
-1
/
+1
2023-06-26
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
Chris Boesch
6
-6
/
+8
2023-06-26
First tokenization exerice.
Chris Boesch
1
-0
/
+150
2023-06-22
Update outdated comments
lording
3
-7
/
+7
2023-06-22
Merge branch 'main' into refactor-var-to-const
lording
2
-4
/
+4
2023-06-22
var to const when posssible
lording
12
-19
/
+19
2023-06-22
Fix broken builtin name in exercise 96
lording
1
-1
/
+1
2023-06-22
Fix broken builtin name in exercise 36
lording
1
-3
/
+3
2023-06-17
fix typo
Tobias Frilling
1
-1
/
+1
2023-06-11
Fixed missing comptime.
Chris Boesch
1
-1
/
+1
2023-06-10
Fixed description of @addWithOverflow
Chris Boesch
1
-3
/
+2
2023-06-09
closes https://github.com/ratfactor/ziglings/pull/311
Chris Boesch
1
-1
/
+1
2023-05-27
Change grammar: there's -> there are ex. 17
Pete Dietl
1
-2
/
+2
[next]