Joined July 2012
·
Posted to
#!gcc - run c like a script language
over 1 year
ago
A great enhancement to this would be to detect changes in the file and only recompile when there have been changes. Could do this by hashing the file, naming the output off gcc using the hash, and not executing gcc again if the output file exists.
Posted to
PHP5 Micro Frameworks
over 1 year
ago
Mayhap I also submit Deano for use and improvement.
Posted to
Ruby Gist Script
over 1 year
ago
Great tip. Used it just now to put a large number of small files on a Gist for consumption by others. Thanks!
Achievements
259 Karma
25,693 Total ProTip Views
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014
Altruist
Increase developer well-being by sharing at least 20 open source projects
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2013
Kona
Have at least one original repo where CoffeeScript is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Bear
Have at least one original repo where Objective-C is the dominant language
T-Rex
Have at least one original repo where C is the dominant language
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2012
Epidexipteryx
Have at least one original repo where C++ is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Velociraptor
Have at least one original repo where Perl is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
@grempe: It seems to have been removed. I can't seem to find when, but this project seems to provide at least the command. I've not tried it yet, though.
Edit: Found it. In commit 2496da48b34ee183b6873e090e91b0adf87cb674, brew-graph was moved to homebrew-boneyard. You can install the original with
brew tap homebrew/boneyard
, but it's probably better to use the aforementioned script, which tightly integrates with Homebrew, but hasn't been updated in years.