Skip to content
View raydouglass's full-sized avatar

Organizations

@conda-forge @gpuopenanalytics @rapidsai @NVIDIA-Genomics-Research @gpuciio @rapidsai-community
Block or Report

Block or report raydouglass

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

  1. media_management_scripts media_management_scripts Public

    Set of tools for managing media libraries

    Python 24 2

  2. search-fs search-fs Public

    Python 4

  3. setup-mac setup-mac Public

    Scripts to setup a new Mac from scratch

    Shell

  4. dreamhost-dynamic-dns dreamhost-dynamic-dns Public

    A simple script and Dockerfile to dynamically update a DNS record on a Dreamhost account

    Python

  5. Compile ffmpeg 6.0 with NVIDIA hardw... Compile ffmpeg 6.0 with NVIDIA hardware acceleration
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    set -euxo pipefail
    4
    
                  
    5
    if [ "$EUID" -ne 0 ]; then