Pinned Repositories
blanca
Rust macro for generating geometric algebra implementations
cga-druid
2D Conformal Geometric Algebra experiments using Rust's Druid UI library to get a drawing surface
druid_questions
Tiny Rust/Druid program with some questions
ebook-to-chaptered-html
Some epub ebooks store each section as a separate xhtml file, this program stiches them back together for easier reading in a browser.
klein-ported-to-rust
Port of Jeremy Ong's SIMD-enabled projective geometric algebra library
orgextended
Sublime Text OrgMode Extension
pdf-student
Very bare bones cross-platform PDF reader for non-fiction books where you want to jump around a lot
pratt-parser
TDOP parser https://tdop.github.io
toggle_ruler_layer
Krita extension to toggle repositioning a layer on which you have painted ruler markings
ts-parsec
Writing a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec provides a very easy to use programming interface, that could help people to build programming-language-scale parsers in just a few hours. This technology has already been used in Microsoft/react-native-tscodegen.
dyaso's Repositories
dyaso/klein-ported-to-rust
Port of Jeremy Ong's SIMD-enabled projective geometric algebra library
dyaso/pdf-student
Very bare bones cross-platform PDF reader for non-fiction books where you want to jump around a lot
dyaso/cga-druid
2D Conformal Geometric Algebra experiments using Rust's Druid UI library to get a drawing surface
dyaso/blanca
Rust macro for generating geometric algebra implementations
dyaso/druid_questions
Tiny Rust/Druid program with some questions
dyaso/ebook-to-chaptered-html
Some epub ebooks store each section as a separate xhtml file, this program stiches them back together for easier reading in a browser.
dyaso/orgextended
Sublime Text OrgMode Extension
dyaso/pratt-parser
TDOP parser https://tdop.github.io
dyaso/toggle_ruler_layer
Krita extension to toggle repositioning a layer on which you have painted ruler markings
dyaso/ts-parsec
Writing a custom parser is a fairly common need. Although there are already parser combinators in others languages, TypeScript provides a powerful and well-structured foundation for building this. Common parser combinators’ weakness are error handling and ambiguity resolving, but these are ts-parsec’s important features. Additionally, ts-parsec provides a very easy to use programming interface, that could help people to build programming-language-scale parsers in just a few hours. This technology has already been used in Microsoft/react-native-tscodegen.
dyaso/woogpu
Doing sotrh's Learn WGPU-rs tutorial