See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| ffmpeg -i "in.avi" -bsf:v mpeg4_unpack_bframes -vcodec copy "out.avi" |
$ zmv -n '(.)(<->)(.[^.]#)' '$1$(($2+1))$3' # would rename x.0001.y to x.2.y. $ zmv -n '(.0#)(<->)(.[^.]#)' '$1$(($2+1))$3'
$ zmv '*' '${(L)f}'
$ autoload zmv
| ((oc, $) => { | |
| // see: https://github.com/opentable/oc/wiki/Browser-client#ocbuild-options | |
| const html = oc.build({ | |
| baseUrl: 'http://localhost:3030', | |
| name: 'pi-baltimore-special-offers-promo-banners', | |
| version: '1.X.X', | |
| parameters: { | |
| banner: 'purple-pasta' | |
| } | |
| }); |
| # Ruby is our language as asciidoctor is a ruby gem. | |
| lang: ruby | |
| before_install: | |
| - sudo apt-get install pandoc | |
| - gem install asciidoctor | |
| script: | |
| - make | |
| after_success: | |
| - .travis/push.sh | |
| env: |
This is a simple way to spot check that the modified image in your git index is the image you actually want without having to leave the command line.
Example: http://i.imgur.com/RUenUcM.png
img-ascii-diff somewhere (e.g. ~/bin/img-ascii-diff).attributes in ~/.config/git/attributes.~/.gitconfig and add the lines below, pointing to wherever you put img-ascii-diff.| // Just before switching jobs: | |
| // Add one of these. | |
| // Preferably into the same commit where you do a large merge. | |
| // | |
| // This started as a tweet with a joke of "C++ pro-tip: #define private public", | |
| // and then it quickly escalated into more and more evil suggestions. | |
| // I've tried to capture interesting suggestions here. | |
| // | |
| // Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_, | |
| // @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant, |
| <?php | |
| $spam_boxes = array( | |
| 'mailinator\.com', | |
| '6url\.com', | |
| 'dodgeit\.com', | |
| 'greensloth\.com', | |
| 'spam\.la', | |
| 'spamday\.com', | |
| 'tempinbox\.com', |
This is a plugin meant for Jekyll.
Example use:
Easily embed a YouTube video. Just drop this file in your _plugins directory.
{% youtube oHg5SJYRHA0 %}