We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
GitHub、CodePlex、Google Code 和 BitBucket 是开源托管的明显选择。 (还有 SourceForge,但是 ewww,恶心。)绝对选择像 git 或 Mercurial 这样的 DVCS,与 SVN 或 CVS 之类的东西相比,这将使其他人更容易分叉代码并做出贡献。
我认为使用 Stack Overflow 发布有关您的项目的“虚假”问题是不合适的。最好开始写一个博客。如果你写得好,人们就会找到你。
另一方面,我认为在 SO 上寻找与地图相关的问题并通过说“我在我的 BlahBlahBlah 项目中实现了这样那样的算法,您可以通过单击此链接查看代码”来回答它们是合适的。只要确保您确实使用具体且相关的信息来回答问题即可。
GitHub, CodePlex, Google Code, and BitBucket are the obvious choices for open-source hosting. (There's also SourceForge, but ewww, yuck.) Definitely go for a DVCS like git or Mercurial, which will make it easier for others to fork code and contribute back than something like SVN or CVS.
I don't think it's appropriate to use Stack Overflow to post "fake" questions about your project. It would be better to start a blog. If you write good content, people will find you.
On the other hand, I think it is appropriate to look for map-related questions on SO and answer them by saying "I implemented such-and-such algorithm in my BlahBlahBlah project, and you can view the code by clicking this link." Just make sure you are actually answering the questions with specific and relevant information.
您可以将代码托管在 SourceForge、github,Codeplex。我确信还有更多,但这些是我想到的
感谢您想要回馈!
You can host your code on SourceForge, github, Codeplex. I am sure there are many more, but those were the ones that came to mind
Thanks for wanting to give back!
GitHub 或 Google Code 将是我的首选(按降序排列)。
远离 SourceForge。尽管它们在不断改进,但界面(对于开发人员和最终用户来说)都很糟糕,整个网站速度慢得要命。
GitHub or Google Code would be my first choices, in descending order.
Stay away from SourceForge. Although they are continuously improving, the interface (both for developers and for end users) is horrible, and the entire site is slow as hell.
SourceForge
这个非常适合用 C、C++、Java 编写的大型开源应用程序...
github
在这里我会发布网络应用程序(就像你的一样)。
Codeplex
.Net、JQuery 和其他与 Microsoft 相关的内容应该放在这里。加上您使用 Visual Studio 开发的任何内容。
SourceForge
This one is great for bigger open source apps, written in C, C++, Java ...
github
Here I would post Webapps (like yours).
Codeplex
.Net, JQuery and other Microsoft related stuff should go here. Plus anything you develop with Visual Studio.