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.
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.
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.
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).
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.
发布评论
评论(10)
我喜欢 pastebot,它支持 http://paste.pocoo.org/(例如)。 它是 Perl 并使用 POE。
I like pastebot, which powers http://paste.pocoo.org/ (for example). It's Perl and uses POE.
Lodgeit 是用 Python 编写的,是一个不错的 Pastebin
Lodgeit is written in Python and is a nice pastebin
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.
http://dpaste.com/ 是用 Python 和 Django 编写的。 来自 http://dpaste.com/about/:
使用 Django 进行 Python Web 开发一书(由 Paul Bissex,dpaste 的创建者)包含有关创建 Pastebin 的章节。
http://dpaste.com/ is written in Python with Django. From http://dpaste.com/about/:
The book Python Web Development with Django (co-written by Paul Bissex, the creator of dpaste) contains a chapter on creating a pastebin.
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.
你考虑过 github 上的 Gist 吗?
http://gist.github.com/
Have you considered Gist from the github?
http://gist.github.com/
惠普贴不错。 附带 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).
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.
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.
我在开源 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.