Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: git

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

Mathematica 7: A Review

Dr. Dobb's Journal,
December 01, 2008

A powerful tool that supports image processing, OpenGL, multi-core architectures, and more - Parallel

ActiveState Releases Komodo IDE 5.0

Dr. Dobb's Journal
November 05, 2008

Built on the Mozilla 1.9 code base for speed - Open Source

Komodo 5.0 IDE Released

Dr. Dobb's JournalMike Riley
November 03, 2008

- Design

What CI Tools Do You Use?

Dr. Dobb's JournalNick Plante
October 18, 2008

Recently, we started using RunCodeRun, a new hosted continuous integration (CI) system. If you're not familiar with the concept of CI and automated build tools, Martin Fowler's classic article on the subject is probably the best starting point. Essentially the CI workflow stresses that solid software development practices rely on having a fully automated and instantly reproducible build system, that includes testing, and runs many times a day. Ideally whenever a commit is made to the project mainline.

- Design

The Pastebin, Evolved

Dr. Dobb's JournalNick Plante
July 27, 2008

Pastebins are a simple tool for sharing code snippets for public viewing. They've existed seemingly forever and are incredibly popular in IRC (you do still use IRC, right?) where they're used to paste larger amounts of code for discussion, analysis, and debugging. In return for your text, you're given a nicely formatted syntax highlighted page whose URL you can paste into the channel. Typical examples include pastebin.com, pastie.org, and nopaste.info

Last week, Git repository hosting service GitHub demonstrated a new twist on the boring but useful pastebin concept with their latest offering, Gist. The novell thing about Gist is that any code that is pasted by a user into the service ends up becoming its own Git repository...

- Web Development

Distributed Software Development Explained

Dr. Dobb's Journal,
July 03, 2008

Distributed Software Development introduces a huge new world of possibilities on top of well-known SCM best practices - Tools

Developer Diaries

Dr. Dobb's Journal,
July 01, 2008

Profiles of programmers, descriptions of developers. - Design

Railsconf Highlights Part I

Dr. Dobb's JournalNick Plante
May 30, 2008

I'm in Portland today, attending the second day of Railsconf. So far things have been good; the crowds are a bit large this year but the talks have been, for the most part, much more in-depth than last year. I figured I would take a few minutes out of the hectic conference schedule to fill DDJ Code Talk readers in on a few of the highlights...
- Design

Deploying Rails Applications Book Review

Dr. Dobb's JournalMike Riley
May 18, 2008

- Open Source

Git in the Spotlight

Dr. Dobb's JournalNick Plante
April 01, 2008

There's been a lot of fuss recently about Git, the distributed version control system, particularly within the Ruby community (at least, that's why I'm aware of it). In addition to it's distributed nature, Git offers a number of other advantages including sophisticated branch handling and performance and storage optimizations.

- Web Development

Previous 20 21 22 23 24 25 26 27 Next