topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday April 18, 2024, 2:50 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Site to store code snippets ?  (Read 3793 times)

cyberdude

  • Participant
  • Joined in 2011
  • *
  • default avatar
  • Posts: 1
    • View Profile
    • Donate to Member
Site to store code snippets ?
« 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

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: Site to store code snippets ?
« Reply #1 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.
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

moonwatcher

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 8
    • View Profile
    • Donate to Member
Re: Site to store code snippets ?
« Reply #2 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.c.../watch?v=pKwTTOxwNb0

Probably not for everyone, because it is VERY minimalistic. Nevertheless, I like it.

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Site to store code snippets ?
« Reply #3 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 also as a bonus.

Renegade

  • Charter Member
  • Joined in 2005
  • ***
  • Posts: 13,288
  • Tell me something you don't know...
    • View Profile
    • Renegade Minds
    • Donate to Member
Re: Site to store code snippets ?
« Reply #4 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 also as a bonus.

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

http://www.snipplr.c...-data-to-csv-format/

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

Very useful.
Slow Down Music - Where I commit thought crimes...

Freedom is the right to be wrong, not the right to do wrong. - John Diefenbaker

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,186
    • View Profile
    • Donate to Member
Re: Site to store code snippets ?
« Reply #5 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.