View gist:510681
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]; |
View gist:757886
# _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 %> |
View gist:935609
test |
View gist:942426
/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 |
View gist:942432
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 |
View jquery.coda-slider-2.0.js
/* | |
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 |
View jquery.coda-slider-2.0.js
/* | |
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 |
View config.log
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. ## |
View gist:978865
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 |
View gist:978869
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