Skip to content

Instantly share code, notes, and snippets.

INFO global: Vagrant version: 2.2.2
INFO global: Ruby version: 2.4.4
INFO global: RubyGems version: 2.6.14.1
INFO global: VAGRANT_EXECUTABLE="C:\\HashiCorp\\Vagrant\\embedded\\gems\\2.2.2\\gems\\vagrant-2.2.2\\bin\\vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\\HashiCorp\\Vagrant\\embedded"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_LOG="debug"
WARN global: resolv replacement has not been enabled!
DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/2.2.2/gems/vagrant-2.2.2/plugins/commands/box/plugin.rb
@leaveye
leaveye / 1.mk
Last active August 29, 2015 14:08
exporting make variables
define RULE
blah blah
and blah blah
endef
define FUN
pattern-of-$(1)-and-$(2)
endef
export FUN RULE
@leaveye
leaveye / sumsubseq.c
Created April 1, 2013 07:32
a max subsequence summary online judge
/**
* \file sumsubseq.c
* \brief Maximum sub-sequence summary
*
* \version 0.1.0
* \author Levi G
* \date 2013/04/01
*
* \sa http://acm.hdu.edu.cn/showproblem.php?pid=1003
*/