Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name YouTube Pink Bar Fix
// @namespace https://gist.github.com/nzec
// @match https://www.youtube.com/*
// @grant GM_addStyle
// @version 1.0
// @author NZEC
// @description Fixes YouTube's pink gradient bar
// ==/UserScript==
@nzec
nzec / ack.py
Last active December 14, 2023 17:02
callgraph
import sys
import callgraph
@callgraph.graphme('m', 'n')
def A(m, n):
if m == 0:
return n + 1
if n == 0:
return A(m - 1, 1)
n2 = A(m, n - 1)
@nzec
nzec / vector.c
Last active July 30, 2023 11:54
vector in C
#include <stdio.h>
#include <stdlib.h>
#define VEC_NEW(type) struct vector { \
type *start; \
size_t cap; \
size_t size; \
} *
#define VEC_RESET(v) \
@nzec
nzec / README.MD
Last active September 14, 2024 08:52
DeezLoader Offical Page

Thanks to /u/zpoo32 for reporting several issues in this list!

Deemix

  • deemix: just the cli and the library
  • deemix-pyweb: the app with a GUI
  • deemix-server: just the server part of deemix-pyweb
http://104.28.1.30:8080/announce
http://104.28.16.69/announce
http://107.150.14.110:6969/announce
http://109.121.134.121:1337/announce
http://114.55.113.60:6969/announce