Skip to content

Instantly share code, notes, and snippets.

@roscoe
roscoe / q.fish
Created March 22, 2023 20:14 — forked from asportnoy/q.fish
GitHub Copilot CLI for Fish Shell
# Requires the GitHub Copilot CLI from GitHub Next
# https://www.npmjs.com/package/@githubnext/github-copilot-cli#installation-and-setup
# This needs to be set up as a function in your fish config. You can use `funced -s q` to do this.
# Options:
# q -g --git: Use github-copilot-cli git-assist
# q -h --gh: Use github-copilot-cli gh-assist
# Defaults to using what-the-shell (general command assist) if neither option is provided
# Completions for your Fish config:
@roscoe
roscoe / SketchSystems.spec
Created February 24, 2023 17:37
Delivery Status
Delivery Status
Nothing to Deliver
for delivery -> To Deliver
for service and storable mix -> To Deliver
return products -> To Deliver
transfer ready -> To Deliver
delivery waiting -> Processing
SO canceled -> Canceled
service products only -> Delivered
To Deliver
@roscoe
roscoe / sample.bpmn
Created March 29, 2021 15:39
sample.bpmn
<bpmn2:definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bpmn2="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:bpsim="http://www.bpsim.org/schemas/1.0" xmlns:dc="http://www.omg.org/spec/DD/20100524/DC" xmlns:di="http://www.omg.org/spec/DD/20100524/DI" xmlns:drools="http://www.jboss.org/drools" id="_zwESgHLSEDmxU5wjXVHHvw" xsi:schemaLocation="http://www.omg.org/spec/BPMN/20100524/MODEL BPMN20.xsd http://www.jboss.org/drools drools.xsd http://www.bpsim.org/schemas/1.0 bpsim.xsd http://www.omg.org/spec/DD/20100524/DC DC.xsd http://www.omg.org/spec/DD/20100524/DI DI.xsd " exporter="jBPM Process Modeler" exporterVersion="2.0" targetNamespace="http://www.omg.org/bpmn20">
<bpmn2:itemDefinition id="_travellerItem" structureRef="org.acme.travel.Traveller"/>
<bpmn2:itemDefinition id="__0E0784C3-1BEC-4A51-A5E6-D7E5DA3A4402_eventInputXItem" structureRef="org.acme.travel.Traveller"/>
<bpmn2:itemDefinition id="processedtravellersType" s

Keybase proof

I hereby claim:

  • I am roscoe on github.
  • I am roscoebrooks (https://keybase.io/roscoebrooks) on keybase.
  • I have a public key ASCN1lz-tFO9j67of0ZkwRp8puhrQaQOP0x7CVNtxOb9zQo

To claim this, I am signing this object:

@roscoe
roscoe / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console