YellowAnt SDK for building an application for the YellowAnt ecosystem on a javascript platform
YellowAnt Common Client Files
A command-line tool for analyzing audio files and real-time input (FFT, LUFS)
An enum of color names, with a catchall RGB variant
Macros for creating coloured console output.
An easy and beautiful way to print
Ansi codes for the termal library
Macros for the termal library
A beautiful, fully customizable statusline for Claude Code — Starship-style TOML config, themeable colours, Nerd Font glyphs, and tunable cost/context/usage thresholds
An atomic output library based on Rust that supports output functionalities through functions, builders, and other methods. It allows customization of text and background colors.
A small extensible functional scripting language designed for concise expression with little code.
A modern replacement for ps
Context-aware terminal colorizer with magnitude spectrum visualization for network device output
A crate for creating ANSI escape codes to produce styled text for terminal output.
Yellowant API wrapper for ruby
Puts anything in yellow. Good for debug.
Yellow SDK. A ruby module to easily integrate with the Yellow bitcoin payments API.
Simple ruby wrapper for the YellowPages' Yellow API
Ruby wrapper for the YellowPages' Yellow API based on Ian Bishop's yellow_api gem
Yellow Text makes text editing fun again with a beautiful interface and a few very clean options
This is a heavily modified fork of http://github.com/defunkt/colored gem, with many sensible pull requests combined. Since the authors of the original gem no longer support it, this might, perhaps, be considered a good alternative. Simple gem that adds various color methods to String class, and can be used as follows: require 'colored2' puts 'this is red'.red puts 'this is red with a yellow background'.red.on.yellow puts 'this is red with and italic'.red.italic puts 'this is green bold'.green.bold << ' and regular'.green puts 'this is really bold blue on white but reversed'.bold.blue.on.white.reversed puts 'this is regular, but '.red! << 'this is red '.yellow! << ' and yellow.'.no_color! puts ('this is regular, but '.red! do 'this is red '.yellow! do ' and yellow.'.no_color! end end)
The Babel fish is small, yellow, leech-like, and probably the oddest thing in the Universe. It feeds on brainwave energy received not from its own carrier, but from those around it. It absorbs all unconscious mental frequencies from this brainwave energy to nourish itself with. It then excretes into the mind of its carrier a telepathic matrix formed by combining the conscious thought frequencies with nerve signals picked up from the speech centres of the brain which has supplied them. The practical upshot of all this is that if you stick a Babel fish in your ear you can instantly understand anything said to you in any form of language. The speech patterns you actually hear decode the brainwave matrix which has been fed into your mind by your Babel fish.
Colorize and pluralize minitest output: failing red, pending yellow, passing green and errors purple.
Ruby Package to help the wayward QA Tester at Yellow Pages Group
leftright is kind of like the redgreen gem. It makes passing tests look green, exceptions yellow, and failures red. It also has a few features that make your workflow a bit faster (see README).
Simple gem to add color to your fancy terminal ASCII characters. Extends string class. As easy as: puts "hi, i'm the color".red \n Supports colors red, yellow, green, magenta, as well as colors for warning, success, and error.