Skip to content
View jackbkennedy's full-sized avatar
🤟
Stoked
🤟
Stoked
Block or Report

Block or report jackbkennedy

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 Loading

  1. elixir-rust-nif-starter elixir-rust-nif-starter Public

    Basic NIF implementation with Elixir and Rust

    Elixir 3

  2. sentence-encoder-lambda sentence-encoder-lambda Public

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

    Dockerfile 2

  3. migrate-webflow-cms-to-sanity migrate-webflow-cms-to-sanity Public

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

    JavaScript 5

  4. draft-gpt draft-gpt Public

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

    Python 1

  5. useCapslock useCapslock
    1
    import {useState, useEffect, useCallback} from 'react';
    2
    
    
    3
    const EVENT_KEY_DOWN = 'keydown';
    4
    const EVENT_KEY_UP = 'keyup';
    5
    
    
  6. Google Sheet AI Content Generation Google Sheet AI Content Generation
    1
    // This function runs automatically when the Google Sheet is opened.
    2
    function onOpen() {
    3
      // Obtain the user interface of the Google Spreadsheet.
    4
      var ui = SpreadsheetApp.getUi();
    5