Skip to content

Instantly share code, notes, and snippets.

View notruri's full-sized avatar

Ruri notruri

View GitHub Profile
$Config = @{
VMName = 'GPU-P'
VMMemory = 4096MB
VMCores = 2
HWThreadPerCore = 2
MinRsrc = 0
MaxRsrc = 500000000
OptimalRsrc = 500000000
}
<#
.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

facebook friends exporter

usage

  1. open your browser and go to https://www.facebook.com/friends/list

  2. scroll down until the page finishes loading all of your friends. (Keep scrolling until you reach the bottom.)

@notruri
notruri / CompleteDiscordQuest.md
Last active January 31, 2026 12:28 — forked from aamiaa/CompleteDiscordQuest.md
Complete Recent Discord Quest

Complete Recent Discord Quest

minified version using minify-js

delete window.$;let wpRequire=webpackChunkdiscord_app.push([[Symbol()],{},e=>e]);webpackChunkdiscord_app.pop();let RunningGameStore,QuestsStore,ChannelStore,GuildChannelStore,FluxDispatcher,api,ApplicationStreamingStore=Object.values(wpRequire.c).find((e=>e?.exports?.Z?.__proto__?.getStreamerActiveStreamMetadata))?.exports?.Z;ApplicationStreamingStore?(RunningGameStore=Object.values(wpRequire.c).find((e=>e?.exports?.ZP?.getRunningGames)).exports.ZP,QuestsStore=Object.values(wpRequire.c).find((e=>e?.exports?.Z?.__proto__?.getQuest)).exports.Z,ChannelStore=Object.values(wpRequire.c).find((e=>e?.exports?.Z?.__proto__?.getAllThreadsForParent)).exports.Z,GuildChannelStore=Object.values(wpRequire.c).find((e=>e?.exports?.ZP?.getSFWDefaultChannel)).exports.ZP,FluxDispatcher=Object.values(wpRequire.c).find((e=>e?.exports?.Z?.__proto__?.flushWaitQueue)).exports.Z,api=Object.values(wpRequire.c).find((e=>e?.exports?.tn?.get)
@notruri
notruri / Purge-VCN.ps1
Created September 7, 2025 11:53
Purge an OCI (Oracle Cloud Infrastructure) VCN and its child resources.
#Requires -Version 7.0
<#
.SYNOPSIS
Purge an OCI (Oracle Cloud Infrastructure) VCN and its child resources.
.DESCRIPTION
Deletes route rules, subnets, internet gateways, then deletes the VCN.
.PARAMETER TargetName
The display name of the VCN to purge.
.PARAMETER CompartmentID
The OCID of the compartment containing the VCN.