The Stoneleigh P

The Stoneleigh P is a historic bar and grill in the Uptown neighborhood of Dallas, Texas.

Exterior shot of The Stoneleigh P in the Uptown neighborhood of Dallas, Texas.

History

Originally a drugstore called the Stoneleigh Pharmacy, it was converted and renamed by Tom Garrison in 1977.[1][2] Garrison told D Magazine that he had simply smudged out the "harmacy" on the old sign, and that when he purchased the building there was a "leaking roof and rats the size of puppies."[1]

In the 1970s, it was a center for counter culture and a hangout for artists.[1] A 1980 fire burned the building to the ground, but it was rebuilt in the same location.[1][3] At the time of the 1980 fire, the Stoneleigh P was the favorite bar of Dallas restaurateur Shannon Wynne; suddenly finding himself without his favorite "watering hole" inspired Wynne and his friends to open his first bar.[4] The Stoneleigh P has maintained the same dark interior and recognizable red neon sign for its over 40 year history.[5]

Because of its long history and proximity to downtown Dallas, it has become a regular meeting spot for public events such as those run by the Dallas Historical Society.[1] In May 2018, former Dallas sheriff and Texas Democratic gubernatorial candidate Lupe Valdez had a campaign event at the Stoneleigh P with her supporters.[6] As journalist Jonathan Rienstra noted, "In a time when places have a troublesome tendency to exist for a blink of an eye, there’s something reassuring about how the P has maintained this corner of Uptown for more than 40 years, standing guard as young guns attempt in vain to establish themselves with gimmicks and false promises [. . .] It is a time capsule that holds thousands of stories."[5]

gollark: ```perl -wlne'END{print$n}eof&&$n++;/<title>([^<]+)/i&&$n--' *Contents 1 Interpretation 2 Implementations 2.1 In Perl 2.2 In shell scriptsInterpretationThe code in question (from the collection "The road to Perligata") is a lament over the coming apocalypse, an expression of the author's Weltschmerz and the futility of all human endeavors. Let us take it step by step:-wlne' The world is near its end.END{print$n} At the end the sum of all our sins and virtues will be reckoned and the judgement revealed.eof&&$n++; As the evil of mankind ends, perhaps the end itself is a positive thing./<title>([^<]+)/ We are preoccupied with fame and titlesi And insensitive to the suffering of others.&&$n-- All this is for nought, and only hastens our demise.' * For in the end, we are but stardust. ```
gollark: They'll probably say "lambdas are evil" because python hates functional programming a lot of the time.
gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.
gollark: Fun fact: that function cannot be written with a sane type in Go.

References

  1. "History of Dallas Food: Tom Garrison's Stoneleigh P - D Magazine". D Magazine. 2017-03-09. Retrieved 2018-08-18.
  2. "Days of Wine and Cherry Cokes", Texas Monthly, p. 10, July 1973, retrieved 28 August 2018
  3. "Only the Stoneleigh", Texas Monthly, p. 19, July 1981, retrieved 28 August 2018
  4. Francis, Robert. "Shannon Wynne finds his own path". Fortworthbusiness.com. Retrieved 2018-08-18.
  5. "Longtime Dallas watering hole Stoneleigh P bridges generation between father and son". CultureMap Dallas. Retrieved 2018-08-28.
  6. "Andrew White counters Lupe Valdez's targeted radio blitz with Austin TV ad". Dallas News. 2018-05-17. Retrieved 2018-08-18.


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