在哪里发布开源使用的代码?

发布于 2024-09-01 15:23:00 字数 1539 浏览 4 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

星軌x 2024-09-08 15:23:00

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.

请你别敷衍 2024-09-08 15:23:00

您可以将代码托管在 SourceForgegithubCodeplex。我确信还有更多,但这些是我想到的

感谢您想要回馈!

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!

梦幻的心爱 2024-09-08 15:23:00

GitHubGoogle 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.

假装不在乎 2024-09-08 15:23:00

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文