- Do you have an Github account ? If not create one.
- Install required tools
- Latest Git Client
- gpg tools
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
# Ubuntu
sudo apt-get install gpa seahorse
# MacOS with https://brew.sh/
| Coverage Badges |
| #!/bin/bash | |
| # For this to work, you need to have ffmpeg | |
| # installed with libvorbis, theora and libvpx ENABLED | |
| # to do that in Homebrew: | |
| # brew reinstall ffmpeg --with-libvpx --with-libvorbis --with-theora | |
| # | |
| # encoding reference: | |
| # https://blog.mediacru.sh/2013/12/23/The-right-way-to-encode-HTML5-video.html |
| package main | |
| import ( | |
| "bytes" | |
| "crypto/md5" | |
| "encoding/hex" | |
| "fmt" | |
| "io" | |
| "os" | |
| "os/user" |
| #!/bin/sh | |
| # Called by "git push" after it has checked the remote status, | |
| # but before anything has been pushed. | |
| # | |
| # If this script exits with a non-zero status nothing will be pushed. | |
| # | |
| # Steps to install, from the root directory of your repo... | |
| # 1. Copy the file into your repo at `.git/hooks/pre-push` | |
| # 2. Set executable permissions, run `chmod +x .git/hooks/pre-push` |
| #!/bin/sh | |
| # Called by "git push" after it has checked the remote status, | |
| # but before anything has been pushed. | |
| # | |
| # If this script exits with a non-zero status nothing will be pushed. | |
| # | |
| # Steps to install, from the root directory of your repo... | |
| # 1. Copy the file into your repo at `.git/hooks/pre-push` | |
| # 2. Set executable permissions, run `chmod +x .git/hooks/pre-push` |
| //reddit: regulargabs | |
| //MIT license | |
| // USAGE: | |
| // go to http://www.twitch.tv/twitchplayspokemon | |
| // Paste the "components" that you want on the javascript console of your browser and run. | |
| // ############### | |
| // # COMPONENTS: # | |
| // ############### |