Skip to content

Instantly share code, notes, and snippets.

View Dnotcashier's full-sized avatar
💭
I may be slow to respond.

Zaenq Dnotcashier

💭
I may be slow to respond.
View GitHub Profile
@CopeTypes
CopeTypes / GetMeteor.ps1
Created October 23, 2022 02:46
Build Meteor when the site is down
#Stop being lazy
function DownloadAndBuild() {
$zip_dl = "https://github.com/MeteorDevelopment/meteor-client/archive/refs/heads/master.zip"
$zip_out = Join-Path $PWD "meteor_src.zip"
$unzip_out = Join-Path $PWD "meteor_source"
try {
Write-Host -ForegroundColor Blue "Downloading meteor source from Github..."
Invoke-RestMethod -Uri $zip_dl -OutFile $zip_out
}
@Setloth
Setloth / EnableDiscordDevExperiments.md
Last active October 8, 2022 19:29 — forked from JohannesMP/EnableDiscordDevExperiments.md
Enabling Discord Dev Experiments on Discord for Windows (2022-02)

Enable Dev Experiments in Discord for Windows

image

This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022).

This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds.