Archives
Blog Subscribers, Come To Me
Submitted by Corey Goldberg on Thu, 13/03/2008 - 16:13.Since I started this blog, my subscriber count keeps slowly increasing. I'm still only at 231 subscribers, but the blog is also syndicated via Planet Python and testingReflections.
... I need more subscribers. Go ahead and subscribe now!

A web 2.0 app for uploading and running remote Python code snippets?
Submitted by Jason Huggins on Thu, 13/03/2008 - 20:01.I know I read about this on reddit within the last week or so… But I just can’t find it! My Google-fu is failing me! Grrrrr.There was a general upload text area form where you copy in your code snippet. You then select the language from a drop down, and click submit. In the commentary [...]
New Copyright Notice For Unlicensed Code
Submitted by Corey Goldberg on Thu, 13/03/2008 - 20:15.When I release and publish code, I typically make it Free Software by copyrighting it and applying a license (usually GNU GPL). In cases of smaller code bases or scripts I write, I don't bother to license them. They are generally used as small tools or code snippets.
