Skip to content
View richbs's full-sized avatar

Block or report richbs

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. colourlens colourlens Public

    Working up a generic colour processing Django site. NOT PRODUCTION READY. Assumes a certain willingness to be baffled by rushed code written in a week.

    Python 2 3

  2. .vimrc .vimrc
    1
    if empty(glob('~/.vim/autoload/plug.vim'))
    2
      silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
    3
        \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
    4
      autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
    5
    endif
  3. richbs.org richbs.org Public

    Out-of-date

    Ruby

  4. tategallery/collection tategallery/collection Public

    Tate Collection metadata

    Python 527 188

  5. cooperhewitt/py-cooperhewitt-swatchbook cooperhewitt/py-cooperhewitt-swatchbook Public

    Cooper Hewitt's Python tools for wrangling colours

    Python 10 8

  6. vanda/DigitalLabels vanda/DigitalLabels Public archive

    Django app to generate an interactive gallery label interface, optimised for touch screens and tablets.

    Python 1 2