Skip to content

Instantly share code, notes, and snippets.

@endolith
endolith / Has weird right-to-left characters.txt
Last active July 19, 2026 14:21
Unicode kaomoji smileys emoticons emoji
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶
@touilleMan
touilleMan / SimpleHTTPServerWithUpload.py
Last active January 19, 2026 05:55 — forked from UniIsland/SimpleHTTPServerWithUpload.py
Simple Python Http Server with Upload - Python3 version
#!/usr/bin/env python3
"""Simple HTTP Server With Upload.
This module builds on BaseHTTPServer by implementing the standard GET
and HEAD requests in a fairly straightforward manner.
see: https://gist.github.com/UniIsland/3346170
"""
@witmin
witmin / ffmpeg-mp4-to-animated-webp.md
Last active June 24, 2026 22:49
Convert MP4 file to animated WebP in ffmpeg

Convert MP4 file to animated WEBP file in ffmpeg CLI

1. Install ffmpeg CLI through homebrew

In terminal.app, install ffmpeg through homebrew

brew install ffmpeg

Validate the installation:

@nerdegem
nerdegem / ffmpeg.txt
Created April 4, 2023 18:25
Making GIFs with FFMPEG
https://engineering.giphy.com/how-to-make-gifs-with-ffmpeg/
How to make GIFs with FFMPEG
March 29, 2018 by Collin Burger
INTRODUCTION
To follow along, download media files here: https://github.com/cyburgee/ffmpeg-guide