The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "unit convert"

convert-unit - Convert a physical quantity from one unit to another River stage one • 1 direct dependent • 1 total dependent

If target unit is not specified, will show all known conversions....

PERLANCAR/App-PhysicsUnitUtils-0.002 - 04 Apr 2020 09:58:52 UTC - Search in distribution

convert-sodium-unit - Convert a sodium quantity from one unit to another River stage zero No dependents

If target unit is not specified, will show all known conversions....

PERLANCAR/App-MineralUtils-0.012 - 22 Mar 2024 10:58:47 UTC - Search in distribution

convert-choline-unit - Convert a choline quantity from one unit to another River stage one • 1 direct dependent • 1 total dependent

If target unit is not specified, will show all known conversions....

PERLANCAR/App-VitaminUtils-0.006 - 17 Dec 2022 00:06:21 UTC - Search in distribution

convert-benzoate-unit - Convert a benzoate quantity from one unit to another River stage one • 1 direct dependent • 1 total dependent

If target unit is not specified, will show all known conversions....

PERLANCAR/App-AdditivesUtils-0.004 - 05 Feb 2023 09:40:33 UTC - Search in distribution

convert-benzoate-unit - Convert a benzoate quantity from one unit to another River stage one • 1 direct dependent • 1 total dependent

If target unit is not specified, will show all known conversions....

PERLANCAR/App-BPOMUtils-Additives-0.003 - 03 Mar 2023 00:06:19 UTC - Search in distribution

convert-benzoate-unit - Convert a benzoate quantity from one unit to another River stage one • 1 direct dependent • 1 total dependent

If target unit is not specified, will show all known conversions....

PERLANCAR/App-FoodAdditivesUtils-0.006 - 23 Feb 2024 01:50:18 UTC - Search in distribution

lib/GCC/Node/Unary.pm River stage one • 1 direct dependent • 1 total dependent

AWIN/GCC-TranslationUnit-1.00 - 10 Nov 2003 06:54:27 UTC - Search in distribution

Math::Units - Unit conversion River stage two • 4 direct dependents • 14 total dependents

The Math::Units module converts a numeric value in one unit of measurement to some other unit. The units must be compatible, i.e. length can not be converted to volume. If a conversion can not be made an exception is thrown. A combination chaining an...

DMUEY/Math-Units-1.3 - 25 Jul 2008 02:18:06 UTC - Search in distribution

perltidy - a perl script indenter and reformatter River stage three • 77 direct dependents • 143 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240202 - 01 Feb 2024 13:55:33 UTC - Search in distribution

Nasm::X86 - Generate X86 assembler code using Perl as a macro pre-processor. River stage one • 1 direct dependent • 1 total dependent

Generate X86 assembler code using Perl as a macro pre-processor. Version "20220712". The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index....

PRBRENAN/Nasm-X86-20220712 - 12 Jul 2022 11:07:33 UTC - Search in distribution

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Dios - Declarative Inside-Out Syntax River stage zero No dependents

This module provides a set of compile-time keywords that simplify the declaration of encapsulated classes using fieldhashes and the "inside out" technique, as well as subroutines with full parameter specifications. The encapsulation, constructor/init...

DCONWAY/Dios-0.002012 - 04 Feb 2022 00:31:07 UTC - Search in distribution

greple - extensible grep with lexical expression and region control River stage two • 12 direct dependents • 14 total dependents

MULTIPLE KEYWORDS AND greple can take multiple search patterns with the "-e" option, but unlike the egrep(1) command, it will search them in AND context. For example, the next command print lines those containing all of "foo" and "bar" and "baz". gre...

UTASHIRO/App-Greple-9.12 - 26 Mar 2024 15:46:25 UTC - Search in distribution

draw River stage zero No dependents

PRBRENAN/Math-Zap-1.07 - 14 Jun 2004 22:31:46 UTC - Search in distribution

Code - notes and coding rules River stage zero No dependents

The documentation for using wurst lives in wurst.pod. This is a description of internals, conventions and how to change the code....

WURST/Wurst-0.51c - 23 May 2008 13:46:41 UTC - Search in distribution

WDDX - Module for reading and writing WDDX packets River stage zero No dependents

About WDDX From <http://www.wddx.org/>: The Web Distributed Data Exchange, or WDDX, is a free, open XML-based technology that allows Web applications created with any platform to easily exchange data with one another over the Web. WDDX and Perl WDDX ...

PETDANCE/WDDX-1.02 - 02 Dec 2003 03:47:05 UTC - Search in distribution

phoebe - a Gemini-first wiki server River stage zero No dependents

Phoebe does two and a half things: It's a program that you run on a computer and other people connect to it using their Gemini client in order to read the pages on it. It's a wiki, which means that people can edit the pages without needing an account...

SCHROEDER/App-Phoebe-4.07 - 21 May 2023 13:34:48 UTC - Search in distribution

cat-v - visualize non-printing characters River stage zero No dependents

The "cat -v" command is often used to display characters that cannot be displayed, but is not always suitable for viewing the output of modern applications because it converts all non-ASCII characters. The "cat-v" command visualizes whitespace and co...

UTASHIRO/App-cat-v-0.9903 - 23 Apr 2024 09:25:07 UTC - Search in distribution

THD7 - Perl module providing control to a Kenwood TH-D7 radio via serial port River stage zero No dependents

Before interacting with the radio in any way, an object must be created and tied to the serial port where the D7 is connected. This is done like this: use THD7 qw/:constants :functions/; my $Radio = new THD7 ("/dev/ttyS0"); The ":constants" and ":fun...

KWITTMER/THD7-1.3 - 18 Oct 2006 01:53:34 UTC - Search in distribution

Aspect - Aspect-Oriented Programming (AOP) for Perl River stage two • 10 direct dependents • 13 total dependents

What is Aspect-Oriented Programming? Aspect-Oriented Programming (AOP) is a programming paradigm which aims to increase modularity by allowing the separation of "cross-cutting "concerns. It includes programming methods and tools that support the modu...

ADAMK/Aspect-1.04 - 09 Apr 2013 05:38:16 UTC - Search in distribution
223 results (0.245 seconds)