Arne Haber (arnehaber)

arnehaber

Geek Repo

Location:Wolfsburg, Germany

Github PK Tool:Github PK Tool

Arne Haber's repositories

xmind2latex

XMind to Latex is a tool that reads a XMind mind map and derives a structured latex document.

Language:CSSLicense:Apache-2.0Stargazers:11Issues:4Issues:13

actionsflow-workflows

actionsflow workflow

License:0BSDStargazers:0Issues:1Issues:0

bibtexbrowser

bibtexbrowser: publication lists with bibtex and PHP

Language:PHPStargazers:0Issues:1Issues:0

jsonschema2pojo

Generate Java types from JSON or JSON Schema and annotates those types for data-binding with Jackson, Gson, etc

Language:JavaLicense:Apache-2.0Stargazers:0Issues:1Issues:0

low-latency-primitive-concurrent-queues

Low latency, lock free, primitive bounded blocking queues backed by an primitive arrays such as an int[]. These classes mimic the interface of BlockingQueue, they work with primitive rather than Objects so are unable to actually implement the BlockingQueue. They take advantage of the Unsafe.putOrdered<X>, which allows the creation of non-blocking code with guaranteed writes. These writes will not be re-orderd by instruction reordering. Under the covers they use a faster store-store barrier, rather than the the slower store-load barrier, which is used when doing a volatile write. One of the trade off with this improved performance is we are limited to a single producer, single consumer.

Language:JavaLicense:Apache-2.0Stargazers:0Issues:1Issues:0

montiarc-examples

Contains MontiArc example projects (see http://www.monticore.de/languages/montiarc/).

Language:JavaLicense:LGPL-3.0Stargazers:0Issues:1Issues:0

ocean-waves

Ocean Waves is a simple android app that plays back the relaxing sound of ocean waves in a loop. After a certain time has passed, it stops playing the sound.

Language:JavaLicense:Apache-2.0Stargazers:0Issues:1Issues:9

openhab2-addons

Add-ons for openHAB 2.x

Language:JavaLicense:EPL-1.0Stargazers:0Issues:1Issues:0
Language:JavaLicense:Apache-2.0Stargazers:0Issues:1Issues:0