DonationCoder.com Forum

Other Software => Developer's Corner => Topic started by: cyberdude on April 21, 2011, 07:10 AM

Title: Site to store code snippets ?
Post by: cyberdude on April 21, 2011, 07:10 AM
Anyone have any recommendations of sites or software for code management from a snippet standpoint, that has nice search ability?

I have code snippets I have collected and I am looking for a better way to manage the snippets.

John
Title: Re: Site to store code snippets ?
Post by: Renegade on April 21, 2011, 08:06 AM
Here are some:

http://pastebin.com/

http://codepad.org/

http://www.copypastecode.com/

I've only used PasteBin though.
Title: Re: Site to store code snippets ?
Post by: moonwatcher on April 21, 2011, 10:45 AM
SnippShot, a "minimalistic snippet collecting tool":

http://snippshot.skyscarf.com

A tutorial can be found on youtube:

http://www.youtube.com/watch?v=pKwTTOxwNb0

Probably not for everyone, because it is VERY minimalistic. Nevertheless, I like it.
Title: Re: Site to store code snippets ?
Post by: wraith808 on April 21, 2011, 01:39 PM
http://www.snipplr.com is the one I use.  It integrates with DoCo member mtelligent's snip-it pro (http://www.snipitpro.com/) also as a bonus.
Title: Re: Site to store code snippets ?
Post by: Renegade on April 21, 2011, 08:08 PM
http://www.snipplr.com is the one I use.  It integrates with DoCo member mtelligent's snip-it pro (http://www.snipitpro.com/) also as a bonus.

Looks like a very cool site. I checked it out and saw this:

http://www.snipplr.com/view/52227/c-net--read-excel-2007-with-ole-db-and-convert-data-to-csv-format/

C# .NET - Read Excel 2007 with OLE DB and convert data to CSV format

Very useful.
Title: Re: Site to store code snippets ?
Post by: wraith808 on April 21, 2011, 09:26 PM
Yep. :)  A lot of times when I have a problem I have to code a solution for, I check there first to see if someone else has already done it.