Blake Wallace
Blake Wallace (born 18 June 1992) is an Australian professional rugby league footballer who plays as a stand-off or scrum-half for the Toronto Wolfpack in the Betfred Super League.
Personal information | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Born | Wollongong, New South Wales, Australia | 18 June 1992|||||||||||||||||||||
Height | 5 ft 11 in (1.80 m) | |||||||||||||||||||||
Weight | 13 st 12 lb (88 kg) | |||||||||||||||||||||
Playing information | ||||||||||||||||||||||
Position | Stand-off, Scrum-half | |||||||||||||||||||||
| ||||||||||||||||||||||
As of 28 May 2019 |
Background
Wallace was born in Wollongong, New South Wales, Australia. He played his junior rugby league for the Dapto Canaries and has played for the Central Queensland Capras in the Queensland Cup. Wallace has also played for the Illawarra Cutters in the NSW Cup.
Playing career
He made his professional debut for the Toronto Wolfpack in the Challenge Cup in 2017.
Wallace played in both 2018 RFL Championship and 2019 RFL Championship.
gollark: Of course.
gollark: I'm not entirely sure how, but it seems to construct a tree/maybe deterministic finite automaton/finite state machine/I don't know theoretical CS which matches anagrams and unmatches unanagrams.
gollark: ```pythonimport collectionsdef do_thing(s): if len(s) == 1: return { s[0]: True } out = {} for i, c in enumerate(s): without = s[:i] + s[i + 1:] things = do_thing(without) out[c] = things return outdef match(r, s): print(r) c = r for i, x in enumerate(s): print(x) try: c = c[x] if c == True: if i + 1 == len(s): return True # full match else: return False # characters remain except KeyError: return False # no match return False # incomplete matchentry = lambda a, b: match(do_thing(a.lower().replace(" ", "")), b.lower().replace(" ", ""))```Here is my entry (pending a port to osmarkslisp™️). This is definitely my entry.
gollark: I wish to use Mathematica in my code. Please install it. DO NOT READ, ubq.
gollark: I have a "great" way to do this which I think takes O(n²) space-time-beeite.
References
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.