jackbkennedy - Overview

Pinned Loading

  1. CLI tool to help you migrate Webflow CMS content to Sanity.

    JavaScript 12 3

  2. Basic NIF implementation with Elixir and Rust

    Elixir 3

  3. Access Tensorflow's Universal sentence encoder model via a Dockerized Lambda function.

    Dockerfile 2

  4. Have GPT3.5 draft emails for you G-Mail inbox

    Python 1 1

  5. 1

    import {useState, useEffect, useCallback} from 'react';

    3

    const EVENT_KEY_DOWN = 'keydown';

    4

    const EVENT_KEY_UP = 'keyup';
  6. 1

    // This function runs automatically when the Google Sheet is opened.

    3

      // Obtain the user interface of the Google Spreadsheet.

    4

      var ui = SpreadsheetApp.getUi();