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

Search results for "MRDVT"

example-mrdvt92.pl - GD::Graph::Polar example River stage one • 2 direct dependents • 3 total dependents

MRDVT/GD-Graph-Polar-0.22 - 04 Nov 2022 01:39:19 UTC - Search in distribution

GPS::Point - Provides an object interface for a GPS point. River stage one • 5 direct dependents • 6 total dependents

This is a re-write of Net::GPSD::Point with the goal of being more re-usable. GPS::Point - Provides an object interface for a GPS fix (e.g. Position, Velocity and Time). Note: Please use Geo::Point, if you want 2D or projection support....

MRDVT/GPS-Point-0.20 - 12 Jun 2013 01:52:07 UTC - Search in distribution

FFI::CheckLib - Check that a library is available for FFI River stage four • 48 direct dependents • 1394 total dependents

This module checks whether a particular dynamic library is available for FFI to use. It is modeled heavily on Devel::CheckLib, but will find dynamic libraries even when development packages are not installed. It also provides a find_lib function that...

PLICEASE/FFI-CheckLib-0.31 - 30 Sep 2022 13:43:30 UTC - Search in distribution

Geo::Sun - Calculates the Geodetic Position of the Sun over the Surface of the Earth River stage zero No dependents

The Geo::Sun package calculates the position of the Sun over the Earth. The user method point_dt takes a DateTime object as a parameter and returns a GPS::Point which is the point on the earth where the Sun is directly over at the given time. The Geo...

MRDVT/Geo-Sun-0.04 - 27 Jul 2008 02:34:21 UTC - Search in distribution
  • Geo::Sun::Bearing - Calculates the bearing from a station on the surface of the Earth to the Sun.

GSM::ARFCN - Absolute Radio Frequency Channel Number (ARFCN) Converter River stage zero No dependents

The Absolute Radio Frequency Channel Number (ARFCN) is a unique number given to each radio channel in GSM Radio Communication Band plan. The ARFCN can be used to calculate the frequency of the radio channel. The ARFCNs used in GSM-1900 band (US PCS-1...

MRDVT/GSM-ARFCN-0.04 - 25 Jan 2009 06:01:18 UTC - Search in distribution

Net::GPSD3 - Interface to the gpsd server daemon protocol versions 3 (JSON). River stage one • 1 direct dependent • 1 total dependent

Net::GPSD3 provides an object client interface to the gpsd server daemon utilizing the version 3 protocol. gpsd is an open source GPS daemon from http://www.catb.org/gpsd/ Support for Version 3 of the protocol (JSON) was added to the daemon in versio...

MRDVT/Net-GPSD3-0.19 - 12 Jun 2013 02:18:40 UTC - Search in distribution

Lazy::Lockfile - File based locking for the lazy. River stage zero No dependents

Lazy::Lockfile is a module designed for simple locking through the use of lockfiles, requiring very little effort on the part of the developer. Once the object is instanced, the lock will be held as long as object exists. When the object is destroyed...

JEAGLE/Lazy-Lockfile-1.23 - 30 May 2017 05:30:28 UTC - Search in distribution

Net::Statsd::Lite - A lightweight StatsD client that supports multimetric packets River stage zero No dependents

This is a small StatsD client that supports the StatsD Metrics Export Specification v0.1 <https://github.com/b/statsd_spec>. It supports the following features: * Multiple metrics can be sent in a single UDP packet. * It supports the meter and histog...

RRWO/Net-Statsd-Lite-v0.7.1 - 12 Dec 2023 15:28:28 UTC - Search in distribution

Power::Outlet - Control and query network attached power outlets River stage zero No dependents

Power::Outlet is a package for controlling and querying network attached power outlets. Individual hardware drivers in this name space must provide a common object interface for the controlling and querying of an outlet. Common methods that every net...

MRDVT/Power-Outlet-0.50 - 23 Mar 2023 00:41:16 UTC - Search in distribution

Net::Statsd::Tiny - A tiny StatsD client that supports multimetric packets River stage one • 1 direct dependent • 1 total dependent

This is a small StatsD client that supports the StatsD Metrics Export Specification v0.1 <https://github.com/b/statsd_spec>. It supports the following features: Multiple metrics can be sent in a single UDP packet. It supports the meter and histogram ...

RRWO/Net-Statsd-Tiny-v0.3.7 - 12 Dec 2023 15:24:27 UTC - Search in distribution

Geo::Spline - Calculate geographic locations between GPS fixes. River stage zero No dependents

This program was developed to be able to calculate the position between two GPS fixes using a 2-dimensional 3rd order polynomial spline. f(t) = A + B(t-t0) + C(t-t0)^2 + D(t-t0)^3 #position in X and Y f'(t) = B + 2C(t-t0) + 3D(t-t0)^2 #velocity in X ...

MRDVT/Geo-Spline-0.16 - 02 Feb 2007 06:43:38 UTC - Search in distribution

DBIx::Array::Connect - Database Connections from an INI Configuration File River stage zero No dependents

Provides an easy way to construct database objects and connect to databases while providing an easy way to centralize management of database connection strings. This package reads database connection information from an INI formatted configuration fi...

MRDVT/DBIx-Array-Connect-0.05 - 12 Jun 2013 02:04:18 UTC - Search in distribution

GPS::Point::Filter - Algorithm to filter extraneous GPS points River stage zero No dependents

GPS::Point::Filter uses a single pass linear algorithm to filter extraneous GPS points from a GPS feed. The filter uses three tests to determine whether to trigger a callback or not. The most common use for this type of algorithm is to intelligently ...

MRDVT/GPS-Point-Filter-0.02 - 18 Jan 2009 06:45:14 UTC - Search in distribution

Package::New - Simple base package from which to inherit River stage two • 20 direct dependents • 31 total dependents

The Package::New object provides a consistent constructor for objects. I find that I always need these two methods in every package that I build. I plan to use this package as the base for all of my CPAN packages....

MRDVT/Package-New-0.09 - 18 Feb 2020 04:06:54 UTC - Search in distribution

Storable::CouchDB - Persistence for Perl data structures in Apache CouchDB River stage zero No dependents

The Storable::CouchDB package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or anything that can be serialized into JSON. The concept for this package is to provide similar capabilities as Storable::store and Storable...

MRDVT/Storable-CouchDB-0.05 - 11 Nov 2022 21:12:48 UTC - Search in distribution

Acme::CPANAuthors::POE - We are CPAN Authors of POE River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of POE namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

BINGOS/Acme-CPANAuthors-POE-0.88 - 19 May 2023 16:48:50 UTC - Search in distribution

Method::Autoload - Autoloads methods from a list of packages into the current package River stage one • 1 direct dependent • 4 total dependents

The Method::Autoload base class package is used to autoload methods from a list of packages where you may not know what methods are available until run time. A good use of this package is programming support for user contributed packages or user cont...

MRDVT/Method-Autoload-0.02 - 21 Jan 2010 05:57:06 UTC - Search in distribution

Module::Filename - Provides an object oriented, cross platform interface for getting a module's filename River stage zero No dependents

This module returns the filename as a Path::Class::File object. It does not load any packages as it scans. It simply scans @INC looking for a module of the same name as the package passed....

MRDVT/Module-Filename-0.02 - 22 Dec 2014 20:27:05 UTC - Search in distribution

RF::Functions - Perl Exporter for Radio Frequency (RF) Functions River stage one • 1 direct dependent • 1 total dependent

RF::Functions is a lib for common RF function. I plan to add additional functions as I need them....

MRDVT/RF-Functions-0.04 - 02 Dec 2022 18:45:15 UTC - Search in distribution

Geo::Google::StaticMaps::V2 - Generate Images from Google Static Maps V2 API River stage zero No dependents

The packages generates images from the Google Static Maps V2 API which can be saved locally for use in accordance with your license with Google....

MRDVT/Geo-Google-StaticMaps-V2-0.12 - 19 Feb 2016 20:37:23 UTC - Search in distribution
53 results (0.045 seconds)