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.

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. Reversee Reversee Public

    Google reverse image search middle-layer for Android

    Java 8 2

  2. containers/podman-desktop-extension-ai-lab containers/podman-desktop-extension-ai-lab Public

    Work with LLMs on a local environment using containers

    TypeScript 273 74

  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=""