CARVIEW |
mxcl
(Max Howell)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Max Howell
- Website/Blog
- https://www.methylblue.com
- Company
- Last.fm
- Location
- London, UK
- Member Since
- Feb 28, 2009 (10 months)
Following 27 githubbers and watching 23 repositories view all →
Public Repositories (14)
-
homebrew
Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bo...
Last updated Wed Dec 30 20:09:37 -0800 2009
-
playdar-core
A rewrite of Playdar (C++) in Erlang - a work in progress.
Forked from RJ/playdar-core Thu Oct 01 05:04:58 -0700 2009
Last updated Wed Dec 30 09:59:41 -0800 2009
-
playdar.prefpane
All in one Mac OS X Preference Pane for the Playdar daemon
Last updated Mon Dec 07 07:21:19 -0800 2009
-
liblastfm
A Qt C++ library for the Last.fm webservices
Last updated Mon Nov 30 03:45:22 -0800 2009
-
lastfm-cocoa
A 10.5+ Cocoa Audioscrobbler.app
Last updated Sun Nov 15 11:40:13 -0800 2009
-
lastfm-android
The official Last.fm Android application suite
Last updated Wed Nov 04 06:14:59 -0800 2009
-
playdar
Music content resolver
Forked from RJ/playdar Sat Feb 28 14:55:59 -0800 2009
Last updated Thu Sep 17 17:12:31 -0700 2009
-
threepanes
Cocoa comic reader
Last updated Tue Sep 01 10:09:40 -0700 2009
-
Flickr-Friends.wdgt
A recent photo slideshow of your Flickr Friends for the OS X Dashboard
Last updated Thu Jul 30 13:30:14 -0700 2009
-
libf2f
Library for building p2p networks, C++ boost/asio
Forked from RJ/libf2f Wed Jul 29 06:23:34 -0700 2009
Last updated Wed Jul 29 06:24:56 -0700 2009
-
scrobsub
Portable scrobbling solution in plain c
Last updated Fri Jul 17 13:04:22 -0700 2009
-
lastfm-desktop
The official Last.fm desktop application suite
Last updated Tue Jun 09 08:22:02 -0700 2009
-
roofparty
A Last.fm radio player written in D
Last updated Wed Mar 11 03:27:45 -0700 2009
-
github-gem
The official `github` command line helper for simplifying your GitHub experience.
Forked from defunkt/github-gem Thu Sep 24 10:08:36 -0700 2009
Last updated Wed Dec 03 19:14:00 -0800 2008
Public Activity 
Yeah, the reason we don't use the user's choice of Ruby is because, 1) what's the benefit to anyone anyway? 2) Reliability and robustness are important to a project like this and that does govern quite a few decisions we've made, being sure about the version of Ruby that we're using gives us an extra nine in our pursuit of just-works-five-nines.
Oh OK, you're implying everyone should run that. Most people don't have mysql installed before they install Homebrew though.
Maybe we can figure out a better chown line, chowning /usr/local /usr/local/lib /usr/local/bin /usr/local/include and recursively into share should suffice.
I think most people would find this less obvious…
`brew search` fails when it can't find a package:
While brew install mplayer: Error: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
brew install postgresql broke

-
Max Howell committed ee7f6109:
Don't specify bin, assume mongod is in the PATH
-
Kieran Pilkington committed b3523104:
Updated formula: mongodb - Added configuration file, changing data dir to #{var}/mongodb, and adding launchd plist file.
-
svendahlstrand committed 7cd15c67:
Pass xapian-config path to xapian-bindings' configure script.
-
Max Howell committed 7c4d32ae:
Simplified Clojure formula
-
0xffea committed bd580f26:
Fix for #321
-
Max Howell committed 4de4887d:
Fix stupid programming error in mplayer formula
-
Max Howell committed 4271011c:
Fix Postgresql libxml2 compile failure
-
afh committed 17d0f595:
Add support for compress compressed tarballs (.tar.Z)
-
dschobel committed f4a68efd:
Fixes fossil 404 download error
Missing dependency with github gem (trivial doc issue)
Error: undefined method `<' for nil:NilClass
tex-live install issue
New Formula: slang
RubyCocoa Error
Frankly if I was you I would have squashed this one into my next README commit.
Unnecessary merge!
git pull --rebase mxcl master
:PNonetheless, happy to have made a somewhat ridiculous contribution :)
mplayer fails on 10.6
Error: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
Mplayer: Error: uninitialized constant Mplayer::HOMEBREW_SAFE_CFLAGS
irssi fails make install: "call out of range from _Perl_Gv_AMupdate (100006D30)"
Failure on 'brew install git'
Depends, if it builds to a binary then 64 bit may be good, as you can get some benefits in performance. But I dunno what xz does. Prolly there are none and you get higher mem usage so 32 bit would be best on 10.5.
For libraries 32 bit is required on 10.5 as other stuff can't link otherwise.
Tremendous. Chop chop now!
Updated formula: git 1.6.6

-
Max Howell committed 23e20299:
Xcode is still installed, even if it's as old as 3.0
-
Max Howell committed 8032b9bd:
If Xcode isn't installed, raise
-
Max Howell committed 87b5cfcc:
Compare md5s rather than filesizes
-
Max Howell committed 270a1bcd:
Pathname.md5 method
-
d0k committed 69975984:
Respect CXX in unrar formula
-
d0k committed 14fd1a19:
Bump git to 1.6.6

-
ercanj committed f7f67b32:
added first attempt at jamendo resolver
-
RJ committed e5866958:
Merge branch 'master' of git://github.com/imlucas/playdar-core
-
Max Howell committed e502cb0a:
Use spawn_executable when starting scripts
-
stever committed d42f37d5:
Adding -e option to echo ESCRIPT command in Makefile. Also adding some additional paths to .gitignore file.
-
stever committed fedc4e81:
Escaping square brackets in scan dir names.
-
Steve committed 28a50141:
Adding playdar log files to .gitignore file.
-
hubgit committed dc87eb15:
added 'image' and 'info' URLs
-
hubgit committed d6571cfd:
added Amazon MP3 preview resolver
-
hubgit committed 441c2374:
changed config file to a requirement
-
hubgit committed 96404a95:
added ampache resolver
-
hubgit committed 287331ee:
added localOnly setting to phpresolver
-
jwheare committed d95e2577:
Fix raw JSON content type. These ones aren't JSONP. Also remove unnecessary trailing semi colon from jsonp responses, it screws with Firebug's JSONP parsing
-
Lucas Hrabovsky committed fb19380f:
chmod
-
Lucas Hrabovsky committed 8d906d33:
First pass at a resolver for Sound Cloud.
-
Lucas Hrabovsky committed 15747f45:
Forgot a slash in the stream url
-
Lucas Hrabovsky committed 9fd442bb:
Cache the instance of the AS Api in the class itself. Handle matching failures
-
Lucas Hrabovsky committed 8fb5a40e:
rewrote amie street resolver to use perplexes resolver_lib that cleaned things up
-
Lucas Hrabovsky committed 77dc761f:
Merge commit 'RJ/master'
-
Lucas Hrabovsky committed 8ba798fb:
Code cleanup on Amie Street resolver. Added isSample flag.
-
Lucas Hrabovsky committed 3c65bb86:
rewrote the amiestreet resolver in python using paul's code
And 13 more commits...

-
ercanj committed f7f67b32:
added first attempt at jamendo resolver
-
RJ committed e5866958:
Merge branch 'master' of git://github.com/imlucas/playdar-core
-
Max Howell committed e502cb0a:
Use spawn_executable when starting scripts
-
stever committed d42f37d5:
Adding -e option to echo ESCRIPT command in Makefile. Also adding some additional paths to .gitignore file.
-
stever committed fedc4e81:
Escaping square brackets in scan dir names.
-
Steve committed 28a50141:
Adding playdar log files to .gitignore file.
-
hubgit committed dc87eb15:
added 'image' and 'info' URLs
-
hubgit committed d6571cfd:
added Amazon MP3 preview resolver
-
hubgit committed 441c2374:
changed config file to a requirement
-
hubgit committed 96404a95:
added ampache resolver
-
hubgit committed 287331ee:
added localOnly setting to phpresolver
-
jwheare committed d95e2577:
Fix raw JSON content type. These ones aren't JSONP. Also remove unnecessary trailing semi colon from jsonp responses, it screws with Firebug's JSONP parsing
-
Lucas Hrabovsky committed fb19380f:
chmod
-
Lucas Hrabovsky committed 8d906d33:
First pass at a resolver for Sound Cloud.
-
Lucas Hrabovsky committed 15747f45:
Forgot a slash in the stream url
-
Lucas Hrabovsky committed 9fd442bb:
Cache the instance of the AS Api in the class itself. Handle matching failures
-
Lucas Hrabovsky committed 8fb5a40e:
rewrote amie street resolver to use perplexes resolver_lib that cleaned things up
-
Lucas Hrabovsky committed 77dc761f:
Merge commit 'RJ/master'
-
Lucas Hrabovsky committed 8ba798fb:
Code cleanup on Amie Street resolver. Added isSample flag.
-
Lucas Hrabovsky committed 3c65bb86:
rewrote the amiestreet resolver in python using paul's code
And 4 more commits...
It seems that bash 4 requires -e. However if this is true then previous versions of Bash break with -e.
This seems unlikely, the Bash guys are pretty keen on not breaking scripts.
I'm looking into a better solution here as I feel responsible.
Stever was insisting -e was required on Linux, so I don't understand anything now.
An interprocess message bus

-
Max Howell committed 34dc7b70:
Gearman depends on libevent
-
piranha committed e6ada11b:
python formula: fix readline completion in repl
-
piranha committed 30275dca:
mpop formula
-
piranha committed c477846c:
brew: add 'cat' command
-
piranha committed a6ac1e5a:
Gearman C server formula
-
Max Howell committed 14a174c4:
Clean up
-
Max Howell committed 96a710cf:
Install README.md too if found
-
danlarkin committed 9be53495:
update Leiningen formula to 1.0.1
-
danlarkin committed f375c3de:
add leiningen formula, a build tool for clojure
-
Max Howell committed e8b6fcef:
Install haproxy to the right prefix
-
Lon Baker committed a6137d22:
Add haproxy 1.3.22 formula
-
Lon Baker committed 8b0d1802:
Update ruby to 1.9.1-p376 release
-
voxdolo committed d7bf5879:
Use mysql's database location as WorkingDirectory
-
voxdolo committed 653ae0df:
Chomp newlines in system output