jackbkennedy - Overview
Pinned Loading
-
Basic NIF implementation with Elixir and Rust
Elixir 3
-
Access Tensorflow's Universal sentence encoder model via a Dockerized Lambda function.
Dockerfile 2
-
1
import {useState, useEffect, useCallback} from 'react';
3
const EVENT_KEY_DOWN = 'keydown';
4
const EVENT_KEY_UP = 'keyup';
-
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();