- Hey Mami • Sylvan Esso (from Sylvan Esso)
- Future People • Alabama Shakes (from Sound & Color)
- Don't Wait • Mapei (from Don't Wait - Single)
- All I Want • Dawn Golden (from Still Life)
- Dollar Sines • KRNE
- Beyond The Sea • Bobby Darin (from The Ultimate Bobby Darin)
- Chemical Reaction • Sucré (from A Minor Bird)
- Stampede • Sucré (from A Minor Bird)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html lang="en"> | |
| <head itemscope itemtype="http://schema.org/Product"> | |
| <meta charset="utf-8"> | |
| <META HTTP-EQUIV="Expires" content="Wed, 06 Jul 2015 06:06:06 GMT"/> | |
| <meta itemprop="name" content="Noizio – your subtle companion!"> | |
| <meta itemprop="description" content="Noizio is the minimalistic background sound equalizer for Mac OS X, that will increase your working productivity or ability to relax."> | |
| <meta itemprop="image" content="www.noiz.io"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| afconvert -f caff -d LEI16@44100 -c 1 in.wav out.caf | |
| The -c 1 outputs one channel only. Omit that bit to retain original channels. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (* | |
| Tested on OS X 10.10 | |
| *) | |
| tell application "Terminal" | |
| activate | |
| do script "rsync -aEh --delete --exclude=PATTERN --progress '/path/to/source' '/path/to/destination'" | |
| end tell |
#Markdown basics
The content in the grey blocks show the meaningful formatting that you'd use while writing your text content, and then below each block you can see what it would look like after being converted into HTML.
Table of Contents
Question
What happens if you turn off the ACE Editor while editing a Markdown file?
Answer
You lose line numbering and Indent mode.
- I really wish that the editor remembered my selected number of spaces for indents.
Maybe it's because I didn't use any yet? - That was it!
- No, that wasn't it. It's a localStorage variable.
NewerOlder