Essential utils for promises
Lightweight and type-safe query builder for DynamoDB and TypeScript.
Commonly used functionality for amp-toolbox
Nomic Foundation's recommended bundle of Hardhat plugins (ethers based)
Diff and patch tables
Auto-generated essential Solana and Metaplex programs
Cross-language temporary (disposable/throwaway) email detection library. Covers hundreds fake email providers.
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
Subresource Integrity tools
Lobe CLI uikits
A Blockly plugin that adds a continous-scrolling style toolbox and flyout
Lobe i18n is a CLI tool that automate translate your i18n localization with AI
Unobtrusive scripting adapter for jQuery
A framework for responsive emails
Hardhat Ignition is a declarative system for deploying smart contracts on Ethereum. It enables you to define smart contract instances you want to deploy, and any operation you want to run on them. By taking over the deployment and execution, Hardhat Ignit
Lobe seo is a CLI tool that automate generation seo content for mdx
A library that helps query AMP Validator rules
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
Nomic Foundation's recommended bundle of Hardhat plugins
Platform-specific binary for the `toolbox` package on Linux x64. This package is automatically installed by the main `@toolbox-sdk/server` package and is not intended to be installed directly.
Basic primitives for working with binary data
A library that calculates the CSP hash for amp-script
Hardhat Network Helpers is a plugin that provides a set of utility functions to interact with locally simulated networks.
React IDE toolbox
Gem-Toolbox is a RubyGems plugin that adds extra commands to RubyGems: open, cd, doc, history, readme and visit
Daytona Toolbox API Client
Unrelated toolbox for Jekyll-related gems
Since gist.github.com is such a fantastic library of random utility functions, this gem is meant to collect the best and pull them into your everyday toolbox.
Ruby bindings for OpenBabel, an open-source chemical toolbox for molecular modeling, cheminformatics, and computational chemistry. Supports 110+ molecular file formats (SMILES, SDF, MOL2, PDB, CIF, etc.), molecular fingerprints, 2D/3D coordinate generation, and structure manipulation. The gem compiles OpenBabel 3.1.1 from source with SWIG bindings during installation.
== SYNOPSIS: Allows storing scopes as names; that way you can address subsets of your model space by meaningful names. require 'scoped_proxy' # Railsers: You might want to call this in environment.rb class User < ActiveRecord::Base scoped_proxy :role do |role| { :find => { :conditions => ['role = ?', role] } } end scoped_proxy :deleted, :find => { :conditions => 'deleted_at is not null' } end admins = User.role('admin') admins.count # => 12 admins.find(:all) # => [ ... ] User.deleted.count # => a number This implementation also brings (NEW, SHINY) default proxies. That means you can have a proxy in effect when no other proxy is in effect. class User < ActiveRecord::Base default_proxy :find => { :conditions => 'deleted_at is null' } end User.find(:all) # only finds users that aren't deleted
Diff and patch tables
Diff and patch tables