Showing 26 open source projects for "output"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    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 security. Auth0 now, thank yourself later.
    Try free now
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 1
    gptoolbox

    gptoolbox

    Matlab toolbox for Geometry Processing

    gptoolbox is a comprehensive MATLAB toolbox for geometry processing, optimization, and image processing. It provides a wide range of utility functions for working with triangle and tetrahedral meshes, making it useful for tasks in computer graphics, computational geometry, and 3D modeling. The toolbox includes wrappers for external software such as TetGen, Triangle, QSlim, and meshfix, as well as functions for mesh smoothing, cleanup, deformation, and parameterization. It also implements...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Surface Explorer 3D v3.2

    Surface Explorer 3D v3.2

    Surface Explorer 3D plots mathematical surfaces in 3D.

    ...User defined surface equations can be explicit, implicit, or parametric. Surface and color equations are specified by user. The user can export to the clipboard, or file formats including VRML, POV, DXF, STL, and output to a printer. The STL format can be used to do 3D printing to create a physical object. Surface Explorer 3D is provided as freeware in the hopes that others can enjoy exploring math equations. Full MFC C++ source code is included as freeware. Version 3.2 Jan 28 2024 1) Increased the length of plotting equations from 255 characters to unlimited 2) Added several new example surfaces Version 3.1 - Nov 6, 2022 1) Bug fix for minus sign in equations 2) Added Range Variables used in equations 3) Added Color Scheme Dialog 4) Added many more example surfaces Youtube Video: https://www.youtube.com/watch?...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    This software solves the Phylogeny problem using Median Networks. Exact and heuristic methods available. Input: an alignment and a reversible stepmatrix, output: (sub)optimal trees and their combinations. Steiner problem solver included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Fuzzy Logic Tools
    Fuzzy Logic Tools (FLT) is a C++ framework for storage, analysis and design of fully general multiple-input multiple-output (MIMO) Takagi-Sugeno fuzzy control systems, without constraints in the order of either the inputs or the output vectors.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    FiboSearch

    FiboSearch

    Efficiently locate minumum of function of non-negative integer

    Fibonacci search for functions! Given a real-valued function of a non-negative integer with one minimum at i in {0, 1, 2, ..., n} and no local minima, efficiently locate that minimum in log (n) time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gsasnp2

    gsasnp2

    PubMed ID: 29562348 / DOI: 10.1093/nar/gky175

    ... * UPDATE NOTE: -> Sep-1-2020: add an update for Ubuntu-20.04. You will need Boost library installed (sudo apt-get install libboost-all-dev) -> Mar-7-2018: revise header terms in the output file
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    fcGENE: Genotype  format converter

    fcGENE: Genotype format converter

    Format converting tool for genotype Data (e.g.PLINK-MACH,MACH-PLINK)

    ...Further application: -obtaining templates of necessary imputation commands and commands of other imputation tool - Quality control according as MAF,HWE & CALLRATE. key words: genotype transformation, convert genotype format, imputation output, PLINK, IMPUTE, MACH, minimac, HAPLOVIEW, BEAGLE, BIMBAM,EIGENSOFT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    wxMaxima

    wxMaxima

    Cross platform GUI for Maxima

    wxMaxima is a cross-platform graphical front-end for the computer algebra system Maxima based on wxWidgets. It provides nice display of mathematical output and easy access to Maxima functions through menus and dialogs. This project has moved to github and can be reached at http://wxmaxima-developers.github.io/wxmaxima/
    Leader badge
    Downloads: 114 This Week
    Last Update:
    See Project
  • 9

    tcsi

    Stata command for evaluating seasonality

    tcsi is a Stata command for evaluating seasonality according to the transportation cost approach by G. L. Lo Magno, M. Ferrante and S. De Cantis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    Fractions C++

    Fractions C++

    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
  • 11

    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
  • 12

    analyzematrix

    Command line tool for reporting details on a given matrix

    analyzematrix is a command line tool for learning detailed information about a matrix including its inverse, determinant, eigenvalues, eigenvectors, and singular value decomposition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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) World Scientific, 2013. [2] I.Z.Emiris, V.Fisikopoulos, C.Konaxis, L.Peñaranda. An output-sensitive algorithm for computing projections of resultant polytopes. In Proc. 28th Annual Symposium on Computational Geometry (SoCG 2012), pp.179-188, Chapel Hill, USA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    BreezyCalc

    BreezyCalc

    An algebraic, logarithmic, and trigonometric calculator for Windows.

    ...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 precision - Wide range of mathematical functions - (NEW) Geometric Formulas (like distance and volume) - User Variables - User Linear Functions - Can export session log to text file. - Conditional Statements: ---- Ex. (condition) ? (true val) : (false val) - Logic Operators: ---- && (and), || (or) - Comparison Operators: ---- <= (less than or equal to) ---- >= (greater than or equal to) ---- < (less than), > (greater than) ---- !...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The program evaluates ordinal expressions and relations. displaying the normal form output in plain text and/or TeX format. It supports notations for ordinals through and somewhat beyond those definable by the Veblen function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    STime

    ISO 8601-friendly time and date arithmetic.

    STime is light-weight set of types and functions for handling dates and times. Features include a combined date and time type, bounded intervals with intersection and union methods, ISO 8601 input and output, relational and arithmetic operators. Two epochs are provided: UNIX and Julian. User-defined epochs are easy to implement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ub3rMath

    Ub3rMath

    Simple math parsing library for C++

    A math parsing library for C++ with a number of powerful features to allow flexible interpretation of mathematical formula in text form.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Collatz tool is a little application to find numbers of collatz problem and modified collatz problems. You can modify the collatz factor, count of max. calculations, output. Done with C++ and bigInt Library for arbitrary precision integers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    The Kyoto FST Decoder is a general decoding engine for Weighted Finite State Transducers. It features flexible XML-based configuration, beam-search decoding, and is able to output separate weights for weight tuning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Visual ExpressionCalculator
    Visual ExpressionCalculator is a cross-platform fractional expression, fraction and mixed number calculator / кроссплатформенный калькулятор дробей, смешанных чисел и дробных выражений
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Auxiliary tools for Boost uBLAS library. Has several strategy-driven functors for: 1) random-generating of vectors & matrices 2) Nice & suitable stream output of them 3) Equality-compare capacibility for vectors and matrices and approximate comparing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A complex number class to deal with complex numbers. It will add, subtract, mutiply, divide, and raise a complex number to a power. It also has overloaded input and output streams to print and input complex numbers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Class library for performing geometric constructions in 2D and 3D with Postscript output. Easy to learn for C++ programmers. Easy parametrizing of figures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a client/server/CORBA software aiming at solving partial differential equations.The server provides the solver while the client provides the input data and the handling of the output using a graphic library, vtk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Matrix Operations is a program designed to do basic matrix operations such as determinants, inverses, adjoints, multiplication, addition/substraction and others. It is written in c++ for Linux, and it uses basic I/O display to output the matrices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB