vote up 7 vote down star
4

Sometimes I want to host some small project to share with the public (often to help answer questions on StackOverflow). I don't really want to create a new project on Google Code/Source Forge/Codeplex/etc. because I don't plan on an ongoing project. Rapidshare and MegaUpload don't really seem good either.

Is there a good free place for hosting this sort of thing?

flag

7 Answers

vote up 0 vote down check

if your not interested on SCM, you could use dropbox or ubuntu one, they both offer 2G ... and you can sync it across computers.

link|flag
vote up 2 vote down

drop.io is a quick file drop site that I like

link|flag
vote up 0 vote down

You can use no-ip.com or dyndns.com to host a web server directly from your own machine.

link|flag
I don't want to maintain the files. I want to upload it, link to it, and forget about it. – Ronnie Overby Jul 2 at 13:03
vote up 5 vote down

http://gist.github.com/ is a great place to do that. Despite the name, you don't have to use git at all.

link|flag
What's 'git' ? – Ronnie Overby Jul 2 at 13:04
git is source code version control system. stackoverflow.com/questions/315911/… – heavyd Jul 2 at 13:07
vote up 6 vote down

There's pastebin.com and copypastecode.com for chunks of code.

Edit: For your zip files etc there's 4shared.com and rapidshare.com.

link|flag
Note that pastebin doesn't let actually you execute code. If reference code from a stackoverflow post, make sure you opt for "permanent" lifetime in pastebin.com (Disclosure: I run it) – Paul Dixon Jul 2 at 13:04
vote up 0 vote down

You can use github.com, it has an Open source free hosting option where you can upload all of your stuff. If you are planning anyway on making it public for the SO audience, I think it is by far the best option out there. You even get a personalized webpage for the project with links to download it. Git is not that difficult to get started with aswell. You should check it out.

link|flag
vote up 0 vote down

I believe codeproject is a good site, free and you have a good way to publish an article.

link|flag
Code project's article wizard is a bit much to go through. I usually just want to host a zip file. – Ronnie Overby Jul 2 at 12:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.