Skip to content
Avatar
🐙
🐙
Block or Report

Block or report esizer

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.

Add an optional note:
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Source code for ericsizer.com

    TypeScript

  2. 1
    mkdir ./fixed
    2
    for i in *.mp3;
    3
      do name=`echo "$i" | cut -d'.' -f1`
    4
      echo "$name"
    5
      ffmpeg -i "$i" -acodec copy "./fixed/${name}.mp3"
  3. 1
    for i in *.mp4;
    2
      do name=`echo "$i" | cut -d'.' -f1`
    3
      echo "$name"
    4
      ffmpeg -i "$i" "${name}.mp3"
    5
    done

2,149 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

September 2022

Created 146 commits in 1 repository

Created a pull request in GCTC-NTGC/gc-digital-talent that received 45 comments

Feature - 3661 - Application Snapshot

Resolves #3661 Summary This triggers the profile snapshot laid out in #3707 What This Does Adds a new event ApplicationSubmitted that is dispatched…

+1,609 −1,031 45 comments

Created an issue in GCTC-NTGC/gc-digital-talent that received 1 comment

Colour gap on search page

Summary There appears to be a gap in the background colour on the /search page. It is hard to see on some screens but it is just at the bottom of t…

1 comment

Seeing something unexpected? Take a look at the GitHub profile guide.