Tennis at the 1963 Summer Universiade
Tennis events were contested at the 1963 Summer Universiade in Porto Alegre, Brazil.
Medal summary
Event | Gold | Silver | Bronze |
---|---|---|---|
Men's Singles | |||
Men's Doubles | and Pawlik (FRG) |
and Mitsuru Motoi (JPN) |
and Stefano Gaudenzi (ITA) |
Women's Singles | |||
Women's Doubles | and Kunowitz (HUN) |
and Silva (URU) |
-- |
Mixed Doubles | and Giordano Maioli (ITA) |
and Leclerq (FRA) |
and Müller (FRG) |
Medal table
Rank | Nation | Gold | Silver | Bronze | Total |
---|---|---|---|---|---|
1 | 2 | 0 | 1 | 3 | |
2 | 1 | 1 | 2 | 4 | |
3 | 1 | 0 | 0 | 1 | |
1 | 0 | 0 | 1 | ||
5 | 0 | 1 | 1 | 2 | |
6 | 0 | 1 | 0 | 1 | |
0 | 1 | 0 | 1 | ||
0 | 1 | 0 | 1 | ||
Totals (8 nations) | 5 | 5 | 4 | 14 |
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.
gollark: I found an upside-down mappings table somewhere, which ought to help.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.