CARVIEW |
mxcl
(Max Howell)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Max Howell
- Website/Blog
- https://www.methylblue.com
- Company
- TweetDeck
- Location
- London, UK
- Member Since
- Feb 28, 2009
Following 31 coders and watching 26 repositories view all →
Public Repositories (14)
-
homebrew
The missing package manager for OS X
Last updated Sat Apr 10 21:30:59 -0700 2010
-
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 Feb 24 04:52:02 -0800 2010
-
lastfm-android
The official Last.fm Android application suite
Last updated Fri Jan 22 06:55:16 -0800 2010
-
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
-
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 
C compiler cannot create executables
Can't find instructions on how to update homebrew itself
libexec should only contain executables according to the last time I read that part of the POSIX spec. I believe we can invent our own dir for formula-local.
Did @whoisjake's patch get applied? Repo deleted now.
install gist assumes that user is in staff group, which may not be true
-
c6923dc
DosBox 0.73
-
d1f68f6
sdl_sound
-
a1615ea
Added jpeg dependency to libgd as it fails to compile without it.
- 226 more commits »
-
be5cc4a
Git 1.7.0.4
thrift fails to install (seems to require root access to install the Ruby library)
- The names don't look that generic
- Agreed
- We tend to install jar files to
prefix
currently.
You are sort of relying on the binary having some "\n" characters in it somewhere though.
Of course, each_line may be loading a lot into memory too. They are tarballs after all. I guess we should do it old-style with a 1024 buffer and that.
Indeed we should probably apply this there too.
Seems like a sensible patch to me, we have a fair number of tarballs that are hundreds of MB.
Experimental fork of Pieter's nice git GUI for OS X. Includes: sidebar, fetch, pull, push, add remote, merge, cherry-pick, rebase, clone, clone to. Mac OS X 10.5+ (see wiki for screenshot)
-isystem
is used instead of-I
unless I misunderstand you.
Oops, sorry thought this was an issue, where my last sentence would have thus sounded less rude. Don't use brew update when merging masters. Next time work in a topic branch I suggest.