Skip to content
View travelhawk's full-sized avatar
🔨
Currently building…
🔨
Currently building…

Sponsoring

@openclaw

Block or report travelhawk

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. zip-assignment-tool zip-assignment-tool Public

    Internal enterprise-ready tool to quickly find the sales person responsible for a zip code region for sales companies. Supports basic auth for testing and SSO using Microsoft Entra ID for enterpris…

    TypeScript

  2. agent-bench agent-bench Public

    CLI and web dashboard for benchmarking AI agents based on their AGENTS.md file

    TypeScript 1

  3. multipart-lambda-ts-v2 multipart-lambda-ts-v2 Public

    Forked from francismeynard/lambda-multipart-parser

    This nodejs module will parse the multipart-form containing files and fields from the AWS lambda event object. It works very well parsing binary and text files.

    JavaScript

  4. gitlab-docker-compose gitlab-docker-compose Public

    Update script to check for a new GitLab version. Installs minor version updates automatically for a self-hosted GitLab instance (docker setup)

    Shell

  5. Collection of ffmpeg commands (basic... Collection of ffmpeg commands (basic usage, streaming, advanced usage)
    1
    # ffmpeg
    2
    ffmpeg is a fast video and audio converter that can also grab from a live audio/video source.
    3
    
                  
    4
    ## Standard usage
    5
    
                  
  6. Use vagrant and ansible on Windows (... Use vagrant and ansible on Windows (WSL2)
    1
    # Use vagrant and ansible on Windows (WSL2)
    2
    
                  
    3
    Making vagrant and ansible work together with virtualbox as a provider is not well documented across the documentations.
    4
    Ansible's control node doesn't work on Windows. However, it works on WSL which make the installation of ansible and vagrant on WSL necessary and the access from WSL to virtualbox which is still running under the Windows host.
    5