Skip to content

Instantly share code, notes, and snippets.

View marcin-gryszkalis's full-sized avatar

Marcin Gryszkalis marcin-gryszkalis

View GitHub Profile
-- autoloadtxt.lua
-- autoload .txt subtitles respecting --sub-auto setting
-- hacked from autoload.lua
local msg = require 'mp.msg'
local options = require 'mp.options'
local utils = require 'mp.utils'
o = { disabled = false }
@ggl
ggl / htpasswd.pl
Last active July 29, 2024 13:22
htpasswd in perl, no need to install apache tools
#!/usr/bin/env perl
#
# htpasswd.pl
#
# Copyright (c) 2013, Gelu Lupas <[email protected]>
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#