Skip to content
View jessearmand's full-sized avatar

Block or report jessearmand

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. Convert HDZero DVR ts format to mp4 ...
    1
    #!/usr/bin/env sh
    2
    
                  
    3
    # Check if exactly 2 arguments are given
    4
    if [ "$#" -ne 2 ]; then
    5
        echo "Usage: $0 input_filename.ts output_filename.mp4"
  2. deepclaude Public

    Forked from getAsterisk/deepclaude

    A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthropic Claude models.

    Rust