Skip to content

Instantly share code, notes, and snippets.

View tisba's full-sized avatar
🚀
Perf Testing all the Things!

Sebastian Cohnen tisba

🚀
Perf Testing all the Things!
View GitHub Profile
// patch riak-js
var Meta = require("riak-js/lib/meta");
if (!_.contains(Meta.keywords, "agent")) {
Meta.keywords.push("agent");
}
// "use" patch
var options = {}; // set your riak-js options here
==> Downloading http://downloads.sourceforge.net/project/justniffer/justniffer/justniffer%200.5.11/justniffer_0.5.11.tar.gz
Already downloaded: /Library/Caches/Homebrew/justniffer-0.5.11.tar.gz
tar xf /Library/Caches/Homebrew/justniffer-0.5.11.tar.gz
==> Patching
/usr/bin/patch -f -p1 -i 000-homebrew.diff
patching file lib/libnids-1.21_patched/configure.gnu
==> ./configure --prefix=/usr/local/Cellar/justniffer/0.5.11
./configure --prefix=/usr/local/Cellar/justniffer/0.5.11
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
source "https://rubygems.org"
gem "celluloid-redis"
./rebar get-deps
Uncaught error in rebar_core: {'EXIT',
{badarg,
[{re,split,
[[80,82,79,77,80,84,61,36,40,114,118,109,95,
112,114,111,109,112,116,41,37,123,37,40,
63,46,37,123,37,98,37,115,37,117,27,91,48,
48,109,37,125,46,37,83,41,37,125,37,123,
27,91,51,50,109,37,125,36,40,103,101,116,
95,103,105,116,95,112,114,111,109,112,116,
2.0.0 --trace
rvm 1.18.11 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
/Users/basti/.rvm/scripts/cli:745 __rvm_parse_args:672 while case case[[ -n 5.0.2 ]]
/Users/basti/.rvm/scripts/cli:780 __rvm_parse_args:707 while if[[ -z install ]]
/Users/basti/.rvm/scripts/cli:783 __rvm_parse_args:710 while if[[ error == install || 0 -eq 1 || -n '' ]]
/Users/basti/.rvm/scripts/cli:89 __rvm_parse_args:16 while[[ -n '' ]]
/Users/basti/.rvm/scripts/cli:788 __rvm_parse_args:715 : rvm_ruby_args:0::
/Users/basti/.rvm/scripts/cli:790 __rvm_parse_args:717 if[[ -n '' ]]
CC = gcc-4.2
LD = ld
LDSHARED = gcc-4.2 -dynamic -bundle
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Werror=pointer-arith -Werror=write-strings -Werror=declaration-after-statement -Werror=shorten-64-to-32 -Werror=implicit-function-declaration -pipe
XCFLAGS = -include ruby/config.h -include ruby/missing.h -D_FORTIFY_SOURCE=2 -fstack-protector -fno-strict-overflow -fvisibility=hidden -DRUBY_EXPORT
CPPFLAGS = -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE -D_DARWIN_UNLIMITED_SELECT -D_REENTRANT -I/usr/local/opt/libyaml/include -I/usr/local/opt/readline/include -I/usr/local/opt/libxml2/include -I/usr/local/opt/curl-ca-bundle/include -I/usr/local/opt/sqlite/include -I. -I.ext/include/x86_64-darwin12.2.1 -I./include -I.
DLDFLAGS = -Wl,-undefined,dynamic_lookup -Wl,-multiply_defined,suppress -L/usr/local/opt/libyaml/lib -L/usr/local/opt/readline/lib -L/usr/local/opt/libxml2/lib -L/usr/local/opt/curl-ca-bund
+set r_fullscreen "1" +set r_customaspect "1" +set r_customwidth "1440" +set r_customheight "900" +set r_mode "-1" +set fs_game cpma'
require "nokogiri"
some_data = nil
builder = Nokogiri::XML::Builder.new encoding: "UTF-8" do |xml|
xml.root do
# insert <options> first, and keep
# a reference to this node
options_node = xml.options
# Verdienstziele und weitere Parameter
# ===============================================================================================
Jahr=2012
# Gewerbesteuer berücksichtigen, "ja" oder "nein"?
GewerbesteuerEinrechnen = "nein"
# Jeweilige Jahresziele sollten in 10 Monaten erreicht werden
# ...wegen Weiterbildungen, Urlaub, Krankheit, Open Source Contribution
# MaxStd entspricht dabei dann 100% Auslastung
1.9.3-p194 migration-test ➜ rake db:setup --trace
** Invoke db:setup (first_time)
** Invoke db:schema:load_if_ruby (first_time)
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
** Execute db:load_config
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:create
db/development.sqlite3 already exists