Richard Wilford

Richard Wilford is a horticulturist with a specialist interest in montane plants and geophytes,[1] who is a collections manager at the Royal Botanic Gardens, Kew. He is on the editorial committee of Curtis's Botanical Magazine and Kew Magazine and a member of the Royal Horticultural Society Daffodil and Tulip Committee.

Publications

Wilford, R. Tulips: Species and Hybrids for the Gardener (2006) Timber Press ISBN 0881927635

Wilford, R. Alpines, from Mountain to Garden (2010) Royal Botanic Gardens, Kew - Botanical Magazine Monograph ISBN 1842461729

Ed. Brian Mathew; Boyce. P, Mayo, S., Wilford, R., Bogner, J. Curtis's Botanical Magazine Volume 12, Part 3, August 1995 - devoted to the Araceae ASIN B007J9IX9U

Articles

Wilford, R. (2010). Tropaeolum tricolor. Curtis’s Botanical Magazine 27 (3): 262—267.[2]

Wilford, Richard (1999), "Roscoeas for the rock garden", Quarterly Bulletin of the Alpine Garden Society, 67 (1): 93–101

gollark: It's not very efficient. It was, as I said, basically a port of EWO to Node with networking and multiplayer hacked on top.
gollark: If it had a list of "visible entities" the rendering would be much faster. There isn't one.
gollark: You can't just trust clients.
gollark: ```javascriptconst getEnemy = (x, y) => { for (let i = 0; i < enemies.length; i++) { let other = enemies[i] if (other.x == x && other.y == y) return i } return -1}const getPlayer = (x, y) => { for (let i = 0; i < active_players.length; i++) { if (active_players[i]) { if (players[i].x == x && players[i].y == y) return i } } return -1}const getBonus = (x, y) => { for (let i = 0; i < bonuses.length; i++) { if (x == bonuses[i].x && y == bonuses[i].y) return i } return -1}```
gollark: This is for rendering the area around a player.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.