Augustin Kubizek
Augustin Kubizek (Vienna, 15 October 1918 - 24 March 2009) was an Austrian choir conductor and composer. He was the oldest son of August Kubizek, who had lodged with Adolf Hitler.[1]
Works, editions and recordings
- Gaudia matris – on collection Jakobs Stern ist aufgegangen CD Carus Verlag
gollark: Yes, which is quite limiting vs OpenCL, which is basically the same but cross-platform.
gollark: I'm fairly sure it only runs on NvIDIa GPus.
gollark: is probably better since it's not nVidia-specific.
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
References
- Hitler's Vienna: A Portrait of the Tyrant As a Young Man - Page 415 Brigitte Hamann, Hans Mommsen - 2010 "Kubizek's three sons became teachers and musicians. Augustin Kubizek is a well-known choir conductor and composer. "
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.