Skip to content

Instantly share code, notes, and snippets.

View agaertner's full-sized avatar
🎯
Focusing

Andreas G. agaertner

🎯
Focusing
View GitHub Profile
@agaertner
agaertner / webbrowser_control.md
Last active September 29, 2023 11:10
BlishHUD Notes
using Blish_HUD;
using Microsoft.Xna.Framework.Graphics;
using System.Drawing;
using System.Drawing.Imaging;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using Color = Microsoft.Xna.Framework.Color;
using Control = Blish_HUD.Controls.Control;
using Rectangle = Microsoft.Xna.Framework.Rectangle;
@agaertner
agaertner / .gitignore
Created January 15, 2023 12:08
BlishHUD - Ignore NuGet package clutter
## Ignore BlishHUD compiler redundancies
CppNet.dll
libmojoshader_64.dll
mgfxc.deps.json
mgfxc.dll
mgfxc.exe
mgfxc.runtimeconfig.dev.json
mgfxc.runtimeconfig.json
SharpDX.D3DCompiler.dll
@agaertner
agaertner / setup.md
Last active October 18, 2022 14:10
Windows Subsystem for Linux (WSL) Cheat Sheet

Install and manage WSL on specified disk

Prerequisites

  1. Enable virtualization in BIOS; the setting may be called VT-x, AMD-V, SVM, or Vanderpool.
    Enable Intel VT-d or AMD IOMMU if the options are available.

  2. Search for "Turn Windows features on or off", open it and in the Windows Featues window tick the box in front of Hyper-V to activate it.

  3. Enable Virtual Machine Platform in the Windows Features window (Turn Windows features on or off).

  4. Enable Windows Subsystem for Linux in the Windows Features window (Turn Windows features on or off).