Pinned Loading
-
PowerShell [5.1+]: script to get Mic...
PowerShell [5.1+]: script to get Microsoft Edge Offline Installers (can be extracted with 7zip) 1# params
2[CmdletBinding(DefaultParameterSetName="Casual")]
3param (
4[Alias("c")]
5[Parameter(ParameterSetName = "Pro", Mandatory = $true)]
-
-
PowerShell: script to test generatio...
PowerShell: script to test generation loss (cjpeg, cjpegli, cjxl) 1param (
2[Alias('f')][string] $File = '0.png',
3[Alias('i')][switch] $Images,
4[Alias('v')][switch] $Video
5)
-
Python: script to download and extra...
Python: script to download and extract chrome installer 1#!/usr/bin/env python3
23import glob
4import json
5import msvcrt
-
-
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.