I hereby claim:
- I am hkdobrev on github.
- I am hkdobrev (https://keybase.io/hkdobrev) on keybase.
- I have a public key whose fingerprint is BF8F D83B EEC4 314A FDFF 6C02 A0E6 4406 2DD8 4926
To claim this, I am signing this object:
INFO global: Vagrant version: 1.2.3 | |
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.2.3/plugins/communicators/ssh/plugin.rb | |
INFO manager: Registered plugin: ssh communicator | |
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.2.3/plugins/provisioners/cfengine/plugin.rb | |
INFO manager: Registered plugin: CFEngine Provisioner | |
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.2.3/plugins/provisioners/puppet/plugin.rb | |
INFO manager: Registered plugin: puppet | |
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.2.3/plugins/provisioners/shell/plugin.rb | |
INFO manager: Registered plugin: shell | |
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.2.3/plugins/provisioners/ansible/plugin.rb |
<?php namespace Vendor\Library; | |
use Another\Vendor\Library\ClassName; | |
abstract class ClassName extends AnotherClass implements Countable, Serializable | |
{ | |
const CONSTANTS = 'top'; | |
use someTrait, anotherTrait { | |
anotherTrait::traitMethod insteadof someTrait; |
# Folder view configuration files # | |
################################### | |
.DS_Store | |
Desktop.ini | |
# Thumbnail cache files # | |
######################### | |
._* | |
ehthumbs.db | |
Thumbs.db |
'use strict'; | |
var path = require('path'); | |
module.exports = function (grunt) { | |
// Load externally-defined tasks | |
grunt.loadTasks('tasks/grunt'); | |
// Load grunt tasks automatically |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Colours picked from https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues/ | |
### | |
# Label definitions | |
### | |
declare -A LABELS | |
# Platform |
#!/usr/bin/env bash | |
echo "Installing Brew..." | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
echo "Installing Brew Cask" | |
brew install caskroom/cask/brew-cask | |
echo "Installing VirtualBox" | |
brew cask install virtualbox |
git [add, stach, checkout, reset] --patch | |
git add --interactive | |
aliases for fast CLI usage | |
aliases for advanced functionality | |
hub https://hub.github.com | |
git log | |
git shortlog | |
git reflog | |
.mailmap | |
.gitattributes - export-ignore, better hunk headers, image diffs |