Best website to store programming scripts online

document, save, scripting, store, web

Solution

I would use any version control system for it.

- A private local svn repository (not really a website)

- Github

Problem

I want a website where-in it will store all my (quick)scripts online. Sometimes I will writing a couple of python scripts to get this done like, getting the list of recent files added, getting the list of added files on a day, or something even more simpler. So I want to document those scripts on a daily basis. How do it online? Update: Just saw codepad.org. Is there anyother better one?

Original source