Tough is a tough element selector which doesn't really give a shit about changing class names and IDs!
TypeScript definitions for tough-cookie
A JSON file store for tough-cookie module
Add tough-cookie support to axios.
Mirror of tough-cookie, bundled and exposed as ES module
redis store for tough-cookie
RFC6265 Cookies and Cookie Jar for node.js
Wrapper around tough-cookie which prevents bundling in browser
TypeScript definitions for tough-cookie-file-store
file store for tough-cookie
tough-cookie as UMD module for usage in browsers
Add tough-cookie support to axios.
A cookie store for the tough-cookie library based on Web Storage APIs (localStorage and sessionStorage)
another file store for tough-cookie
'tough-cookie' with no native dependencies
RFC6265 Cookies and Cookie Jar for node.js
Puppeteer cookie store implementation for tough-cookie
A Docker.io image to run FreeSwitch with a tough-rate LCR engine.
TypeScript definitions for tough-cookie-filestore
ESLint config for tough life
A graphql client to get your subscriptions through tough firewalls and unreliable mobile networks
Redis cookie store for tough-cookie module
A friendly siege weapon to get 2-way communication through tough firewalls and bad mobile networks
file store for tough-cookie, edit on mitsuru/tough-cookie-filestore
The Update Framework (TUF) repository client
Implements AWS KMS as a key source for TUF signing keys
Implements AWS SSM as a key source for TUF signing keys
Official MTGJSON Rust SDK — Query Magic: The Gathering card data via DuckDB
serde_json Formatter to serialize as OLPC-style canonical JSON
A driver for the AXP192 power management IC (uses device-driver crate)
A Rust implementation of the reverb presented at "Let's Write A Reverb"
A tool for BFS (Bugbear File System) archives
A local, in-process metrics recorder for debugging, reporting and testing
A tool to generate ergonomic, buffer-based C++ APIs.
A proc-macro to generate ergonomic, buffer-based C++ APIs.
This crate implements request/async computation coalescing.
Password Validators including Dropbox ZXCVBN algorithim
Provides tough love when you need it.
A client library for the komrade worker queue.
Because Blogojevich would be too tough to remember. It's a pluggable blogging system for Rails 3.
With a tough barrel-like body, short powerful legs, and long flat claws, the wombat walks with a shuffling gait but is extremely adept at tunneling
ActsAsTextcaptcha provides spam protection for Rails models with text-based logic question captchas. Questions are fetched from Rob Tuley's textcaptcha.com They can be solved easily by humans but are tough for robots to crack.
Coin flip CLI for those tough times when you need a 50/50 decision made while working and cannot find a real coin!
Simple MongoDB ORM
== Synopsys Ruby Enumerable extension. Main idea is lazy computations within enumerators. == Usage Install as a gem: sudo gem install deferred_enum This gem introduces DeferredEnumerator class: ary = [1, 2, 3, 4] deferred = ary.defer # #<DeferredEnumerator: [1, 2, 3, 4]:each> DeferredEnumerator brings some optimizations to all?, any? and none? predicates deferred.all?(&:even?) # Will stop iteration after first false-result = 1 iteration deferred.none?(&:even?) # 2 iterations deferred.any?(&:even?) # 2 iterations It also introduces lazy versions of Enumerable's #select, #map and #reject methods deferred.map { |i| i + 1 } # #<DeferredEnumerator: #<Enumerator::Generator>:each> deferred.select { |i| i.even? } # #<DeferredEnumerator: #<Enumerator::Generator>:each> deferred.reject { |i| i.odd? } # #<DeferredEnumerator: #<Enumerator::Generator>:each> So you can safely chain your filters, they won't be treated as arrays: deferred.map(&:succ).select(&:even?) # #<DeferredEnumerator: #<Enumerator::Generator>:each> You can build chains of Enumerables: deferred.concat([2]).to_a # [1, 2, 3, 4, 2] Or append elements to the end of enumerator: deferred << 2 You can even remove duplicates from enumerator, though this operation can be tough: deferred.uniq # #<DeferredEnumerator: #<Enumerator::Generator>:each> There are many other methods in DeferredEnumerator, please refer to documentation.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.