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 5 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(7)
我会使用任何版本控制系统。
I would use any version control system for it.
对于 Python,您可以使用 ActiveState 的 Python 食谱
For Python you can use Python recipes by ActiveState
http://www.hotscripts.com/
http://www.hotscripts.com/
我使用 snipplr.com 来存储我的代码片段。 主要是因为它与 Textmate 和 API 具有非常好的集成,这使得它也可以集成到其他工具中。
I'm using snipplr.com to store my code snippets. Mostly because it has a really nice integration with Textmate and an api which makes it possible to integrate it in other tools as well.
如果您只想要简单的复制/粘贴支持和轻松添加新片段,为什么不使用 wiki? 我使用 wikidot.com 来处理我的所有内容,包括代码片段、操作方法和有趣的链接。
问候,
塞巴斯蒂安
If you just want simple copy/pasting support and easy adding of new snippets, why not use a wiki? I use wikidot.com for all my stuff, including code snippets, how-tos and interesting links.
Regards,
Sebastiaan
在尝试运行上述所有建议后,codepad.org 似乎是最好的解决方案。 除了存储脚本之外,它还提供了一种在线运行脚本的便捷方法。
After trying to run all the above suggested ones, codepad.org seemed to be the best solution. Apart from storing scripts, it provides a convenient way to run them online too.
尝试 http://live.codenode.org,它现在很好地支持 Python 和 Sage,并且计划将来支持其他语言,如Ruby、R等。
Try out http://live.codenode.org, which supports Python and Sage very well right now, and is planned to support other languages like Ruby, R, etc in the future.