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

Block or report konahart

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
konahart/README.md

README.md

Hi, I'm Laurel Goodhart! I'm a software engineer who specializes in Natural Language Processing. I have spent my career bringing interactive character experiences to life and making tools for creative people.

Want me on your team? Reach out!

Pinned Loading

  1. Library Shelf Alphabetize Google Sheet Library Shelf Alphabetize Google Sheet
    1
    // adapted from https://webapps.stackexchange.com/questions/84218/sorting-alphabetically-a-z-ignoring-beginning-a-an-and-the-using-a-scri
    2
    function sortByTitle() {
    3
      var sheet = SpreadsheetApp.getActiveSheet();
    4
      // Ignore header row (A1:Z1)
    5
      var range = sheet.getRange(2, 1, sheet.getLastRow() - 1, sheet.getLastColumn());
  2. konahart.github.io konahart.github.io Public

    Personal website of Laurel Kona Goodhart

    CSS

  3. turn-taker turn-taker Public

    Python

  4. resume resume Public

    Laurel Kona Goohart's Resume

    TeX

  5. Stranger-Things-SparkCore Stranger-Things-SparkCore Public

    Stranger Things lights driven by SparkCore

    Arduino 3 1