slop (Select Operation) is an application that collects a screen selection
from the user and prints the selection's coordinates to stdout.
LPRngTool is a configuration tool for LPRng. It provides a simple
Graphical User Interface that allows users to:
- create printer definitions and edit printcap files
- display the status of print queues and the printing system
- perform printing administration functions
start, stop and abort print jobs
enable and disable spooling to print queues
- configure print filters such as IFHP and the RedHat
print filters
Tools to capture, replicate, print, filter, send and other works
on Cisco's NetFlow Export.
Tools to capture, replicate, print, filter, send and other works
on Cisco's NetFlow Export.
You can use Console_Color::convert to transform colorcodes like %r into ANSI
control codes. print Console_Color::convert("%rHello World!%n"); would print
"Hello World" in red, for example.
VNroff converts VIQR format (RFC 1456) Vietnamese characters into troff
format so groff/troff can print it out.
To use this program:
vnroff file | groff | ... or
vnroff file | whater_program_that_print_out_a_troff_file
Small Ruby library that colors strings using ANSI escape sequences.
It's possible to use constants:
print red, bold, "red bold", reset, "\n"
or unary functions:
print red(bold("red bold")), "\n"
Blockforms do also autoreset at the block's end:
print red { bold { "red bold" } }, "\n"
It's also possible to use this module as Mixin for classes of objects that
respond to :to_str, e.g. String.
class String
include Term::ANSIColor
end
print "red bold".red.bold, "\n"
Devel::Caller - meatier versions of caller
SYNOPSIS
use Devel::Caller qw(caller_cv);
$foo = sub { print "huzzah\n" if $foo == caller_cv(0) };
$foo->(); # prints huzzah
use Devel::Caller qw(called_with);
sub foo { print called_with(0,1); }
foo( my @foo ); # should print '@foo'
Awesome Print is an Elixir library that pretty prints Elixir data
structures in full color exposing their internal structure with
proper indentation.
This is simple command-line GPT partition editor.
It can print tables, fix them, check consistency, add and remove
partitions (in edit mode).