Michael Restovich
Michael Jerome Restovich (born January 3, 1979) is an American / Serbian former professional baseball first baseman and outfielder.
Michael Restovich | |||
---|---|---|---|
![]() Restovich with the Chicago White Sox during spring training in 2009. | |||
Outfielder | |||
Born: Rochester, Minnesota | January 3, 1979|||
| |||
Professional debut | |||
MLB: September 18, 2002, for the Minnesota Twins | |||
NPB: March 20, 2008, for the Fukuoka SoftBank Hawks | |||
Last appearance | |||
MLB: May 5, 2007, for the Washington Nationals | |||
NPB: September 15, 2008, for the Fukuoka SoftBank Hawks | |||
MLB statistics | |||
Batting average | .239 | ||
Home runs | 6 | ||
Runs batted in | 21 | ||
Teams | |||
High school career
Restovich attended Mayo High School in Rochester, Minnesota, where after his senior season in 1997 he was named player of the year for the state of Minnesota, and also made the All-American team.[1]
Professional career
Minnesota Twins
The Minnesota Twins selected Restovich in the second round of the 1997 MLB draft. In 1998, he played for the Rookie-Class Elizabethton Twins,[2]
Chicago White Sox
In January 2009, he signed a minor league contract with the Chicago White Sox with an invitation to spring training.[3]
Los Angeles Dodgers
On January 8, 2010, Restovich signed a minor league deal with the Los Angeles Dodgers with an invite to spring training.[4]
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
References
- Official Player Profile
- "White Sox invite 18 to camp". iht.com. Associated Press. 2009-01-12. Retrieved 2009-01-12.
- Gurnick, Ken (2010-01-08). "Dodgers sign Ortiz, Restovich to Minors". mlb.com.
External links
- Career statistics and player information from Baseball-Reference, or Fangraphs, or Baseball-Reference (Minors), or MiLB.com, or Retrosheet
- Sportsnet
- Pelota Binaria (Venezuelan Winter League)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.