Projects tagged ‘perl’, ‘shell’, and ‘unix’


Jump to tag:

Projects tagged ‘perl’, ‘shell’, and ‘unix’

Filtered by Project Tags perl shell unix

Refine results Project Tags python (2) cli (2) grep (1) regexp (1) tools (1) vim (1) command_line (1) programming (1) utilities (1) linux (1) macintosh (1) console (1)

[5 total ]

100 Users
   

ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code. ack is written purely in Perl, and takes advantage of the power of Perl's regular expressions. * ... [More] Searches recursively through directories by default, while ignoring .svn, CVS and other VCS directories. * ack ignores most of the crap you don't want to search * Lets you specify file types to search, as in --perl or --nohtml. * Color highlighting of search results. * Uses real Perl regular expressions, not a GNU subset. * ack is pure Perl, so consistent across all platforms. It even comes as a single standalone program with no module dependencies. [Less]
Created over 3 years ago.

1 Users

This is an LDAP shell. I wrote it a long time ago, actually, but have only recently gotten around to making it release-worthy. It is composed of two parts: Net::LDAP::Config, and ldapsh. ... [More] Net::LDAP::Config is a library for simplifying and centralizing access to your LDAP repositories. Instead of having every single script ask for your ldap server and search base, or have it hard coded, you can simply use this library: my $config = Net::LDAP::Config->new("default"); It's got a couple other nice features, like the fact that it caches your LDAP UID (per host), so you should only ever have to type it in once. It's pretty well documented, so 'perldoc Net::LDAP::config' should get you the rest of the way. ldapsh, and its corresponding library Net::LDAP::Shell, provide (shockingly) the shell [Less]
Created over 2 years ago.

0 Users

Everyday Life is the PathJoshu asked Nansen: `What is the path?' Nansen said: `Everyday life is the path.' Joshu asked: `Can it be studied?' Nansen said: `If you try to study, you will be far away ... [More] from it.' Joshu asked: `If I do not study, how can I know it is the path?' Nansen said: `The path does not belong to the perception world, neither does it belong to the nonperception world. Cognition is a delusion and noncognition is senseless. If you want to reach the true path beyond doubt, place yourself in the same freedom as sky. You name it neither good nor not-good.' At these words Joshu was enlightened. Mumon's Comment: Nansen could met Joshu's frozen doubts at once when Joshu asked his questions. I doubt that if Joshu reached the point that Nansen did. He needed thirty more years of study. In spring, hundreds of flowers; in autumn, a harvest moon; In the summer, a refreshing breeze; in winter snow will accompany your. If useless things do not hang in your mind, Any season is a good season for you. [Less]
Created about 1 year ago.

0 Users

VIM, Bash, Shell scripts etc..
Created about 1 year ago.

0 Users

Miscellaneous tools, mostly for UNIX, when one doesn't have a rich GNU environment. The tools are focused on portability by simplicity. They try to emulate an almost standard CLI command in its the ... [More] most used way. The tools are usually written in core Perl, that should be on all the "Hostile" servers out there :-) [Less]
Created 6 months ago.