TypeScript definitions for fancy-log
Fancy date ranges for Moment.js
A static file server for fancy apps
Create fancy log entries for errors and function call sites.
A strawman implementation of the Fantasy Land spec
Fancy duck typing for the most serious of ducks.
Fancy and slow scatter plots
Create fancy log entries for errors and function call sites.
## Getting started Please follow the documentation at [fancy-crud.github.io](https://fancy-crud.github.io/docs)
Print a unified-latex AST with no fancy formatting
Logging in both Node and the browser the fancy way
Log things, prefixed with a timestamp.
A fancy switch component
Please follow the documentation at [fancy-crud.github.io](https://fancy-crud.github.io/docs)
Printing fancy logs to the terminal
jQuery Fancy File Input plugin
Ember macro helpers for making your own fancy macros!
It's just fancy string concatenation
React component for fancy transition for numbers.
A fancy progress bar component, with gradient styling and amazing animation.
Fancy pants handling of async content
Please follow the documentation at [fancy-crud.github.io](https://fancy-crud.github.io/docs)
Please follow the documentation at [fancy-crud.github.io](https://fancy-crud.github.io/docs)
Please follow the documentation at [fancy-crud.github.io](https://fancy-crud.github.io/docs)
Easily print colored text.
Fancy text representations for durations
fancy-prompt is an improved shell prompt with several useful features
A better `derive(Default)` implementation.
A fancy wrapper for just with parallel execution and pretty output
Fancy output for Cargo as a subcommand.
A simple macro to use a fancy-regex Regex statically
a testing crate for fancy_sys_info
An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around. Aims to be compatible with Oniguruma syntax when the relevant flag is set.
A custom fork of the fancy-regex crate. You probably don't want to use this.
Fancy tables with bells and whistles
A fork of serde_regex that (de)serializes fancy_regex as strings
A fancy IRB has rocket-style #=> return values and colorful prompts and streams.
The Fancy Programming Language Fancy is a fully self-hosted, dynamic, pure class-based object-oriented programming language heavily inspired by Smalltalk, Ruby and Erlang. It supports dynamic code evaluation (as in Ruby & Smalltalk), class-based mixins, generic pattern matching, runtime introspection & reflection, "monkey patching" and much more. It runs on Rubinius, the Ruby VM, and thus has first-class integration with Ruby's core library and any additional Ruby libraries that run on Rubinius, including most C-extensions.
Fancy Buttons helps you easily style buttons with beautiful CSS3 features like gradients, rounded corners, etc. Don't worry the buttons also degrade nicely for browsers with no support. This requires the Compass stylesheet authoring framework.
This gem exists to banish crusty UX that our users endure at the command line. For far too long we've been stuck with just gets and getc. When prompting the user with a list of choices, wouldn't it be nice to have the feel of a <select> in HTML? Or to auto-suggest options as they type? Or perhaps offer a password entry with asterisks instead of just sitting silent, which confuses many users? It's all here. Enjoy!
A small library to count things. Use Redis, Memory, or bring your own storage!
Please read this post http://gregmoreno.ca/preventing-model-explosion-via-rails-serialization/ for my motivation behind this gem
# Fancy Logger An easily customizable logger with style. ## Install ### Bundler: `gem 'fancy_logger'` ### RubyGems: `gem install fancy_logger` ## Usage Simply use as if you were using the normal Ruby `Logger` class: ```ruby require 'fancy_logger' logger = FancyLogger.new(STDOUT) logger.info "Hello" ``` ### Config The `config` instance method allows you to modify the configuration of the Logger within a DSL. Continuing with our last example: ```ruby logger.config do timestamp_format "%c" styles do info do foreground :yellow blink true end end end logger.debug 'Look here!' logger.info 'Doing things...' logger.warn 'Watch out!' logger.error 'Bad' logger.fatal 'VERY bad' logger.unknown 'Weird unknown stuff' ``` #### Output ![][output_example] ### Config ```ruby # The format of the timestamp in the log. Follows the strftime standards. timestamp_format "%F %r" # On the first logged message, FancyLogger will prepend a help message # containing a list of all the severities (debug, info, warn, etc) styled # according to your config as reference. # You can disable this by setting the below option to false. show_help_message true # Under styles, you have a configuration for each severity. # Each severity has a configuration with the following valid options: # Key: foreground # Value: # :default, :black, :red, :green, :yellow, :blue, :magenta, :cyan, :white # # Key: background # Value: # :default, :black, :red, :green, :yellow, :blue, :magenta, :cyan, :white # # Key: reset # Value: true or false # # Key: bright # Value: true or false # # Key: italic # Value: true or false # # Key: underline # Value: true or false # # Key: # blink # Value: true or false # # Key: inverse # Value: true or false # # Key: hide # Value: true or false styles do debug do foreground :black background :cyan end info do foreground :default background :default end warn do foreground :yellow background :default blink true end error do foreground :red background :default end fatal do foreground :black background :red bold true underline true end unknown do foreground :black background :white underline true end end ``` ## Contributing * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it * Fork the project * Start or switch to a testing/unstable/feature/bugfix branch * Commit and push until you are happy with your contribution * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally. * Please try not to mess with the Rakefile, VERSION or gemspec. ## Copyright Copyright © 2012 Ryan Scott Lewis <ryan@rynet.us>. The MIT License (MIT) - See LICENSE for further details. [output_example]: http://oi44.tinypic.com/sfwlkp.jpg
Gem to add an album cover to the audio
Generates a fancy codename reflecting your application's version
FancyOpenStruct is a subclass of OpenStruct, and is a variant of RecursiveOpenStruct. This allows you to convert nested hashes into a structure where keys and values can be navigated and modified via dot-syntax, like: foo.bar = :something. This particular gem also adds support for Hash methods (such as length or merge), and also allows you to access and modify the data structure the same way that you would handle a normal Hash.
FancyWriter is a wrapper around an IO object that allows you to augment text blocks with whitespace indentation and comment symbols, and to format simple CSV data series.
I get really tired of not having a good Command class in ruby, so here it is.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.