Coda

How can I put 0x08 ascii character using MacBook?

放肆的年华 提交于 2019-12-12 02:10:09
问题 I'm writing this question because one little invisible problem has taken from me hours and hours of dummy searchings, and the time just has been wasted (here is that question: CSS: Is there any difference between these two parts?) Does anybody know how the character 0x08 ("backspace" in ASCII) can be written into a text using a MacBook and a simple IDE (I use the "Coda")? There is no ability to press Alt + 08 on MacBook (there is no digital keys part on the MacBook's keyboard). How it can

SVN: how to solve 'file has been replaced' status

耗尽温柔 提交于 2019-12-05 21:05:20
I was modifying files renaming them and switching them around (I was testing alternative homepages). Now I get a status message that says 'File has been replaced' and an R. I'm not sure what to do to solve this. I'm using Coda, and it does not solve it. So i guess it's command line time. The version that I care about is my local version, and I want to overwrite the remote version. i'm the only person working on it so a brute force approach is fine. Copy the file and put it in a temp location Run "svn revert " Now copy it back to the same location Run "svn st " to check status i fixed it by

Is there an extension for jQuery code-completion in Coda?

柔情痞子 提交于 2019-12-05 19:04:51
问题 Do you know if there is a plugin for Coda to do the kind of code completion below for jquery? As far as i know there is such extension for Visual Studio, hope there is a way to do that in Coda too, because i don't want to write jQuery(document).ready(function(){ ... }); anymore. Thanks, Sinan. P.S. I'm aware of shorthands of document ready like $(function() { ... }); but it's still long and it's not the only issue makes me look for a completion extension. alt text http://www.dbvy.com/Picture

Web 全栈大会:万维网之父的数据主权革命

强颜欢笑 提交于 2019-12-05 16:38:17
大家好,今天我和大家分享一下由万维网之父发起的一场数据主权革命。什么叫数据主权?很容易理解,现在我们的数据是把持在巨头手里的,你的微信通讯录和聊天记录都无法导出,不管是从人权角度还是从法理角度,这些数据应该都是属于你的,但是你没有控制权,SoLiD 要做的核心的一件事就是让这些数据归于用户控制。它带来了一种全新的开发范式,这个范式是啥我们接下来会有介绍。那么什么是革命?革谁的命?也非常清晰,就是革那些体大不尊的巨头的命。 <!-- more --> 本文整理自蒸汽记忆创始人谢扬在 2019 年 11 月 16 日在成都 Web 全栈大会上的演讲,内容有删改。 完整PPT 可从 Github 上查看: https://leinue.github.io/webfullstack-2019/index.html 那么在开始之前呢,我先按照惯例自我介绍下。我目前在创业,我们公司的名字叫做蒸汽记忆,取自工业革命的开始,我们想做提高社会的生产力的事情,并将全球的公开信息变成知识图谱。我们的使命是在一个身份下互联全人类的文化基因,构建全球互联的生产力平台。同时,我是 SoLiD 中文网的发起人,SoLiD 就是今天要讲的主题。在职业经历上,我是一名 Web 全栈开发者,其次也是知识图谱研究者。在创业之前,我曾经任职好东西传送门的 CTO,当时主要负责知识推荐和舆情分析等工作

Yammer从Scala转向Java

此生再无相见时 提交于 2019-12-04 06:50:38
近日,由Yammer雇员 Coda Hale 发给Typesafe的Scala商业管理层的 邮件 通过 YCombinator 被泄漏出来并在 GitHub上刊出 。该邮件确认Yammer正在将其基础设施栈从Scala迁回至Java,原因在于Scala的复杂性与性能问题。 Yammer的公关Shelley Risk向InfoQ证实该邮件只代表Coda Hale的个人意见而非Yammer的官方声明;随后,Coda Hale又在 http://codahale.com/the-rest-of-the-story/ 上发表了一篇文章。在该文章中,Coda澄清说这个消息是来自于Donald Fischer( Typesafe 的CEO)对早前一个 tweet 的回复。 更新:近日,Yammer已经发布了声明,宣布对该问题的 立场 ,声明证实了上述猜测。声明还指出任何语言都会有瑕疵(不仅仅是Scala),该邮件只不过是尝试提出一些建议以改进Scala的性能与其他问题。最后,声明说到在构建任何高性能项目时(Scala是其产品环境)都有一些问题需要解决;该邮件旨在帮助Scala不断改进。 虽然Coda并未打算公开该邮件,但他通过Gist(后来被删除了)将其放到了GitHub上以获得其他朋友的反馈;然而,邮件内容后来被共享出来并得到了大范围传播。 回到2010年8月,Coda在Yammer

Is there an extension for jQuery code-completion in Coda?

最后都变了- 提交于 2019-12-04 02:40:34
Do you know if there is a plugin for Coda to do the kind of code completion below for jquery? As far as i know there is such extension for Visual Studio, hope there is a way to do that in Coda too, because i don't want to write jQuery(document).ready(function(){ ... }); anymore. Thanks, Sinan. P.S. I'm aware of shorthands of document ready like $(function() { ... }); but it's still long and it's not the only issue makes me look for a completion extension. alt text http://www.dbvy.com/Picture.png PetersenDidIt Check out this web post which has a jQuery.mode that you can use for Coda: jQuery

PC equivalent of Coda? [closed]

不打扰是莪最后的温柔 提交于 2019-12-03 14:35:39
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . Can any one recommend a good all-in-one web development tool for Windows. Something on par with Coda, which is only available for Mac

PC equivalent of Coda? [closed]

孤者浪人 提交于 2019-12-03 05:22:00
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Can any one recommend a good all-in-one web development tool for Windows. Something on par with Coda, which is only available for Mac OS X? I have not used Coda by myself, but believe that whatever it has, you can find in Sublime Text 2 as well, check it out

HTML Tidy new empty line after closing tags

倖福魔咒の 提交于 2019-12-01 05:45:16
When I use Tidy HTML in Coda It's clean but I don't like to have empty line <ul> <li>…</li> <!-- here --> <li>…</li> </ul> I try to edit config without success // config file for Coda PHP Toolkit Tidy FORMAT script // http://www.chipwreck.de/blog/software/coda-php // // documentation is here: http://tidy.sourceforge.net/#docs // rev 5 anchor-as-name: no doctype: auto drop-empty-paras: no fix-uri: no literal-attributes: yes merge-divs: no merge-spans: no numeric-entities: no preserve-entities: yes quote-ampersand: no quote-marks: no show-body-only: no indent: auto indent-spaces: 4 tab-size: 4

HTML Tidy new empty line after closing tags

谁说我不能喝 提交于 2019-12-01 03:56:28
问题 When I use Tidy HTML in Coda It's clean but I don't like to have empty line <ul> <li>…</li> <!-- here --> <li>…</li> </ul> I try to edit config without success // config file for Coda PHP Toolkit Tidy FORMAT script // http://www.chipwreck.de/blog/software/coda-php // // documentation is here: http://tidy.sourceforge.net/#docs // rev 5 anchor-as-name: no doctype: auto drop-empty-paras: no fix-uri: no literal-attributes: yes merge-divs: no merge-spans: no numeric-entities: no preserve-entities: