Quickly create anonymous GitHub gists.
Build beautiful in-app flows with no code and deliver them instantly to your app. http://customer.io
A QR code generator for React and React Native.
This is a pure-js JSON streaming parser for node.js
Component to easily embed GitHub Gists on your Astro site
Base64 encoding and decoding
<img align="right" width="200" height="200" src="https://github.com/malinajs/malinajs/raw/master/malinajs2.png" />
Add contextmenu to your react component with ease
A higher-level wrapper around the Github API.
State-Driven Styling in JavaScript
A simple promise-based wrapper over the GitHub's REST API to play with GitHub Gists.
Github Gist React component
Immutable data library for Luau
Run fiddles from anywhere, on any Electron release
Gist api client for node.js
> Create Electron Quick Start app from Fiddle Gist
Gatsby remark gists preprocessor
Enforce placing import or export variables on a newline
Construct complex rules with JSON & process them.
Enforce placing import or export variables on a newline
A fast Luhn algorithm for validating credit cards
Solves a problem with util.format
This is a pure-js JSON streaming parser for node.js
Simple “Least Recently Used” (LRU) cache
Quick and dirty print and run of ruby code because I was tired of copying my gist
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.