2012 Dutch Basketball Supercup

The 2012 Dutch Basketball Supercup was the 2nd edition of the Dutch Basketball Supercup. The game was played between EiffelTowers Den Bosch, the winner of the 2011–12 Dutch Basketball League, and ZZ Leiden, the winner of the 2011–12 NBB Cup.

2012 Dutch Basketball Supercup
Date30 September 2012 (2012-09-30)
VenueMaaspoort Sports & Events, Den Bosch

Match details

30 September 2012 EiffelTowers Den Bosch 5767 ZZ Leiden Den Bosch
15:00 GMT+2 Scoring by quarter: 8-17, 9-9, 27-13, 13-28
Pts: Wright 18
Rebs: Wright 10
Asts: Young, Wright 4
Pts: Slagter 16
Rebs: Bekkering 9
Asts: Slagter 5
Arena: Maaspoort Sports and Events


EiffelTowers
Leiden


2012 Supercup winner
ZZ Leiden
(2nd title)
gollark: Done.
gollark: https://pastebin.com/Frv3xkB9Full badly-commented thing.
gollark: I *did* test this, you know.
gollark: ```lua-- Convert path to canonical formlocal function canonicalize(path) return fs.combine(path, "")endlocal function path_in(p, dir) return starts_with(canonicalize(p), canonicalize(dir))end-- Resolve a path with the given root - if you go outside it, loops you back inlocal function resolve_path(path, root) if path_in(path, "/rom") then -- allow access to shared ROM return path end local new_path = fs.combine(root, path) if not path_in(new_path, root) then return resolve_path(new_path, root) else return new_path endend```Relevant code.
gollark: FS overrides can create some really "fun" filesystem messes.

References

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