代码生产工具 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;
.}


本文地址:https://codercto.com/soft/d/20453.html

Writing Windows VxDs and Device Drivers, Second Edition

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》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具