hgs3
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hello everyone. One year ago I released Unicorn (an embeddable Unicode algorithms library) under a source available license. Today I'm re-releasing it under the GNU General Public License (version 3) for its one year…
- Show HN: I made Confetti: a configuration language file format (confetti.hgs3.me)
Hello everyone, I created Confetti: a simple, typeless, and localization-friendly configuration language designed for human-editable configuration files. In my opinion, JSON works well for data interchange, but it's…
- Show HN: I built a JSON and JSON5 parser with MISRA C conformance (railgunlabs.com)
Hello everyone. I built Judo: a JSON(5) parser with MISRA C conformance. For those who don't know, JSON5 is an unofficial extension of JSON that incorporates features from ECMAScript 5.1 (ES5). I designed Judo to be…
- Show HN: I built an embeddable Unicode library with MISRA C conformance (railgunlabs.com)
Hello, everyone. I built Unicorn: an embeddable MISRA C:2012 implementation of essential Unicode Algorithms. Unicorn is designed to be fully customizable: you can select which Unicode algorithms and character properties…
- Show HN: Unit testing framework for C11 and beyond (railgunlabs.com)
A few years ago I quit my Big Corp job to pursue my passion for software development. Since then, I started my own independent software company and I'm releasing my first project: Audition - a unit testing framework for…
- Type-safe parametric polymorphism in C [pdf] (open-std.org)