See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| (;GM[1]FF[4]CA[UTF-8]AP[CGoban:3]ST[2] | |
| RU[Japanese]SZ[19]KM[0.00] | |
| GN[Kogo's Joseki Dictionary]DT[25.02.2014]CP[see below]GC[Commercial distribution without permission and a link to the KJD web page is a copyright violation. Please ask for permission prior to distribution. | |
| Contact: kogo@waterfire.us. | |
| Updates available at: http://waterfire.us/joseki.htm. | |
| Copyright 1998-2014 by Gary Odom. | |
| Contributions 2010-2013 by Alexandre Dinerchtein. | |
| Contributions 2006-2007 by Andre Ay. | |
| Contributions 2000-2001 by Stefan Verstraeten. |
| { | |
| "emmet.syntaxProfiles" : { | |
| "javascript" : "jsx" | |
| }, | |
| "workbench.startupEditor" : "newUntitledFile", | |
| "editor.fontSize" : 16, | |
| "javascript.suggest.autoImports" : true, | |
| "javascript.updateImportsOnFileMove.enabled" : "always", | |
| "editor.rulers" : [ | |
| 80, |
| " Specify a directory for plugins | |
| call plug#begin('~/.vim/plugged') | |
| Plug 'neoclide/coc.nvim', {'branch': 'release'} | |
| Plug 'scrooloose/nerdtree' | |
| "Plug 'tsony-tsonev/nerdtree-git-plugin' | |
| Plug 'Xuyuanp/nerdtree-git-plugin' | |
| Plug 'tiagofumo/vim-nerdtree-syntax-highlight' | |
| Plug 'ryanoasis/vim-devicons' | |
| Plug 'airblade/vim-gitgutter' |
| https://vimeo.com/218703365 |
| javascript:(function(window, document, undefined) {try {var selectedText = document.getSelection().toString(); if (selectedText === ''){selectedText = window.location.href;} if(selectedText !== ''){var baseQRUrl = 'http://chart.apis.google.com/chart?cht=qr&chs=300x300&chl=' + encodeURIComponent(selectedText); window.open(baseQRUrl, '_blank', 'width=400,height=400');}} catch (e) {}})(window, document); |
| #!/bin/bash | |
| # latest-firefox Version 1.1 | |
| # This script will find the latest Firefox binary package, download it | |
| # and repackage it into Slackware format. | |
| # I don't use Firefox for regular browsing but it is handy for | |
| # comparative tests against Opera. :P | |
| # Copyright 2014 Ruari Oedegaard, Oslo, Norway |
| bla bla bla | |
| --snip | |
| --snip |