Please Don't Do It Here

"Please Don't Do It in Here" is a jazz song written by singer Billie Holiday, and composer Buster Harding and published by E.B. Marks. This is one of seven songs written by or co-written by Holiday that she never recorded.[1][2] The song was finally recorded by Laurie Krauz for her cd "Catch Me If You Can," released in 2001.

"Please Don't Do It in Here"
Single by Billie Holiday
RecordedLaurie Krauz
GenreJazz
Songwriter(s)Billie Holiday
Buster Harding

Buster Harding directed a recording session for Billie on August 17, 1949, which began an association culminating in his accompanying her as pianist from 1951 to mid 1953. It was during this period that they collaborated on a number of songs, including "Please Don't Do It in Here" and "You'd Do It Anyway."[1][3]

Notes

  1. Nicholson, Stuart (1997). Billie Holiday. Northeastern University Press. ISBN 1-55553-303-5.
  2. Billie Holiday (1984). THE BEST OF BILLIE HOLIDAY Songs Recorded and Made Famous By Lady Day. Hal Leonard Corporation. ISBN 0-7935-3687-1.
  3. Clarke, Donald (1994). Wishing On the Moon. Viking. ISBN 0-670-83771-7.
gollark: <@!222424031368970240> If you're trying to make a sandbox which can't be broken even if you know it's there and are deliberately trying to remove it here are some things to watch out for- `getfenv`- `os.queueEvent` (if you run code which does basically any IO outside of the sandbox/with access to non-sandbox functions)- `debug`- `load` (it has some weird environment quirks)- `io` (due to, again, environment weirdness, depending on how you load the new FS API it might still use the regular one)- potential meddling with global APIs like `string` and/or metatables, to confuse your sandboxing codeand to hide it you probably also want to worry about- `debug`- `string.dump`- `error` (you can generate stack tracebacks in a really convoluted way using it, which could allow detecting the sandbox)- `error` (in some very convoluted way you can generate stack tracebacks using this and thus realize
gollark: Proper sandboxing is extremely hard. But if you want to protect against people/things not actively attempting to break it you can do quite well.
gollark: What happened to make you want to avoid programming anyway?
gollark: I don't really care enough about replacing DokuWiki now to pay money for it.
gollark: Well, I'm not a very good programmer, I dislike some aspects of the design but can't figure out how to neatly replace them, and I am REALLY bad at focusing on large projects.

References

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