views:

76

answers:

3

It seems a lot to ask, but I'm looking for a cloud-based solution to managing code snippets. I am looking for:

  • Tags
  • User accounts (I want to be able to see all of my snippets on a single page)
  • syntax highlighting
  • versioning - myself or others should be able to edit my snippets to improve them and have revisions save so that I can go back and use an older version if I prefer.
  • straightforward UI with minimal advertising if any

Does anyone know of a solution which meets these requirements? If not, would anyone be interested in something like this? As a software engineer, after step zero (does it already exist), I'm perfectly willing to go onto step 1 (would other people use it? If so, make it).

A: 

Sounds like Gist.

http://gist.github.com/

Except for the tags part. But it might be workable anyway.

calmh
I saw this, but I'm not sure how much I'd like it. Also,the integration into an existing version control system is nice, but I don't use git. When I said version controlled I meant more that it saves revisions.
Caleb Thompson
A: 

Doesn't seem that anyone has an answer which suits my request, so I'm going to get with a web design friend of mine and make it myself.

Does anyone have any suggestions for features?

Caleb Thompson
A: 

www.codebarrel.com

it has everything you asked for

Rockie
I'm gonna take a look at this. It looks like it should work. Thanks.
Caleb Thompson