Converts string into arguments based on dashed flags [ -id 123 ]
Custom element for playing video using the DASH format. Uses dash.js.
Minimum utility toolbelt
walk an AST, quickly
DASH manifest parsing functionality
A tiny get function, similar to Lodash.get
Node.js wrapper for dash-licenses, that makes it easier to perform license checks for JS/TS Eclipse Foundation projects
A lightweight JavaScript MP4 (MPEG-4, ISOBMFF) file/box parser.
fast dom CSS styling
BitGo SDK coin library for Dash
Command-line parser with readable syntax from your sweetest dreams
Core component suite for Dash
A Video.js source-handler providing MPEG-DASH playback.
Capitalize every word in a string: `unicorn cake` → `Unicorn Cake`
a replacement of lodash functions that are exported in both CJS and ES but where there are zero dependencies ... just modern JS code.
A minimal dom utility toolbelt
Regular expression for matching Dash addresses.
Redis commands
Change and detect the casing of a string.
Format dates with date.js and moment.js. Uses date.js to parse human readable date phrases, and moment to format the rendered output. Should work with any Handlebars, Lo-Dash, underscore, or any template engine that allows helper functions to be registere
A <Dash /> component for react-native to draw dashed or dotted lines
Reads segments from a m3u8 or dash playlist into a consumable stream.
Editing commands for ProseMirror
CLI for webpack & friends
This gem allows you to update Dashing dashboards from a command line.
A command line search interface to programming language documentation in the Dash application (Mac OSX) with optional docset keyword filters.
A command line tool to listen for Amazon Dash button presses and toggle LIFX lights ON and OFF (via the LIFX HTTP API). With options to configure: the Dash MAC address, network interface and LIFX bulb selector. Inspired by Ted Benson's hack (http://tinyurl.com/zba3da2). Root access is required for network packet sniffing.
= tagomatic Simple command-line mp3 tagger based on mp3info gem. Supports folder-specific configuration files. Another mp3 tagger the world does not need. But I needed it. I have a large collection of old mp3 files. From times when tagging was mostly based on the file and folder names. When v2 tags where nowhere close.. == Overview Modes of operation: * The tagger will try to guess the tags from the full file path by applying a set of known formats. * The tagger will apply specific tags given on the command-line. * The tagger will match specific formats given on the command-line. * Arbitrary combination of the before-mentioned modes. The scanner supports recursive folder handling. Of course. Right now v2 tags are the focus. It is probably best to call this alpha ware. == Usage For my genre/artist/album/track.mp3 collection I use this invocation pattern: tagomatic --underscores --guess --recurse --showtags --errorstops --cleantags /media/music/ Then I add folder-specific .tagomatic or .format= files whenever an error occurs. == The .tagomatic file You can put the (long version) of the command line options into folder-specific .tagomatic files. These options are then valid only for this folder and sub-folders. This is useful - for example - if you want to switch guessing off for sub-folders. == The .format= files You can add files named .format= to sub-folders. They will be picked up by tagomatic and added as custom formats just as if you would have passed them on the command line using the --format option. Because the slash is not allowed in file names you have to replace it with a vertical dash like in this example: .format=%g|%a|%b|%n - %t.mp3 These formats are valid only for this folder and sub-folders. == Copyright Copyright (c) 2009 Daniel Lukic. See LICENSE for details.