Skip to content

Instantly share code, notes, and snippets.

View damp11113's full-sized avatar
❤️
Love open source

Dharm Pimsen damp11113

❤️
Love open source
View GitHub Profile
@MartinEesmaa
MartinEesmaa / youtube_formats.md
Last active April 14, 2025 01:59 — forked from AgentOak/youtube_formats.md
Youtube Format IDs

Note: This is all almost full YouTube ID informations. Original owner goes to AgentOak, modified version by Martin Eesmaa.

See the credits and also special thanks in below.

Last updated: April 2025

Also known as itag or format codes and way back they could be specified with the fmt parameter (e.g. &fmt=22). Depending on the age and/or popularity of the video, not all formats will be available.

DASH video

@JohannesMP
JohannesMP / EnableDiscordDevExperiments.md
Last active April 17, 2025 04:55 — forked from ExordiumX/betaenabler.js
Enabling Discord Dev Experiments on Discord for Windows (2022-02)

Enable Dev Experiments in Discord for Windows

image

This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022).

This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds.


@jones2126
jones2126 / gist:c33afeca3ea9e3e777dfe29f610b1a06
Created June 30, 2021 11:03
Reads rotation vector quaternion report from BNO085 from Adafruit using "new" I2C Library using Nano (168p)
/* BNO080 Rock bottom code for Arduino Atmega 328P 16Mhz (Arduino Nano etc)
by: JP Schramel https://github.com/jps2000/BNO080/blob/master/Arduino_BNO080_1.ino
date: August 25, 2017
Disclaimer:
Freeware: The code is provided "AS IS",without warranty of any kind.
# Demonstrates basic functionality 9DOF fused quaternions up to 400Hz data rate.
# Stores calibration data in flash.
# Tares the quaternion output to (1,0,0,0) in any arbitrary position
// ==UserScript==
// @name No YouTube Volume Normalization
// @namespace https://gist.github.com/abec2304
// @match https://www.youtube.com/*
// @grant GM_addElement
// @version 2.72
// @author abec2304
// @description Enjoy YouTube videos at their true volume
// @run-at document-start
// @allFrames true
@fnky
fnky / ANSI.md
Last active April 20, 2025 00:20
ANSI Escape Codes

ANSI Escape Sequences

Standard escape codes are prefixed with Escape:

  • Ctrl-Key: ^[
  • Octal: \033
  • Unicode: \u001b
  • Hexadecimal: \x1B
  • Decimal: 27
@WouterG
WouterG / tampermonkey-script.js
Last active November 15, 2024 02:21
Disable youtube volume normalization (allow true video 100% volume)
// ==UserScript==
// @name YouTube Disable Normalization
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Allows true 100% volume on youtube videos.
// @author Wouter Gerarts
// @match https://www.youtube.com/*
// @match https://youtube.com/*
// @grant none
// ==/UserScript==
@AgentOak
AgentOak / youtube_formats.md
Last active April 17, 2025 05:39
Youtube Format IDs

Last updated: April 2021

Also known as itag or format codes and way back they could be specified with the fmt parameter (e.g. &fmt=22). Depending on the age and/or popularity of the video, not all formats will be available.

DASH video

Resolution AV1 HFR High AV1 HFR AV1 VP9.2 HDR HFR VP9 HFR VP9 H.264 HFR H.264
MP4 MP4 MP4 WebM WebM WebM MP4 MP4
@netom
netom / spectrum.py
Last active July 24, 2023 21:51
Simple spectrum analyzer in python using pyaudio and matplotlib
#!/usr/bin/env python
# -*- charset utf8 -*-
import pyaudio
import numpy
import math
import matplotlib.pyplot as plt
import matplotlib.animation
RATE = 44100
Development Status :: 1 - Planning
Development Status :: 2 - Pre-Alpha
Development Status :: 3 - Alpha
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Development Status :: 6 - Mature
Development Status :: 7 - Inactive
Environment :: Console
Environment :: Console :: Curses
Environment :: Console :: Framebuffer