Skip to content

Instantly share code, notes, and snippets.

View zerotag's full-sized avatar

zeroTAG zerotag

  • Near my bed, where is safe.
View GitHub Profile
@zerotag
zerotag / DownloadFilesFromRepo.ps1
Created June 15, 2019 12:45 — forked from chrisbrownie/DownloadFilesFromRepo.ps1
PowerShell function to download files from a GitHub repository
function DownloadFilesFromRepo {
<#
.SYNOPSIS
This function retrieves the specified repository on GitHub to a local directory with authentication.
.DESCRIPTION
This function retrieves the specified repository on GitHub to a local directory with authentication, being a single file, a complete folder, or the entire repository.
.PARAMETER User
@zerotag
zerotag / GitHubDownloader.ps1
Last active June 15, 2019 12:36
This function retrieves the specified repository on GitHub to a local directory with authentication.
function DownloadFilesFromRepo {
<#
.SYNOPSIS
This function retrieves the specified repository on GitHub to a local directory with authentication.
.DESCRIPTION
This function retrieves the specified repository on GitHub to a local directory with authentication, being a single file, a complete folder, or the entire repository.
.PARAMETER User
@zerotag
zerotag / AutoClicker - WithMouseLock
Created July 12, 2018 22:00
AutoHotkey Scripts
Pause
Loop {
Click
}
F8::Pause
F10::BlockInput MouseMove
F11::BlockInput MouseMoveOff