I'm Just a Lucky So-and-So

"I'm Just a Lucky So-and-So" is a 1945 song composed by Duke Ellington, with lyrics written by Mack David.[1]

Notable recordings

Notes

  1. allmusic ((( Mack David > Overview )))
  2. "The Online Discographical Project". 78discography.com. Retrieved December 24, 2018.
  3. "allmusic.com". allmusic.com. Retrieved December 24, 2018.
  4. "The Online Discographical Project". 78discography.com. Retrieved December 24, 2018.
  5. "allmusic.com". allmusic.com. Retrieved December 24, 2018.
  6. "allmusic.com". allmusic.com. Retrieved December 24, 2018.
  7. "allmusic.com". allmusic.com. Retrieved December 24, 2018.
  8. "allmusic.com". allmusic.com. Retrieved December 24, 2018.


gollark: This isn't for sandboxing, though, just undoing what CraftOS does.
gollark: This is what mine does.
gollark: ```lua-- hacky magic to run our code and not the BIOS stuff-- this terminates the shell, which crashes the BIOS, which then causes an error, which is printed with printErrorlocal old_printError = _G.printErrorfunction _G.printError() _G.printError = old_printError -- Multishell must die. term.redirect(term.native()) multishell = nil term.setTextColor(colors.yellow) term.setBackgroundColor(colors.black) term.setCursorPos(1,1) term.clear() _G.polychoron = {version = version, process = process} polychoron.polychoron = polychoron polychoron.BSOD = BSOD for n, p in pairs(base_processes) do process.spawn(p, n) end os.queueEvent "event" -- so that processes get one free "tick" run_loop()end os.queueEvent "terminate"```
gollark: PotatOS's potatoscheduler uses a TLCO thing to escape this and run its own main loop.
gollark: Your ĸode is run in `parallel` along with `rednet.run` by default.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.