Skip to content

Instantly share code, notes, and snippets.

View mattez's full-sized avatar

Matěj Kříž mattez

View GitHub Profile
@mattez
mattez / mpv-log-d7b8449b-7855-4441-bc89-caec1f769da1.txt
Created April 27, 2022 20:17
SubtiteEdit MPV log file - unable to lead YouTube video
[ 0.005][v][cplayer] mpv 0.34.0-265-g305332f8a0 Copyright © 2000-2022 mpv/MPlayer/mplayer2 projects
[ 0.006][v][cplayer] built on Sun Apr 17 11:25:20 UTC 2022
[ 0.006][v][cplayer] FFmpeg library versions:
[ 0.006][v][cplayer] libavutil 57.24.101
[ 0.006][v][cplayer] libavcodec 59.26.100
[ 0.006][v][cplayer] libavformat 59.22.100
[ 0.006][v][cplayer] libswscale 6.6.100
[ 0.006][v][cplayer] libavfilter 8.33.100
[ 0.006][v][cplayer] libswresample 4.6.100
[ 0.006][v][cplayer] FFmpeg version: git-2022-04-15-4e98cc29
@mattez
mattez / bootstrap-4-sass-mixins-cheat-sheet.scss
Last active November 29, 2019 06:15
Bootstrap 4 Sass Mixins [Cheat sheet with examples] #BS4
/* -------------------------------------------------------------------------- */
// All Bootstrap 4 Sass Mixins [Cheat sheet]
// @author http://anschaef.de
// @see https://github.com/twbs/bootstrap/tree/v4-dev/scss/mixins
/* -------------------------------------------------------------------------- */
// Grid variables
$grid-columns: 12 !default;
$grid-gutter-width: 30px !default;
@mattez
mattez / Space
Created October 18, 2016 15:42 — forked from nathanacurtis/Space
$space-inset-default = 16px 16px 16px 16px;
$space-inset-xs = 4px 4px 4px 4px;
$space-inset-s = 8px 8px 8px 8px;
$space-inset-m = 16px 16px 16px 16px;
$space-inset-l = 32px 32px 32px 32px;
$space-inset-xl = 64px 64px 64px 64px;
$space-stack-default = 0 0 16px 0;
$space-stack-xs = 0 0 4px 0;
$space-stack-s = 0 0 8px 0;
$space-stack-m = 0 0 16px 0;