36 programs for "module" with 2 filters applied:

  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    GluCat: Clifford algebra templates

    GluCat: Clifford algebra templates

    Calculation with Clifford algebras: C++ library and Python module

    GluCat is a generic library of C++ templates that implement universal Clifford algebras over the field of real numbers. The PyClical extension module for Python gives users an easy Python scripting interface for calculations in Clifford algebras. The name PyClical is an homage to Pertti Lounesto's CLICAL.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Perl Data Language
    The PDL module gives standard perl the ability to COMPACTLY store and SPEEDILY manipulate the large N-dimensional data sets that are the bread and butter of scientific computing.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Simple Python Fixed-Point Module

    Pure-python binary fixed-point arithmetic library

    This Python module provides basic facilities for mathematics on fixed-point numbers. The number of fractional binary digits is tunable, allowing near-arbitrary precision arithmetic. Arithmetic & functions such as sqrt, exp, log, sin & cos are available. For the latest releases please visit https://github.com/rwpenney/spfpm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    erf

    error function and related functions in pure standard Fortran 2008

    Fortran 2008 added 3 new intrinsic functions: erf, erfc, erfc_scaled. However, they take only real arguments. This package provides a BSD licensed Fortran 2008 module with erf(z), where z is a complex argument. The calculation is based on calculating w(z), the Faddeyeva (plasma dispersion) function. Two algorithms are implemented: TOMS 680 and 916, http://www.netlib.org/toms/. The simple test program calculates values in the Abramowitz, Stegun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free CRM Software With Something for Everyone Icon
    Free CRM Software With Something for Everyone

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    Think CRM software is just about contact management? Think again. HubSpot CRM has free tools for everyone on your team, and it’s 100% free. Here’s how our free CRM solution makes your job easier.
    Get free CRM
  • 5

    runjags

    The 'runjags' R package and standalone JAGS extension module

    .... A JAGS extension module provides additional distributions including the Pareto family of distributions, the DuMouchel prior and the half-Cauchy prior.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Opt4J

    Opt4J

    Modular Java framework for meta-heuristic optimization

    ... meta-heuristic optimization algorithms. For this purpose, Opt4J relies on a module-based implementation and offers a graphical user interface for the configuration as well as a visualization of the optimization process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project provides a Fortran90 library and a python module for singular spectrum analyses such as PCA/EOF or MSSA. It is intended for people interested, for example, in analysing climate or financial variability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    wmtsa-python

    Discrete wavelet methods for time series analysis using python

    Several python libraries implement discrete wavelet transforms. However, none of them, or at least none that I know, is aimed at scientific use. This library aims at filling this gap, in particular considering discrete wavelet transform as described by Percival and Walden. This module started as translation of the wmtsa Matlab toolbox (http://www.atmos.washington.edu/~wmtsa/), so most naming conventions and most of the code structure follows their choices. The code uses a mix of python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    FluxModules

    Module Computation for Metabolic Networks

    Genome Scale Metabolic Networks are complex systems, Modules help to break them down and hence ease understanding and algorithmic complexity. FluxModules is a toolbox with code for module detection and module visualization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
    Learn More
  • 10

    ivl

    A C++ template library extending syntax towards mathematical notation

    ... with left-right overloading, function pipelining and function vectorization, automatic lazy evaluation, sub-arrays and other views of a single or multidimensional arrays, stl-compatible iterators, multidimensional iterators and multithreading. ivl includes a rich set of functions and operators, including operations for image processing. Seperate modules are also included. The module ivl-lina implements a linear algebra LAPACK wrapper. The module ivl-cv integrates OpenCV into ivl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    PyGAO

    Genetic Algorithm Optimization for Python

    A simple interface for performing genetic algorithm optimization for numerical problems. I am starting with a stripped-down version, where a solution can be described using a single vector of float numbers. Eventually, I will expand to more generic data structures and add multiple-species search options. For the time being, I have no plans of developing a GUI. For now, this is strictly a computational module. In addition to the standard Python libraries, PyGAO uses numpy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    EnvStats

    EnvStats

    An R Package for Environmental Statistics

    EnvStats is an R package for environmental statistics. It is the open-source successor to the commercial module for S-Plus© called "EnvironmentalStats for S-Plus", which was first released in April, 1997. The EnvStats package, along with the R software environment, provides comprehensive and powerful software for environmental data analysis. EnvStats brings the major environmental statistical methods found in the literature and regulatory guidance documents into one statistical package, along...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fractions C++

    Fractions C++

    C++ library adds mathematical fractions. Example: 1/3, 4/7, 49/357...

    C++ library adds mathematical fractions. Example: 1/3, 4/7, 49/357... Library can: 1) Create fractions from or 2 "long long", or double, or "long long". 2) Round. 3) Methematic operators +, -, *, /, +=, -=, *=, /=. 4) Logic operators <, >, ==, !=, <=, >=. 5) Operator %. 6) Pow and fast pow. 7) Module: |-a| = a, |b| = b. 8) Input / output stream. 9) Convert in double and string. And other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A module containing python wrappers for the SUite of Non-linear DIfferential/ALgebraic Solvers (SUNDIALS), using ctypes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PyPedal is a Python module that provides tools for the manipulation of pedigrees, simple visualization of pedigrees, and the calculation of measures of genetic diversity from pedigrees.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    mlpy

    mlpy

    Machine Learning Python

    mlpy is a Python module for Machine Learning built on top of NumPy/SciPy and of GSL. mlpy provides high-level functions and classes allowing, with few lines of code, the design of rich workflows for classification, regression, clustering and feature selection. mlpy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 3. mlpy is available both for Python >=2.6 and Python 3.X.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    The solid and structural mechanics module for Netgen/NGSolve. It allows to solve linear and non-linear static and dynamic problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A PHP module to help perform advanced astronomical computations, such as planetary positions like those published in the astronomical almanacs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    demazure
    Computes the characters of some Demazure modules of sl2^. Namely, consider the Weyl group element w_N = ... s_0 s_1 s_0 with a total of N factors. Then we can compute the character of the Demazure module V_{w_N}(m Lambda_0).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Tailorshop: Optimization based Analysis and data Generation tOol. Support tool for the computer test scenario "Tailorshop" that is the basis for many psychological studies. Data can be generated, visualized, and provided to optimization solvers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Python module to track the overall median of a stream of values "on-line" in reasonably efficient fashion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python extension module based on C-XSC (C++ Language eXtensions for Scientific Computation) and the associated Toolbox. Provides a real and complex interval arithmetic with verified results for numerical applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    dynGraph est un module de FactoMineR qui permet de manipuler des graphiques interactifs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A module for Python which provides interface to the PARI/GP computing library. We propose to write programs for PARI using Python scripting language. Python makes code much more clean, readable and manageable than the old-style PARI scripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Python module to easy manage monomials and polynomials.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next