I hereby claim:
- I am emi80 on github.
- I am epalumbo (https://keybase.io/epalumbo) on keybase.
- I have a public key ASA4MQRG_8QXtAGEGj33_GZ9xl4FkFTLB3kdsvRXbHlSfQo
To claim this, I am signing this object:
#!/usr/bin/env python | |
## calculate N50 from fasta file | |
## N50 = contig length such that half of the contigs are longer and 1/2 of contigs are shorter | |
import commands | |
import sys | |
import os | |
from itertools import groupby | |
import numpy |
I hereby claim:
To claim this, I am signing this object:
import ( | |
headspin "github.com/iheanyi/headspin-backend" | |
"github.com/labstack/echo" | |
"golang.org/x/oauth2" | |
"log" | |
"net/http" | |
"net/http/httptest" | |
"strings" | |
"testing" | |
) |
on linux 4.19, I get
error creating new backup file '/var/lib/dpkg/status-old': Invalid cross-device link
when trying to install stuff on a ubuntu docker container. this seems to be an issue with metacopy https://www.spinics.net/lists/linux-unionfs/msg06109.html
issue can be worked around by running
#!/bin/bash | |
# Based on kizbitz/dockerhub-v2-api-organization.sh at https://gist.github.com/kizbitz/175be06d0fbbb39bc9bfa6c0cb0d4721 | |
# Example for the Docker Hub V2 API | |
# Returns all images and tags associated with a Docker Hub organization account. | |
# Requires 'jq': https://stedolan.github.io/jq/ | |
# set username, password, and organization | |
UNAME="" | |
UPASS="" |
`dvtm` is one simple, easy-to-use terminal multiplexer. | |
Commonly used Options: | |
-v prints version information to standard output, then exits. | |
-m <mod> set default modifier at runtime. | |
-d escdelay set the delay ncurses waits before deciding if a character that | |
might be part of an escape sequence is actually part of an | |
escape sequence. | |
-h nnn set the scrollback history buffer size at runtime. |
#!/bin/bash | |
set -e | |
set -u | |
X_AMI=${1:-ami-7da1921b} | |
X_TYPE=${2:-t2.large} | |
X_SUBNET=${3:-subnet-05222a43} | |
echo "~~ N G S '1 7 - W O R K S H O P ~~" | |
echo "" |