Skip to content

Instantly share code, notes, and snippets.

View TabulateJarl8's full-sized avatar
💭
loving rust

Tabulate TabulateJarl8

💭
loving rust
View GitHub Profile
@BlueishSapphire
BlueishSapphire / hello.c
Last active September 19, 2025 01:36
Hello, world!
// compile with -Wall to see gcc's greatest warning
__attribute__((section(".text")))
double main[] = {
6.434034871449969e+125, 1.9656826314093183e-236,
1.1769183410865075e-94, 7.069851040752367e-260,
};
@alecjacobson
alecjacobson / denoise.sh
Last active May 1, 2025 05:53
Remove background audio noise from a video clip via the command line (using ffmpeg and sox)
#!/bin/bash
if [ -z "$2" ];then
echo 'USAGE:
denoise input.mov output.mov
OR
denoise input.mov output.mov [ambient-noise-start-time] [ambient-noise-duration] [sox-noisered-amount] [sox-norm-param]
@XVilka
XVilka / TrueColour.md
Last active November 27, 2025 14:11
True Colour (16 million colours) support in various terminal applications and terminals

THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.

PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!