Skip to content

Instantly share code, notes, and snippets.

View artemkin's full-sized avatar
🎯
Focusing

Stas artemkin

🎯
Focusing
View GitHub Profile
@artemkin
artemkin / Makefile
Last active September 26, 2019 07:03 — forked from porglezomp/Makefile
Multiple return types
all: union exn variant
%: %.cpp
clang++ -Wall -Wextra -Werror -std=c++17 -O3 $< -o $@
clean:
rm -f union exn variant
@artemkin
artemkin / subtitle-extract.txt
Created January 18, 2016 18:51 — forked from bmaeser/subtitle-extract.txt
extract subtitles from *.mkv-files on osx
lines with $ are commands
### install mkvtoolnix:
$ brew install mkvtoolnix
### list content of the mkv-file:
$ mkvmerge -i mymoviefile.mkv
### what will give you: