Blackwater Trail

Blackwater Trail is a 1995 Australian TV movie directed by Ian Barry and starring Judd Nelson. It was shot in Queensland.[1]

Blackwater Trail
Directed byIan Barry
Produced byJohn Sexton
Julie Foster
Written byAndrew Russell
StarringJudd Nelson
Dee Smart
Mark Lee
Peter Phelps
Rowena Wallace
CinematographyJohn Stokes
Edited byTim Wellburn
Production
company
Rutherford Films Holdings
Australian Film Finance Corporation
Pacific Film and Television Commission
Distributed byNetwork 10
Release date
1995
Running time
90 mins
CountryAustralia
LanguageEnglish

Cast

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

  1. Ed. Scott Murray, Australia on the Small Screen 1970-1995, Oxford Uni Press, 1996 p16


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.