Difference between revisions of "Snippets"
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...") |
|||
(One intermediate revision by the same user not shown) | |||
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 | ||
Line 5: | Line 5: | ||
# https://wordpress.org/plugins/code-snippets/ snippets for WordPress | # https://wordpress.org/plugins/code-snippets/ snippets for WordPress | ||
− | [[wp: | + | [[wp:Pastebin|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. |
[[Category:Web Development]] | [[Category:Web Development]] |
Latest revision as of 12:18, 17 February 2015
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://www.webmonkey.com/code-snippets/ Webmonkey, because it's an original.
- github.com "gists" https://github.com/search?q=gists
- http://snipplr.com/
- https://wordpress.org/plugins/code-snippets/ snippets for WordPress
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.