NOTE: The third argument should be a single char. However the module doesn't throw an error if you supply more than one chars. See #28. NOTE: Characters having code points outside of BMP plan are considered a two distinct characters. See #58.
left-pad leftpad left padding pad string-manipulation string repeatThe 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.
javascript-library string slugify sprintf truncate pad case trim latinise escape word wrap stripA really small, performant, zero-dependency, unicode-aware library for working with Strings in Node.js. Javascript has a serious problem with unicode. Even ES6 can’t solve the problem entirely since some characters like the new colored emojis are three bytes instead of two bytes. Sometimes even more! "👍🏽".length returns 4 which is totally wrong (hint: it should be 1!). ES6's Array.from tried to solve this, but that even fails: Array.from("👍🏽") returns ["👍", "🏽"] which is incorrect. This library tries to tackle all these problems with a mega RegExp. Read More Here.
unicode substr nodejs utf-8 strings string-manipulation string truncate length substring emoji pad leftpad rightpad countWraps words to a specified length and justifies the text in each line. Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your ❤️ and support.
pad repeat node nodejs justify text align padding justified string console terminal prompt aligned alignment break justification line padded soft word word-wrap words wrapRight pad a string with zeros or a specified string. Fastest implementation. Copyright © 2014-2015 Jon Schlinkert Released under the MIT license.
pad string right repeat fill align alignment left pad-left pad-right padded padding right-pad spaces zero zero-fill zerosAlign the text in a string. Follow this project's author, Jon Schlinkert, for updates on this project and others.
padding indentation align text string center right align-center alignment center-align indent pad right-align typographyECMAScript proposal, specs, tests, and reference implementation for String.prototype.padStart/padEnd. This initial proposal was drafted by @KevinGrandon with input from @rwaldron and @dherman. Updated spec drafted by @ljharb with input from @rwaldron, @allenwb, and @dherman.
string.prototype.padleft string.prototype.padright string.prototype.padstart string.prototype.padend padleft padright padstart padend pad padding ecmascript esnext specNode Pad is a simple and elegant function to pad strings in both left and right directions. For TypeScript users, the type definition file is located in "./lib/index.d.ts" and declared inside the "package.json" file.
pad stringPadder is a one-time pad software implementation intended for educational purposes and experimentation. It can be used to encrypt and decrypt small messages. Padder can also be used to generate fake pads and fake messages. Padder should not be used in real-world situations that require encryption. If you need strong message encryption, do not use padder. Use a well-regarded, open-source OpenPGP implementation such as GnuPG (https://gnupg.org/).
cryptography pad-encrypted-messages pad cppSuperBoucle is a loop based software fully controllable with any midi device. SuperBoucle is also synced with jack transport. You can use it on live performance or for composition. SuperBoucle is composed of a matrix of sample controllable with external midi device like pad. SuperBoucle will send back information to midi device (light up led). Sample will always start and stop on a beat or group of beats. You can adjust duration of sample (loop period) in beat and offset in beat. But you can also adjust sample offset in raw frame count negative or positive. Which mean sample can start before next beat (useful for reversed sample). You can record loop of any size, adjust BPM, reverse, normalize samples, ...
midi-device jack-transport jack-server clip loop pad light jackaudio drum-machine looper
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.