Go to “Utilities”, open “Audio MIDI Setup”, change format to “2ch-16bit integer”, better now.
execute `git diff $path_to_submodule`, you should be able to see something like
-Subproject commit 7e5b9b0b89ebf56e71e161f8acfab1c95ce8e… +Subproject commit 7185f8e6850272c3224fe7b6ff44bcbc4fb0e…
then copy the commit hash in the first line
execute
cd $path_to_submodule git checkout 7e5b9b0b89ebf56e71e161f8acfab1c95ce8e…
done.
from http://stackoverflow.com/questions/3987683/homebrew-install-specific-version-of-formula
Since the whole formula directory is a git repository, one can install specific versions using plain git commands.
First, we’ll need to find a commit where postgresql 8.4.4 was available. One way to do this is using git log. (I assume we are in the base directory of homebrew. Probably /usr/local.)
$ git log -S’8.4.4′ — [...]
also apply to OS-X Lion.
from http://www.freshblurbs.com/how-enable-local-smtp-postfix-os-x-leopard
OS-X Leopard comes pre-installed with a Postfix version. No need to install it via darwin ports or other such mess (actually uninstall it if you have previously manually installed it via ports or something similar). Postfix just needs to be enabled and following sequence of several easy steps explains [...]
from http://stackoverflow.com/questions/2805412/bash-completion-for-maven-escapes-colon
From Bash FAQ E13.
Just after the complete command in the script you linked to, issue this command to remove the colon from the list of completion word break characters:
COMP_WORDBREAKS=${COMP_WORDBREAKS//:}
When I try to move the Devise stuff into a module User::Devise and include it in class User, I got this warning ‘warning: toplevel constant Devise referenced by User::Devise’
Please see the code before and after for a solution.
Solution is to make User::Devise before you do the include for class User
-
Articles
- October 2012
- May 2012
- April 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Meta