Zero

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-09-07
11:13
perf(string): optimize NormalizeWordSeq for handling of ASCII chars; remove NormalizeWords leaf check-in: bd5ae40017 user: stern tags: trunk
2026-09-04
17:22
chore: update dependency check-in: 014cbda684 user: stern tags: trunk
17:20
improve(strings): add functions strings.NormalizeWordsSeq and strings.JoinSeq check-in: f8a7574caf user: stern tags: trunk
2026-08-07
14:58
feat(clock): add clock package to allow abstractions over time check-in: eaf6584127 user: stern tags: trunk
14:49
fix(www): rename "context" to "contexts" check-in: 24d27ff58f user: stern tags: trunk
2026-08-05
13:48
refactor(snow): change to assignment operator check-in: 2ac05b3999 user: stern tags: trunk
13:39
test(bitset): add fuzz test check-in: 298b340902 user: stern tags: trunk
13:33
feat(bitset): add DeleteAll() method check-in: 620d1650b0 user: stern tags: trunk
12:19
docs(bitset): simplify README.md a little bit check-in: f821d2397a user: stern tags: trunk
2026-08-04
16:48
refactor(bitset): rename some variables, in code and README.md check-in: 0b0dbfa1e8 user: stern tags: trunk
16:27
fix(bitset): indent line in README.md check-in: 484012b150 user: stern tags: trunk
16:25
feat(bitset): initial implementation of a simple bitset check-in: 70302b2b9e user: stern tags: trunk
2026-08-03
17:20
refactor!(set): share similar names to collections proposal check-in: c9050a44e9 user: stern tags: trunk
2026-07-30
11:29
test(semver) add some test cases for parsing, comparing, compatible check-in: e26371ad3f user: stern tags: trunk
11:28
feat(semver) add SemVer method IsValid check-in: d374b9f8e6 user: stern tags: trunk
10:12
docs(website): order sub-projects check-in: c161eb86c4 user: stern tags: trunk
2026-07-07
12:20
Update dependency check-in: de8d8b38ab user: stern tags: trunk
2026-06-17
16:36
Add strings.Join (generic, for any type with basetype string) check-in: a5a367a772 user: stern tags: trunk
2026-04-23
14:44
Add function strings.AnyToString check-in: bdfecd1755 user: stern tags: trunk
2026-03-31
15:35
semver: add / refactor tests check-in: 036c20b809 user: stern tags: trunk
10:18
Add semver.MayParse(s) -> *SemVer check-in: c3f113c08f user: stern tags: trunk
10:18
Add semver to front page check-in: 6013fea30c user: stern tags: trunk
2026-03-13
14:46
Undo last commit check-in: 8c9130861d user: stern tags: trunk
14:12
Make Go modules from sub-packages check-in: 6048e60d2e user: stern tags: trunk
2026-03-06
08:02
Update to Go 1.26; update dependencies check-in: 98be953a37 user: stern tags: trunk
2026-02-18
15:35
Set: add set.NewCap check-in: 5622c37c6f user: stern tags: trunk
2026-01-28
19:00
Add semver.Compatible check-in: 2f1e858dfd user: stern tags: trunk
2026-01-09
17:12
Add initial version of semver package check-in: 13c6f0dbab user: stern tags: trunk
2025-12-10
16:58
Rename package context -> contexts (to avoid collision with std/context check-in: 5da8a9d659 user: stern tags: trunk
16:53
Oso: fix panic when during closing an error occurred check-in: 4d38a409b7 user: stern tags: trunk
16:00
Update dependency check-in: 67b3a9bcd9 user: stern tags: trunk
2025-12-05
12:16
Updater golang dependency check-in: a80f0f1087 user: stern tags: trunk
2025-11-06
13:24
Update dependency; make linter happy check-in: 8bb93fc326 user: stern tags: trunk
2025-10-26
09:41
strings: add iterator to split lines and words check-in: f5f3621c0f user: stern tags: trunk
2025-10-17
15:08
Add iter.OneSeq check-in: a8859ec900 user: stern tags: trunk
2025-09-04
16:30
runes: rename IsXmlChar -< IsXMLChar to follow naming conventions enforced by revive check-in: d96be3da2a user: stern tags: trunk
16:28
snow: fix two bugs: snow.Parse("") did not result in an error; snow.Parse("\0x80") did panic check-in: e67db17ed1 user: stern tags: trunk
2025-09-02
11:16
Add sub-package runes check-in: d68830e746 user: stern tags: trunk
2025-08-30
18:13
Add context package check-in: 1245896735 user: stern tags: trunk
18:10
Update dependency, Go 1.25 check-in: 128da183c8 user: stern tags: trunk
2025-07-03
10:57
Add test for strings.MakeWords check-in: bb38976d44 user: stern tags: trunk
10:43
strings: initial version, based on Zettelstore's strfun check-in: 3232973551 user: stern tags: trunk
2025-07-02
17:52
Fix some doc issues check-in: 5927f88759 user: stern tags: trunk
15:59
Refactor oso: New -> SafeWrite; plus SafeWriteWith check-in: 6fc8784f12 user: stern tags: trunk
14:09
Initial version of oso check-in: 608dff49db user: stern tags: trunk
11:40
Refactor set_test check-in: 9ff157310b user: stern tags: trunk
2025-06-04
14:32
Snow: improve portablilty to 32 bit platforms check-in: ce1230735c user: stern tags: trunk
2025-05-26
13:16
Add snow.Format check-in: d794d161da user: stern tags: trunk
2025-05-12
13:01
snow Generator function refactored check-in: 0090677845 user: stern tags: trunk
12:54
Add snow.Generator.MaxAppID() check-in: 404e1c4815 user: stern tags: trunk