Speedily search and merge log messages by datetime. DateTime filters may be passed to narrow the search. s4 aims to be very fast.
Wrapper types that prepends data when reading or writing with AsyncRead or AsyncWrite.
Command-line YAML processor - get values, set values, and transform YAML documents
Setup environment defined in a configuration file
A cross-platform library for managing the PATH environment variable.
A Cargo subcommand for the client-side Web
Event-to-channel notification router for Discord — bypass gateway sessions, just events in, messages out
Efficiently-prependable Vec and String types.
UNIX-tool like streaming editor for HTML content
A composable, deterministic text data pipeline for ML. Ingest, denoise, chunk, split, and sample multi-source corpora into reproducible training triplets.
Attribute macros that prepend or append arbitrary syntax. Useful with `cfg_attr`.
Idempotent, quick CLI app for headers prepending.
Easily and cleanly extend third-party code.
Prepend modules in front of a class
Prepends 'http://' to what appears to be absolute links that are missing a protocol. For example: "www.example.com/some/path" can be assumed to mean "http://www.example.com/some/path"
Shortcut for prepend-ing Module. Maybe useful for debugging.
Prepend context on all app ruby files. coding directive, copy right and so on.
absolutely prepended after(:each) in rspec
Aspects implemented on Ruby2.0 Class#prepend
Tiny Singleton is a very simple implementation of the Singleton Design Pattern. Compared to the Singleton module in the stdlib, one does not need to class 'klass.instance' to get access to the singleton object, one can call 'klass.new' as usual. It is thus easier to add the Singleton Pattern to an existing class without changing the way the code calls it.
Name files based on exif information
A class for prepending timestamps to Ruby standard out and error.
Strip / preprocess selected Active Record / Object attributes by creating custom setter through module prepending. Work with any Object in ruby and still allow custom setter to be defined inside the class. For exemple, can lowercase an email field during attribute setting for ActiveRecord instances instead of having to hook on validation hook on ActiveRecord.
A gem for prepending and appending generated files from any rails generator, though the power of Thor.