Skip to content

Instantly share code, notes, and snippets.

View DiBop's full-sized avatar
💭
I copy and paste code

Di Bop DiBop

💭
I copy and paste code
View GitHub Profile
@harvzor
harvzor / linux-mint-22.1-with-emoji-picker.md
Last active December 1, 2025 04:49
Linux Mint 22.1 With Emoji Picker Like In Windows 10/11

Linux Mint 22.1 With Emoji Picker Like In Windows 10/11

How it works on Windows

If you're coming from Windows 10/11, you may be used to being able to hit 🪟 + . on your keyboard like:

image

You can then search for an emoji using the emoji picker that pops up:

@warewolf
warewolf / remarkable.pl
Last active March 10, 2022 23:48
PDF/EPUB from email to remarkable cloud
#!/usr/bin/perl
use strict;
use warnings;
use MIME::Parser;
use Data::Dumper;
use List::Util qw(first);
$ENV{RMAPI_HOST}='https://rmfakecloud.example.com/';
@nickkraakman
nickkraakman / ffmpeg-cheatsheet.md
Last active December 4, 2025 12:18
FFmpeg cheat sheet for 360 video

FFmpeg Cheat Sheet for 360º video

Brought to you by Headjack

 
FFmpeg is one of the most powerful tools for video transcoding and manipulation, but it's fairly complex and confusing to use. That's why I decided to create this cheat sheet which shows some of the most often used commands.

 
Let's start with some basics:

  • ffmpeg calls the FFmpeg application in the command line window, could also be the full path to the FFmpeg binary or .exe file