github.com
List of languages that compile to JS · jashkenas/coffeescript Wiki · GitHub
https://github.com/jashkenas/coffeescript/wiki/List-of-languages-that-compile-to-JS
List of languages that compile to JS. Graham McNeill edited this page. Aug 8, 2016. Middot; 535 revisions. HowTo] Compiling and Setting Up Build Tools. Howto] Hacking on the CoffeeScript Compiler. List of languages that compile to JS. Clone this wiki locally. CoffeeScript Family (& Friends). CoffeeScript II: The Wrath of Khan. Rewrite of the CS compiler. Family (share genes with CoffeeScript). Is a fork of Coco that is much more compatible with CoffeeScript, more functional, and with more features. The W...
blog.longwin.com.tw
OSDC (Open Source Developers' Conference) 2010 筆記整理 - Tsung's Blog
http://blog.longwin.com.tw/2010/05/osdc-note-2010
個人筆記, 記錄關於 系統、程式、新聞 與 日常生活 等資訊. Ubuntu Linux 10.04 的 Zim 'utf8' codec 問題修復. Ubuntu Linux 升級 9.10 的開機問題修復 - GRUB 重新安裝 →. OSDC (Open Source Developers' Conference) 2010 筆記整理. 2010 年 05 月 03 日. OSDC 於 2010年 4/24, 4/25 舉辦, 在此將會議聽到的做點紀錄. OSDC 會場都有錄影, 影片可見: OSDC 2010 影片. 註: hlb 那場的影片錄壞了, 所以不在這列表上. RubyConf Taiwan 2010: Speaker's slides. OSDC 2010 的 Ruby 場次所有投影片. NoSQL with Cassandra gasol@pixnet. NoSQL with Cassandra 投影片. Open source by facebook in 2008. Apache Top Level Project. 所以在 H 之後, replication 3份.
yuiblog.com
Strict Mode Is Coming To Town
http://yuiblog.com/blog/2010/12/14/strict-mode-is-coming-to-town
Strict Mode Is Coming To Town. Strict Mode Is Coming To Town. December 14, 2010. There are two ways to request strict mode. The first is to insert this pragma. Code, so strict functions can call sloppy functions, and sloppy functions can call strict functions. This high level of compatibility makes adoption of strict mode easy. All of the code in the file or compilation unit with the. Preamble will be processed as strict code. There is a problem, though. Performance considerations. Preamble has sloppy co...
edipage.wordpress.com
Caja and JavaScript Security | Eddie's blog won't bomb you with updates
https://edipage.wordpress.com/2008/11/03/caja-and-javascript-security
Eddie’s blog won’t bomb you with updates. Laquo; What’s new in Python 2.6. I am loving snow. Caja and JavaScript Security. November 3, 2008 by Eddie. People have been worrying about cross-site scripting. The sandbox feature of JavaScript language was not designed to handle this situation. And also Microsoft’s Web SandBox. Is also applied to other programming languages. On April 4, 2013 at 12:56 am. Why not compose more about Caja and JavaScript Security Eddie’s blog. Leave a Reply Cancel reply. You are c...
github.com
List of languages that compile to JS · jashkenas/coffeescript Wiki · GitHub
https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS
List of languages that compile to JS. Graham McNeill edited this page. Aug 8, 2016. Middot; 535 revisions. HowTo] Compiling and Setting Up Build Tools. Howto] Hacking on the CoffeeScript Compiler. List of languages that compile to JS. Clone this wiki locally. CoffeeScript Family (& Friends). CoffeeScript II: The Wrath of Khan. Rewrite of the CS compiler. Family (share genes with CoffeeScript). Is a fork of Coco that is much more compatible with CoffeeScript, more functional, and with more features. The W...
jslint.com
JSLint: Help
http://www.jslint.com/help.html
Enjoy The Good Parts. Il semble que la perfection soit atteinte non quand il n’y a plus rien à ajouter, mais quand il n’y a plus rien à retrancher. The Principle of the Good Parts is. If a feature is sometimes useful and sometimes dangerous and if there is a better option then always use the better option. Is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool. Was developed that would scan a source file, looking for problems. Is no longer needed. Takes a JavaSc...
mikecyc.blogspot.com
绚烂静美: 2009年4月5日
http://mikecyc.blogspot.com/2009_04_05_archive.html
Let life be beautiful like summer flowers and death like autumn leaves. 1,浏览器自带的 下拉框样式不好看。 2,在ie6下,下拉框的优先级大于层,经常导致下拉框显示在层的上面。 OK,明白这个问题后,我们就开始用jQuery制作模拟下拉框。 Http:/ cssrain.cn/demo/jqueryCRselectbox/demo1.html. Http:/ cssrain.cn/demo/jqueryCRselectbox/demo2.html. 好,有了前2个例子的基础,我们完全可以构建一个插件:. Http:/ cssrain.cn/demo/jqueryCRselectbox/demo3.html. 通过已知的下拉框,把里面的数据循环出来,放到另一个div的ul列表里,. 通过hidden可以 获取下拉框的选中的值和文本 。 Http:/ cssrain.cn/demo/jqueryCRselectbox/jqueryCRselectbox.rar. 星期六, 四月 11, 2009. Is a young-for-its...
jswebtools.org
ADsafety
http://www.jswebtools.org/adsafety
JavaScript and Web Tools. Mashups and Mashup Security. Is it possible to safely embed untrusted JavaScript on a page? Google Caja, Microsoft Web Sandbox, and ADsafe are language-based Web sandboxes. That try to do so. Language-based sandboxing is a programming language technique that restricts untrusted code using static and runtime checks and rewriting potential dangerous calls to safe, trusted functions. This is how ADsafe works. In 2011, we embarked on a project to verify ADsafe. On our work. The ...