I hereby claim:
- I am naupaka on github.
- I am naupaka (https://keybase.io/naupaka) on keybase.
- I have a public key whose fingerprint is 0484 054E D8DF FEEB 058C 51D5 2AA5 418D EF75 9091
To claim this, I am signing this object:
| List of microbial ecology talks at the 2014 ESA meeting in Sacramento | |
| Feel free to add your favorite talks | |
| Workshops of Interest | |
| | Day | Time | Session | Organizer | | |
| |----------|---------------|------------------------------------------------------------|----------------------------| | |
| |Sunday | 8-5 | Env Seq Approaches and Comp Tools for Ecologists | Holly Bik | | |
| |Monday | 11:30-1:15 | Viz w/ Radioisotopes for Plant/Microbe Metabolite Transfer | Chantal D. Reid | | |
| Sessions of Interest |
I hereby claim:
To claim this, I am signing this object:
If you are having issues with DNS in OS X Yosemite, you're not alone. Me too.
A less intense fix for the problems (that generally works for me) comes from these two articles on SE:
DNS doesn't work properly in OS X Yosemite
Yosemite Cannot Resolve Domain Names
Solution summary:
| #!/bin/zsh | |
| # Script to add back in missing EXIF creation data metadata using | |
| # exiftool, based on parent folder (which contains date information) | |
| # Naupaka Zimmerman | |
| # naupaka at gmail.com | |
| # September 14, 2015 | |
| # Code is licensed CC-0 | |
| # Set file incrementer |
| /* | |
| Chirp - arduino example | |
| Connection | |
| Chirp pin 1 - no connection | |
| Chirp pin 2 - Arduino VCC | |
| Chirp pin 3 - Arduino A5 | |
| Chirp pin 4 - Arduino A4 | |
| Chirp pin 5 - Arduino pin 2 | |
| Chirp pin 6 - Arduino GND |
| #!/usr/bin/osascript | |
| (* | |
| Script written by Naupaka Zimmerman | |
| March 17, 2017 | |
| MIT License | |
| Copyright (c) 2017 Naupaka Zimmerman |
| # WMF only: | |
| if (file.exists("/etc/wikimedia-cluster")) { | |
| message('Detected that this script is being run on a WMF machine ("', Sys.info()["nodename"], '"). Setting proxies...') | |
| Sys.setenv("http_proxy" = "http://webproxy.eqiad.wmnet:8080") | |
| Sys.setenv("https_proxy" = "http://webproxy.eqiad.wmnet:8080") | |
| } | |
| # General use: | |
| message("Checking for a personal library...") | |
| if (!dir.exists(Sys.getenv("R_LIBS_USER"))) { |
| #! /usr/bin/env python | |
| """ Convert values between RGB hex codes and xterm-256 color codes. | |
| Nice long listing of all 256 colors and their codes. Useful for | |
| developing console color themes, or even script output schemes. | |
| Resources: | |
| * http://en.wikipedia.org/wiki/8-bit_color | |
| * http://en.wikipedia.org/wiki/ANSI_escape_code |
| library(rtweet) #rtweet API creds should already be set up | |
| library(stringi) | |
| library(dplyr) | |
| friends = get_friends(user="noamross") | |
| followers = get_followers("noamross") | |
| tweeps_id = distinct(bind_rows(friends, followers)) | |
| tweeps_info = lookup_users(tweeps_id$user_id) | |
| # A regex for a visit to Durham |