Markdown 解析器 Snarkdown
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://jsfiddle.net/developit/828w6t1x/
- 软件文档: https://github.com/developit/snarkdown/blob/master/README.md
软件介绍
Snarkdown 是一个用 JavaScript 编写的极简的 Markdown 解析器。它不是功能最全的,但可能是最容易实现的一款解析器。Snarkdown 只有 1Kb 大小,且只有一种方法,适合速成项目。
特点:
快速: 基本上由一个正则表达式和一个庞大 if 语句构成
轻巧: 1kb 大小
简单: 传递 Markdown 字符串, 获取 HTML 字符串
Data Structures and Algorithm Analysis in Java
Mark A. Weiss / Pearson / 2011-11-18 / GBP 129.99
Data Structures and Algorithm Analysis in Java is an “advanced algorithms” book that fits between traditional CS2 and Algorithms Analysis courses. In the old ACM Curriculum Guidelines, this course wa......一起来看看 《Data Structures and Algorithm Analysis in Java》 这本书的介绍吧!
