Pinned Repositories
cortexjs.io
Source for the cortexjs.io website
MathKeyboardEngine
MathKeyboardEngine for JavaScript provides the logic for a highly customizable virtual math keyboard. It is intended for use together with any LaTeX typesetting library (for example MathJax or KaTeX).
MathKeyboardEngine.Swift
MathKeyboardEngine for Swift provides the logic for a highly customizable virtual math keyboard. It is intended for use together with any LaTeX typesetting library.
AwaitMultiple
Await multiple tasks in parallel and get their return values with concise code.
BreakTimer
Non-annoying free break timer
dotsy
Dotsy is a JavaScript library with which you can create HTML for randomly positioned, non-overlapping, customized dots.
licensing-example
A proposed example of how to use 0BSD, ISC, MIT-0, Unlicense, CC0.
TaskExceptionCatcher
Use Catcher.Run(() => ...) for preventing a task to throw during a "one-fails-all" operation like Task.WhenAll or AwaitMultiple.
CSharpMath
LaTeX. in C#. (ported from the wonderful iosMath project).
XMapper
The object-to-object mapper for C# that can be setup in a readable one-liner. No Attributes, no configuration - just write intuitive and safe code that works immediately.
SymboLinker's Repositories
SymboLinker/AwaitMultiple
Await multiple tasks in parallel and get their return values with concise code.
SymboLinker/BreakTimer
Non-annoying free break timer
SymboLinker/dotsy
Dotsy is a JavaScript library with which you can create HTML for randomly positioned, non-overlapping, customized dots.
SymboLinker/licensing-example
A proposed example of how to use 0BSD, ISC, MIT-0, Unlicense, CC0.
SymboLinker/TaskExceptionCatcher
Use Catcher.Run(() => ...) for preventing a task to throw during a "one-fails-all" operation like Task.WhenAll or AwaitMultiple.