Skip to content

Instantly share code, notes, and snippets.

@cbarca
cbarca / keybase.md
Created November 9, 2018 14:17
Public gist for keybase

Keybase proof

I hereby claim:

  • I am cbarca on github.
  • I am cbarca (https://keybase.io/cbarca) on keybase.
  • I have a public key ASDPi-XkHP0UYt-VQ3B_umm4N-u5F8SEislw-wyAk9xq0wo

To claim this, I am signing this object:

@cbarca
cbarca / .vimrc
Created September 16, 2013 14:42
my .vimrc (is based on Vundle + many other plugins)
"-----------------------------------------------"
" Author: timsateroy@gmail.com "
" Homepage: http://www.thevoid.no "
" Source: http://github.com/timss/vimconf "
" Date: 31.08.13 (rougly) "
"-----------------------------------------------"
" vimconf is not vi-compatible
set nocompatible
@cbarca
cbarca / run_on_das4.sh
Created September 6, 2013 10:16
Ajira run application
#!/bin/bash
NNODES=8
JAR_PATH="/path/to/querypie.jar"
JVM_ARGS="-Xmx8G -Djava.io.tmpdir=/path/to/tmp -Dibis.pool.name=pool_name
-Dibis.server.address=address_of_your_started_ibis_server:port
-Dibis.pool.size=$NNODES -Dlogback.configurationFile=/path/to/logback.xml"
INPUT="/path/to/input"
OUTPUT="/path/to/output"
# default main class on build "BenchmarkSorting"
@cbarca
cbarca / .screenrc
Created September 6, 2013 10:15
Screen config file
# Skip the startup message
startup_message off
# go to home dir
chdir
# Automatically detach on hangup.
autodetach on
# Change default scrollback value for new windows