Skip to content
View codegarden13's full-sized avatar
💭
2much2do. And they pasted over my IR mouse ...
💭
2much2do. And they pasted over my IR mouse ...

Block or report codegarden13

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. dev-docker-php dev-docker-php Public

    Webdev, PHP and Database, simple.

    Shell

  2. docker-wp-max docker-wp-max Public

    Shell

  3. posh-abletonlive posh-abletonlive Public

    Get metadata of all ableton sets to a csv (and other stuff). Ableton Live does'nt provide this out-of-the-box.

    PowerShell 1

  4. Computer-UsageDensity Computer-UsageDensity Public

    (Covid-19) Get a dataset about current shared computer usage in an office. (Uses profile timestamps & the current pandemy year.)

    PowerShell

  5. merge csv files merge csv files
    1
    function merge-csvfiles {
    2
        param ($path, $targetname)
    3
        # merge a list of csv files with identical columns to one single csv
    4
        #.EXAMPLE merge-csvfiles d:\data c:\temp\merged.csv
    5
    
                  
  6. telegram-export-converter telegram-export-converter Public

    Forked from gabekanegae/telegram-export-converter

    Script to convert Telegram .html chat export files to easier to process .csv.

    Python