I hereby claim:
- I am clemensg on github.
- I am clemensg (https://keybase.io/clemensg) on keybase.
- I have a public key whose fingerprint is 6209 82CC 6D32 5FC6 C1D7 1436 26E2 776B DA54 0501
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Here's what I did to get things working.
Yep, over at: https://developer.apple.com
| ** Invoke install (first_time) | |
| ** Invoke build:build (first_time) | |
| ** Invoke build:llvm (first_time) | |
| ** Execute build:llvm | |
| sh -c "/home/clemens/.rvm/src/rbx-2.2.10/vendor/llvm/configure --build=x86_64-unknown-linux-gnu --host=x86_64-unknown-linux-gnu --enable-optimized --disable-assertions --enable-targets=host,cpp" | |
| checking for x86_64-unknown-linux-gnu-clang... gcc | |
| checking for C compiler default output file name... a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... |
| diff -ur vsock-only/linux/notify.c ~vsock-only/linux/notify.c | |
| --- vsock-only/linux/notify.c 2014-07-04 15:12:12.286408886 +0200 | |
| +++ ~vsock-only/linux/notify.c 2014-07-04 15:13:16.573315661 +0200 | |
| @@ -516,7 +516,7 @@ | |
| PKT_FIELD(vsk, sentWaitingRead) = FALSE; | |
| #endif | |
| - sk->sk_data_ready(sk, 0); | |
| + sk->sk_data_ready(sk); | |
| } |
| #!/bin/sh | |
| # | |
| # init.d script for single or multiple unicorn installations. Expects at least one .conf | |
| # file in /etc/unicorn | |
| # | |
| # Modified by jay@gooby.org http://github.com/jaygooby | |
| # based on http://gist.github.com/308216 by http://github.com/mguterl | |
| # | |
| ## A sample /etc/unicorn/my_app.conf | |
| ## |
| #!/bin/sh | |
| # | |
| # init.d script for single or multiple unicorn installations. Expects at least one .conf | |
| # file in /etc/unicorn | |
| # | |
| # Modified by jay@gooby.org http://github.com/jaygooby | |
| # based on http://gist.github.com/308216 by http://github.com/mguterl | |
| # | |
| ## A sample /etc/unicorn/my_app.conf | |
| ## |
| #!/bin/sh | |
| # | |
| # init.d script for single or multiple unicorn installations. Expects at least one .conf | |
| # file in /etc/unicorn | |
| # | |
| # Modified by jay@gooby.org http://github.com/jaygooby | |
| # based on http://gist.github.com/308216 by http://github.com/mguterl | |
| # | |
| ## A sample /etc/unicorn/my_app.conf | |
| ## |
| require 'formula' | |
| class MacvimDrawer < Formula | |
| homepage 'https://github.com/alloy/macvim' | |
| head 'git://github.com/alloy/macvim.git', :branch => 'split-browser' | |
| def options | |
| [ | |
| # Building custom icons fails for many users, so off by default. | |
| ["--custom-icons", "Try to generate custom document icons."], |
| # To the extent possible under law, Christian Neukirchen has waived | |
| # all copyright and related or neighboring rights to the source code | |
| # in this file. | |
| # http://creativecommons.org/publicdomain/zero/1.0/ | |
| # | |
| # Minor changes by Clemens Gruber, 04.Oct. 2012: | |
| # * Added time measurement to tests | |
| # * Optimized rotl64 a little bit (roughly 30 percent faster), | |
| # because rotl64 is the function which is called most often. | |
| # |
| From 3a37b93f95081f697f9d0941360af7fcee701099 Mon Sep 17 00:00:00 2001 | |
| From: Clemens Gruber <clemensgru@gmail.com> | |
| Date: Sat, 15 Jun 2013 18:38:32 +0200 | |
| Subject: [PATCH] Fix Homebrew on OSX 10.9 Mavericks | |
| --- | |
| Library/Homebrew/os/mac/xcode.rb | 2 +- | |
| Library/Homebrew/superenv/macsystem.rb | 5 ++++- | |
| 2 files changed, 5 insertions(+), 2 deletions(-) |