Riccardo Nowak

Riccardo Nowak (16 January 1885 in Bergamo 18 February 1950 in Bergamo) was an Italian fencer who took part in the 1908 Olympic Games in London.

Riccardo Nowak
Riccardo Nowak (first from right)
Personal information
Born(1885-01-16)16 January 1885
Bergamo, Italy
Died18 February 1950(1950-02-18) (aged 65)
Bergamo, Italy
Sport
SportFencing

Biography

Nowak won an Olympic silver medal in fencing at the 1908 Summer Olympics in London.[1][2] He was part of the Italian team that finished second in the sabre behind Hungary. The others in the team were Marcello Bertinetti, Sante Ceccherini, Alessandro Pirzio Biroli and Abelardo Olivier.

gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.
gollark: That would be wise.
gollark: No, I meant what format would the chat boxes be able to transmit to chat?

References

  1. "Olympics Statistics: Riccardo Nowak". databaseolympics.com. Retrieved 2010-04-05.
  2. "Riccardo Nowak Olympic Results". sports-reference.com. Archived from the original on 2020-04-18. Retrieved 2010-04-05.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.