Showing 2943 open source projects for "algorithm"

View related business solutions
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    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 Now
  • 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
  • 1
    Juggernaut is a high throughput out of core sequence assembly algorithm. This program is very useful in assembly projects involving massive number of short reads which originate from high coverage of the genome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Advanced algorithm library implemented by C
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    gagacode
    davidgaga's lib. something about algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A small encryption / decryption application that we are giving away free of charge. Version 1.0.00 - RSA only at the moment. But later versions will have a plug-in system for adding more algorithms.
    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.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    Extremely Lightweight Beat Detection Algorithm - BeatDetektor uses a very simple statistical model designed from scratch by myself to detect the BPM of music and provides real-time feedback useful for visualization and synchronization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This algorithm written in Python solves at least a subset of the Hamilton Circuit problem, which is NP complete, in n^3 time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A Visual Basic implementation of Bruce Schneier's Solitaire Encryption Algorithm that encrypts plain text by means of a deck of ordinary playing cards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    BorderFlow
    BorderFlow implements a general-purpose graph clustering algorithm. It maximizes the inner to outer flow ratio from the border of each cluster to the rest of the graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    a class library containing a collection of data structures,some algorithms according to algorithm design techniques ,some descriptions about that techniques gathered by me,algorithms regarding formal languages and automata theory
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    A CellDesigner (http://www.celldesigner.org/) layout plugin supporting compound structures. The algorithm (http://dx.doi.org/10.1016/j.ins.2008.11.017) has an implementation in sourceforge project chiLay (https://sourceforge.net/projects/chilay/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A simple but very effective algorithm for predicting a binary stream
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CheMecher is a fully-featured chemical simulator that supports an arbitrary number of reaction steps and chemical species. Uses the Runge-Kutta algorithm for numeric solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A framework for creating board games and card games using a minimal amount of Java programming and playing them against AI or human opponents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    trying to properly display combined hebrew and english text in flash but you can't because flash is lame? here lies an implementation of the bidirectional algorithm in actionscript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Linear text segmentation algorithm based on a sliding window technique.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple Genetic Algorithm API used in an university work...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    superseded by SgpDec http://sgpdec.sf.net Java implementation of the holonomy algorithm for the algebraic hierarchical decomposition of finite state automata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Smith-Waterman algorithm implementation on CPU, GPU and FPGA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Optimum Path Calculator
    Simple UI to test the effectiveness of a heuristic algorithm against the brute force method for path finding among an arbitrary number of arbitrarily placed points on a grid. This is an educational project, don't expect new and better methods.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    The simulation is conducted through Maple 13 for fast voting and verification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ShredBitz
    ShredBitz is a free and simple file shredder tool that can wipe selected files from any hard disk drive. ShredBitz is written in the java programming language and uses a custom written algorithm for shredding. ShredBitz is a very powerful tool.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    The visualization of the Knuth-Morris-Pratt algorithm (only KMP further) is implemented as a Java Applet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Java Implementation of Bees Algorithm. It contains a BeesAlgoImpl class can extended to override the function "function" which is the objective function to be minimized. For eg, public class MyImpl extends BeesAlgoImpl { public double function(double[] x) { //Min sigma Xi^2 or Max -sigma Xi^2 double result = 0; for (int j = 0; j < var; j++) { //var = no of variables - public field in BeesAlgoImpl class result = result + (x[j]-1) * (x[j]-1); } return (-result); } //constructor public MyImpl(){ //super( .... ) - set the no of variables, parameters n, m, e, ngh, nep, nsp (look into the bees algo paper), no of iterations, uperlimit and lower limit of search, integerize - search only integers true or false } public static void main(String[] args){ MyImpl a = new MyImpl(); a.run(); int i=0; a.optimalPoint[i]; //Xi of the optimal point } }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    open source re-implement diff in c#; output format is terse - so it is named; optimized LCS algorithm; decorator pattern; builder pattern
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Ex-Crawler
    Ex-Crawler is divided into 3 subprojects (Crawler Daemon, distributed gui Client, (web) search engine) which together provide a flexible and powerful search engine supporting distributed computing. More informations: http://ex-crawler.sourceforge.net
    Downloads: 1 This Week
    Last Update:
    See Project