Aaron Tennant

Aaron Tennant (born 1991) is a Northern Irish lawn bowler.

Aaron Tennant
Personal information
Nationality Northern Ireland
Born1991 [1]
Sport
SportLawn bowls
ClubBallymoney BC (outdoors)

Bowls career

Tennant won the British Isles Pairs with Gary Kelly and the 2018 Hong Kong International Bowls Classic doubles with Ian McClure.[1] He is also a two time National Champion winning a pairs and fours title at the Irish National Bowls Championships.

In 2020 he was selected for the 2020 World Outdoor Bowls Championship in Australia.[2][1]

gollark: than making it compile in a `main` function and `subprocess`ing it.
gollark: Anyway, it compiles your entry to a shared library then invokes it via ctypes. I thought that this would be more elegant and efficient a
gollark: And yet it has GLOBALS in it?
gollark: ```pythondef c_wrapper(file): print("Compiling", file) temp = tempfile.mktemp(prefix="lib-compile-") print(temp) if subprocess.run(["gcc", file, "-o", temp, "-shared"]).returncode != 0: raise ValueError("compilation failed") library = ctypes.CDLL(temp) entry = library.entry entry.restype = ctypes.POINTER(ctypes.c_int)```Here's a bit of the *excellent* code.
gollark: Your entry is a function, it doesn't start up a process on every iteration or it would go slower.

References

  1. "World Bowls 2020 – Meet the Ireland Team". Irish Bowls Federation.
  2. "Ireland Team for World Bowls 2020". Irish Bowling Association.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.