Sunday, March 23, 2014

Breakdown (music) - Wikipedia, the free encyclopedia

Breakdown (music) - Wikipedia, the free encyclopedia: "In music, a breakdown is a song where various instruments have solo parts (breaks). This may take the form where all instruments play the verse together, and then several or all instruments individually repeat the verse as solo parts."



'via Blog this'

Tuesday, March 11, 2014

How To Build a 400 Square Foot Solar Powered Off Grid Cabin for $2,000 |Higher Perspective

How To Build a 400 Square Foot Solar Powered Off Grid Cabin for $2,000 |Higher Perspective: "This cabin design has been tested in Canada, Mexico and Alaska with great results. Perfect for a starter home, hunting/fishing cabin, bug-out shelter or vacation cabin. The cabin can be built from all new materials for under $2000 (not including windows and doors) and is designed for additions on 3 sides.

"




Wednesday, February 26, 2014

Priophone on iOS on Vimeo

Priophone on iOS on Vimeo:



Priophone on iOS from Priologic Software on Vimeo.

Caravanserai - Wikipedia, the free encyclopedia

Caravanserai - Wikipedia, the free encyclopedia: "A caravanserai was a roadside inn where travelers could rest and recover from the day's journey. Caravanserais supported the flow of commerce, information, and people across the network of trade routes covering Asia, North Africa, and southeastern Europe, especially along the Silk Road."



'via Blog this'

Caravanserai - Wikipedia, the free encyclopedia

Caravanserai - Wikipedia, the free encyclopedia: "A caravanserai was a roadside inn where travelers could rest and recover from the day's journey. Caravanserais supported the flow of commerce, information, and people across the network of trade routes covering Asia, North Africa, and southeastern Europe, especially along the Silk Road."



'via Blog this'

Tuesday, February 25, 2014

Orchive

Orchive: "Learn about the Orchive and its goal of taking 20,000 hours of tape recordings of orca vocalizations and making them digital.
Explore and listen to our collection. Or have a quick listen to a sample orca vocalization and try out some of the tools we are developing.
Read about Orcalab and how they record the orcas moving through Johnstone Straight.
Meet the folks who make Orcalab and the Orchive a reality.
Citation : The Orchive : A system for semi-automatic annotation and analysis of a large collection of bioacoustic recordings"



'via Blog this'

rxvt-unicode — Richard Crowley’s blog

rxvt-unicode — Richard Crowley’s blog: "# Mac rxvt-unicode setup.
# http://rcrowley.org/articles/rxvt-unicode.html
 
# Install dependencies from MacPorts and CPAN.
sudo port install rxvt-unicode +xterm_colors_256
sudo port install terminus-font
sudo cpan install Mac::Pasteboard
 
# Run urxvt at X11 startup.
defaults write org.x.X11 app_to_run /opt/local/bin/urxvt
 
# Fix terminfo warnings.
sudo ln -s /opt/local/share/terminfo/72/rxvt-unicode /usr/share/terminfo/72/rxvt-unicode
 
# Append rcrowley's .Xdefaults to whatever's there.
wget -O - http://github.com/rcrowley/home/raw/master/.Xdefaults >>~/.Xdefaults"



'via Blog this'

rxvt-unicode — Richard Crowley’s blog

rxvt-unicode — Richard Crowley’s blog: "My minimally featured terminal emulator supports 256 colors, copy, paste, and scrollback with the two-finger scroll gesture. Terminal.app is out because it’s still stuck in the 16 color stone ages. iTerm is up to spec but has me rebooting more often than never due to the q, r, s, t issue. The xterm that comes with Apple’s X11 doesn’t appear to support 256 colors."



'via Blog this'

remy/nodemon

remy/nodemon: "For use during development of a node.js based application.

nodemon will watch the files in the directory that nodemon was started, and if they change, it will automatically restart your node application."