Skip to content

Instantly share code, notes, and snippets.

View binaryseed's full-sized avatar

Vince Foley binaryseed

View GitHub Profile
@binaryseed
binaryseed / st4-elixir-lsp.md
Last active May 26, 2021 15:42
ST4 + Elixir LSP
@binaryseed
binaryseed / input_union_variants.md
Created May 5, 2019 22:28
Input Union variants

Hi

@binaryseed
binaryseed / inputunion.md
Last active February 10, 2020 17:53
Input Union Use Cases

inputunion Use Cases

Many of the use cases for the inputunion are direct mirrors of the ability to leverage the interface / union in a Query. We have a number of APIs that consist of a configuration side and a query side.

Note that these examples are trimmed down, the data structures are larger than what is displayed here for convienience.

Cloud Integrations

@binaryseed
binaryseed / NR-CLA.md
Last active September 21, 2018 17:20
NR CLA

NEW RELIC, INC.

INDIVIDUAL CONTRIBUTOR LICENSE AGREEMENT

Thank you for your interest in contributing to the open source projects of New Relic, Inc. (“New Relic”). In order to clarify the intellectual property license granted with Contributions from any person or entity, New Relic must have a Contributor License Agreement ("Agreement") on file that has been signed by each Contributor, indicating agreement to the license terms below. This Agreement is for your protection as a Contributor as well as the protection of New Relic; it does not change your rights to use your own Contributions for any other purpose.

You accept and agree to the following terms and conditions for Your present and future Contributions submitted to New Relic. Except for the licenses granted herein to New Relic and recipients of software distributed by New Relic, You reserve all right, title, and interest in and to Your Contributions.

Definitions.

  1. "You" (or "Your") shall mean the copyright owner or legal entity author
@binaryseed
binaryseed / subs.md
Last active August 15, 2021 19:56
GraphQl-Subscriptions-Absinthe-SSE

It's possible to do GraphQl Subscriptions over basic HTTP 1.1 with Server Sent Events!!

Start the needed Supervisors...

supervisor(Streamer.Supervisor, [[pubsub: MyPubSub]])

Mount the Plug...

@binaryseed
binaryseed / color_list.txt
Created November 10, 2016 02:27
ColorList
black: { r: 0 , g: 0 , b: 0 , a: 0.80 , name: "Black"} ,
cordura_brown: { r: 40 , g: 29 , b: 0 , a: 0.80 , name: "Brown"} ,
cordura_purple: { r: 49 , g: 32 , b: 68 , a: 0.80 , name: "Purple"} ,
cordura_olive: { r: 58 , g: 73 , b: 29 , a: 0.80 , name: "Olive"} ,
cordura_white: { r: 246 , g: 243 , b: 240 , a: 0.80 , name: "White"} ,
cordura_neon_pink: { r: 255 , g: 48 , b: 92 , a: 0.80 , name: "Neon pink"} ,
cordura_pink_sorbet: { r: 255 , g: 103 , b: 126 , a: 0.80 , name: "Pink sorbet"} ,
cordura_orange: { r: 206 , g: 60 , b: 0 , a: 0.80 , name: "Orange"} ,
cordura_black: { r: 0 , g: 0 , b: 0 , a: 0.80 , name: "Black"} ,
cordura_kelly_green: { r: 0 , g: 48 , b: 5 , a: 0.80 , name: "Kelly green"} ,
@binaryseed
binaryseed / power.sh
Created April 7, 2011 22:17
Pow-ize the current directory
#
# zsh function to Pow-ize the current directory, with config files
#
# http://pow.cx/manual.html
power() {
[[ -a config.ru ]] || return
cd ~/.pow
ln -s $OLDPWD
@binaryseed
binaryseed / gist:657207
Created October 31, 2010 21:50
GetBundles
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd !$
svn co http://svn.textmate.org/trunk/Review/Bundles/GetBundles.tmbundle/
osascript -e 'tell app "TextMate" to reload bundles'
#pagelet_adbox, #pagelet_pymkbox, #pagelet_connectbox, #pymk_hp_box, #sidebar_ads
#home_sponsor_nile, .hp_connect_box, .ego_column, .PYMK_Reqs_Sidebar
{display:none !important;}
#pageFooter, #sidebar_ads
{visibility:hidden !important;}
#mainContainer
{ border: 0px solid white !important; }
gem install do_mysql -- --with-mysql-dir=/usr/local/mysql/