基于云的版本化社交代码片段管理
这似乎有很多问题,但我正在寻找一种基于云的解决方案来管理代码片段。我正在寻找:
- 标签
- 用户帐户(我希望能够在一个页面上看到我的所有片段)
- 语法突出显示
- 版本控制 - 我自己或其他人应该能够编辑我的片段以改进它们并保存修订,以便我可以如果我愿意,可以返回并使用旧版本。
- 简单的用户界面,最少的广告(如果有)
有人知道满足这些要求的解决方案吗?如果没有的话,会有人对这样的事情感兴趣吗?作为一名软件工程师,在第 0 步(它是否已经存在)之后,我非常愿意进入第 1 步(其他人会使用它吗?如果是,那就使用它)。
It seems a lot to ask, but I'm looking for a cloud-based solution to managing code snippets. I am looking for:
- Tags
- User accounts (I want to be able to see all of my snippets on a single page)
- syntax highlighting
- versioning - myself or others should be able to edit my snippets to improve them and have revisions save so that I can go back and use an older version if I prefer.
- straightforward UI with minimal advertising if any
Does anyone know of a solution which meets these requirements? If not, would anyone be interested in something like this? As a software engineer, after step zero (does it already exist), I'm perfectly willing to go onto step 1 (would other people use it? If so, make it).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
www.codebarrel.com
它有您想要的一切
www.codebarrel.com
it has everything you asked for
听起来像要点。
http://gist.github.com/
除了标签部分。但无论如何它可能是可行的。
Sounds like Gist.
http://gist.github.com/
Except for the tags part. But it might be workable anyway.
我正在为此开发一个网站。 非常粗糙(例如:几乎无法工作,但甚至还没有功能)初始版本在这里:https://github.com/jasongrout/snippets
I'm working on a site for this. The very rough (as in: barely works, but not even functional yet) initial version is here: https://github.com/jasongrout/snippets