This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing `libvips` from source on Ubuntu 18.04 Bionic | |
(See the first comment at https://gist.github.com/apcro/99ced7c8a5b20fd77622e7394c2049ac for a formatted version of this gist) | |
<code> | |
wget https://github.com/libvips/libvips/releases/download/v8.8.2/vips-8.8.2.tar.gz | |
tar -xvf vips-8.8.2.tar.gz | |
cd vips-8.8.2 | |
./configure | |
</code> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env sh | |
# original from http://stackoverflow.com/a/30819570/187663 | |
if [ $# -lt 2 ] | |
then | |
echo "Usage: devert {input video filename} {input image filename}" | |
echo "Usage: devert {input video filename} {input image filename} {width} {height}" | |
echo "" | |
echo "Excluding the width and height will generate a video at 1280x720" | |
exit; | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use the following filter on AdBlock Plus to hide the News Feed on your GitHUb dashboard: | |
github.com##.news.column |