DBL Most Improved Player

The Dutch Basketball League Most Improved Player is an award that is yearly given to the most improved player in the DBL, the highest professional basketball league in the Netherlands. The award is handed out after the regular season. The award is handed out by the FEB (Federatie Eredivisie Basketbal).


Dutch Basketball League awards, honours, and leaders
Individual awards
Honors
Statistical leaders

Winners

Worthy de Jong won the inaugural award in 2011.
Leon Williams was named Most Improved Player in 2012.
Key
Player (X) Name of the player and number of times they had won the award at that point (if more than one)
Nationality Nationality as registered by FIBA, player may hold more nationalities
Indicates multiple award winners in the same season
Denotes the club were DBL champions in the same season
Season Player Position Nationality Team Ref
2010–11 Worthy de Jong Guard  NetherlandsZZ Leiden[1]
2011–12 Leon Williams Guard  NetherlandsRotterdam Basketbal College[2]
2012–13 Jeroen van der List Forward/Center  NetherlandsDen Helder Kings[3]
2013–14 Jeroen van der List (2) Forward/Center  NetherlandsDen Helder Kings[4]
2014–15 Yannick Franke Guard  NetherlandsChallenge Sports Rotterdam
2015–16 Grant Gibbs Guard  United StatesLandstede
2016–17 Maarten Bouwknecht Guard  NetherlandsNew Heroes Den Bosch
2017–18 Sam van Dijk Guard  NetherlandsBAL
2018–19 Rienk Mast Forward/Center  NetherlandsDonar[5]

Awards won by nationality

Country Total
 Netherlands 8
 United States 1

Awards won by club

Country Total
Rotterdam 2
Den Helder Kings 2
ZZ Leiden 1
Den Bosch 1
Landstede Zwolle 1
BAL 1
Donar 1
gollark: ```pythonimport argparse,subprocess,random,stringparser = argparse.ArgumentParser(description="Compile a WHY program using WHYJIT.")parser.add_argument("input",help="File containing WHY source code")parser.add_argument("-o","--output",help="Filename of the output executable to make",default="./a.why")parser.add_argument("-O","--optimize",help="Optimization level",type=int,default="0")#parser.add_argument("-d","--drawkcab",help=".sdrawkcab elif ecruos YHW eht ssecorP")args = parser.parse_args()def randomword(length): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(length))def which(program): proc = subprocess.run(["which",program],stdout=subprocess.PIPE) if proc.returncode == 0: return proc.stdout.replace(b"\n",b"") else: return Nonedef find_C_compiler(): compilers = ["gcc","clang","tcc","cc"] for compiler in compilers: path = which(compiler) if path != None: return pathdef build_output(code,max): #if args.drawkcab: code = code[::-1] C_code = f"""#define QUITELONG long long intconst QUITELONG max = {max};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ heredoc = randomword(100) devnull = "2>/dev/null" shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-tooTMP3=/tmp/dont-look-here cat << {heredoc} > $TMP1{C_code}{heredoc}sed -e '1,/^exit \$?$/d' "$0" > $TMP3chmod +x $TMP3$TMP3 -x c -o $TMP2 $TMP1chmod +x $TMP2$TMP2exit $?""".encode("utf-8") with open(find_C_compiler(),"rb") as f: return shell_script + f.read()with open(args.input,"r") as f: contents = f.read() looplen = max(1000,(2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(args.output,"wb") as out: out.write(code)```
gollark: (and so, code gold was invented)
gollark: Maybe if I compress it manually a bit...
gollark: OH COME ON, this code is less than 2000 characters. Stupid DIsqord.
gollark: Clyde says `Your message could not be delivered because you don't share a server with the recipient or you disabled direct messages on your shared server, recipient is only accepting direct messages from friends, or you were blocked by the recipient.`. Stupid Clyde.

References

General

  • "Most Improved Player". J-dus.com (in Dutch). Retrieved April 18, 2014.

Specific

  1. "Most Improved Player | Basketballhistorie". J-dus.com. 2011-04-28. Retrieved 2014-04-01.
  2. Naam (verplicht) (2012-04-27). "Leon Williams = Most Improved Player 2012 | Challenge Sports Rotterdam". Rotterdambasketbalcollege.wordpress.com. Retrieved 2014-04-01.
  3. "Den Helder Kings - Jeroen van der List uitgeroepen tot". Denhelderkings.nl. 2013-04-16. Retrieved 2014-04-01.
  4. "Meeste seizoensprijzen naar GasTerra Flames". iBasketball (in Dutch). 2014-04-22. Archived from the original on 2014-04-22. Retrieved 2014-04-22.
  5. "Mast is de Most Improved Player". basketballleague.nl. Archived from the original on 19 April 2019. Retrieved 23 April 2019.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.