Thursday, July 31, 2014

Tuesday, July 29, 2014

Chrissie Hynde - Dark Sunglasses

Chrissie Hynde - Dark Sunglasses



http://en.wikipedia.org/wiki/Splatter_film

- Torture Porn 2007

Descubriendo a Bergman 2013
"Trespassing Bergman" (original title)
    · 

ED Sheeran

Create dummy file (random)

Quickly creating large files

I’m surprised how many people never think to do this…. but it makes it quite easy.
If you need a large text file, perhaps with 1,000s of lines (or even bigger) – just use doubling to your advantage! For example, create 10 lines. Then use vi (or other editor) to copy the entire file to itself – now 20 lines. If you remember how a geometric progression goes, you’ll have your 1,000s of lines rather fast:
  1. 10 lines…
  2. 20 lines…
  3. 40 lines…
  4. 80 lines…
  5. 160 lines…
  6. 320 lines…
  7. 640 lines…
  8. 1280 lines…
  9. 2560 lines…
  10. 10240 lines…
Ten steps and we’re at 10,000+ lines. In the right editor (vi, emacs, etc.) this could be a macro for even faster doubling. This doubling could also be used at the command line:
cat file.txt >> file.txt
Combined with shell history, that should double nicely – though using an editor would be more efficient (fewer disk reads and writes).
When writing code, often programmers will want to set things off with a line of asterisks, hash marks, dashes, or equals signs. Since I use vi, I like to type in five characters, then copy those five into 10, then copy those 10 and place the result three times. There you have 40 characters just like that.
If only a certain number of characters is needed, use dd:
dd if=/dev/random of=myfile.dat bs=1024 count=10
With this command (and bs=1024), the count is in kilobytes. Thus, the example will create a 10K file. Using the Korn shell, one can use this command to get megabytes:
dd if=/dev/random of=myfile.dat bs=$(( 1024 * 1024 )) count=100
This command will create a 100M file (since bs=1048576 and count=100).
If you want files filled with nulls, just substitute /dev/null for /dev/random in the previous commands.
You could use a word dictionary for words, or a Markov chain for pseudo-prose. In any case, if you only want a certain size, do this:
~/bin/datasource | dd if=- of=myfile.dat bs=$(( 1024 * 1024 )) count=100
This will give you a 100M file of whatever it is your datasource is pumping out.

Friday, July 18, 2014

Wall Street (1987)

Soundtrack listing:

FLY ME TO THE MOON
Words and Music by Bart Howard (ASCAP)
Published by The Hampshire House Publishing Corp. (ASCAP)
Performed by Frank Sinatra
Courtesy of Reprise Records
By Arrangement with Warner Special Products
AMERICA IS WAITING
Music by David ByrneBrian EnoBill Laswell, Tim Wright and David Tiechier
Published by Index Music, Inc./Blue Disque Music Co., Inc. (ASCAP)/E.G. Music, Ltd.
Performed by David Byrne and Brian Eno
Courtesy of Sire Records/E.G. Records
By Arrangement with Warner Special Products
From the David ByrneBrian Eno album "My Life in the Bush of Ghosts"
MEA CULPA
Music by David Byrne and Brian Eno
Published by Index Music, Inc./Blue Disque Music Co., Inc. (ASCAP)/E.G. Music, Ltd.
Performed by David Byrne and Brian Eno
Courtesy of Sire Records/E.G. Records
By Arrangement with Warner Special Products
From the David ByrneBrian Eno album "My Life in the Bush of Ghosts"
DESAFINADO
Original Text by Newton Mendonica
Music by Antonio Carlos Jobim
Performed by Stan Getz
Courtesy of PolyGram Special Products, A division of PolyGram Records, Inc.
QUIET NIGHTS OF QUIET STARTS (CORCOYADO)
Original Music and Lyrics by Antonio Carlos Jobim
Performed by Stan Getz
Courtesy of PolyGram Special Products, A division of PolyGram Records, Inc.
MIDNIGHT MOTION
Written by Kenny G
Performed by Kenny G
Courtesy of Arista Records, Inc.
BURNING GUITAR
Written and Performed by Dave Alvin and Steve Berlin
Courtesy of Enigma Records
RIGOLETTO
Original Music and Text by Giuseppe Verdi
Performed by Callas Gobra De Steffano and Orchestra E Coro Dee Teatro alla Scala De Monaco
Conducted by Tollo Serafino
Courtesy of Angel EMI Records
MOONLIGHT MAGIC
Original Music by Alan Moorhouse
Courtesy of Associated Production Music (ASCAP)
THIS MUST BE THE PLACE (NAIVE MELODY)
Lyrics by David Byrne
Music by David ByrneJerry HarrisonTina Weymouth and Chris Frantz
Published by Index Music, Inc./Blue Disque Music Co., Inc. (ASCAP)
Performed by The Talking Heads
Courtesy of Sire Records
By Arrangement with Warner Special Products
From the Talking Heads album "Speaking in Tongues"
HAPPY BIRTHDAY TO YOU
Written by Patty S. Hill and Mildred J. Hill
Published by Birch Tree Group, Ltd.

Brian Eno - Mea culpa

This must be the place - The talking heads


http://www.soundtrackinfo.com/OST/wallstreet/

missing love scene song

Wednesday, July 02, 2014

Kreator

Enemy of God - Kreator

TANKARD - A Girl Called Cerveza