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 1import glob, json, msvcrt, os, requests, shutil, subprocess
2_reset, _invert, _green, _red, _hidecur, _showcur, _up, _down = '\033[0m', '\033[7m', '\033[92m', '\033[91m', '\033[?25l', '\033[?25h', '\033[A', '\033[B'
3r = '''{"request": { "protocol": "3.1", "dedup": "cr", "ismachine": 1,
4"hw": { "physmemory": "16", "sse3": "1", "avx": "1" },
5"os": { "platform": "win", "version": "10.0.22631", "arch": "x86_64" },
-
-
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.