搜索资源列表
RedirectSource
- This control makes it possible to redirect the stdin/stdout of a console-application to your program. It s even possible to redirect MS-DOS commands to your application. I ve written this project in Visual C++ 6.0 with ATL 3.0, because you can t use
liunx_shellprogram
- 1. 编写一个C程序作为Linux内核的shell命令行解释程序。Shell程序应该使用与Bource shell相同的方式运行程序。 2. 增加功能以使用户可以使用\"&\"操作符作为命令的结束符。一个以\"&\"结尾的命令应该与shell并发执行。 3. 增加功能以使用户可以使用\"<\"和\">\"作为文件名前缀来重定向stdin和stdout描述符。同样,允许用户使用管道操作符\" \"来同时执行两个进程,并把第一个进程的stdout重定向为第二个进程的stdin。-1. P
检测重定向
- 显示怎样检测stdin, stdout, stderr是否被重定向- Demonstrated how examines stdin, stdout, stderr whether by heavy direction detection
shell
- #include<stdio.h> #include<string.h> #include<limits.h> #include<unistd.h> #include<sys/types.h> #define PROMPT_STRING "[myshell]$" #define QUIT_STRING "exit\n" static char inbuf[MAX_CANON] char *
sedlexa-1.0.1
- Linux中强大的sed,lex,awk实现-manipulation of text based documents by using the stdin/stdout stream designed to complement sed, lex and awk. It has no help except for the readme file and the example.
lrDecrypt_release_01
- Numara TrackIT uses an XOR encryptor/decryptor algorithm to store domain credentials. These "encrypted" credentials are then stored on a server (in the domain). The file permissions are set to allow all members of the domain to read the file. fuckt
timer_test
- This example uses a timer to generate interrupt at a specific period.The timer event handler increments the event count and prints in stdout.
dmenu-4.4.1.tar
- dmenu is a minimalistic X11 menu. It reads a newline separated list of items from stdin and shows them as a menu on the top of the screen. When the user selects one item or types any text and presses Enter, his choice is printed to stdout.
zlog-latest-stable.tar
- zlog是一个高可靠性、性能、线程安全、灵活、概念清晰的纯C日志函数库。 事实上,在C的世界里面没有特别好的日志函数库(就像JAVA里面的的log4j,或者C++的 log4cxx)。C程序员都喜欢用自己的轮子。printf就是个挺好的轮子,但没办法通过配置改变 日志的格式或者输出文件。syslog是个系统级别的轮子,不过速度慢,而且功能比较单调。 所以我写了zlog。 zlog在效率、功能、安全性上大大超过了log4c,并且是用c写成的,具有比较好的通用性。 zlog有
bss_fd
- Fix bug preventing use of stdin/stdout with binary data e.g. asn1parse -inform DER < xxx under Windows.
puts
- Write the given string to stdout, appending a newline.
cryptpw
- output a crypt(3)ed password to stdout for Linux.
syscall
- fprintf(stdout,"*** *** Help information for s*** *** *\n",APP_NAME) fprintf(stdout,"[Usage] s -[b:n:c:w:p:rsdh] <value>\n", APP_NAME) fprintf(stdout,"Version: s, Date: s, Author: Youri Zhang\n\n", VERSION, BUILD_DATE) fprintf(stdou
get-version
- This scr ipt will print Expat s version number on stdout.
AnnotationLister
- Greps annotations on a set of class files and prints matching elements to stdout.
bin2c
- Unloved program to convert a binary on stdin to a C include on stdout.
chosen
- Device trees may specify the device to be used for boot console output with a stdout-path property under chosen, as described in ePAPR, e.g.
bin2c
- Unloved program to convert a binary on stdin to a C include on stdout.
hex2hex
- hex2hex reads stdin in Intel HEX format and produces an (unsigned char) array which contains the bytes and writes it to stdout using C syntax.
SkDebug_android
- Print debug output to stdout as well. This is useful for command line applications. -Print debug output to stdout as well. This is useful for command line applications.