Skip to content

Instantly share code, notes, and snippets.

View douglase's full-sized avatar
🔭

Ewan Douglas douglase

🔭
View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@douglase
douglase / plot_hr_data.ipynb
Last active May 18, 2020 23:00
parse a TCX file and generate a before and after histogram
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@douglase
douglase / backup-github.sh
Created May 17, 2019 14:58 — forked from rodw/backup-github.sh
A simple script to backup an organization's GitHub repositories, wikis and issues.
#!/bin/bash
# A simple script to backup an organization's GitHub repositories.
# NOTE: if you have more than 100 repositories, you'll need to step thru the list of repos
# returned by GitHub one page at a time, as described at https://gist.github.com/darktim/5582423
GHBU_BACKUP_DIR=${GHBU_BACKUP_DIR-"github-backups"} # where to place the backup files
GHBU_ORG=${GHBU_ORG-"<CHANGE-ME>"} # the GitHub organization whose repos will be backed up
# (if you're backing up a user's repos instead, this should be your GitHub username)
GHBU_UNAME=${GHBU_UNAME-"<CHANGE-ME>"} # the username of a GitHub account (to use with the GitHub API)
@douglase
douglase / Parse ExoCat.ipynb
Last active March 2, 2019 21:00
Stars outside an earth equivalent insolation cutoff
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@douglase
douglase / m430_download_notes.md
Last active November 5, 2018 18:19
Polar M430 Downloading without Polar Flow
@douglase
douglase / ads_cahoy.bib
Created August 24, 2018 16:38
ads_cahoy.bib
@INPROCEEDINGS{2017SPIE10563E..0GK,
author = {{Kingsbury}, R.~W. and {Nguyen}, T. and {Riesing}, K. and {Cahoy}, K.},
title = "{Fast-steering solutions for cubesat-scale optical communications}",
booktitle = {Society of Photo-Optical Instrumentation Engineers (SPIE) Conference Series},
year = 2017,
volume = {10563},
month = Nov,
eid = {105630G},
pages = {105630G},
doi = {10.1117/12.2304229},
@douglase
douglase / LabTools.md
Last active August 12, 2018 15:56
LabTools.md

Communication

  • email management plan
    • protonmail.com for E2E encryption.
  • chat options:
    • Slack. Pros: plugins, widespread adoption, searchable, EDU discounts. Cons: lack of local backup, cost, security
    • Rocket.Chat Pros: Cons:.
  • Keybase.io: Pros: Cons:.

Keybase proof

I hereby claim:

  • I am douglase on github.
  • I am edouglas (https://keybase.io/edouglas) on keybase.
  • I have a public key ASBi6s44pNMJHoTK6N6gObRUSE0sjSKYqj98BI1Ha0gL1go

To claim this, I am signing this object:

@douglase
douglase / issue-migrate-bitbucket-to-github.py
Created January 13, 2018 17:24 — forked from nidico/issue-migrate-bitbucket-to-github.py
Helper script for issue migration from Bitbucket to GitHub
#!/usr/bin/env python
"""
This script helps migrating issues from Bitbucket to GitHub.
It currently ignores milestones completly and doesn't care whether an issue is
open, new or on hold. As long as it's not closed it's considered open.
To use it, install python-bitbucket, PyGithub and ipdb.