Any Good Open Source Code Snippet Libraries?

Apr

30

by Mike Fleming at 6:43 am (3 Comments) General


I’ve been looking around the last few days for an open source code snippet library to put in place at my workplace. Most of the ones I came across by doing some searching either didn’t impress me or they had not been supported or updated in quite a few years. Does anyone know of or use one of these snippet libraries? In short, I am just looking for something that you can paste some code into and either categorize or tag by language, etc… Thanks in advance for any feedback!


Categories General | Tags:

3 Responses to “Any Good Open Source Code Snippet Libraries?”

  1. Glyn Jackson

    April 30, 2009
    2:21 pm

    You can save snippets in Dreamweaver and create a library and folders to categorize them

  2. larry c. lyons

    April 30, 2009
    4:41 pm

    If you’re using Eclipse and the CF Eclipse plugin, you can use the Snippets view. It has an add on called Snipex, which is a CF based Snippets server. There are several publicly available Snipex Servers, see http://cfsnippets.org/index.cfm?event=user.snipExServers

    For other platforms (i.e., Dreamweaver or Homesite) why not just put the snippets on a network shared drive and point the apps to that.

    hth,
    larry

  3. Mike Fleming

    May 1, 2009
    6:37 am

    We are looking some web based for a couple of reasons. The first of which is we use many different programming languages and IDE’s for many of them. For instance when writing ColdFusion code I’m in Eclipse, for .NET I’m in Visual Studio, etc… So I think having something web based will make it easy for everyone to use.

    I am close to actually setting up a WordPress blog as the snippet library. It already has multiple authors, categories, tags, searching and code coloring (with a plugin).

Leave a Reply or Return to Top