Skip to content

Instantly share code, notes, and snippets.

View Coldblackice's full-sized avatar

Coldblackice

  • NYC
View GitHub Profile
@devdammit
devdammit / SnapTap_CS2.md
Last active August 26, 2024 07:01
SnapTap + JumpThrow Macro for QMK Keyboards

SnapTap + JumpThrow Macro for QMK Keyboards

Enhance your CS2 gameplay with the SnapTap + JumpThrow macro designed for QMK keyboards. This macro enables precise movement control and consistent grenade throws, giving you a competitive edge, all while remaining undetectable by CS2 due to its careful imitation of human behavior.

Features:

  • SnapTap Functionality: Execute rapid direction changes with minimal input delay, allowing for swift and responsive strafing during gameplay.
  • JumpThrow Macro: Perform perfectly timed grenade throws with a single key press, ensuring consistent and accurate throws every time.
  • Customizable Delays: Adjust delay settings to fine-tune the responsiveness and behavior of the SnapTap and JumpThrow actions according to your playstyle.
  • Seamless Integration: Easily incorporate this macro into your existing QMK firmware, with simple configuration options.
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active September 21, 2024 08:02
Complete Recent Discord Quest

Complete Recent Discord Quest

Note

This no longer works in browser!

This no longer works if you're alone in vc! Somebody else has to join you!

Warning

There are now two quest types ("stream" and "play")! Pay attention to the instructions!

tags:6QDsHYbi0pfKCIiwAzhpUt === ["jazz","fusion","[year:2023]","[artist:fox-capture-plan]"]
tags:48YF4IQfvdb676aMQeFTDi === ["pop","pop/city-pop","japan","[year:1992]","[artist:Anri]"]
tags:3XY69YtPf4qaqdAq7ugLA2 === ["anime","media","anime/studio/david-production","anime/jojo","jojo","[year:2019]","[artist:Yugo-Kanno]"]
tags:2dTMCCGpEDmRVB1BfA6CuZ === ["jazz","gypsy","[year:1956]","[artist:Django-Reinhardt]"]
tags:5EsBMVs7uhsyaqbuRNo8dV === ["media","game","game/company/square-enix","game/series/ff-final-fantasy","game/series/ff-final-fantasy/main","game/series/ff-final-fantasy/main/14","[year:2010]","[artist:Masayoshi-Soken]","[artist:Nobuo-Uematsu]","[artist:Naoshi-Mizuta]"]
tags:6Oi9GZyWYSnxh47e4zvM8S === ["media","game","game/company/sony","game/company/dev/naughty-dog","game/series/uncharted","[year:2011]","[artist:Greg-Edmonson]"]
tags:15EAWJhaIabtt58SPV6tqe === ["jazz","fusion","[year:1988]","[artist:CASIOPEA]","[by:Albertus-Cilliers]"]
tags:4bhaW9mc1J6eeCLV1ETX6i === ["media","game","game/indi
@jsonMartin
jsonMartin / ghub.lua
Last active August 6, 2024 04:52
ghub lua bindings for gestures (give g-hub mice similar features to mx mice)
--[[
**********
Updated Author: jsonMartin
Original Author: Mark van den Berg
Version: 1.0
Date: 09-13-2023
**********
Updated:
- Updated Gesture button to work with button G9, and to work with option keys
@FabulousCupcake
FabulousCupcake / tst-colored-tab-groups.css
Last active April 17, 2024 12:08
TreeStyleTabs – Colored and Spaced Tab Groups
/* ---
Config: moz-extension://61148767-1029-7e4d-810c-8847305901bd/options/options.html
Docs: https://github.com/piroor/treestyletab/wiki/How-to-inspect-tree-of-tabs
--- */
#tabbar {
background: linear-gradient(to bottom, #342735 0%, #4B5670 50%);
}
@GetVladimir
GetVladimir / Setup-SQM-QoS-for-GeForce-Now-on-OpenWrt-routers-with-Qosify-Cake.md
Last active June 27, 2024 13:16
How to setup SQM QoS for GeForce Now on OpenWrt routers with Qosify Cake for no packet loss and frame loss

How to setup SQM QoS for GeForce Now on OpenWrt routers with Qosify Cake for no packet loss and frame loss

Screenshot showing no packet loss and frame loss for how to setup SQM QoS for GeForce Now on OpenWrt routers with Qosify Cake

I was trying to setup and optimize SQM QoS (Smart Queue Management and Quality of Service) on my router for Cloud Gaming, and specifically for GeForce Now, for quite some time. I hope these findings will be useful to someone.

Smart Queue Management is great and works amazingly to reduce bufferbloat, and by default it's optimized for Voice calls and fair queue between all traffic.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
@nebriv
nebriv / DDM2.0.md
Last active August 26, 2024 17:40
Dell Display Manager 2.0 command line documentation

Dell Display Manager 2.0 Command Line

Decompiled DLL with ILSpy to identify various commands.

Most commands can be found in DDM2._0_UX.CmdBackground.cmdService_DoWork

Write commands can be prefixed with int:command to specify which monitor to send the command to.

.\DDM.exe /0:writebrightnesslevel 50

@douglasparker
douglasparker / README.md
Last active July 9, 2024 00:45
Disable & Enable MPO via the Windows Registry

Disable & Enable MPO via the Windows Registry

There is a well known issue where GPU drivers are crashing with multi-monitor setups due to an interaction with Windows MPO and both Nvidia and AMD GPUs.

Until this bug is fixed, the only solution is to disable MPO via the Windows Registry.

Disable MPO

To apply the fix, simply run mpo_disable.reg and reboot your computer.