Skip to content
View averycowan's full-sized avatar

Organizations

@RoboticsTeam4904 @powsybl @15-150 @15-317

Block or report averycowan

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 Loading

  1. baritone baritone Public

    Forked from cabaletta/baritone

    google maps for block game

    Java 1

  2. Inference Inference Public

    Type Inference

    OCaml

  3. keybase.md keybase.md
    1
    ### Keybase proof
    2
    
                  
    3
    I hereby claim:
    4
    
                  
    5
      * I am averycowan on github.
  4. ScreenProtector ScreenProtector Public

    Java

  5. make_jar_executable make_jar_executable
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Usage: make_jar_executable <jarfile>
    4
    # This script will make a unix executable copy of any jar file
    5
    # A new file will be created with the same path as <jarfile> without the extension
  6. activatepython activatepython
    1
    #!/bin/bash -i
    2
    # This script runs python3 from within a virtual environment
    3
    # Put this file into the 'bin' folder of your venv
    4
    # Set it to the interpreter path
    5