Skip to content
View overengineer's full-sized avatar
💾
💾
Block or Report

Block or report overengineer

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
overengineer/README.md

Pinned

  1. TR-FDTD TR-FDTD Public

    Time-Reversal Algorithm with Finite-Difference Time-Domain Method

    MATLAB 31 17

  2. VideoMachine VideoMachine Public

    Generate TTS videos from playbook markups.

    Python 3

  3. git-extras git-extras Public

    Forked from tj/git-extras

    GIT utilities -- repo summary, repl, changelog population, author commit percentages and more

    Shell 1

  4. gazette gazette Public

    Automated Content Feed Curator

    Python 2

  5. git contributor stats git contributor stats
    1
    
                  
    2
    #!/bin/bash
    3
    
                  
    4
    set -euo pipefail
    5
    MSYS_NO_PATHCONV=0
  6. git log json format git log json format
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Caution: It can break
    4
    
                  
    5
    # Bash unofficial strict mode