Skip to content

Instantly share code, notes, and snippets.

View opadron's full-sized avatar

Omar Padron opadron

  • Kitware, Inc.
  • Chapel Hill, NC
View GitHub Profile
// ==UserScript==
// @name Spack Log Fetcher
// @namespace https://spack.io
// @version 0.1
// @description Make Spack log browsing less painful.
// @author Omar Padron (@opadron)
// @match https://*/*
// @grant none
// ==/UserScript==
#!/usr/bin/env bash -e
cleanup() {
set +x
if [ -n "$exit_code" ] ; then
return
fi
exit_code=$1
diff --git a/web-external/src/components/main-app.jsx b/web-external/src/components/main-app.jsx
index cb9af0e..ca87117 100644
--- a/web-external/src/components/main-app.jsx
+++ b/web-external/src/components/main-app.jsx
@@ -1,8 +1,6 @@
import React from 'react';
import BodyContainer from './containers/body';
-import DialogBackdrop from './dialog/backdrop';
-import DialogContainer from './containers/dialog';
---
name: iGPSe
mode: r
script: "@include(iGPSe.r)"
inputs:
- name: mrna_input_path
type: string
@opadron
opadron / keybase.md
Created August 3, 2016 17:56
Keybase Github Identity Proof

Keybase proof

I hereby claim:

  • I am opadron on github.
  • I am opadron (https://keybase.io/opadron) on keybase.
  • I have a public key ASBf4D1XVZTsjNbUYF2mAY5CrqcoZyDBzuAF95KEwpVjVwo

To claim this, I am signing this object:

---
# demonstrates variable precedence in ansible. For details, see
# http://docs.ansible.com/ansible/playbooks_variables.html#variable-scopes
#
# This playbook assumes the presence of two roles:
# test-variables
# defaults/
# site.yml -- sets a single test_variable = "DEFAULT"
# show-test-result
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|