Managed Projects

ZeroMQ-Perl

  Analyzed 26 days ago

Perl bindings for the ZeroMQ library

11.4K lines of code

0 current contributors

almost 13 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

Math::Symbolic - Symbolic math for Perl

  Analyzed 26 days ago

Math::Symbolic is a Perl module that aims at providing means of symbolic computation to the Perl programmer without resorting to any (non-Open Source) external libraries and/or applications.

15.8K lines of code

0 current contributors

over 20 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This
Licenses: No declared licenses

ExtUtils::Typemap

  Analyzed 26 days ago

A Perl module to read, modify, create and write Perl XS typemap files. XS is the language for writing C extensions to Perl.

778 lines of code

0 current contributors

over 10 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

tpsfit

  Analyzed 26 days ago

Thin Plate Spline, or TPS for short, is an interpolation method that finds a "minimally bended" smooth surface that passes through all given points. TPS of 3 control points is a plane, more than 3 is generally a curved surface and less than 3 is undefined. The name "Thin Plate" comes from the ... [More] fact that a TPS more or less simulates how a thin metal plate would behave if it was forced through the same control points. This library is based on Jarno Elonen's work on http://elonen.iki.fi/code/tpsdemo/ [Less]

2.85K lines of code

0 current contributors

about 15 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

XS++ (Extending Perl with C++)

  Analyzed 26 days ago

XS++ (implemented as ExtUtils::XSpp) is a system for extending the Perl programming language by wrapping C++ libraries for use from Perl. It works by generating XS code (the equivalent mechanism for wrapping C code) from an interface definition.

9.73K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

SOOT

  Analyzed 26 days ago

The Perl wrapper for CERN's ROOT library, a comprehensive data analysis framework. SOOT is very similar to the Ruby-ROOT or PyROOT extensions for their respective languages. Specifically, the first revision of SOOT was implemented after the model of Ruby-ROOT. SOOT uses a very dynamic approach ... [More] to wrapping a very large and quickly evolving library. Due to the dynamic nature (using the CInt introspection), SOOT is able to handle most of the ROOT classes without explicitly wrapping them. [Less]

115K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

dumbbench

  Analyzed 27 days ago

This command line tool and Perl module attempts to implement reasonably robust benchmarking with little extra effort and expertise required from the user. That is to say, benchmarking using this module is likely an improvement over the typical "time ./something". See this blog post for a ... [More] discussion: http://blogs.perl.org/users/steffen_mueller/2010/09/your-benchmarks-suck.html [Less]

5.8K lines of code

0 current contributors

almost 8 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

Algorithm::SpatialIndex

  Analyzed 26 days ago

An interface to spatial (2D) indexes with support for pluggable algorithms and storage backends. Right now, this package ships with a quad tree implementation. (Algorithm::SpatialIndex::Strategy::QuadTree) and an in-memory storage backend (Algorithm::SpatialIndex::Storage::Memory).

6.29K lines of code

0 current contributors

over 11 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Statistics-EfficiencyCI

  Analyzed 26 days ago

This module implements robust confidence interval calculations on efficiency-like quantities. The algorithm is explained in the note by Marc Paterno at http://home.fnal.gov/~paterno/images/effic.pdf

3.58K lines of code

0 current contributors

about 11 years since last commit

1 users on Open Hub

Inactive
5.0
 
I Use This

IPC::ConcurrencyLimit

  Analyzed 26 days ago

This module implements a mechanism to limit the number of concurrent processes in a cooperative multiprocessing environment. This is an alternative to, for example, running several daemons. Roughly speaking, a typical setup would be the following: Cron starts a new process every minute. The ... [More] process attempts to get a lock as shown in synopsis. If it obtains a lock, it starts working and exits when the work is done. If not, "max_procs" processes are already working, so it exits. [Less]

1.39K lines of code

0 current contributors

over 8 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This
Tags locking perl