Skip to content

Instantly share code, notes, and snippets.

View d4rky-pl's full-sized avatar

Michał Matyas d4rky-pl

View GitHub Profile
@d4rky-pl
d4rky-pl / gist:9f197f9dbfa7db5e5845
Created April 24, 2015 18:24
error: 'this' pointer cannot be null in well-defined C++ code; pointer may be assumed to always convert to true [-Werror,-Wundefined-bool-conversion]
[2015-04-24 20:18:40] /Users/d4rky/.rvm/wrappers/ruby-2.2.1@rubinius/rake
current path: /Users/d4rky/.rvm/src/rbx-2.5.2
PATH=/Users/d4rky/.rvm/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/libtool/bin:/usr/local/opt/automake/bin:/usr/local/opt/autoconf/bin:/Applications/Postgres.app/contents/macos/bin:/Users/d4rky/.bin:/usr/local/bin:/Users/d4rky/android-sdk-macosx/apache-ant-1.9.4/bin:/Users/d4rky/android-sdk-macosx/tools:/Users/d4rky/android-sdk-macosx/platform-tools:/Users/d4rky/android-sdk-macosx/build-tools/19.1.0:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin
command(3): /Users/d4rky/.rvm/wrappers/ruby-2.2.1@rubinius/rake install --trace
** Invoke install (first_time)
** Invoke build:build (first_time)
** Invoke vm/vm (first_time)
** Invoke vm/gen/config_variables.h (first_time)
** Invoke library/rubinius/configuration.rb (first_time, not_needed)
** Invoke config.rb (first_time, not_needed)
@d4rky-pl
d4rky-pl / split_tab.py
Created February 7, 2012 20:18
Sublime Text Editor split view tabbing
#
# srsly Klausa...
#
# { "keys": ["super+shift+["], "command": "split_prev_view" },
# { "keys": ["super+shift+]"], "command": "split_next_view" },
# { "keys": ["super+alt+left"], "command": "split_prev_view" },
# { "keys": ["super+alt+right"], "command": "split_next_view" },
#