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

Block or report DoctorD90

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

  1. walkthrough walkthrough Public

    A compendium with all walkthrough Im used to for personal and community reference

    Shell

  2. jd_scripts jd_scripts Public

    JavaScripts for JDownloader v2

    2

  3. gw2_autoupdlauncher gw2_autoupdlauncher Public

    GuildWars2 arcdps-updater and launcher

    Batchfile

  4. TS3BackUp TS3BackUp Public

    Backup your TeamSpeak 3 Config

    Shell

  5. PowerShell script with GUI to manage... PowerShell script with GUI to manage users in Teams Groups in bulk mode
    1
    #Set-ExecutionPolicy unrestricted
    2
    #Install-Module -Name MicrosoftTeams
    3
    Add-Type -assembly System.Windows.Forms
    4
    $main_form = New-Object System.Windows.Forms.Form
    5
    $main_form.Text ='MTeams Group Bulk Manager'
  6. My cache memory cleaner My cache memory cleaner
    1
    #!/bin/bash
    2
    function mem_help() {
    3
    	echo "*Clean up the memory*"
    4
    	echo "Usage: $0 [Options]"
    5
    	echo "Options:"