| Projects on Google Code | Results 1 - 10 of 435 |
shelldoctest is Doctest/UnitTest for shell.
=Doctest for shell=
==Usage==
===test.py===
{{{
#!/usr/bin/env python
"""
$ echo TEST
TEST
$ LANG=C date -u -r 0
Thu Jan 1 00:00:00 UTC 1970
"""
if __name__ == "__main__":
import shelldoctest
shelldoctest.testmod()
}}}
...
an easy shell environmont for BI:
1.shell short-cut
2.database-shell interact
...
back my shell.
1.初始脚本涉及操作系统为centos redhat
A.适合在centos在安装后,webserver自动化安装脚本
nginx mysql php-fpm memcached etc.
Le but de ce TP est de programmer un shell minimal en C.
== Analyse du travail: ==
Notre shell sera une simple boucle d'interaction qui affiche une invite de
commande coloré (prompt()), lit une ligne entrée au clavier (lire()), analyser
cette ligne (decoupe()), l'exécute, et recomme...
仅仅是我写的一些小工具……
008. wp-tao.tar.bz2
Wordpress的淘客插件, 可以把淘客代码分解成推广链接、图片、标题等,并写入自定义字段中!
http://mifunny.info/wp-plugin-taoke-250.html
_
007. rewrite.tar.bz2
批量英文文章近义词替换PHP脚本(数据库版), 测试8000条数据小菜一碟!
http://mifunny.info/bulk-article-english-synonym-replacement-php-scri...
Right now, In the JBoss AS, it only has a *twiddle.sh/bat* in distribution by default, its integrated with JMX. But we don't think it is easy to use enough, and we feel this kind of utility should be a great add-on for users who are using JBoss AS/SOA-P. especially for unix/linux users, cause they a...
#summary Hotwire Development
= This is the project wiki: [http://hotwire-shell.org main website] =
*Again, see the [http://hotwire-shell.org main website] for a general introduction to Hotwire*.
= Hotwire Development =
So you want to get started hacking on the Hotwire hypershell? You've...
Shell Flags (shFlags) is a library written to greatly simplify the handling of command-line flags in Bourne based Unix shell scripts (`bash`, `dash`, `ksh`, `sh`, `zsh`) on many Unix OSes (Linux, Solaris, Mac OS X, etc.).
Most shell scripts use `getopt` for flags processing, but the different ver...
shell,
unix,
bourne,
bash,
dash,
zsh,
pdksh,
osx,
solaris,
linux,
sh,
ksh,
gflags,
command-line,
getopt
==Introduction==
Shunnel is a simple shell that bypasses firewalls and NATs. It does this by setting up an application-layer tunnel between the client and the host with the help of a 3rd-party public proxy.
==Features==
Currently, Shunnel provides basic shell functionalities only. That is, one ...
psgrep started as a small shell script to automate the process of doing "ps aux | grep $foo" and to clean up the output since I didn't really care to search for my execution of "grep $foo" along with anything that contained "$foo".
psgrep has come a little ways since then (four releases) and has ...