Skip to content
View kauffmanes's full-sized avatar

Sponsoring

@tannerlinsley

Highlights

  • Pro
Block or Report

Block or report kauffmanes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Install Anaconda on Windows Subsyste... Install Anaconda on Windows Subsystem for Linux (WSL)
    1
    Thanks everyone for commenting/contributing! I made this in college for a class and I no longer really use the technology. I encourage you all to help each other, but I probably won't be answering questions anymore.
    2
    
                  
    3
    This article is also on my blog: https://emilykauffman.com/blog/install-anaconda-on-wsl 
    4
    
                  
    5
    **Note**: `$` denotes the start of a command. Don't actually type this.
  2. Creating robomaker resources using t... Creating robomaker resources using the CLI
    1
    #!/bin/bash
    2
    
                  
    3
    set -e
    4
    
                  
    5
    echo "Enter the robot's serial number (ex. FX250123)"
  3. codearena-api codearena-api Public

    The API for my Erlang codearena application. See codearena-client for the front

    Erlang

  4. udacity_projects udacity_projects Public

    A collection of projects for my Udacity classes

    Python