代码生产工具 Ribosome
- 授权协议: MIT
- 开发语言: C/C++
- 操作系统: 跨平台
- 软件首页: http://ribosome.ch/
软件介绍
Ribosome 是一个简单的代码生产工具。你可以选择标准的 JavaScript,Ruby,或者 Python 的脚本。它以点(.)开始,然后直接输出结果。它有以下特征:
生产的代码正确缩进
在源代码中没有转义序列或者视觉烟雾
灵活的源代码缩进
编辑器中可支持着色
示例代码:
.#include <stdio.h>
.
.int main() {
var i;
for (i=3; i>0; i--) {
. printf("@{i}!\n");
}
. printf("Go!\n");
. return 0;
.}Writing Windows VxDs and Device Drivers, Second Edition
Karen Hazzah / CMP / 1996-01-12 / USD 54.95
Software developer and author Karen Hazzah expands her original treatise on device drivers in the second edition of "Writing Windows VxDs and Device Drivers." The book and companion disk include the a......一起来看看 《Writing Windows VxDs and Device Drivers, Second Edition》 这本书的介绍吧!
