Sher Valenzuela

Cheryl "Sher" Valenzuela is an American small-business owner and politician. She was the Republican candidate for Lieutenant Governor of Delaware in 2012 and unsuccessfully ran for the Republican nomination for State Treasurer of Delaware in 2014.

Cheryl "Sher" Valenzuela
Personal details
Political partyRepublican
Spouse(s)Eli
ResidenceMilford, Delaware
OccupationBusinesswoman and politician
ProfessionSmall-business owner

Background

Valenzuela married her husband Eli and moved to Delaware in the early 1990s to care for her aging mother in neighboring New Jersey. She is a mother of three sons in a blended family, with Ian from her previous marriage, Simon from her current husband, and Pedro whom they adopted. Her second son, Simon, was diagnosed as autistic and Valenzuela describes the fight to overcome the negative prognosis as one of the reasons she would start her small business.

She and her husband are the vice president and president,[1] respectively, of their own small business, First State Manufacturing, an industrial upholstery company based in Milford, Delaware. For her efforts and contributions to the Delaware economy, Valenzuela was awarded the Small Business Administration's Small Businessperson of the Year Award in 2012. First State Manufacturing employs approximately 60 people and provides a variety of goods ranging from seat covers for restaurants, to engine covers for the United States Air Force, to ballistic vests for the Israel Defense Forces.

Political career

Valenzuela speaking at the 2012 Republican National Convention in Tampa, Florida

In April 2012, Valenzuela was nominated by the Delaware Republican Party as its candidate for Lieutenant Governor. She ran against incumbent Democrat Matthew Denn and Libertarian challenger Margie Waite-McKeown.[2]

On August 28, 2012, Valenzuela spoke at the 2012 Republican National Convention in Tampa, Florida.[3] She spoke that night between fellow Republican women candidates Mia Love, the incumbent mayor of Saratoga Springs, Utah, and nominee for the U.S. House of Representatives in Utah's 2nd congressional district; and Cathy Rodgers, the incumbent U.S. Representative for Washington's 5th congressional district.

On November 6, 2012, the 2012 Delaware lieutenant gubernatorial election took place, where Valenzuela lost to incumbent Denn. She received 37.1% of the vote, versus Denn's 61.6%, and only held a lead in Sussex County, failing to receive a majority of votes in Kent County, New Castle County, or the greater Wilmington metropolitan area. Valenzuela, however, did lose by a smaller margin to her opponent than did any of the other statewide Republican candidates in the state.

In 2014, Valenzuela ran for State Treasurer of Delaware. She was defeated in the Republican primary by Ken Simpler following a contentious race marked by infighting and with outside spending behind both candidates, who frequently criticized each other.[4]

Electoral history

Lieutenant Governor of Delaware, 2012 (General)
Party Candidate Votes % ±
Democratic Matthew Denn (incumbent) 238,957 61.6 -
Republican Cheryl "Sher" Valenzuela 143,978 37.1 -
Libertarian Margie Waite-McKeown 5,206 1.3 -
State Treasurer of Delaware, 2014 (Primary)
Party Candidate Votes % ±
Republican Ken Simpler 13,491 53.88 -
Republican Cheryl "Sher" Valenzuela 11,549 46.12 -
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```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
gollark: Are you less utilitarian with your names than <@125217743170568192> but don't really want to name your cool shiny robot with the sort of names used by *foolish organic lifeforms*? Care somewhat about storage space and have HTTP enabled to download name lists? Try OC Robot Name Thing! It uses the OpenComputers robot name list for your... CC computer? https://pastebin.com/PgqwZkn5
gollark: I wanted something to play varying music in my base, so I made this.https://pastebin.com/SPyr8jrh is the CC bit, which automatically loads random tapes from a connected chest into the connected tape drive and plays a random track. The "random track" bit works by using an 8KiB block of metadata at the start of the tape.Because I did not want to muck around with handling files bigger than CC could handle within CC, "tape images" are generated with this: https://pastebin.com/kX8k7xYZ. It requires `ffmpeg` to be available and `LionRay.jar` in the working directory, and takes one command line argument, the directory to load to tape. It expects a directory of tracks in any ffmpeg-compatible audio format with the filename `[artist] - [track].[filetype extension]` (this is editable if you particularly care), and outputs one file in the working directory, `tape.bin`. Please make sure this actually fits on your tape.I also wrote this really simple program to write a file from the internet™️ to tape: https://pastebin.com/LW9RFpmY. You can use this to write a tape image to tape.EDIT with today's updates: the internet→tape writer now actually checks if the tape is big enough, and the shuffling algorithm now actually takes into account tapes with different numbers of tracks properly, as well as reducing the frequency of a track after it's already been played recently.

See also

References

  1. "First State Manufacturing – Who We Are". First State Manufacturing. Archived from the original on September 1, 2012.
  2. "Delaware Department of Elections - Candidates Filed for the 2012 General Election". State of Delaware.
  3. Parkinson, John (August 28, 2012). "Sher Valenzuela Set to Burst onto Scene During Primetime Address at GOP Convention". ABC News. Retrieved June 25, 2015.
  4. Starkey, Jonathan (September 3, 2014). "In Treasury Race, GOP Also Fighting Itself". The News Journal. Retrieved June 25, 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.