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
NSNumber *windowLevelIndex = [[NSUserDefaults standardUserDefaults] objectForKey:@"DesktopBackgroundLevel"]; | |
if (windowLevelIndex != nil) { | |
switch ([windowLevelIndex integerValue]) { | |
case 0: // Show behind the desktop icons, but on the desktop - ignored by Exposé | |
[window setLevel:kCGDesktopWindowLevel]; | |
[window setIgnoresMouseEvents:YES]; | |
[window orderBack:self]; | |
break; | |
case 1: // Show above the desktop icons - still ignored by Exposé | |
[window setLevel:kCGDesktopIconWindowLevel]; |
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
# _form.html.erb | |
<%= form_for @profile do |f| %> | |
<% if @profile.errors.any? %> | |
<div id="error_explanation"> | |
<h2><%= pluralize(@profile.errors.count, "error") %> prohibited this profile from being saved:</h2> | |
<ul> | |
<% @profile.errors.full_messages.each do |msg| %> | |
<li><%= msg %></li> | |
<% end %> |
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
test |
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
/usr/bin/make -j3 -j3 -- NOT OK | |
Warning (usually harmless): 'YAML' not installed, will not store persistent state | |
Running make test | |
Can't test without successful make | |
Running make install | |
Make had returned bad status, install seems impossible |
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
CPAN: Storable loaded ok (v2.18) | |
Going to read /Users/penn/Library/Caches/Cpan/Metadata | |
Database was generated on Tue, 26 Apr 2011 03:30:14 GMT | |
Running install for module 'App::Ack' | |
CPAN: Data::Dumper loaded ok (v2.121_14) | |
'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/Users/penn/Library/Caches/Cpan/prefs' | |
Running make for P/PE/PETDANCE/ack-1.94.tar.gz | |
CPAN: Digest::SHA loaded ok (v5.45) | |
CPAN: Compress::Zlib loaded ok (v2.008) | |
Checksum for /Users/penn/Library/Caches/Cpan/sources/authors/id/P/PE/PETDANCE/ack-1.94.tar.gz ok |
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
/* | |
jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider | |
Copyright (c) 2009 Niall Doherty | |
This plugin available for use in all personal or commercial projects under both MIT and GPL licenses. | |
*/ | |
$(function(){ | |
// Remove the coda-slider-no-js class from the body | |
$("body").removeClass("coda-slider-no-js"); | |
// Preloader |
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
/* | |
jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider | |
Copyright (c) 2009 Niall Doherty | |
This plugin available for use in all personal or commercial projects under both MIT and GPL licenses. | |
*/ | |
$(function(){ | |
// Remove the coda-slider-no-js class from the body | |
$("body").removeClass("coda-slider-no-js"); | |
// Preloader |
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
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by gdk-pixbuf configure 2.22.1, which was | |
generated by GNU Autoconf 2.66. Invocation command line was | |
$ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gdk-pixbuf/2.22.1 --with-libjasper --enable-introspection=no | |
## --------- ## | |
## Platform. ## |
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
Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libfaac.0.dylib | |
/usr/local/lib/libfreetype.6.dylib | |
/usr/local/lib/libmp3lame.0.dylib | |
/usr/local/lib/libmp4v2.0.dylib |
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
HOMEBREW_VERSION: 0.8 | |
HEAD: aaff5a8249bfb2f809ed9de6b80d7de6cc821b9b | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: dual-core 64-bit penryn | |
OS X: 10.6.7 | |
Kernel Architecture: x86_64 | |
Ruby: 1.8.7-174 |
OlderNewer