The Artima Developer Community
Sponsored Link

Web Buzz Forum
gist.github.git

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Douglas Clifton

Posts: 861
Nickname: dwclifton
Registered: May, 2005

Douglas Clifton is a freelance Web programmer and writer
gist.github.git Posted: Nov 8, 2008 4:50 AM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Douglas Clifton.
Original Post: gist.github.git
Feed Title: blogZero
Feed URL: http://loadaveragezero.com/app/s9y/index.php?/feeds/index.rss1
Feed Description: Web Development News, Culture and Opinion
Latest Web Buzz Posts
Latest Web Buzz Posts by Douglas Clifton
Latest Posts From blogZero

Advertisement

github git After being introduced to Git at a BarCampDC2 presentation I found the system intriguing and worthy of a closer look—and in particular as an alternative to SVN.

Git

Git is a distributed open-source version control system designed to handle large to small projects with speed and efficiency. It is especially popular within the open-source community, serving as a development platform for projects such as the Linux kernel, RoR and X.org.

GitHub

GitHub provides pre-rolled, post-commit hooks with Lighthouse and Campfire integration, as well as an innovative Web hook system for writing your own. Every repository comes with SSH support for pushing and pulling. Private repositories enjoy full SSL support.

Gist

Gist is a GitHub hosted pastebin service with the usual features, including source code syntax highlighting, shared URLs, plus all the goodies you'd expect from a version control system. Pastes can be set to public or private, you can edit them both online and off, and you can fork them—in essence treating each snippet as its own versioned project.

The downside of allowing anyone to post to Gist is the usual assortment of spamming, robots, and phishing scams. One look at the recent gist list is all you need to find "really cheap drugs." Sigh.

Since Git uses SHA1 as a checksum on files, one of the first things I did was write a simple PHP command-line script which either generates the hash for a file, or compares the file to an existing hash. So I thought, what better snippet of code (even though it is a complete program) to use as my first Gist?

screenshot

Resources

Related Reading

Read: gist.github.git

Topic: Shinmun-0.1 Gem Released Previous Topic   Next Topic Topic: Should United Sue Google for Loss of 300 Million Dollars & Reputation?

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use