Skip to content

Instantly share code, notes, and snippets.

View awolpe's full-sized avatar

awolpe awolpe

  • Micro Quality Calibration
  • Austin, TX
  • LinkedIn in/awolpe
View GitHub Profile
@awolpe
awolpe / GetNipmVersions.ps1
Last active March 21, 2024 10:00
Posh-Scripting-for-NIPM
<#
.SYNOPSIS
Retrieves the versions of NI Package Manager (NIPM) available for download.
.DESCRIPTION
The Get-NipmVersions function retrieves the versions of NI Package Manager (NIPM) available for download from the NI website.
It uses Invoke-RestMethod to make a request to the NIPM download page and parses the response to extract the available versions.
.PARAMETER Latest
If specified, only the latest version of NIPM will be returned.
@awolpe
awolpe / Out-HostColored.ps1
Created February 9, 2023 01:49 — forked from mklement0/Out-HostColored.ps1
PS-ColoredOutput
<#
Prerequisites: PowerShell version 2 or above.
License: MIT
Author: Michael Klement <mklement0@gmail.com>
DOWNLOAD, from PowerShell version 3 or above:
irm https://gist.github.com/mklement0/243ea8297e7db0e1c03a67ce4b1e765d/raw/Out-HostColored.ps1 | iex
@awolpe
awolpe / gitconfig.ini
Last active April 6, 2024 07:55 — forked from tdd/gitconfig.ini
Git-ConfigExample
# Put this in your ~/.gitconfig or ~/.config/git/config
# Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName>
[user]
name = Your Full Name
email = your@email.tld
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
# List available aliases