Skip to content
View HaleTom's full-sized avatar
💭
Using human learning for machine learning
💭
Using human learning for machine learning
Block or Report

Block or report HaleTom

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. pytorch-udacity-scholarship pytorch-udacity-scholarship Public

    Notes from the PyTorch Udacity / Facebook scholarship course

    Jupyter Notebook 56 28

  2. dotfiles dotfiles Public

    My dotfiles (managed by stow, XDG cognizant)

    Shell 8 1

  3. coursera-machine-learning coursera-machine-learning Public

    PHP 1

  4. Print a 256-colour test pattern in t... Print a 256-colour test pattern in the terminal
    1
    #!/bin/bash
    2
    
                  
    3
    # Tom Hale, 2016. MIT Licence.
    4
    # Print out 256 colours, with each number printed in its corresponding colour
    5
    # See http://askubuntu.com/questions/821157/print-a-256-color-test-pattern-in-the-terminal/821163#821163
  5. My bash shell functions My bash shell functions
    1
    # Functions to be sourced by .bashrc
    2
    #
    3
    # Ensure that ones to be accessed outside of .bashrc are added
    4
    # to the 'export' line at the very end.
    5
    
                  
  6. tmuxinator tmuxinator Public

    Forked from tmuxinator/tmuxinator

    Manage complex tmux sessions easily

    Ruby