I hereby claim:
- I am thomasjbradley on github.
- I am thomasjbradley (https://keybase.io/thomasjbradley) on keybase.
- I have a public key whose fingerprint is CE69 0D3C 8E37 6BD9 538B 9EDA 3154 4923 0C25 CE99
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| openssl genrsa -des3 -out server.key 1024 |
| <!DOCTYPE html> | |
| <html lang="en-ca"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title>{{header}}</title> | |
| <style> | |
| body { | |
| margin: 0; | |
| padding: 0; |
| #!/usr/bin/env node | |
| /** | |
| * # Slideshow to DVD | |
| * | |
| * Takes a folder of images and converts them into an MP4 and DVD slideshow. | |
| * Will resize and crop images to 720p (1280x720). | |
| * Expects music to be AAC M4A, though will likely work with other formats using the -m flag. | |
| * | |
| * ## Installation |
| /** | |
| * Detects the GitHub URL and redirects: | |
| * - From Repo to Pages | |
| * - or from Pages to Repo | |
| */ | |
| javascript:(function () { | |
| var url = document.location.href, | |
| username, | |
| repo, |
| /** | |
| * Opens the GitHub Issues page for the current repo in a new tab | |
| */ | |
| javascript:(function () { | |
| var url = document.location.href, finalUrl; | |
| if (!url.match(/github/)) { return; } | |
| finalUrl = url.match(/https\:\/\/github\.com\/[^\/]+\/[^\/]+/)[0]; |
I hereby claim:
To claim this, I am signing this object:
| MIT License | |
| Copyright (c) 2017 Thomas J Bradley | |
| Permission is hereby granted, free of charge, to any person obtaining a copy | |
| of this software and associated documentation files (the "Software"), to deal | |
| in the Software without restriction, including without limitation the rights | |
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| copies of the Software, and to permit persons to whom the Software is | |
| furnished to do so, subject to the following conditions: |
| @import url('https://fonts.googleapis.com/css?family=Lato:400,700'); | |
| /* | |
| BOILERPLATE | |
| ------------------------------------------------ | |
| */ | |
| @-moz-viewport { width: device-width; scale: 1; } | |
| @-ms-viewport { width: device-width; scale: 1; } | |
| @-o-viewport { width: device-width; scale: 1; } |