Skip to content
View pattersongp's full-sized avatar

Block or report pattersongp

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. plt-f18 plt-f18 Public

    Programming Languages and Translators Columbia COMSW4115

    OCaml 1

  2. dotfiles dotfiles Public

    Vim Script 1

  3. argparse argparse Public

    A simple argument parser for C++ command line programs.

    C++ 1

  4. Installing Ubuntu onto a USB from MacOS Installing Ubuntu onto a USB from MacOS
    1
    # Installing Ubuntu onto USB on MacOS
    2
    
                  
    3
    You'll need:
    4
    
                  
    5
    * An Ubuntu ISO downloaded from [here](https://www.ubuntu.com/download)
  5. Simple UNIX shell Simple UNIX shell
    1
    /*
    2
     * Graham Patterson
    3
     * Simple shell program
    4
     */
    5
    #include <unistd.h>