Skip to content
View erhhung's full-sized avatar
  • Silicon Valley
  • 01:59 (UTC -07:00)

Block or report erhhung

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. al2023-devops al2023-devops Public

    Amazon Linux 2023 with Python 3.12, Go 1.22, Node.js 22, AWS CLI, Mountpoint for S3, CDK, CDK8s, Docker, Kubectl, Krew, Helm, and utilities like Just, jq, jo and yq

    Dockerfile

  2. ec2-github-runner ec2-github-runner Public

    Forked from machulav/ec2-github-runner

    On-demand self-hosted AWS EC2 runner for GitHub Actions

    JavaScript

  3. Cesium Sandcastle Icon Scaling Issue Cesium Sandcastle Icon Scaling Issue
    1
    /*
    2
     * 1. open https://sandcastle.cesium.com/
    3
     * 2. paste this code into the editor
    4
     * 3. open debugger and disable cache
    5
     * 4. click Run and wait for globe
  4. Load 16-bit PNG depth map using PngToy Load 16-bit PNG depth map using PngToy
    1
    class DepthmapLoader {
    2
      /**
    3
       * load 16-bit PNG depthmap from URL and return
    4
       * the normalized bitmap as a Canvas ImageData
    5
       *
  5. Custom Oh-My-Posh theme Custom Oh-My-Posh theme
    1
    ![oh-my-posh-theme](https://erhhung.github.io/gist-media/images/oh-my-posh/erhhung.omp.png)
    2
    
                  
    3
    "`~/.config/oh-my-posh/erhhung.omp.yaml`"
    4
    ```yaml
    5
    $schema: https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json
  6. Node.js class to encode a sequence o... Node.js class to encode a sequence of image files into VP9 WEBM video using FFmpeg.
    1
    /*
    2
     * encode image sequence into WEBM video
    3
     */
    4
    import {exec}  from 'child-process-promise';
    5
    import format  from 'string-template';