transform humanize time to ms
Convert millisecond durations to English and many other languages.
Humanize a URL: `https://sindresorhus.com` → `sindresorhus.com`
TypeScript definitions for humanize-duration
Convert a camelized/dasherized/underscored string into a humanized one: `fooBar-Baz_Faz` → `Foo bar baz faz`
Javascript string formatter for human readability
Humanize a number (1000000 -> 1,000,000)
Comma delimit an array for human readability, the Oxford comma is optional.
A simple utility library for making the web more humane.
transfer humanize size to byte
TypeScript definitions for humanize-plus
Transforms the input into a human friendly string.
TypeScript definitions for humanize-ms
Generate messages meant to read by humans
Print logs to the console in a human-readable format.
Converts miliseconds to human-readable format.
### Getting started With any of the following options... * Download the latest script file - https://raw.github.com/siddii/angular-timer/master/dist/angular-timer.min.js * Clone the repo - `git@github.com:siddii/angular-timer.git` * Install angular-timer
Convert any value to a short, human-readable string
Core functions & classes shared by multiple AWS SDK clients.
ES6 library to convert millisecond durations to human-readable text.
String helpers for Ember
Use the Supabase JavaScript library in popular server-side rendering (SSR) frameworks.
A high-level API to automate web browsers
A Prettier Plugin for formatting Astro files
Welcome to the Horde is a program that tweets when people join the zombie horde(in humans vs. zombies).
Welcome to the Horde is a program that tweets when people join the zombie horde(in humans vs. zombies).
A tic-tac-toe game with human vs. human, human vs. computer, and computer vs. computer options. When 'hard' level is selected, the computer is unbeatable and the AI uses the minimax algorithm.
Sapphire Chess is a command line-based chess game with an algebraic notation input system, complete chess rules, a beautiful interface, and a functional AI. It provides three game modes: Human vs. Human, Human vs. AI, and AI vs. AI.
This gem contains the core functionality for a basic Tic-Tac-Toe game. It can be used with an interface for games between two human players, human vs computer or computer vs computer. The computer player uses the Minimax algorithm to determine the best move possible thus making it unbeatable.
Generate user-friendly, pseudo-random codes without ambiguous letters or numbers (e.g. 0 vs O vs o). For scenarios where only computers will be interacting, this is probably the way to go. But when the interaction involves a human, we want to remove ambigouity to improve accessibility and ease of reading and entering data. Use cases: * Entering code sent via SMS into a web page or app * Entering code from printed material into a web page or app