I hereby claim:
- I am danieldk on github.
- I am danieldk (https://keybase.io/danieldk) on keybase.
- I have a public key ASAWniFYEAa31daeO076vi8ZrP2x8bzpycLxFr3GTSun7Qo
To claim this, I am signing this object:
| diff --git a/PKGBUILD b/PKGBUILD | |
| index 3e09bcd..631d0e0 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -1,30 +1,32 @@ | |
| # Maintainer: Brendan Abolivier <brendan@cozycloud.cc> | |
| pkgname=xqilla | |
| -pkgver=2.3.2 | |
| +pkgver=2.3.3 | |
| pkgrel=1 |
| diff --git a/hdf5/repos/community-x86_64/PKGBUILD b/hdf5/repos/community-x86_64/PKGBUILD | |
| index db9267df556..d128844253c 100644 | |
| --- a/hdf5/repos/community-x86_64/PKGBUILD | |
| +++ b/hdf5/repos/community-x86_64/PKGBUILD | |
| @@ -16,9 +16,17 @@ depends=('zlib' 'bash') | |
| makedepends=('time' 'gcc-fortran') | |
| replaces=('hdf5-cpp-fortran') | |
| provides=('hdf5-cpp-fortran') | |
| -source=("https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2") | |
| +source=("https://support.hdfgroup.org/ftp/HDF5/releases/${pkgname}-${pkgver:0:4}/${pkgname}-${pkgver/_/-}/src/${pkgname}-${pkgver/_/-}.tar.bz2" |
| diff --git a/PKGBUILD b/PKGBUILD | |
| index 756a8f4..1d8ff4c 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -22,20 +22,23 @@ install='plex-media-server.install' | |
| source=('plexmediaserver.conf.d' | |
| 'plexmediaserver.service' | |
| 'plex.sysusers' | |
| - 'terms.txt') | |
| + 'terms.txt' |
I hereby claim:
To claim this, I am signing this object:
| use std::io; | |
| use std::fs; | |
| use std::env; | |
| use std::fmt; | |
| use std::process; | |
| use std::collections::{HashMap, HashSet}; | |
| use std::io::BufRead; | |
| pub fn or_exit<T, E: fmt::Display>(r: Result<T, E>) -> T { | |
| r.unwrap_or_else(|e: E| -> T { |
| package levenshtein | |
| import ( | |
| "math/rand" | |
| "testing" | |
| ) | |
| func randomString(r *rand.Rand, choice []rune, length int) []rune { | |
| str := make([]rune, 0, length) |
The Division of Computational Linguistics at the University of Tübingen, Germany is involved in the construction of research infrastructures for language resources and technology at the local, national, and European levels. See http://www.sfs.uni-tuebingen.de/en/ascl/projects.html for more information.
For the CLARIN and CLARIN-D projects, we are searching for a computer scientist or computational linguist with expertise and experience in one or more of the following areas: (scalable) web services, web applications, linked data, user interface design and implementation, including usability and user experience.
Programming experience in Java (or another object-oriented language) are required. Good command of German and good communication skills in English are expected.
An M.Sc. in Computer Science or a Ph.D. in Linguistics, Computational Linguistics, Computer Science, or related field is required.
The starting date for this full-time position is June 1st, 2015. The initial period of appointment is until Ma
| --- pl-6.6.6.orig/src/swipl-ld.c 2014-12-17 10:57:20.000000000 +0100 | |
| +++ pl-6.6.6/src/swipl-ld.c 2014-12-17 10:57:38.000000000 +0100 | |
| @@ -964,9 +964,6 @@ | |
| if ( !ld ) /* not specified */ | |
| { ld = (shared ? SO_LD : PROG_LD); | |
| - | |
| - if ( cppfiles.size > 0 && streq(ld, cc) ) | |
| - ld = cxx; | |
| } |
| package de.tuebingen.uni.sfs.clarind.jesque.listeners; | |
| import com.google.common.base.Preconditions; | |
| import net.greghaines.jesque.Job; | |
| import net.greghaines.jesque.utils.JedisUtils; | |
| import net.greghaines.jesque.worker.Worker; | |
| import net.greghaines.jesque.worker.WorkerEvent; | |
| import net.greghaines.jesque.worker.WorkerListener; | |
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; |
| Binary files dbxml-2.5.16.orig/db-4.8.26/dbinc/.atomic.h.un~ and dbxml-2.5.16/db-4.8.26/dbinc/.atomic.h.un~ differ | |
| diff -ruN dbxml-2.5.16.orig/db-4.8.26/dbinc/atomic.h dbxml-2.5.16/db-4.8.26/dbinc/atomic.h | |
| --- dbxml-2.5.16.orig/db-4.8.26/dbinc/atomic.h 2013-06-03 21:04:07.000000000 +0200 | |
| +++ dbxml-2.5.16/db-4.8.26/dbinc/atomic.h 2013-06-03 21:10:53.000000000 +0200 | |
| @@ -144,7 +144,7 @@ | |
| #define atomic_inc(env, p) __atomic_inc(p) | |
| #define atomic_dec(env, p) __atomic_dec(p) | |
| #define atomic_compare_exchange(env, p, o, n) \ | |
| - __atomic_compare_exchange((p), (o), (n)) | |
| + __atomic_compare_exchange_db((p), (o), (n)) |