搜索资源列表
edlin
- 这是一个演示如何在 unix 系统下使用 curses 函数进行编辑器开发的程序,本程序可以接受一个行输入数据。-This is a demonstration of how to use Unix curses function for the editors to develop procedures, the procedures can accept a line input data.
pdf-akaeLinux-00-vim
- 介绍了linix下常用文本编辑器vim的一般操作模式和末行命令模式的相关基础,-Introduced linix common text editor vim under the normal operation mode and command mode the last line of related infrastructure,
QEditor
- QEditor -程序员编辑器的。他是十分强大的编辑器:开放代码在GPL的授权平台,它是由Qt完全编写。支持功能:折叠文本 编号的行数 添加面板书签,支持撤消。使用 Qt Designer作为插件。 -QEditor- the editor for the programmer. He is the powerful editor with the open code under license GPL. Features: Cross- platform I
refdb-0.9.9-1.tar
- RefDB是一个文献数据库和书目管理的软件,支持 SGML,XML和LaTeX的/ BibTeX等格式的工具。它允许用户通过网络共享数据库。这是可以通过命令行工具,Web界面,从文字编辑器(Emacs,Vim)来共享,程序员可以 使用 Perl和PHP库在自己的项目融入RefDB功能。 RefDB发布根据GNU通用公共许可证和Linux上运行时,* BSD系统,OS X操作系统,Solaris和Windows / Cygwin的。-RefDB is a bibliographic databas
LinuxShell
- SHELL脚本学习 很好的应用工具 什么是shell程序呢? 简单的说shell程序就是一个包含若干行shell或者linux命令的文件. 象编写高级语言的程序一样,编写一个shell程序需要一个文本编辑器.如VI等. 在文本编辑环境下,依据shell的语法规则,输入一些shell/linux命令行,形成一个完整的程序文件. -shell is very good for your study