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:
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 |
I hereby claim:
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 |
#!/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 |
@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'; |