Priscus Fogagnolo

Priscus Fogagnolo (born 17 April 1983) is an Australian mixed martial artist, multiple time National Judo Champion,[1] multiple time Pan Pacific Brazilian Jiu Jitsu Champion and two time National Greco Roman Wrestling Champion.[2][3] Priscus Fogagnolo represented Australia for Judo at the 2010 Judo World Championships[4]

Priscus Fogagnolo
Born (1983-04-17) 17 April 1983
Hobart, Tasmania
ResidenceHobart, Tasmania
NationalityAustralian
Height5 ft 8 in (1.73 m)
Weight186 lb (84 kg; 13.3 st)
DivisionLight Heavyweight (2005-2012)
Middleweight (2016)
Reach73.0 in (185 cm)
Fighting out ofHobart, Australia
TeamTeam Fogagnolo
Years active2005-current
Mixed martial arts record
Total11
Wins10
By knockout4
By submission6
Losses1
By knockout1
Websitehttps://www.facebook.com/priscusmma/
Mixed martial arts record from Sherdog

Mixed martial arts career

Priscus Fogagnolo started his mixed martial artist career with Cage Fighting Championships in Australia in 2008 up until an injury in 2012 forced him out of the sport. His only loss during that time was to James Te Huna.

Fogagnolo returned to MMA in February 2016 where he was due to fight Jesse Taylor for Hex Fight Series in Melbourne, Australia, but the fight was cancelled due to Jesse having visa problems.[5] Fogagnolo fought Daniel Way instead and was victorious by submission in round one.[6]

In May 2016, Fogagnolo won the Valor Fight Middleweight Championship in Hobart, Tasmania.[7]

gollark: `http_response` only appears in the code in what looks like one comment.
gollark: It doesn't seem to be.
gollark: There seems to be an `internet_ready` signal, I'll check if that's relevant to HTTP.
gollark: I have some code doing this```lualocal function fetch(url, data) local res, err = net.request(url, json.encode(data), { ["Content-Type"] = "application/json" }) if not res then error(url .. " error: " .. err) end local out = {} while true do local chunk, err = res.read() if err then error(url .. " error: " .. err) end if chunk then table.insert(out, chunk) else return table.concat(out) end endend```but it never appears to `computer.pullSignal` at all, so my accursed bare-metal multithreading thing™ doesn't work.
gollark: Is there a way to do `internet.request` (with an internet card) and anything else whatsoever concurrently?

References

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