Midnight Garden
Midnight Garden is a collaborative album between Brad Roberts of the Crash Test Dummies and singer-songwriter Rob Morsberger.
Midnight Garden | |
---|---|
Studio album by | |
Released | September 13, 2012 |
Genre | Rock, pop |
Length | 32:59 |
Label | Hieroglyph Records |
Track listing
All tracks are written by Brad Roberts and Rob Morsberger.
No. | Title | Length |
---|---|---|
1. | "He Heard a Melody" | 2:33 |
2. | "Midnight Garden" | 2:57 |
3. | "Venus Flytrap" | 2:53 |
4. | "Nail It Down" | 2:20 |
5. | "The Man and the Birds" | 2:58 |
6. | "Don't Mistake My Charity" | 2:49 |
7. | "The Breeze" | 3:02 |
8. | "Faith nor Doubt" | 2:19 |
9. | "At the Ledge" | 3:21 |
10. | "Dead Ahead" | 2:59 |
11. | "All the Songs Have Been Written" | 4:48 |
gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.