Bill Malley (golfer)

Bill Malley (born May 27, 1952) is an American professional golfer.

Malley was born in Oakland, California. As an amateur player, he won the U.S. Amateur Public Links and NCGA Public Links Championship in 1984.[1]

Malley played on the European Tour from 1985 to 1994.[2] He had eight top-ten finishes, including second place at the 1987 Jersey Open and the 1990 Wang Four Stars.[3] He also played on the European Seniors Tour in 2006 and 2007.[2]

Malley played on the Nike Tour in 1995 where his best finish was T-8 at the Nike Boise Open.[4]

Playoff record

European Tour playoff record (0–1)

No.YearTournamentOpponentsResult
1 1990 Wang Four Stars Michael Clayton, Rodger Davis,
Mark McNulty
Davis won with par on seventh extra hole
Malley and McNulty eliminated by par on first hole
gollark: ~~911~~ 916 (bugfix) bytes. Tiny, I know.
gollark: ```pythonimport syscode = input()l = len(code)acc = 0pos = 0incr = 1num_lookup = { "zero": 0, "one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six": 6, "seven": 7, "eight": 8, "nine": 9 }while pos < l: char = code[pos] if char == "i": h, g = list(range(pos + 1, l)), list(range(pos - 1, 0, -1)) for i in h + g if incr == 1 else g + h: if code[i] == "i": pos = (i + 1) % l break continue elif char == "p": pos += incr elif char == "a": acc += 1 elif char == "e": acc -= 1 elif char == "v": incr *= -1 elif char == "~": acc = 0 for x, n in enumerate(reversed(input().split(" "))): acc += 10**x * num_lookup[n] elif char == "`": sys.stdout.write(chr(acc)) elif char == "[": if acc != 0: acc = int(str(acc) + bin(acc)[2:]) else: print("wrong.") pos += incr```<@&731766254238433300> observe my highly amazing and golfed code.
gollark: Yes, JUSTICE FOR SOHNDAISFSPOUTIN!!!
gollark: Well, if I *am* allowed to post increasingly bad* versions, I might as well just submit my sort of vaguely working ish version?
gollark: <@332271551481118732> YOU COORDINATE EVENTS RIGHT

References

  1. "NCGA Public Links Championship". Retrieved October 8, 2015.
  2. "Bill Malley – Career Record". PGA European Tour.
  3. "Bill Malley – Results". PGA European Tour.
  4. "Bill Malley – Season Results". PGA Tour.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.