A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
For ruby and ruby on rails
Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io
Ruby SemVer in TypeScript.
A QR code generator for React and React Native.
Convention over configuration for using Vite in Ruby apps
Like ruby's abbrev module, but in js
This is a pure-js JSON streaming parser for node.js
Ruby grammar for tree-sitter
prettier plugin for the Ruby programming language
WebSocket framework for Ruby on Rails.
Component to easily embed GitHub Gists on your Astro site
bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.
JavaScript client for graphql-ruby
realistic password strength estimation
Convention over configuration for using Vite in Rails apps
A Stimulus Wrapper for Flatpickr library
Base64 encoding and decoding
A higher-level wrapper around the Github API.
Provide I18n to your React Native application
Prism Ruby parser
Add contextmenu to your react component with ease
State-Driven Styling in JavaScript
A pure JavaScript implementation of Sass.
Gist is a customer communication and marketing automation platform that helps you grow your business and engage with your customers across their lifecycle. It is a complete marketing and growth stack for your business - with live chat, email marketing, automation, event tracking and lead gen forms
A Ruby library that adds view helpers for embedding Gists in views.
Shard is a light-weight code loading-and-running-and-sharing tool, built on top of http://gist.github.com. You can load the shard's code using a Kernel#shard method, and can load, run, and test a shard directly from the command line.
Gistify is a Ruby class allowing you to connect to GitHub's Gist service
create gists from the command line
A simple helper for picking up pastie or gist urls and displaying them properly in a block of text for Ruby and Rails apps
Wraps GitHub's Gist API with a class implementing the ActiveModel modules. So, it should be pretty familiar to anyone who's ever used models in Ruby on Rails.
Quick and dirty print and run of ruby code because I was tired of copying my gist
pry-suite is designed to set up a nice Pry ecosystem out of the box. You are given Pry with access to a suite of great plugins. This list is currently comprised of pry-byebug (or pry-debugger for Ruby 1.9.x), pry-doc, pry-docmore, pry-git, pry-highlight, pry-macro, pry-pretty-numeric, pry-rescue and pry-stack_explorer. Finally, the gist gem is also included to enable Pry's gist command.
Ruby client for UGC League API. NOTE: The admin who uploaded the API spec to GitHub has since removed the Gist. Unsure if the API is still available.
boca-golf securely loads and runs code from the filesystem or a gist url, execute a user-specified set of rspec examples against it, and also print of the score (# number of charaters - lower == better!). It was built for playing ruby golf at the Boca Ruby Meetup sessions.
Grab and eval Ruby code via HTTP. You don't care about security, right? This gem is Dr. Nic's fault. We were looking for an easy way to run Ruby code that was publicly available on a web server, and though we've all written something to do this a time or two, we couldn't find a convenient gem. I hacked up a quick example: ruby -rubygems -ropen-uri -e \ 'eval open("http://gist.github.com/raw/473222/snippet.rb").read' \ jbarnette dr-nic-magic-awesome ...but why use a simple Ruby one-liner when we can go overboard and package it as a gem? While we're at it, why not add a tiny bit of extra sugar for Gists? This is not an original idea. It's been done a ton of times before, but this one is ours. Don't use it for anything real or it'll melt your face.