Skip to content
View HoraceShmorace's full-sized avatar

Organizations

@ExceptionalBeasts

Block or report HoraceShmorace

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Image-Flex Image-Flex Public

    A robust, secure, and easily deployable image resizing service that scales, optimizes, and caches images on "the edge," on the fly, built on AWS Serverless technologies. Served by CloudFront via an…

    JavaScript 132 40

  2. OpenClaw × Discord (Mac) OpenClaw × Discord (Mac)
    1
    # OpenClaw × Discord Setup (Mac)
    2
    
                  
    3
    ## 1. Discord Developer Portal
    4
    
                  
    5
    1. Go to [discord.com/developers/applications](https://discord.com/developers/applications)**New Application**
  3. OpenClaw x Cloudflare (Mac) OpenClaw x Cloudflare (Mac)
    1
    # OpenClaw x Cloudflare Tunnel Setup Guide (Mac)
    2
    
                  
    3
    How to expose OpenClaw's webhook endpoint to the public internet so GitHub (or any other service) can trigger your agent.
    4
    
                  
    5
    ---
  4. Disposes of any Three.js object and ... Disposes of any Three.js object and any disposal objects in the hierarchy below it by doing a depth-first search
    1
    /**
    2
     * Disposes of any Three.js object (mesh, material, etc.) and any disposable objects in the hierarchy below it by doing a depth-first search.
    3
     * @param {Boolean} showLogging Output logs useful for troubleshooting.
    4
     * @example
    5
     *   const trash = HierarchyDisposal(true)
  5. Custom hook for setting up an inters... Custom hook for setting up an intersection observer on a DOM element to determine its visibility relative to a specified viewport or the default viewport. Implements the native `IntersectionObserver` JavaScript class.
    1
    /**
    2
     * Custom hook for setting up an intersection observer on a DOM element to determine its visibility relative to a specified viewport or the default viewport. Implements the native `IntersectionObserver` JavaScript class.
    3
     *
    4
     * @param {React.RefObject} ref - Required. The React ref object pointing  
    5
     * @param {Object} options - The options for setting up the observer.