Skip to content
View kenji4569's full-sized avatar

Organizations

@scubism

Block or report kenji4569

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. learn-copilotkit-agui learn-copilotkit-agui Public

    TypeScript

  2. ULID (26 characters in Crockford's b... ULID (26 characters in Crockford's base32) conversion for MySQL function
    1
    # Define ULID_DECODE and ULID_ENCODE which convert a ulid string to a binary and vice versa.
    2
    
                  
    3
    delimiter //
    4
    DROP FUNCTION IF EXISTS ULID_DECODE//
    5
    CREATE FUNCTION ULID_DECODE (s CHAR(26)) RETURNS BINARY(16) DETERMINISTIC
  3. hello-deck-gl hello-deck-gl Public

    JavaScript

  4. hello-apollo-router hello-apollo-router Public

    TypeScript 1

  5. graphql-mico-poc graphql-mico-poc Public

    Evaluate GraphQL-based services including API gateway with GraphQL remote schema

    Go 3