Pinned Loading
-
Creating a QR Code for Android Devic...
Creating a QR Code for Android Device Enrollment 1# Creating a QR Code for Android Device Enrollment
23[Android Enterprise Documentation: Create a QR code](https://developers.google.com/android/work/play/emm-api/prov-devices#create_a_qr_code)
45### Always required
-
POSIX compliant and portable fork. N...
POSIX compliant and portable fork. Now has been updated with more optional parameters, more optimizations, and better error handling. If -t or -v are specified, an android device is not required. 1#!/usr/bin/env sh
2set -u
34# https://stackoverflow.com/questions/2683279/how-to-detect-if-a-script-is-being-sourced#28776166
5sourced=0
-
Auto setup of X11 on WSL without dis...
Auto setup of X11 on WSL without disabling access control 1#!/usr/bin/env sh
23say() { if ! ${quiet:-false}; then printf '%s\n' "$@"; fi; }
4err() { echo "[$(date +'%Y-%m-%dT%H:%M:%S%z')]: $*" >&2; }
5 -
-
PowerShell function: Remove-Null - h...
PowerShell function: Remove-Null - https://stackoverflow.com/questions/33038848/how-to-exclude-non-valued-object-properties-when-converting-to-json-in-powershel/63946256#63946256 1<#
2.SYNOPSIS
3Removes null property values from objects.
4.DESCRIPTION
5Removes property values that are null (or empty, unless -LeaveEmptyStrings parameter is use) from an object or array of objects. Additional items may be removed if they are passed as input to the -AlsoRemove parameter.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.