Hashids implementation for Rust
A procedural language generation library that creates consistent, deterministic constructed languages based on cultural personality traits and geographic influences
surge synthesizer -- eq3band effect
surge synthesizer -- asymmetric waveshaper
A high-performance objective speech validation library for Text-to-Speech (TTS) AI models (implements MCD, DTW, LSD, SegSNR, and automated model ranking).
A tool for compressing files with apple file system compression
A command-line interface for compressing and decompressing files using macos transparent compression
A low level library interface for compressing and decompressing files using macos transparent compression
6-DoF Flight Dynamics Model for Bevy + Avian 0.6
Progmem utilities for the AVR architectures
A simple to use, efficient, and full-featured Command Line Argument Parser
Conservation law enforcement through harmonic tension — hear your budget violations as wrong notes
Utility to quickly save and retrieve objects from disk
"Harsh: Another Rails Syntax Highlighter," is just that - it highlights code in Rails, much like Radiograph or tm_syntax_highlighting. However, it does it well, _better_. Oh, and it also supports Haml, as well as ERb. And it comes with rake tasks. Firstly, it allows block form: <% harsh :theme => :dawn do %> class Testing def initialize(str) puts str end end <% end %> as well as the form the other plugins offer, which is text as a parameter: <% harsh %Q{ class Testing def initialize(str) puts str end end }, :theme => :dawn For haml, harsh is implemented as a filter. First, add this to the bottom of your environment.rb: Harsh.enable_haml Then, to use harsh in Haml: :harsh class Foo < Bar end However, haml's filters can't take options. So how on earth are we going to customize it to our heart's delight? Easily, my friend, fret not! Enter the BCL (Bootleg Configuration Line): :harsh #!harsh theme = all_hallows_eve lines=true syntax=css h1 { float:left; clear:left; position:relative; } It has to be the first line in the filter. You don't need the config line, though. Also, notice that you can have spaces between the arguments and the little = sign. Harsh also offers rake tasks for what tm_syntax_highlighting provides in generators, and a :harsh as a stylesheet-includer to load all syntax-highlighting files, as such: <%= stylesheet_include_tag :harsh %> The rake tasks for setting up your stylesheets are these: rake harsh:theme:list # lists available themes rake harsh:theme:install[twilight] # installs the twilight theme into /public/stylesheets/harsh/ rake harsh:theme:install THEME=twilight # also installs the twilight theme (for *csh shells) rake harsh:theme:uninstall[twilight] # removes the twilight theme rake harsh:theme:uninstall THEME=twilight # also uninstalls the twilight theme (for *csh shells) While purely informative, you can find out the available syntaxes as follows: rake harsh:syntax:list
Compass extension for randomly generated CSS3 gradients with harsh color stops
Easily create and enforce deadline timings for code without the harsh termination of the Timeout module.
Perform fancy requiring by adding a custom object to the load path. This allows you to escape the harsh strictures directory-based lookup provided by $LOAD_PATH.