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

Block or report tallcoleman

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

    Dataset of RGB colours for 500 Cosmo (Lecien) embroidery floss colours

    2

  2. tor-rec-sched-to-cal tor-rec-sched-to-cal Public

    Google Apps Script to sync a City of Toronto recreation drop-in schedule (e.g. lane swim times) to a Google calendar

    JavaScript 1

  3. heading-word-counter heading-word-counter Public

    A Google Docs script for grant writers that gives a word count for the text beneath each heading in a document as long as the heading indicates a word limit.

    JavaScript

  4. orchestra-season-visualization orchestra-season-visualization Public

    An interactive data visualization creator for orchestra seasons

    HTML

  5. Youtube playlists - email notificati... Youtube playlists - email notification when new videos are posted
    1
    // INSTRUCTIONS
    2
    // 1. Go to https://script.google.com/ and make a new project
    3
    // (optional: rename it too, so you remember what it is later...)
    4
    // 2. Paste in this script and add your email and playlist IDs below (see note [1])
    5
    // 3. Save the script and do a test run to set up the permissions
  6. Intersect() function for Google Apps... Intersect() function for Google Apps Script
    1
    /**
    2
     * Returns the intersection of two ranges, or null if there is no overlap.
    3
     * @param {range} r1 Range 1
    4
     * @param {range} r2 Range 2
    5
    */