Python 或 Perl 中什么是好的开源 Pastebin?

发布于 2024-07-07 08:32:31 字数 1560 浏览 9 评论 0 原文

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

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

发布评论

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

评论(10

舟遥客 2024-07-14 08:32:31

我喜欢 pastebot,它支持 http://paste.pocoo.org/(例如)。 它是 Perl 并使用 POE。

I like pastebot, which powers http://paste.pocoo.org/ (for example). It's Perl and uses POE.

遇到 2024-07-14 08:32:31

Lodgeit 是用 Python 编写的,是一个不错的 Pastebin

Lodgeit is written in Python and is a nice pastebin

情何以堪。 2024-07-14 08:32:31

Stickum 使用 TurboGears 编写,并且由于其使用而支持大量语言的语法突出显示Pygments。 您可以在 Fedora Pastebin 中查看它的实际情况。

Stickum is written using TurboGears and supports syntax highlighting for a large number of languages thanks to its use of Pygments. You can see it in action at the Fedora Pastebin.

别靠近我心 2024-07-14 08:32:31

http://dpaste.com/ 是用 Python 和 Django 编写的。 来自 http://dpaste.com/about/

这个网站最初是作为一个练习。 Django 程序员没有用 Django 编写的 Pastebin 应用程序似乎很愚蠢,因为编写 Pastebin 应用程序的复杂性只比“Hello, World”高出几步。 最初都是通用视图 - 换句话说,它是一些配置信息加上一些信息模板 - 并且效果很好,但是当我添加功能时,需要一些实际的编程。 该网站的“纯通用”版本的源代码仍然可以在此处找到。 在某个时候,我可能会发布最新的源代码,但这取决于是否有时间对我的列表进行清理和增强。

使用 Django 进行 Python Web 开发一书(由 Paul Bissex,dpaste 的创建者)包含有关创建 Pastebin 的章节。

http://dpaste.com/ is written in Python with Django. From http://dpaste.com/about/:

This site began as an exercise. It seemed silly that Django coders didn't have a pastebin app written in Django, when writing a pastebin app is just a couple steps above "Hello, World" in complexity. Initially it was all generic views — in other words, it was some configuration info plus a couple templates — and worked great, but as I've added features some actual programming has been needed. The source to the "pure generic" version of the site is still available here. At some point I may release the latest source, but that's contingent on finding time to do the cleanup and enhancements on my list.

The book Python Web Development with Django (co-written by Paul Bissex, the creator of dpaste) contains a chapter on creating a pastebin.

深陷 2024-07-14 08:32:31

Pastebot 可能是原始的 Pastebin 之一,分布在 CPAN 上并在 github 中开发和/或这些天很吉利。

Pastebot may be one of the original pastebins and is distributed on CPAN and developed in github and/or gitorious these days.

浅浅淡淡 2024-07-14 08:32:31

你考虑过 github 上的 Gist 吗?

http://gist.github.com/

Gist 是一种与他人共享片段和粘贴的简单方法。 所有要点都是 git 存储库,因此它们会自动进行版本控制、可分叉并可用作 git 存储库。

Have you considered Gist from the github?

http://gist.github.com/

Gist is a simple way to share snippets and pastes with others. All gists are git repositories, so they are automatically versioned, forkable and usable as a git repository.

烟织青萝梦 2024-07-14 08:32:31

惠普贴不错。 附带 pln txt 和 python 突出显示(pygments),但您可以更轻松地添加。 如果您需要帮助,您可以联系作者([电子邮件受保护]) 。 hpaste 维基。 也可以在纯Python中运行,非常轻巧并且易于设置(上传到您的网站)。

Hpaste is good. comes with pln txt and python highlighting (pygments) but u can add more easily. n if u need help u can contact the author ([email protected]). hpaste wiki. also runs in pure python is veyr light wieght and easy to setup (upload to ur site).

因为看清所以看轻 2024-07-14 08:32:31

Codepad.org 非常适合小型示例,因为它将编译并运行您的代码。 这对于确保您和其他人在同一页面上是非常宝贵的。 它不是完全开源的,但它使用的一些部分是,并且这是一个值得考虑的好功能。

Codepad.org is great for smallish examples, because it will compile and run your code. This is invaluable for making sure you and whomever else are on the same page. It is not open-source completely, but some pieces it uses are, and it's a good feature to consider.

秋日私语 2024-07-14 08:32:31

http://pastebin.im 能够调试 50 多种编程语言。

它在pastebin.com 的开源应用程序上运行。

http://pastebin.im has the capability to debug over 50 programming languages.

It is running on pastebin.com's open-source application.

多彩岁月 2024-07-14 08:32:31

我在开源 PHP Stikked 方面获得了很好的体验:http://code.google.com /p/stikked

它是用 CodeIgniter 编写的,安装相对轻松。

I've had a pretty good experience with the open-source PHP Stikked: http://code.google.com/p/stikked

Its written in CodeIgniter and installation is relatively painless.

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