Skip to content

Instantly share code, notes, and snippets.

View Sainan's full-sized avatar

Sainan

View GitHub Profile
1/28 = 101,250 bucks & 54,000 xp
1/27 = 93,150 bucks & 49,680 xp
1/26 = 93,150 bucks & 49,680 xp
1/25 = 93,150 bucks & 49,680 xp
1/24 = 93,150 bucks & 49,680 xp
1/23 = 93,150 bucks & 49,680 xp
1/22 = 85,050 bucks & 45,359 xp
1/21 = 85,050 bucks & 45,359 xp
1/20 = 85,050 bucks & 45,359 xp
1/19 = 85,050 bucks & 45,359 xp
/* No Avatar Decorations */
[class^='avatarDecoration_']
{
display: none;
}
/* No Activity Cards */
[aria-label="Members"] > h3:has([class^='toggleExpandIcon_']),
function pack_u64_dyn(v)
local out = {}
for i = 1, 8 do
local cur = v & 0x7f
v = v >> 7
if v ~= 0 then
out[#out + 1] = string.char(cur | 0x80)
else
out[#out + 1] = string.char(cur)
return table.concat(out)
{
"cmd": "sun",
"selector": "source.c++"
}
#include <iostream>
#include <base.hpp>
#include <Buffer.hpp>
#include <hwHid.hpp>
#include <string.hpp>
#include <wooting_enums.hpp>
enum class WootingKeys : uint8_t
{
util.require_natives("2944b")
local cur_note = nil
util.create_tick_handler(function()
PAD.DISABLE_CONTROL_ACTION(0, 0, true) -- Disable INPUT_NEXT_CAMERA (V)
PAD.DISABLE_CONTROL_ACTION(0, 79, true) -- Disable INPUT_VEH_LOOK_BEHIND (C)
local note = nil
if util.is_key_down('Z') then -- C4
note = 16
  • Excalibur: Furious Javelin
  • Trinity: Vampire Leech
  • Ember: Exothermic
  • Loki: Hushed Invisibility
  • Mag: Fracturing Crush
  • Rhino: Ironclad Charge
  • Ash: Seeking Shuriken
  • Frost: Chilling Globe
  • Nyx: Assimilate
  • Saryn: Venom Dose

Does my Linux program run on Linux?

v Compiled on \ Tried running on > Debian 10 Debian 11 Ubuntu 18.04
Debian 10 Yes Yes Yes
Debian 11 No Yes TBD
Ubuntu 20.04 No Yes TBD
@Sainan
Sainan / NoWelcomeStickers.css
Created January 12, 2022 15:49
Discord User CSS: No Welcome Stickers
button[class^='welcomeCTAButtonOuter-']
{
display: none;
}