问题标签 [pastie]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
iphone - Write to Pastie or Pastebin?
I have an application I'm writing, in Objective-C(iPhone), and I want to be able to write a string of text to Pastie or Pastebin, and be able to have the link to that page. I have not been able to find any API for either of these, is this possible? How?
Thanks!
c# - 在 C# 中的 paste 或 pastebin 上提交帖子
我正在寻找一种从我的 C# 应用程序中向 paste.org 或 pastebin.com 提交帖子的方法,我知道我必须使用某种 http 帖子,但我正在寻找具体的例子..
php - 带有语法突出显示的共享在线代码查看工具?
我与另一位开发人员一起开发项目,有时我们会通过 IM 聊天。我们可以来回存放东西,但如果有一个交互式版本的pastie / google docs,我们可以看到相同的代码并与语法高亮一起编辑它,那就太好了。
我知道 Cloud9IDE 有这样的东西,但我正在寻找一个真正简单、实时(如果可能的话)、共享文本区域,并带有 PHP 语法突出显示。那存在吗?
更新这就是我要找的:http ://collabedit.com/
api - 带有 API 和语言检测的 Pastie
我正在尝试找到一个像 webservice 这样的糕点,它确实执行某种自动语言检测(就编程语言而言)并相应地进行语法着色。
大多数馅饼网站都没有我非常想拥有和使用的这个功能。
谢谢 !
emacs - Pastie.el 中的 500 内部服务器错误
我正在使用位于http://www.emacswiki.org/emacs/download/pastie.el的 paste.el 文件。这应该可以帮助我们直接从 emacs 将代码发布到 paste.org。如果我粘贴的文件包含“<”符号,那么我在 emacs 中收到 500 内部服务器错误消息,因为我无法发布 ruby 文件、php 文件等。有什么方法可以在 elisp 文件中解决这个问题?
谢谢你