chrisecker
No user record in our sample, but chrisecker has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
- Show HN: A WYSIWYG word processor in Python (codeberg.org)
Hi all, Finding a good data structure for a word processor is a difficult problem. My notebook diaries on the problem go back 25 years when I was frustrated with using Word for my diploma thesis - it was slow and…
- TexelTree – A data model for word processors (codeberg.org)
-
I've built a rich text data model for a desktop word processor in Python, based on a persistent balanced n-ary tree with cached weights for O(log n) index translation. The document model uses only four element types:…