Edward Huson

Edward Louis Huson (1881-1951), was a male badminton player from England.[1]

Edward Huson
Personal information
Country England
Born1881
Mumbai
Died1951
Taunton

Badminton career

Huson born in India was a winner of the All England Open Badminton Championships. He won the 1903 doubles with Stewart Marsden Massey.[2]

gollark: You could also make it do `while #primes < tuning do`.
gollark: The `ipairs` iterator gives us `key, value` for each item of the table (in order). The key is unnecessary here, so it's just bound to `_`, the convention I've seen a lot for variables you're discarding.
gollark: As you can see, you don't actually need to explicitly compute the length anywhere.
gollark: Here's how I would do it:```lualocal function divisible_by_any(n, factors) for _, factor in ipairs(factors) do if n % factor == 0 then return true end end return falseendlocal primes = { 2, 3 }for i = 2, 100 do if not divisible_by_any(i, primes) then table.insert(primes, i) endendfor _, prime in ipairs(primes) do print(prime) end```
gollark: I can't actually read that because ææææ my eyes but it looks like the same thing with less whitespace.

References

  1. "History". All England Badminton.
  2. Matthews/Morrison, Peter/Ian. The Guinness Encyclopaedia of Sports Records and Results. Guinness Superlatives Ltd. pp. 74-78. ISBN 0-85112-492-5.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.