random 'Firstname{3-12}_Lastname{3-12}'
a CSS selector parser
A query library for ECMAScript AST using a CSS selector like query language.
A pseudo-class for matching elements in a selector list
Style form elements when they are empty
Use the :any-link pseudo-class in CSS
Use the :dir pseudo-class in CSS
Style elements relative to other elements in CSS
Storybook Pseudo-states addon: Manipulate CSS pseudo states
The Reference Element Pseudo-class: :scope
pseudo-localization for internationalization testing
Bringing Classes to Inline Styles
PostCSS plugin to transform :matches() W3C CSS pseudo class to more compatible CSS selectors
Pseudolocalization plugin for i18next
Extended W3C Selectors matcher
PostCSS plugin to transform the :is() CSS pseudo-class into more compatible CSS selectors.
Transform style sheet to be consumed by the LWC engine
Selectors decision tree - choose matching selectors, fast
Use the :focus-within pseudo-selector in CSS
Use the :focus-visible pseudo-selector in CSS
PostCSS plugin to convert pseudo-classes to classes for testing purposes
Tiny and mostly spec-compliant WebWorker polyfill
A stylelint plugin that enforces the use of ampersands in front of pseudo selectors
Strict TypeScript and Flow types for style based on MDN data
Reserved name for the Pseudo programming language. The actual gem will be published when v1.0 Ludens ships. See https://pseudo-lang.com
Reserved name for the Pseudo programming language. Alias of `pseudo-lang`. The actual gem will be published when v1.0 Ludens ships. See https://pseudo-lang.com
This Gem provides a simple cli utility named `hyperctl` that can check the status of and [with appropriate permissions] enable/disable hyperthreading/SMT/sibling cores on Linux via the `sysfs` pseudo filesystem. It should be compatible with most modern Linux distributions as long as `sysfs` is mounted at `/sysfs`.
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
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.