Difference between revisions of "Snippets"

From Freephile Wiki
Jump to navigation Jump to search
(Created page with "[http://en.wikipedia.org/wiki/Snippet_(programming) Code snippets] have been around for a very long time. One of the great features of Allaire HomeSite was that it allowed yo...")
 
Line 1: Line 1:
[http://en.wikipedia.org/wiki/Snippet_(programming) Code snippets] have been around for a very long time.  One of the great features of Allaire HomeSite was that it allowed you to save code snippets for later use.  These days there are entire websites devoted to code snippets.  Here are some of them:
+
[http://en.wikipedia.org/wiki/Snippet_(programming) Code snippets] have been around for a very long time.  One of the great features of [[File:Allaire homesite.jpg|right]] Allaire HomeSite was that it allowed you to save code snippets for later use.  These days there are entire websites devoted to code snippets.  Here are some of them:
 
# http://www.webmonkey.com/code-snippets/ Webmonkey, because it's an original.
 
# http://www.webmonkey.com/code-snippets/ Webmonkey, because it's an original.
 
# github.com "gists" https://github.com/search?q=gists
 
# github.com "gists" https://github.com/search?q=gists

Revision as of 13:16, 17 February 2015

Code snippets have been around for a very long time. One of the great features of

Allaire homesite.jpg

Allaire HomeSite was that it allowed you to save code snippets for later use. These days there are entire websites devoted to code snippets. Here are some of them:

  1. http://www.webmonkey.com/code-snippets/ Webmonkey, because it's an original.
  2. github.com "gists" https://github.com/search?q=gists
  3. http://snipplr.com/
  4. https://wordpress.org/plugins/code-snippets/ snippets for WordPress

http://en.wikipedia.org/wiki/Pastebin is not a snippet website, but deserves mention because it solves an equally important function for the programmer: it allows you to share code while you are working on it, without flooding your IRC or communication channel.