Showing 2943 open source projects for "algorithm"

View related business solutions
  • 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
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • 1

    Fluid Gravity 3way

    there are 3 observers to every curve, each seeing the other 2

    I recently dug up some of my old simulations after to my surprise 3SAT and a theoretical expansion of boltzmann statistics reminded me I already simulated something like that but I didnt know how good a simulation it was. Check how the varying density and shape of electron clouds and soliton-like or fluid drop like blobs of field gradually start to point outward and get thinner, like a soliton is bell curve shaped as seen from outside. More importantly, compare the 2 halfs of electron cloud...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Algorithm: Step 1. Read n Step 2. sumx = 0 Step 3. sumxsq = 0 Step 4. sumy = 0 Step 5. sumxy = 0 Step 6. for i = 1 to n do Step 7. Read x, y Step 8. sumx = sumx + x Step 9. sumxsq = Sumxsq + x2 Step 10. sumy = Sumy + y Step 11. sumxy = sumxy + x * y end for Step 12. denom = n * sumxsq – sumx * sumx Step 13. a0 = (sumy * sumxsq – sumx * sumxy) / denom Step 14. a1 = (n * sumxy - sumx * sumy) / denonm Step 15.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    GDLOG

    Implementation of the GNFS for discrete logarithm problem in GF(p)

    GDLOG is an implementation of the General Number Field Sieve algorithm for discrete logarithm problem in GF(p).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    mAPV

    modified Asymmetric Pseudo-Voigt Model

    A new peak detection algorithm for MALDI mass spectrometry data based on a modified Asymmetric Pseudo-Voigt model
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Tetris Puzzle Solver

    Tetris Puzzle Solver

    Fills a rectangle using given tetris shapes

    Fills a rectangle using given tetris shapes (tetraminos) using an optimized brute force algorithm. A puzzle can have many different solutions; this solver will stop at the first one. Not all puzzles are solveable. Created to solve the annoying tetris puzzles in The Talos Principle and Sigils of Elohim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    The School Therapist Scheduling Program

    To enable school therapists to handle their entire schedule.

    ...Meeting the required criteria and conditions of the student as well as the therapist makes the conditions for scheduling within the educational environment all the more difficult. To solve this problem, this program uses the simulated annealing algorithm and a group based GUI to ensure a user friendly, yet functional interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    SWAPHI-LS: Alignment on Xeon Phi Cluster

    Smith-Waterman long DNA sequence alignment on Xeon Phi clusters

    The first parallel Smith-Waterman algorithm exploiting Intel Xeon Phi clusters to accelerate the alignment of long DNA sequences. This algorithm is written in C++ (with a set of SIMD intrinsic extensions), OpenMP and MPI. The performance evaluation revealed that our algorithm achieves very stable performance, and yields a performance of up to 30.1 GCUPS on a single Xeon Phi and up to 111.4 GCUPS on four Xeon Phis sharing a host.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Javascript-Voronoi

    Javascript-Voronoi

    JS implementation of Fortune's algorithm to compute Voronoi cells

    This repository implements Steven Fortune’s algorithm (sweep-line method) for generating Voronoi diagrams in JavaScript, providing a performant browser-side solution for computational geometry of planar point sets. With this library you can feed a set of sites (points) and compute their Voronoi cells – the partition of the plane into regions closest to each site – in O(n log n) time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    GroupAL

    A group formation algorithm

    GroupAL.KOM offers an algorithmic approach to match items (usually meant to represent people) into groups of a pre-defined size. Citing an abstract: "(..) It supports the use of criteria that are either expected to be matched homogeneous or heterogeneous among participants while aiming for equally good group formation for all groups. A normed metric allows for comparison of different group formations and is robust against variations. Finally, the evaluation reveals the advantages and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    yet another sudoku solver. This one is 100% mine: the algorithm is mine, I didn't make any search before I implemented it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Transcarpathian Fishing

    Transcarpathian Fishing

    Fishing simulator game

    Eng Fishing simulator game, you can choose among 11 locations, in three different areas. You can catch 18 types of fishes, complete random tournaments, tasks, or even finish some plot quests! When you cought something really big you will be able to post it to twitter, to compete with other players. Good luck! Rus Симулятор рыбалки, вы можете побывать в 11 разных локациях в 3 зонах. Словить 18 видов рыб, посоревноваться в случайно-генерируемых турнирах, и даже выполнить несколько...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    cypher

    My own encryption keyword based algorithm to store passwords

    My own encryption keyword based algorithm to store passwords and encrypt text
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The project objective is the development of an optimization algorithm for the problem of stowing general cargo into platform supply vessels.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14

    GADfit

    Global nonlinear optimization with automatic differentiation

    NOTE: Development continued at GitHub! Current version is higher than 1.2.0. GADfit is a Fortran implementation of global nonlinear curve fitting, based on a modified Levenberg-Marquardt algorithm. Global fitting refers to fitting many datasets simultaneously with some parameters shared among the datasets. The fitting procedure is very fast and accurate thanks to the use of automatic differentiation. The model curves (fitting functions) can be of essentially arbitrary complexity. This includes any nonlinear combination of elementary and special functions, single and/or double integrals, and any control flow statement allowed by the programming language. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Gumbo

    Gumbo

    An HTML5 parsing library in pure C99

    Gumbo is an implementation of the HTML5 parsing algorithm implemented as a pure C99 library with no outside dependencies. It's designed to serve as a building block for other tools and libraries such as linters, validators, templating languages, and refactoring and analysis tools. Gumbo gains some of this by virtue of being written in C, but it is not an important consideration for the intended use-case, and was not a major design factor.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    vvq: image compression for CADRG in C++

    Research/Implementation of an image compression algorithm for CADRG

    Georeferenced image databases use a lot of space when stored in raw format. Compressed images require a valuable processing power when read in onboard computers in civilian and military vehicles and aircraft. CADRG standard was created to solve both problems and requires an image compressed using vectorial quantization and color palette. This is an open source implementation to compress an image with the parameters specified in the CADRG standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Oxe is a web application that enables network monitoring. It is built on a service-oriented and a demon that uses the round robin algorithm for monitoring architecture. Written in Java GPL v3 license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A toolkit in C++ and python to process both experimental and simulation data of colloidal particles. Includes among others * a multiscale particle tracking algorithm [1] whose C++ implementation is optimised for 3D confocal data. Python implementation is more versatile (2D and 3D data). * a Leica file reader, * Steindhard bond orientational order calculation * a VTK file writer 1. Leocmach, M. & Tanaka, H. A novel particle tracking method with individual particle size measurement and its application to ordering in glassy hard sphere colloids. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pascal's Canvas

    Pascal's Canvas

    Expanding Pascal's Triangle like structures in 2D

    ...Six different "Pascalloid" output modes allow the data to be graphically explored and browsed. Help is self-contained. Now there is a way to copy data from the output into the clipboard, and to paste tab-deliniated data from the clipboard to make an algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    AESA

    All-purpose Encryption and Security Adaptation

    Starting as a personal study project, I have decided to share this security project. For now, it is a JAVA program that can be used to encrypt and decrypt simple file content (ie files), possibly later evolving into a utility with user interface and/or a library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Student software project: RAP (Resolution of Anaphora Procedure) for German Re-implementation of the algorithm of Lappin & Leass for the anaphora resolution for the German language. The description of the algorithm is to be found here. The program was tested on the Tübingen Treebank of Written German and achieved 0.65 F-measure. For the purpose of testing, there is an example test package with configuration file, simple input and output files Slides (in German) and complete summary of software project (in German) Authors: * Artjom Klein <artjom_klein@yahoo.de> * Philipp Kriependorf <philippee@web.de> * Natalia Kutzenko <artekovec@yahoo.de>
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22

    cusAPV

    customized Asymmetric Pseudo-Voigt Model

    A new peak detection algorithm for MALDI mass spectrometry data based on a customized Asymmetric Pseudo-Voigt model
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    magmaNeighbours

    Lattice-Algorithms in MAGMA

    Two-Neighbours Genus Symbol Rational Maß Reflective Lattices
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SharpNEAT
    SharpNEAT is an optimised, neuro-evolution framework written in C#. Included is a front-end GUI, a number of example problem domains and some additional applications for viewing and simulating evolved networks.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 25

    Simple File Manager

    A simple file manager especially for flash disks

    It is a simple software implemented with Java. The running environment is Java SE8, with some features of Javafx to improve the UI appearance.
    Downloads: 12 This Week
    Last Update:
    See Project