Thanks to visit codestin.com
Credit goes to github.com

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. ubuntu-smartstart-kids ubuntu-smartstart-kids Public

    Shell

  2. dev-docker-php dev-docker-php Public

    Webdev, PHP and Database, simple.

    Shell

  3. AI-WebAnalyzer AI-WebAnalyzer Public

    Python

  4. 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

  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