Skip to content

Instantly share code, notes, and snippets.

View dflock's full-sized avatar

Duncan Lock dflock

View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 17 columns, instead of 15 in line 1.
id summary reporter owner description type status priority milestone component version severity resolution keywords cc changelog apichanges
886 Add support for Master tickets dmurphy25@… nkantrowitz "It would be cool if you could create master tickets that other tickets refer to. Work could then be broken down into chunks (and assigned to different people), but the master ticket could only be closed when all referring tickets had been resolved.
You could also have it so that referring tickets are excluded from the Roadmap ticket counts." enhancement reopened highest next-major-releases ticket system devel major relations marcandre.lureau@… hwinkel@… mrovner@… trac@… dpeterson@… bruno@… shishz@… alecclews@… jorvis@… jkletsky@… peter.merel@… Andreas.Podgurski@… nick+trac@… gerz@… daved@… josh.moore@… dlawson@… mark81@… carwyn@… tobias.roeser@… erikand@… patrik@… zeph.gillen@… janne@… m.galante@… dilshod@… fotos@… j.vargas@… trac-eolg@… planders@… trac@… Ingmar@… zhenxin0603@… luke@… motumboe@… munsey@… alex.c
@dflock
dflock / keybase.md
Created March 31, 2014 05:51
keybase.md

Keybase proof

I hereby claim:

  • I am dflock on github.
  • I am duncanlock (https://keybase.io/duncanlock) on keybase.
  • I have a public key whose fingerprint is CE38 BEB1 0A59 D8A8 F9A2 537C 3D48 3E3F 091B 310E

To claim this, I am signing this object:

# Generated by Vagrant
dev ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222
[all_boxes]
dev
[hadoop_name_nodes]
dev
@dflock
dflock / README.md
Last active April 9, 2019 10:57
Docker bash aliases.

docker_aliases

Docker bash aliases - new bash shell commands to make working with Docker containers & images easier.

Installation

Save the docker_aliases.sh file to your home directory. Rename it to .docker_aliases and add this to your ~/.bashrc file somewhere:

if [ -f ~/.docker_aliases ]; then
@dflock
dflock / nucleotide_name_from_number.sh
Created December 31, 2015 06:55
Returns the Definition from Nucleotide (http://www.ncbi.nlm.nih.gov/), given the accession number.
#!/bin/bash
if [ -z "$1" ]; then
echo "Returns the Definition from Nucleotide (http://www.ncbi.nlm.nih.gov/), given the accession number."
echo "Usage:"
echo " $0 <accession_number>"
echo "eg: $0 U49845"
echo "Returns the definition/name string"
echo "eg: Saccharomyces cerevisiae TCP1-beta gene, partial cds; and Axl2p (AXL2) and Rev7p (REV7) genes, complete cds"
exit
@dflock
dflock / dark-theme.css
Created June 30, 2016 02:31
Dark theme for Just Read Chrome extension.
@font-face {
font-family: 'Source Sans Pro Semibold';
src: url("chrome-extension://dgmanlpmmkibanfdgjocnabmcaclkmod/fonts/SourceSansPro-Semibold.ttf");
}
@font-face {
font-family: 'Source Sans Pro Bold';
src: url("chrome-extension://dgmanlpmmkibanfdgjocnabmcaclkmod/fonts/SourceSansPro-Bold.ttf");
}
@font-face {
font-family: 'Source Sans Pro Light';