Skip to content

Instantly share code, notes, and snippets.

@AlfredJKwack
AlfredJKwack / convertMovie.bash
Created October 9, 2019 22:42
Bash script to automate compression of movie files using ffmpeg. Expects helper scripts from github.com/natelandau/dotfiles/
#!/usr/bin/env bash
_mainScript_() {
# Compresses movies with some sensible settings
# run the script with no options or -h for usage details.
header "---------[ Sensible movie compession script ]---------"
# Verify that minCompression is a number
re='^[0-9]+$'
@AlfredJKwack
AlfredJKwack / index.html
Created September 29, 2019 07:35
Dynamic maze using old school commodore 64 font
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>10 PRINT CHR$(205.5+RND(1)); : GOTO 10</title>
<style>
@font-face {