Skip to content
View 47ronin's full-sized avatar
👨‍🚀
🖌
👨‍🚀
🖌
Block or Report

Block or report 47ronin

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

    1080p (HD) and UHD 4K-optimized five-day weather forecast screen for digital signage.

    ApacheConf 7 1

  2. twitter-blockquote twitter-blockquote Public

    Resolution-independent tweet visualization, built primarily on AngularJS and Bootstrap

    JavaScript

  3. datasd datasd Public

    Forked from COSD-PANDA/datasd

    CSS

  4. weatherview weatherview Public

    Resolution-independent live weather data visualization

    ApacheConf 1

  5. Use yt-dlp to merge best video and b... Use yt-dlp to merge best video and best audio formats together into an MPEG-4 container, check for AV1/VP9, and transcode to H.264 if necessary. Usage: ./yt-dlp.sh <video_url>
    1
    #!/bin/bash
    2
    
                  
    3
    youtube_url="$1"
    4
    
                  
    5
    echo "Downloading video..."
  6. Rename all JPG files in a path using... Rename all JPG files in a path using IPTC/EXIF capture date in ISO 8601 format, plus capture time as a unique serial ID
    1
    jhead -n%Y%m%d-%H%M%S *.jpg