Skip to content
View chriswessells's full-sized avatar
Block or Report

Block or report chriswessells

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. awsgluepyspark awsgluepyspark Public

    Container for testing AWS Glue pyspark scripts

    Dockerfile 8 3

  2. automation-tools-bootcamp automation-tools-bootcamp Public

    Forked from automation-tools-bootcamp/automation-tools-bootcamp

    A series of discussions about the development tools that enable automation of software projects.

    Ruby

  3. Setting up a vim IDE Setting up a vim IDE
    1
    #
    2
    # add this command to your .profile or .bash_profile
    3
    
                  
    4
    alias vim='tmux new-session -d 'vim' \; split-window -v \; resize-pane -D 13 \; split-window -h \; resize-pane -R 13 \; attach'