Skip to content
View ScrewTSW's full-sized avatar
  • Red Hat
  • Brno, Czech Republic

Organizations

@eclipse @openshift @containers @projectatomic @redhat-developer @BTW-Community @TheScrewCollabSoftware @eclipse-che

Block or report ScrewTSW

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.

Content in all repositories owned by your account will be closed.
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. continue continue Public

    Forked from continuedev/continue

    ⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI

    TypeScript

  2. llama-orchestrator llama-orchestrator Public

    On-demand model loader and OpenAI-compatible proxy for local llama.cpp servers, VRAM-aware, self-reaping, one endpoint for all your local LLM tools.

    Python

  3. portGet portGet
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    if [[ $(id $(whoami)) =~ wheel ]]; then
    4
      #echo "debug: user $(whoami) is a sudoer."
    5
      IS_SUDOER=true
  4. procExplode procExplode
    1
    #!/usr/bin/env bash
    2
    # procExplode
    3
    # Usage:
    4
    # Provide one or more numeric PIDs as arguments:
    5
    #   procExplode 1234 5678
  5. memHog memHog
    1
    #!/usr/bin/env bash
    2
    #
    3
    # Memory Scanner - Analyze system memory usage by process and binary
    4
    # Shows top memory consumers with options for tree view and swap analysis
    5
    
                  
  6. Utility script for ffmpeg nvenc conv... Utility script for ffmpeg nvenc conversion from 10 bit HDR video streams to 8bit SDR
    1
    #!/usr/bin/env bash
    2
    set -euo pipefail
    3
    
                  
    4
    # Defaults
    5
    SCALE=""