Split a string on the first occurance of a given separator
split-on-first package exported as CommonJS modules
split a Text Stream into a Line Stream, using Stream 3
Easy way to split a string on a given character unless it's quoted or escaped.
Split a string on the first occurance of a given separator
split a Text Stream into a Line Stream
No description provided.
Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `kebab-case`, `CONSTANT_CASE` and others
React split-pane component
Split Cypress specs across parallel CI machines for speed
Like split-on-first but splits on the last occurence.
React split-pane component with hooks and TypeScript
Split email messages into an object stream
React component for Split.js
Split a string on the first occurrence of a char
Split a LineString by another GeoJSON Feature.
Simple module to split a single certificate authority chain file (aka: bundle, ca-bundle, ca-chain, etc.) into an array, as expected by the node.js tls api.
A fast way to split small-to-medium sized strings by small string delimiters
Split a string at one or more indices
2kb unopinionated utility for resizeable split views
Manipulate strings according to the word parsing rules of the UNIX Bourne shell.
Cypress test reporter for CircleCI
Split string by any separator excluding brackets, quotes and escaped characters
Web component for partitioning a layout into resizeable areas
For parsing people's fullname into pieces(prefix/first/middle/last/suffix)
FullNameSplitter splits full name into first and last name considering name prefixes and initials
A first gem exercise that splits an array of integers into two arrays, one with even numbers and one with odd numbers.
This gem provides a method that splits a date range into months and their first and last day respectively
Detect probable gender and split first/last name tokens using static CSV datasets.
A puppet-lint plugin that checks class parameters. Class parameters should be split in two groups, the first group with no default values, the second group with default values. Both groups should be sorted alphabetically.
Specify a character limit and a string. Returns an array with the first and second parts of the original string as two new strings without splitting any words.
Validate the phone number and content of an SMS Message. This gem does not send SMS messages. It just makes sure the arguments are valid.
== coral This gem is simply a meta package that installs and requires the CORL gem. Note: CORL is still early in development! DO NOT USE IN PRODUCTION YET!! Now you get to hear the story of two names. Short story first; We switched to the CORL name (github.com/coralnexus/corl). If your interested in why: The original name of the CORL project was Coral, and we were exited when we found the Ruby gem name "coral" available. Our first versions of our CORL system were named coral_core, coral_cloud, coral_vagrant, coral_plan, and many more were planned. We created a meta gem (this one) to install a core combination of gems. During the course of development we found another project that came before ours that uses the name coral, so we decided to update our project name, so as to avoid conflicts. For us Coral is more than a word, it is a concept that embodies dynamic ecosystems supporting a rich variety of lifeforms. Coral are very interesting creatures and we endeavor to create software that helps build dynamic ecosystems of digital creatures. We decided to use an acronym that sounds like the word Coral because the acronym fit with our desire to create something good for administration but also good for flexible research, so we came to Cluster Orchestration and Research Library. We split the core components out into a small concurrent plugin framework called Nucleon, upon which CORL is built. All of our coral sub gems are integrated into these two. This gem exists only as a installer for people who accidentally spell coral the right way when trying to install the CORL system. Use the CORL gem instead. == Copyright Licensed under Apache license, version 2. See LICENSE.txt for further details. Copyright (c) 2013-2014 Adrian Webb <adrian.webb@coralnexus.com> Coral Technology Group LLC
GuerrillaRotate ============== This plugin lets you have multiple view pages for the one action, so that you can rotate through different views in order to test which one is the most effective. This is known as A/B testing, split testing or side-by-side testing. It will automatically switch between the different views for different web requests (uses .rand so is pseudo random, not round-robin or anything). The particular view is sticky for a (rails) session, so that once that view has been chosen for that visitor they will see the same, consistent view each time. It integrates automagically into [Rubaidh::GoogleAnalytics](http://github.com/rubaidh/google_analytics) by setting the override_trackpageview to the name of the unique view file (instead of the action-based URL) so you can track it easily in Google Analytics. Without that you'll want to track it by putting different tracking codes in each of your view templates. Example ------- So, in your views you will create some new templates with something (can be anything including nothing) between the template name and the first part of the extension. So you might have the following files for the products/index action: app/views/products/index.html.erb app/views/products/index_alt.html.erb app/views/products/index_new.html.erb Then all you need to do is tell your controller to rotate for that action: ### app/controllers/products_controller.rb class ProductsController < ApplicationController guerrilla_rotate :index, :show # etc.. end NB: guerrilla_rotate is also aliased as guerilla_rotate for the alternative spelling and typos. Copyright © 2009 Jason King, released under the MIT license
Send SMS messages using the CellForce API
No description provided.
No description provided.