Taylorsport, Kentucky

Taylorsport is an unincorporated community in Boone County, Kentucky, in the United States.[1]

History

Founded in 1827 as a warehouse and ferry crossing at the mouth of Elijah's Creek marked the beginning of Taylorsport. In 1836, James Taylor Jr. of Campbell County established a ferry here and named the town after himself. Over the years, Taylorsport has lost a street, a row of houses, and a cemetery to the waters of the Ohio River.

Geography

Taylorsport is just north of Interstate 275, Exit 8. Sayler Park is on the other side of the Ohio River, north of Taylorsport. This is where the ferry crossing from Taylorsport went. Kentucky Route 8 runs right through Taylorsport as well.

Natural disasters

The Cincinnati Area F5 tornado

When the devastating tornado of 1974, part of the 1974 Super Outbreak, hit Sayler Park it also hit Taylorsport. It destroyed Morehead Marine Service, damaged 50 homes and 20 barns, 186 boats, and killed 50 dairy cows in both communities.

gollark: Somehow!
gollark: Well, combined with the rest of the code, it does!
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?

References



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