Search results for "KGB"
App::KGB - collaborative IRC helper
App::KGB is a helper aimed at people working together using version control systems and IRC. It has two parts: server, kgb-bot(1) A daemon listening for commit notifications that relays them to IRC. client, kgb-client(1), App::KGB::Client Hooks into ...
DAM/App-KGB-1.61 - Sep 20, 2024 - Search in distribution- kgb-client.conf - KGB client configuration file
- App::KGB::API - KGB bot API documentation
- App::KGB::Client - relay commits to KGB servers
- 19 more results from App-KGB »
Parcel::Track::KR::KGB - Parcel::Track driver for the KGB LOGIS
KEEDI/Parcel-Track-KR-KGB-0.001
-
Jan 30, 2015
-
Search in distribution
perltidy - a perl script indenter and reformatter
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-20250311 - Mar 11, 2025 - Search in distribution
PDL::PP - Generate PDL routines from concise descriptions
Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...
ETJ/PDL-2.100 - one day ago - Search in distribution- PDL::Core - fundamental PDL functionality and vectorization/broadcasting
- PDL::Primitive - primitive operations for pdl
- PDL::Ufunc - primitive ufunc operations for pdl
- 9 more results from PDL »
Math::Cephes - perl interface to the cephes math library
This module provides an interface to over 150 functions of the cephes math library of Stephen Moshier. No functions are exported by default, but rather must be imported explicitly, as in use Math::Cephes qw(sin cos); There are a number of export tags...
SHLOMIF/Math-Cephes-0.5306 - Feb 25, 2025 - Search in distribution
PGPLOT - allow subroutines in the PGPLOT graphics library to be called from Perl.
This module provides an interface to the PGPLOT graphics library. To obtain the library and its manual, see "OBTAINING PGPLOT". For every PGPLOT function the module provides an equivalent Perl function with the same arguments. Thus the user of the mo...
ETJ/PGPLOT-2.35 - Dec 20, 2024 - Search in distribution- PDL::Graphics::PGPLOT::Window - A OO interface to PGPLOT windows
Math::FFT - Perl module to calculate Fast Fourier Transforms
This module implements some algorithms for calculating Fast Fourier Transforms for one-dimensional data sets of size 2^n. The data, assumed to arise from a constant sampling rate, is represented by an array reference $data (as described in the method...
SHLOMIF/Math-FFT-1.36 - Oct 17, 2020 - Search in distribution
Sah::Schema::language::code - Language code (alpha-2 or alpha-3)
Accept only current (not retired) codes. Alpha-2 or alpha-3 codes are accepted....
PERLANCAR/Sah-Schemas-Language-0.005 - Nov 18, 2023 - Search in distribution- Sah::Schema::language::code::alpha3 - Language code (alpha-3)
PDL::Graphics::TriD - PDL 3D interface
This module implements a generic 3D plotting interface for PDL. Points, lines and surfaces (among other objects) are supported. With OpenGL, it is easy to manipulate the resulting 3D objects with the mouse in real time - this helps data visualization...
ETJ/PDL-Graphics-TriD-2.100 - Jan 16, 2025 - Search in distribution
PDL::VectorValued::Utils - Low-level utilities for vector-valued PDLs
MOOCOW/PDL-VectorValued-1.0.23
-
Jun 16, 2024
-
Search in distribution
Parcel::Track - Driver-based API for tracking parcel
"Parcel::Track" is intended to provide a driver-based single API for tracking parcel information. The intent is to provide a single API against which to write the code to track the parcel information. "Parcel::Track" drivers are installed seperately....
KEEDI/Parcel-Track-0.005 - Feb 02, 2015 - Search in distribution
PDL::Fit::Polynomial - routines for fitting with polynomials
This module contains routines for doing simple polynomial fits to data...
ETJ/PDL-Fit-2.100 - Jan 16, 2025 - Search in distribution- PDL::Fit::Gaussian - routines for fitting gaussians