Skip to content

Instantly share code, notes, and snippets.

View robertfeldt's full-sized avatar

Robert Feldt robertfeldt

View GitHub Profile

Keybase proof

I hereby claim:

  • I am robertfeldt on github.
  • I am rfeldt (https://keybase.io/rfeldt) on keybase.
  • I have a public key whose fingerprint is 317B 2492 B8B6 1B0C 809E 7BB0 BDEF 6A75 7436 70E0

To claim this, I am signing this object:

# Num authors in accepted (?) ICST papers according to the PC chairs intro presentation:
numauthors = [
(:usa, 82),
(:china, 58),
(:germany, 37),
(:sweden, 29),
(:japan, 21),
(:brazil, 17),
(:france, 17)]
@robertfeldt
robertfeldt / build.jl
Created November 25, 2014 10:35
Updated Blosc.jl build file to build lib with internal compressors
using BinDeps
vers = "1.5.0"
# Set to true to build locally with internal compressors:
build_locally_w_internal_compressors = true
#build_locally_w_internal_compressors = false
tagfile = "installed_vers"
target = "libblosc.$(Sys.dlext)"