Perl Mathematics Software

View 201 business solutions

Browse free open source Perl Mathematics Software and projects below. Use the toggles on the left to filter open source Perl Mathematics Software by OS, license, language, programming language, and project status.

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 1

    Arabeyes

    A project to increase free Arabic fonts on Unix/Linux

    Arabeyes is a Meta project that is aimed at fully supporting the Arabic language in the Unix/Linux environment. It is designed to be a central location to standardize the Arabization process. Arabeyes relies on voluntary contributions.
    Leader badge
    Downloads: 144 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: 4 This Week
    Last Update:
    See Project
  • 3

    NCO netCDF Operators

    Command-line operators for netCDF and HDF files

    The netCDF Operators, or NCO, are a suite of file operators which facilitate manipulation and analysis of self-describing data stored in the (freely available) netCDF and HDF formats. Volunteers welcome! See homepage for details and download links.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    This project is for maintaining a linux system that concentrates on math, logic, and geometry related softwares.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    GGNFS is an open source implementation of General Number Field Sieve algorithm for factoring integers.
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 6
    The Simplest Manual Counter

    The Simplest Manual Counter

    Manual counter with the keyboard or the mouse on images

    The only open source counter to count any items the simplest and easiest way with the keyboard, or the mouse specifically on images. After associating a key to each item, or a predefined graphical symbol for images, pressing the key or clicking on the image increments its associated counter, and displays (for the images) the symbol at the mouse's pointer location. Such a project is so simple a child could use it!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Singular is a Computer Algebra system for polynomial computations with emphasis on the special needs of commutative algebra, algebraic geometry, and singularity theory.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Statistics modules in Perl Data Language, with a quick-start guide for non-PDL people. They make the PDL shell work like R, but with PDL threading (fast automatic iteration) of procedures including t-test, linear regression, and k-means clustering.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    A collection of many different perl-scripts doing math-stuff, including date and time scripts.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10

    gplot

    Gplot provides a convenient front-end for gnuplot

    Gplot provides a convenient front-end for gnuplot. It accepts a large set of options to generate a single plot of one or more sets of data (overlaid as necessary).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    mers

    Portable software and data related to Mersenne numbers

    Portable software related to Mersenne numbers. Useful to automate certain tasks related to GIMPS (www.mersenne.org) for computers that cannot run the GIMPS software for whatever reason. Much of the code has been in use since 1990 or so by a few people. The project web site at https://mers.sourceforge.io/mersenne.html has data about Mersenne numbers from many people generated by this and other software, notably from the GIMPS project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Symbolic Algebra using Perl
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Linear Programming (LP) has been used in the case of the Federalist Papers whose authorship had been disputed. The task here will be to use the Cell Broadband Engine to do likewise with papers whose authorship is disputed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Average

    Command-line calculator of basic statistics.

    Average is a simple and fast command-line Perl utility for calculating basic statistics on a list of numbers (one number per line). It works as a traditional Unix filter and can be used as part of those greatly useful chains of piped commands. It calculates average (arithmetic mean), standard deviation, median, total sum, minimum and maximum values present, and shows the number of processed numbers. Entry can by a text file (any column can be specified, default is the first) or directly in the terminal if Average is run without specifying a file -- in which case, input can be terminated by pressing Ctrl-D. It is possible to choose the output of a single statistic (just the value, no labels), instead of the fully detailed output (default).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A Perl Extension for modeling enzymatic (biochemical) reaction networks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    blat(mat) is a Braille to print translator for maths. It takes a Spanish Six-dot Mathematical Braille (not Nemeth Code) text and converts it to an HTML file ready to be translated into XHTML+MathML by ASCIIMathML (javascript).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CSI-Math-Notation-PostfixInfix

    CSI-Math-Notation-PostfixInfix

    Perl Lib Math Notation

    * Introduction: - This Module is a Library based Perl code. - The library provide: - Convert INFIX expressions to POSTFIX; - Convert POSTFIX expressions to INFIX and; - Perform POSTFIX context validations. - Context validation can be implemented in item selection routines or data context validation, when it is possible to identify data to be selected or ignored in some data analysis process. * NOTE: - Before any implementation, we recommend details in WIKI (https://sourceforge.net/p/csi-math-notation-postfixinfix/wiki/) or the CPAN Perl Modules, see: https://metacpan.org/pod/Math::Notation::PostfixInfix * Support: The Support Service is FREE. Do you need support? Open a ticket and I will get back to you as soon as possible. * Professional Services: Do you need any FREE professional services to use? Open a ticket as "FAQ request" and I will get back to you as soon as possible. i.e: subject:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Calcgui is a graphical calculator written in Perl. It's very lightweight and works with Perl/Tk. It is able to calculate allmost any function with 1 variable and is also able to graph them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Preference (or approval) ballot tabulation to select winner(s) of election contests or rank decisions. Uses dropping cost minimization to combine two Condorcet methods: Cloneproof Schwartz Sequential Dropping and Tideman's Ranked Pairs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Corbata

    CORe microBiome Analysis Tools

    Corbata is a set of statistical tools that can be used to analyze the core microbiome across a set of samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Simple Dijkstra shortest path implementation - for learning and teaching
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Software that implements the tabular method developed by Steve Keen for developing a set of differential equations to model monetary flows in economic analysis, modeling and simulation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The software has been moved to https://github.com/upriss/fcastone
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    FreeNorm is a cross-tabulation web application adapted from SurveyComplete's real-time reporting system. Currently it can run tabs on extremely large datasets, export to Excel, read ASCII data, and understand table definitions in the UNCLE tab language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    If you ever needed to perform a variety of functions on a lot of different numbers, Funct is for you. It allows one to create, store, and modify functions which they can apply to numbers from the terminal. Funct is designed to be easy to use but powerful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB