Planet Scala on GitHub
The code for Planet Scala is now hosted on GitHub. @DRMacIver explains the rationale behind the move: I really don’t care about the web frontend. As far as I’m concerned,…
Build what's next on GitHub, the place for anyone from anywhere to build anything.
Join us October 28-29 in San Francisco or online for GitHub Universe, our flagship developer event uniting people, agents, and the world's code.
A comprehensive archive with older product announcements, company updates, guides, tutorials, and other blogs from GitHub. Consider the library a repository of historical GitHub information where you can explore the evolution of GitHub’s tools and features over time ( like the pull request !).
The code for Planet Scala is now hosted on GitHub. @DRMacIver explains the rationale behind the move: I really don’t care about the web frontend. As far as I’m concerned,…
Michael Foord has written a great blog post summarizing some the recent progress @devhawk (Harry Pierson) has made on the IronPython debugger front. Check it out: Further Adventures of the…
GitHub officially launched one year ago. img http://img.skitch.com/20090410-1au52x6f4c1e4qrudkim7g6e3.png Thanks for a great first year, everyone! I’d also like to give a special thanks to @mojombo, @pjhyett, @schacon, @tekkub, and @qrush…
The tiny robots over at Thoughtbot have just released a new feature for Hoptoad, the app error app. Exceptions that pop up now link back to the source tree at…
I just released Jekyll 0.5.0 which contains a huge overhaul that allows you to specify options in a _config.yml file. GitHub Pages will honor most of these settings, so if…
The highly Googleable E Text Editor is now open source and available on GitHub at http://github.com/etexteditor/e. Read the blog post announcement. img http://img.skitch.com/20090403-hr3ngqymfe34s217b2dejd29e.png http://github.com/etexteditor/e It was open sourced as part…
The four GitHub developers will be doing a panel at RailsConf 2009 this year and want your questions! Please submit them using this Google Moderator app. We’ll record the event,…
@aaronjensen has posted the ASP.NET MVC source code at http://github.com/machine/msmvc. Fork it, implement your ideas (or suggestions as failing tests), then appeal to the ASP.NET MVC overlords for inclusion. (I…
Sideline is a Twitter app for Adobe AIR built with YUI. With it you can create custom queries and group them by topics of interest. img http://img.skitch.com/20090402-te2qnxwwj7y7ws21ye5qgwtj9f.png http://sideline.yahoo.com It’s open…
Drupal_TDD contains code and sample apps to simplify Test Driven Development and unit testing with Drupal. img http://img.skitch.com/20090402-kyk1tg6qs4uk74r6fgrpfkkaxi.png http://github.com/patshaughnessy/drupal_tdd More updates are on the way, so be sure to check…
The Pinax Project, a premiere up and coming platform for rapidly developing Django sites, now lives on GitHub at http://github.com/pinax/pinax. img http://img.skitch.com/20090331-tt68mja4fbn9yy3hsh59kye4c1.png http://pinaxproject.com Cloud27 is an example of what can…
First, rewinding head to replay your work on top of it… Yes, git branch doesn’t take a @-b@ flag. Sidewalk and chalk doesn’t edit easily. Featured Project synapse Oh, you…
@ccgus just antiquated AppleScript by releasing JSTalk. img http://img.skitch.com/20090327-q79aywy3ngxrw4hwdh1s82emeg.png http://gusmueller.com/blog/archives/2009/03/introducing_jstalk__an_alternative_to_applescript.html From the blog post announcement: JSTalk’s goal can described like this: JSTalk is to AppleScript, what Cocoa is to Carbon.…
Webdesigner Depot has posted a great Intro to Git for Web Designers. It walks through what version control is, why you should use it, the advantages of using Git, and…