Showing 238 open source projects for "all-in-one"

View related business solutions
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 1
    SL2

    SL2

    SL2 (= SLSL) - A Simple Linear Systems Library

    SL2 is a C++ template library for solving systems of linear equations, providing the most common algorithms for dense and sparse systems. It uses OpenMP for parallelization and has no other dependencies. As the name suggests, SL2's implementation is staightforward with a focus on clear concepts, easy usage and understandable code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    NumMath

    NumMath

    Numerical methods calculation with graphs

    Math is a program designed to calculate roots of nonlinear equation, roots of system of linear equations, differentiate, integrate, approximate using LMS, matrix calculation using numerical methods for calculating results, estimated errors and much more. Math is also capable of drawing standard functions using graph dialog window to help with visualization functions, results, or approximation with given points and much more. All data can be exported in most common formats like PDF, PNG, TXT...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3

    BiomeNet

    BAYESIAN INFERENCE OF METABOLIC DIVERGENCE AMONG MICROBIAL COMMUNITIES

    ..., BiomeNet applies a mixed-membership modelling framework to enzyme abundance information. The basic idea is that the mixture components of the model (metabolic reactions, subnetworks, and networks) are shared across all groups (microbiome samples), but the mixture proportions vary from group to group. Through this framework, the model can capture nested structures within the data. BiomeNet is unique in modeling each metagenome sample as a mixture of complex metabolic systems (metabosystems).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    An object oriented Math library written in C++. This library contains set of template classes that are ready to be used. Currently a 2D Matrix, modular arithmetic, vector, and complex numbers are present. These systems can work together, you can create a matrix of complex numbers. Iterators for matrix and vector classes will be added soon. Please use SVN to access current version.
    Downloads: 3 This Week
    Last Update:
    See Project
  • Powerful small business accounting software Icon
    Powerful small business accounting software

    For small businesses looking for desktop accounting software

    With AccountEdge, business owners can organize, process, and report on their financial information so they can focus on their business. Features include: accounting, integrated payroll, sales and purchases, contact management, inventory tracking, time billing, and more.
  • 5

    ExactCalc

    Software for exact computing based on interval arithmetic.

    1/3 is not 0.33. Pi is not 3.14. Actually 1/3 is in interval [0.33, 0.34] and pi is in interval [3.14, 3.15]. During computation truncating error is accumulating. At end of computation it is needed to know real boundaries of result. The solution is given by interval arithmetic. Simply speaking, because 1/3 is in interval [0.33, 0.34] and 1/7 is in interval [0.14, 0.15], value 1/3 - 1/7 must be in [0.18, 0.2]. Computation can be arbitrary long and complex but interval arithmetic gives interval...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    resParser

    resParser

    Command line scientific calculator

    ... * Infinite number of variables * Specific functions for computation of resistors value (E12, E24) rounding, parallel computation, k = 000, M = 000000 * Store the status (hystory of the commands, variables status) between sessions This software is OPEN SOURCE and released under GPL license so you can feel FREE to use, copy, share, (but above all) to study, analyze and modify it as you like (within the terms of the license).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Fast Gauss-Legendre Quadrature Rules

    Computes Gauss-Legendre quadrature nodes and weights

    This software computes Gauss-Legendre quadrature nodes and weights using the formulas developed in "Iteration-Free Computation of Gauss-Legendre Quadrature Nodes and Weights", I. Bogaert, published in the SIAM Journal of Scientific Computing (Permalink: http://dx.doi.org/10.1137/140954969). The key features are: - Speed: due to the simplified formulas and the O(1) complexity computation of individual Gauss-Legendre quadrature nodes and weights. The latter also makes this software perfectly...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    allink

    allink

    Software for data analysis, image processing, simulations, solver.

    Collection of utilities based on two basics classes: Matematica and VarData. Matematica) performs math operations on vectors and matrices for smoothing, interpolation, convolution, image processing... VarData) manipulate a structure of points connected by links. Addraw) openGL engine. ElPoly) analyze mechanical properties of polymer and membrane like structures. Addyn) perform molecular dynamics and Monte Carlo simulations and has a solver for 4th oder PDE. Avvis) perform all the operation...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Soothsayer

    Soothsayer

    Capacity exhaustion prediction from RRD files

    Predict if storage utilised will reach capacity within defined period (maximum 5 years), using recent historical data contained within RRD files (maximum -1 year). Produces HTML (or partial HTML) and, more importanly, a PNG RRD Graph showing the prediction and, should the capacity be reached, an annotation indicating when. Optionally email out exception notices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • PMG Low-Code Automation Platform Icon
    PMG Low-Code Automation Platform

    For companies of all sizes interested in a low-code and digital process automation platform

    PMG is a low-code software platform that allows users to configure automation solutions and business applications to drive digital transformation initiatives. From streamlining business processes through automation, to integrating existing systems and filling in point solution functionality gaps, to delivering a collaborative workspace and unified user experience – PMG’s low-code platform does it all without coding. Business users as well as IT resources are empowered to configure, deploy, and maintain solutions that meet their company’s specific needs.
  • 10
    MathX

    MathX

    Fixed-length Arithmetic-types library

    MathX is a fixed-length arithmetic-types written in pure c++ templates. The goal is to provide signed-integer, unsigned-integer, IEEE-754 float-point and fixed-point types, all with specific number of bits. To this moment, only signed-integer and unsigned-integer are completed for little-endain architecture. Any compiler that support c++03 or c++11 can successfully compile MathX. Refer to README for more information.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    FreDec

    Parallelized FREquency DEComposer algorithm

    This is a parallelized algorithm performing a decomposition of the time-series data into a number of sinusoidal components, disentangling them from the white Gaussian noise. The algorithm analyses all suspicious frequencies, including the ones that look like an alias at a glance, but may become preferable later. After selection of the initial frequency candidates, the algorithm passes through all their possible combinations and estimates their multi-frequency statistical significance...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cvsba

    OpenCV wrapper for sba library

    cvsba is an OpenCV wrapper for the well-known Sparse Bundle Adjustment library (sba) by M. Lourakis. The main features are: - Based on sba-1.6, one of the most popular and robust bundle adjustment implementation, which is extensively used and tested by the community - sba installation is not needed since it is included in cvsba - New CMake structure which makes the library compilation, installation and linkage easier - Similar interface than Bundle Adjustment implementation on cv::LevMarqSparse...
    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
    LogicCalculus

    LogicCalculus

    A logic IDE for the sentential logic and the predicate logic.

    LogicCalculus is a logic IDE for the sentential logic and the predicate logic. Currently it can evaluate expressions and fill a truth table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    fastest primes

    A fast prime number generator based on the Sieve of Eratosthenes

    The purpose of this project is to make a prime number generator that offers many user adjustable settings and that is also very fast. While there are other prime number generators that can still beat this one in speed, no other ones that I am aware of allow the level of adjustment of sieve size that this one does. If you are running 64-bit Windows, make sure to download the 64-bit executable as it is faster than the 32-bit executable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    mglua

    mglua stands for MathGL for Lua.

    mglua is a Lua extension for MathGL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Brick-Mirror Theory Research Robot

    Robot software written in C++ that researches brick-mirror theory

    A theory called brick - mirror structure is researched by using this software. Written in C++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    ErrorCalculator

    a scientific calculator with error propagation

    A scientific calculator with the possibility to propagate errors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    GridPACK is a community-developed open-source collection of code for use in power systems research, analysis, and operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    cuLsoda is an implementation of the Livermore Solver for Ordinary Differential Equations with Automatic switching for stiff and non-stiff problems (LSODA), written in NVIDIA's C for CUDA GPGPU API. NOTE: This repository is now deprecated and replaced by a new one at GitHub: https://github.com/Celemourn/cuLsoda
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ResPol
    Respol: A software package for computing projections of resultant polytopes Description: Respol is C++ software to compute a projection of the Newton polytope of the resultant of a given polynomial system. These are indirectly defined high-dimensional polytopes. Related Papers: [1] I.Z.Emiris, V.Fisikopoulos, C.Konaxis, L.Peñaranda. An oracle-based, output sensitive algorithm for projections of resultant polytopes. International J. Computational Geometry & Applications (Special issue...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    IsItPrime

    IsItPrime

    A small, basic, yet powerful and competent primality tester.

    IsItPrime is a powerful, cross-platform, multi-threaded standalone application capable of testing massive numbers in several ways through a highly interactive and easily-understood user interface. As of version 2.0.0, IsItPrime and other NCPrime applications no longer require the Visual C++ 2010 Redistributable for Windows. All NCPrime applications released after 1 November 2012 use the Qt framework and thus require Qt libraries (included) for cross-platform compatibility. IsItPrime...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MuPuPriNT

    MuPuPriNT

    A primality/compositeness tester for different types of numbers.

    MuPuPriNT (Multi-Purpose Prime Number Tester) is a primality and compositeness tester for many different types of numbers. It is basic, yet full-featured, and offers several different testing methods for each type of number. MuPuPriNT is built on the GNU Multiple-Precision (GMP) integer + rational library, and is available for Windows, OS X, and Linux. Source code is available as well, and can be built on any machine with Qt installed. As of version 2.0, MuPuPriNT is built on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    BreezyCalc

    BreezyCalc

    An algebraic, logarithmic, and trigonometric calculator for Windows.

    BreezyCalc is a calculator for algebra, trigonometry, and geometry. Its parser is based on the muParser engine. It's a GUI version of LinCalc. It has tool-windows for editing/creating variables and user functions, and a list of all calculated results in the given session. The interface is fast and straightforward, and you can easily export the session log to a text file, which shows all of defined variables, functions, and calculation output. - Scientific Notation - Up to 11 decimal digit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Vector,quaternion,matrix math library

    Vector,quaternion,matrix math library

    Free vector,quaternion,matrix math library

    Over 75 C++ function for working with vectors, matrix and quaternions. Inside the package there is no cycles, if's, classes or structures. Ideal for designing 3D engines. Headlines of functions are intuitive. For each headline there is a one line comment in Russian. Matrix are presented in OpenGL form 0 4 8 12 1 5 9 13 2 6 10 14 3 7 11 15 Now we are working on adding 50+ more functions for processing the planes, splines, bezier curves and interpolation methods.
    Downloads: 0 This Week
    Last Update:
    See Project