Skip to content

Instantly share code, notes, and snippets.

View j-tag's full-sized avatar
🤟
exit(0); is my garbage collector

Amoo Hesam j-tag

🤟
exit(0); is my garbage collector
View GitHub Profile
@fxthomas
fxthomas / pw-easylink
Last active March 22, 2024 21:19
Small tool to configure and maintain PipeWire links between sets of input/output port querie
@aslushnikov
aslushnikov / win-compile-ffmpeg.md
Last active September 16, 2022 07:35
Windows: Compiling FFMPEG 4.3.1 with only LIBVPX and a few filters

Windows: Compiling FFMPEG 4.3.1 with only LIBVPX and a few filters

My goal was to compile minimal FFMPEG binary on Windows with the following properties:

  • is statically-linked
  • has jpeg decoder
  • has vp8 encoder
  • has a few enabled filters
  • both win32 and win64

Here's my log as of September 3, 2020.

@aras-p
aras-p / preprocessor_fun.h
Last active April 12, 2024 17:24
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,