A fast JavaScript pretty printer.
Pretty fast base85 JavaScript library
WebAssembly build of a small, pretty fast FFT library (PFFFT).
A pretty fast yet robust decodeURLComponent implementation that supports unicode decoding
NativeScript plugin providing pretty fast read-only access to the iOS and Android contact directory
A pretty fast yet robust decodeURLComponent implementation that supports unicode decoding
Fork of pretty-format with support for ESM
Fast CBOR with a focus on strictness
A library for formatting and minimizing XML
See nodejs errors with less clutter
Prettifier for Pino log lines
Stringify any JavaScript value.
walk paths fast and efficiently
A linear time pretty printing library
The best of both `JSON.stringify(obj)` and `JSON.stringify(obj, null, indent)`.
Get Pretty Quick
Extensible TypeScript Logger for Node.js and Browser.
Beautiful text formatter for LogTape—perfect for local development
JSON logger for Node.js and browser.
Easily format the time from node.js `process.hrtime`. Works with timescales ranging from weeks to nanoseconds.
for adding, subtracting, and indexing discontinuous ranges of numbers
Convert bytes to a human readable string: 1337 → 1.34 kB
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
process.hrtime() to words
A fast, robust but imperfect token-based JS code prettifier, written in Rust, that outputs JS source maps
A fast B-tree implementation ported from tlx library
Start filtering your models and adding a filter form to your scaffolds pretty fast
clispell provides an easy-to-use CLI that harnesses ASpell the Oxford Advanced Learner's Dictionary and delivers pretty word info FAST right to your terminal
rubycliweather provides an easy-to-use CLI that harnesses the Wunderground XML API and delivers pretty forecasts FAST right to your terminal
Generates sign-in, sign-out, create account, forgot password, and account confirmation systems (via email) for Rails apps. It'll get your prototype up and running fast. It's pretty much Devise for beginners.
rails_build is a very small, fast enough, static site generator built on top of the rails you already know and love. it's been in production usage for close to a decade but i've been too busy to relase it until now. also, #wtf is up with javascript land?! it has a small set of dependencies, namely the `parallel` gem, and requires absolutely minimal configuration. it should be pretty darn self explanatory:
== FEATURES: * Input your data as an array of hashes * Input a report layout, built using a Ruby DSL * Outputs ASCII pivot tables suitable for fast reports * Pretty fast: takes less than a second to process 1,000 records of data by a report with 100 rows and 10 columns. == SYNOPSIS: require 'rubygems' require 'crosstab' data = [{:gender => "M", :age => 1}, {:gender => "F", :age => 2}, {:gender => "M", :age => 3}] my_crosstab = crosstab data do table do title "Q.A Age:" group "18 - 54" do row "18 - 34", :age => 1 row "35 - 54", :age => 2 end row "55 or older", :age => 3 end banner do column "Total" group "Gender" do column "Male", :gender => "M" column "Female", :gender => "F" end end end puts my_crosstab.to_s # => ... Table 1 Q.A Age: Gender ---------------- Total Male Female (A) (B) (C) ------- ------- ------- (BASE) 3 2 1 18 - 54 2 1 1 ----------------------------- 67% 50% 100% 18 - 34 1 1 -- 33% 50% 35 - 54 1 -- 1 33% 100% 55 or older 1 1 -- 33% 50% == JUST THE BEGINNING: * I hope to add in later releases: * New export formats: html, pdf, csv, excel. * More stats than just frequency and percentage: mean, median, std. deviation, std. error, and significance testing * Optional row and table suppression for low frequencies * Optional table rows populating from the data * Optional table ranking -- automatically reorder rows based in descending order based on frequencies observed == REQUIREMENTS: * None
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.