Skip to content

Instantly share code, notes, and snippets.

@Zoobdude
Zoobdude / list.txt
Created April 8, 2023 14:26
Radio record (https://www.radiorecord.ru) - stream URLs
#PLAYLIST:Radio Record (AAC 96)
Record
https://radiorecord.hostingradio.ru/rr_main96.aacp
Tiesto
https://radiorecord.hostingradio.ru/tiesto96.aacp
David Guetta
https://radiorecord.hostingradio.ru/guetta96.aacp
@neggles
neggles / New-GPUPDriverPackage.ps1
Last active June 18, 2024 13:09
Hyper-V GPU Virtualization
<#
.SYNOPSIS
Create a GPU-P Guest driver package.
.DESCRIPTION
Gathers the necessary files for a GPU-P enabled Windows guest to run.
.EXAMPLE
New-GPUPDriverPackage -DestinationPath '.'
.EXAMPLE
New-GPUPDriverPackage -Filter 'nvidia' -DestinationPath '.'
.INPUTS