Skip to content
View tbwcjw's full-sized avatar
😀
dead inside
😀
dead inside

Block or report tbwcjw

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. Unattended DVD Ripping. Can be ran a... Unattended DVD Ripping. Can be ran as a service.
    1
    #!/bin/bash
    2
    
                  
    3
    out_path="" #your path
    4
    
                  
    5
    wait_for_dvd() {
  2. accessmodifiers accessmodifiers Public

    Python

  3. LeachUKsite LeachUKsite Public

    JavaScript

  4. inisql inisql Public

    Python

  5. js-templaterenderer js-templaterenderer Public template

    Simple template renderer for static sites in JS

    JavaScript

  6. Unattended CD Ripping. Can be ran a... Unattended CD Ripping. Can be ran as a service.
    1
    #!/bin/bash
    2
    format="flac"                                   #formats can be singular or delimited with commas (wav,flac)
    3
    output_dir="/path/to/cds"
    4
    abcde_conf_dir="abcde.conf"                     #can be set to the location of your config file, or make a new config file in the pwd
    5