Skip to content

Instantly share code, notes, and snippets.

@jarondl
jarondl / input.txt
Last active December 21, 2020 16:22
C G
A B
D I
A C
C H
B D
B J
B I
B E
B F
#!/usr/bin/python3
import getpass
import hashlib
import sys
import os
import requests
from bs4 import BeautifulSoup
from dateutil import tz
from datetime import datetime
From 4ce9e12e82f70ff45ec13bf3c0517adbd5bbc73b Mon Sep 17 00:00:00 2001
From: Yaron de Leeuw <me@jarondl.net>
Date: Sat, 23 Feb 2019 10:54:02 -0500
Subject: [PATCH] Make backblaze-b2 use python3 instead of python2
---
.SRCINFO | 17 +++++++----------
PKGBUILD | 20 +++++++++-----------
2 files changed, 16 insertions(+), 21 deletions(-)
R1 = 17;
R2 = 12;
R3 = 2.5;
// Minimal thickness in hole
H0 = 1;
// Height of bars
H1 = 4;
// Height of circle
H2 = 6;
// Extra hole padding
@jarondl
jarondl / angular_connector.scad
Last active December 5, 2018 14:58
angular_conector
// Connecting two poles of different radius at 90 degrees angle
// They are joined by a screw but keep moving, hoping this will
// fix it
A = 30;
B = 80;
// The poles radii. r2 must be the bigger one (only slightly bigger!)
r1 = 10.5;
r2 = 12;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Section: misc
Priority: optional
Standards-Version: 3.9.2
Package: yanai-bioinformatics-depends
Version: 0.1
Depends: bwa, bowtie, bowtie2, velvet, fastx-toolkit, sra-toolkit, emboss, samtools, ncbi-tools-bin, tabix, tophat, biosquid, python, python3, python-numpy, python3-numpy, python-scipy, python3-scipy, python-matplotlib, python-biopython, python-biopython-sql, perl, bioperl
@jarondl
jarondl / gist:6813291
Last active December 24, 2015 14:29 — forked from anonymous/gist:3017298
pkgname="tntdb"
pkgver="1.3"
pkgrel="1"
pkgdesc="Tntdb is a c++-class-library for easy database-access."
url="http://www.tntnet.org/tntdb.html"
license=("LGPL")
arch=("i686" "x86_64")
source=(http://www.tntnet.org/download/$pkgname-$pkgver.tar.gz)
md5sums=('31d16243566fe226119e40e194119b44')
depends=('cxxtools')