Samuel B. Fewell Jr.

Samuel Bruce Fewell Jr. (born July 8, 1939) was an American politician in the state of South Carolina and professional football player. He served in the South Carolina House of Representatives as a member of the Democratic Party from 1967 to 1976, representing York County, South Carolina. He played in the NFL from 1961 to 1963 and in the CFL in 1964. He is a lawyer.[1]

Samuel B. Fewell Jr.
Member of the South Carolina House of Representatives for York County
In office
1967–1976
Personal details
Born (1939-07-08) July 8, 1939
Rock Hill, South Carolina
Political partyDemocratic
Occupationlawyer

Football career

Sam Fewell
No. 57
Position:Offensive Tackle
Personal information
Born: (1939-07-08) July 8, 1939
Rock Hill, South Carolina
Height:6 ft 2 in (1.88 m)
Weight:250 lb (113 kg)
Career information
College:South Carolina
NFL Draft:1961 / Round: 11 / Pick: 145[2]
Career history
gollark: >contacts
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```

References

  1. "South Carolina Legislative Manual". Retrieved 12 January 2015.
  2. "Sam Fewell". profootballarchives.com. Retrieved July 15, 2020.


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