Displaying 1 to 20 from 58 results

flexibility - A JavaScript polyfill for Flexbox

  •    Javascript

Flexibility is a polyfill for the Flexible Box Layout, commonly known as Flexbox. With Flexibility, you get to design beautiful, flexible layouts on the web without sacrificing the experience in older browsers. Flexbox lays out, aligns, and distributes elements in a container, even when their size is unknown or dynamic. To better understand Flexbox, read Chris Coyier’s excellent Complete Guide to Flexbox.

voca - The ultimate JavaScript string library

  •    Javascript

The Voca library offers helpful functions to make string manipulations comfortable: change case, trim, pad, slugify, latinise, sprintf'y, truncate, escape and much more. The modular design allows to load the entire library, or individual functions to minimize the application builds. The library is fully tested, well documented and long-term supported. Voca can be used in various environments.

OAuth & WRAP for Development Teams

  •    

Do you want to improve your project's security and quality? Stop copying and altering OAuth code! This project reduces the complexity required for developers to use OAuth with REST services. No more token building, encoding, encrypting and the endless debugging cycles!




columnify - Create text-based columns suitable for console output. Supports cell wrapping.

  •    Javascript

Create text-based columns suitable for console output from objects or arrays of objects.Columns are automatically resized to fit the content of the largest cell. Each cell will be padded with spaces to fill the available space and ensure column contents are left-aligned.

opentype-layout - word wraps and lays out Opentype.js glyphs

  •    Javascript

Experimental word-wrapping and layout for Opentype.js.Best used with npm and browserify. This should also work in Node.js and other environments.


three-bmfont-text - renders BMFont files in ThreeJS with word-wrapping

  •    Javascript

Bitmap font rendering for ThreeJS, batching glyphs into a single BufferGeometry. Supports word-wrapping, letter spacing, kerning, signed distance fields with standard derivatives, multi-channel signed distance fields, multi-texture fonts, and more. About 12kb after minification.Works on Three r69-73, r79, and possibly more.

cliui - easily create complex multi-column command-line-interfaces.

  •    Javascript

easily create complex multi-column command-line-interfaces.as an example...

TF - AutoHotkey library for Text files & Variables (strings)

  •    AutoHotkey

As the name suggest this is an AutoHotkey (AHK) Library with a number of functions to "manipulate" text, both files such as *.txt, *.ahk, *.html, *.css etc AND Strings (or variables). For example you can delete specific lines, replace words or specific lines, number lines, remove or insert columns of text, etc. See the list of functions below for a complete overview. To understand how to work with files and variables please read the "Textfile and the ! Prefix" and "Files & Variables" sections below.

mocha-wrap - Fluent pluggable interface for easily wrapping `describe` and `it` blocks in Mocha tests

  •    Javascript

Fluent pluggable interface for easily wrapping describe, context, it, and specify blocks in Mocha tests.A mocha-wrap plugin is a named function that returns a MochaWrapper instance or a descriptor object.

obsify - Observableify a callback-style function

  •    Javascript

Callback-style function or module whose methods you want to observableify.Methods in a module to observableify. Remaining methods will be left untouched.

fontpath-gl - a gl implementation of vector font rendering

  •    Javascript

A 2D fontpath renderer for stackgl. As opposed to gl-render-text, which is texture based, this renderer is path-based.The following will produce filled text, drawn with triangles.

word-wrapper - wraps words based on arbitrary 2D glyphs

  •    Javascript

This is a generic word wrapper for left-to-right text in 2D applications. It can be used in console, canvas, WebGL, etc. Accepts a custom measure function for glyph metrics.See demo/canvas for a full 2D example.

node-wordwrap - Wrap your words in node.js

  •    Javascript

Wrap your words.Returns a function that takes a string and returns a new string.

wrap-fn - Low-level wrapper to easily support sync, async, and generator functions.

  •    Javascript

Deprecated in favor of: wrapped.Low-level wrapper to support sync, async, promises, and generator functions.

redeyed - Takes JavaScript code, along with a config and returns the original code with tokens wrapped and/or replaced as configured

  •    Javascript

Takes JavaScript code, along with a config and returns the original code with tokens wrapped and/or replaced as configured. One usecase is adding metadata to your code that can then be used to apply syntax highlighting.