Showing 2780 open source projects for "algorithm"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 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
  • 1
    TicTacToe

    TicTacToe

    Tic Tac Toe game with clever computer player

    This is a LabVIEW implementation of the Tic Tac Toe game. Players can be human or AI. The AI has two settings: dumb and intelligent. The dump setting places tokens by random, the intelligent setting plays the best possible move by running a MiniMax algorithm. The executable requires the LabVIEW Run-Time Engine 2014 - (32-bit) available for download here: http://ftp.ni.com/support/softlib/labview/labview_runtime/2014/Windows/f2/LVRTE2014f2std_downloader.exe
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    SoftSV

    Calling structural variations. The soft way.

    SoftSV is a tool for the detection of small and large deletions, inversions, tandem duplications and translocations from paired-end sequencing data. It uses aberrant paired-end mappings to determine approximative breakpoint regions and refines the breakpoints by analysing soft-clipped sequences for potential split-reads. For more information about the algorithm and an evaluation, have a look at this publication: "Robust and exact structural variation detection with paired-end and soft...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    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
  • 4
    ... are.... (1) Configured for 4 open source algorithms to perform database searching for peptide identification. Any combination of the 4 algorithm can be chosen. (2) Lists out the genome search specific peptides(Novel peptides). (3) Spectral matches can be visualized for the quality assessment. (4) Lists out the novel proteins and changes in the existing protein annotations. (5) A Visual genomic context of the novel peptides can also be generated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 5

    The `fmtt` formatter

    A plain text formatter for typescripts.

    .... - Recognizes preformatted paragraphs (eg source code, tables). - Reformats paragraphs either using the traditional greedy line breaking algorithm, or a TeX-like optimizing algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SuperAlign was fully updated as of 15 July 2013 and is now released under the name eAlign as well. A parallel corpora (bitext) aligning tool. Create TMX databases and align translations for Translation Memory databases. Use multiple files in multiple formats to align them with their translations. The full workflow is built in with a GUI interface. SuperAlign-eAlign uses the hunalign algorithm.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    NCrypted

    NCrypted - simple file encryption software with GPU support

    NCrypted is a simple file encryption software. It is implemented on top of AES 128-bit algorithm. This software was designed to be as simple as possible, so you won't find any fancy, flashy gui elements or complicated advanced options. You can also use it directly from command line. NCrypted can automatically detect and take advantage of your NVidia graphics card to speed up the file processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Coupon collector algorithm

    Estimate repertoire size using the Coupon Collector's algorithm

    Implementation of the Coupon Collector's algorithm, as described in Kershenbaum A, Freeberg T.M., Gammon D.E. (2015) Estimating vocal repertoire size is like collecting coupons: a theoretical framework with heterogeneity in signal abundance. Journal of Theoretical Biology
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ObjectDetector

    Car Detection,Face Detectiom,Object Detection

    Machine learning: This project is used for training new object like Car,Motor Cycle and so on and we use this model(xml file) for detecting in images.In this project we use viola jones algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud SQL for MySQL, PostgreSQL, and SQL Server Icon
    Cloud SQL for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Fully managed, cost-effective relational database service for PostgreSQL, MySQL, and SQL Server. Try Enterprise Plus edition for a 99.99% availability SLA and category-leading performance.
    Try it for free
  • 10
    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. Write a1, a0 Step 16. Stop
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    DXE Encryption Algorithm

    DXE (Darkgust's Xor Encoder) is an encryption algorithm made in VB.NET

    DXE (Darkgust's Xor Encoder) is an encryption algorithm made in Visual Basic .NET .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Chemin Optimal

    Chemin Optimal

    allow to Find the optimal path using FORD algorithm

    Chemin optimal allows to draw nodes on a scene and link them with Arcs. You can affect values to each arc (the path's length). By clicking the launch button, chemin optimal show you the optimal path of the graphs using FORD algorithm. All operations are shown step by step. You can export the scene to a XML file. You can also load scene freom existing XML file. Chemin optimal check errors automatically before finding the minimal path. Chemin optimal is written in JAVA( JAVAFX ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    BreakSeek

    A breakpoint-based algorithm for full spectral range INDEL detection

    BreakSeek is a breakpoint-based algorithm for full spectral range INDEL detection, which can unbiasedly and efficiently detect both homozygous and heterozygous INDELs, ranging from several base pairs to over thousands of base pairs, with accurate breakpoint and heterozygosity rate estimations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    libCudaOptimize

    A Parallel Optimization library with CUDA

    LibCudaOptimize is a GPU-based open source library that allows you to run state-of-the-art bio-inspired optimization heuristics in parallel to optimize a fitness function, introduce a new optimization algorithm, or easily modify/extend existing ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

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

    Enigma_3

    A substitution-based encryption algorithm for binary data or text

    Enigma3 is a substitution-based encryption algorithm that can be applied to binary or text data and results in far greater security than traditional encryption. An electronic dictionary of words is employed and numeric codes are then assigned to each word within the dictionary. Communications are coded as a set of numeric codes which can then only be translated back into the original message by using the original coded dictionary. This is not an encryption method in the commonly accepted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

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

    SpherePacking

    Packing of spheres in a round cell

    Packing spheres densely inside a larger sphere. The algorithm was described in details in this paper (2004) "Random close packing of spheres in a round cell" http://www.sciencedirect.com/science/article/pii/S0022309303007695 Dependency GNU scientific library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

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

    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: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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: 0 This Week
    Last Update:
    See Project
  • 23
    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
  • 24

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.