Showing 2784 open source projects for "algorithm"

View related business solutions
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • Turn Your Content into Interactive Magic - For Free Icon
    Turn Your Content into Interactive Magic - For Free

    From Canva to Slides, Desmos to YouTube, Lumio works with the tech tools you are already using.

    Transform anything you share into an engaging digital experience - for free. Instantly convert your PDFs, slides, and files into dynamic, interactive sessions with built-in collaboration tools, activities, and real-time assessment. From teaching to training to team building, make every presentation unforgettable. Used by millions for education, business, and professional development.
    Start Free Forever
  • 1
    Chanbase

    Chanbase

    An imageboard with an RSS-compliant API

    Not just your average imgboard clone. - Completely seperate frontend/backend that can communicate across domains with no requirement for a frontend database. - HTML5 frontend with video support - Live thread updates via AJAX - Completely anonymous - Can also browse in any RSS aggregator (the API is very simple to hook into). - Moderator free. Includes an autonomous autob& algorithm where users can collectively block unwanted users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    VRPC

    VRPC stands for Volavis Robot Position and Control

    This software allows to locate 2-D optical markers. These markers can be applied on top of robots. The algorithm for detecting the markers relies upon OpenCV. VRPC comes with an interface that allows to save position data in a database (e.g. PostgreSQL). VRPC has been developed for the Leibniz Universitaet Hannover and is used for a laboratory investigating self-organising robot swarms (based on a dozen Khepera III bots).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    icode-mda

    ICODE-MDA is aimed at developing enhanced global MDA solutions.

    The International Collaborative Development of Open Source Tools for Enhanced MDA is a program aimed at developing enhanced global maritime domain awareness via two components: 1) A global community of open source algorithm and tool developers. 2) A web-portal which allows users from all nations to visualize and share data, share analysis, and communicate to achieve enhanced MDA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    CFClone

    Unity Capt. Forever clone project

    Here lies the introductory project at game development, utilizing the Unity engine, to create a Captain Forever clone, with our unique touches of course, and probably implementing a dynamic difficulty system with GA evolutionary algorithm(s).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 5
    this is a project for the computer vision class. We intend to track multi-targets while preserving the identity of the targets. We propose to represent this as a Flow optimization problem and solve it using K-shortest path algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Bzet4

    Quad Bzet

    Quad implementation of the Bzet compression algorithm including demonstration of applicability via indexing of words by line in document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project is an implementation of a BML realizer using ROS. The algorithm uses an event-driven architecture, based on Petri nets, to ensure synchronization constraints for robots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Originally proposed: A Chess API capable of making an available move list using international tournament rules, as well as a min/max algorithm with an example move evaluator. The purpose is to allow end-users to focus on writing evaluation code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    My algorithm which solves The Salesman Problem with neighborhoods written in C# with visualisation.
    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
  • 10
    A software implementation of hardware-based code scheduling methods such as Scoreboarding and Tomasulo's algorithm for MIPS64 instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    j2me version of icHerbert - game used in first round of algorithm competition http://imaginecup.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Path Partitioner

    Path Partitioner

    Finds bad examples for the local search Path Partitioning algorithm

    Path Partitioner constructs random graph partitions and solves the linear (or integer) programming problems that assign weights to the edges such that the performance ratio of the local search algorithm for the Path Partitioning problem is minimized. See http://www.tau.ac.il/~ohadschn/Thesis/Partitioning.pdf. Requirements: Microsoft Automatic Graph Layout http://research.microsoft.com/en-us/projects/msagl/ Gurobi Optimizer http://www.gurobi.com/ Permutations, Combinations...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GAZES - Genetic Algorithm Zombie Eradication Simulation Grid-based simulator for zombie scenario. The units will use genetic algorithm to determine their actions on a cycle by cycle basis. This is a school project, so is likely on hiatus for summer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    using simple cuboids and gjk algorithm, this general purpose algorithm gives a ready made code to work with swissranger 3D camera.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A minimalistic CASE tool that will allow end-users to analyze their graphs (plain-old graphs, UML diagrams, ERDs, etc.) by applying various graph theory functions to them (such as a shortest path algorithm or a spanning tree algorithm.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Cryptographic-software

    Software that allows you to encrypt your data with a strong algoritm

    This project provides a robust tool for encrypting your files using the AES algorithm, supporting 128-bit, 196-bit, and 256-bit encryption. Built with Python and Kivy, this software ensures the security and integrity of your data with features like history tracking, backup, and recovery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Easy Implementation of Sorting

    Easy Implementation of Sorting

    Helpful functionality for sorting and comparing

    I have implemented one of the best Sorting Algorithm ! try to Explain & Describe it good & thoroughly.It is based on a simple operation known as merging: combining two ordered arrays to make one larger ordered array. This operation immediately lends itself to a simple recursive sort method known as mergesort: to sort an array, divide it into two halves, sort the two halves (recursively), and then merge the results.Must try if you think it is suitable for your sorting Problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    model-based-tracking-or-model-fitting

    Originates from model-based pattern tracking and/or homography RA

    - this algorithm works on point feature. It performs a random search (RANSAC) on neighboring of previous 4 corner points. Based on these 4 corner random search, it collects a set of new 4 corners and compute homography estimation. The set that gives best estimation is chosen as result
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Python3 Terrain Generator

    A Python 3 Terrain Generator

    This project is a Python 3 Terrain Generator. Current method uses the Diamond Square Algorithm. Current output types are txt and png
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A suite of tools for discovering and genotyping genome structural variation from sequencing data, including the Genome STRiP algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Like the African word "NDUMBU" for Lion, this software is a powerfull anti-piracy tool. This application makes an automated web search to find any illegal use for all media types (photos, videos, text, audio).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The aim of this project is to implement a channel router using the left-edge algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Heuristic Algorithm developed in C language to solve Knight's Tour Problem across standard 8x8 chess board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    java Extremal Optimization: a package to quickly implement an extremal optimization algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Web graph algorithm development and redestribution framework and tools
    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.