Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Steam USD/TL Çeviricisi
// @namespace http://tampermonkey.net/
// @author Kemal Ersin YILMAZ
// @icon http://store.steampowered.com/favicon.ico
// @match http://store.steampowered.com/*
// @match https://store.steampowered.com/*
// @run-at document-body
// @grant GM.xmlHttpRequest
// ==/UserScript==
#include <cstdio>
#include <cmath>
#include <string>
#include "raylib.h"
#include "waterpool.hpp"
const int WIDTH = 160;
const int HEIGHT = 160;
using PoolType = Sapphire::WaterPool<WIDTH, HEIGHT>;
@seto-kaiba-0
seto-kaiba-0 / usb3-fastboot-fix.bat
Created October 12, 2023 20:54 — forked from Skrilltrax/usb3-fastboot-fix.bat
Fix the USB 3 issues in fastboot
@Echo off
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "osvc" /t REG_BINARY /d "0000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "SkipContainerIdQuery" /t REG_BINARY /d "01000000" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags\18D1D00D0100" /v "SkipBOSDescriptorQuery" /t REG_BINARY /d "01000000" /f
pause