Showing 2782 open source projects for "algorithm"

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

    GAET

    Genenitc Algorithm : Educational Tool

    The project consists of several parts : A simple framework dedicated to quick implementation of problem resolution algorithms using genetic algorithms ; Some problem resolution algorithms using genetic algorithms ; A graphical interface dedicated to the testing and learning of genetical algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Semantic query optimization (SQO) is the process of finding equivalent rewritings of an input query given constraints that hold in a database instance. We present a Chase & Backchase (C&B) algorithm strategy that generalizes and improves on well-known methods in the field. The implementation of our approach, the pegasus system, outperforms existing C&B systems an average by two orders of magnitude. This gain in performance is due to a combination of novel methods that lower the complexity...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    memory allocation library

    This is a memory allocation library , allocation is done through the

    This is a memory allocation library allocation is done through the expansion of the size of the heap the algorithm is used the first adaptation Library open source, you can be free to use and modify, but do not for malicious ways if you find bugs, please inform me Installation method: make install uninstall method: make remove Usage: #include <mem.h>, -lmcm attention: ALl out of bounds modify data's behavior will result in the operating function uncertain author: 颜文泽...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AESEncryptor is a fast and simple utility to protect your files with the Advanced Encryptation Standard algorithm. It is safer than zip or rar files because a simple force-attack can reveal their password. A force-attack to an AES encriptation could delay millions of years. There are available the source code of the GUI, a CaptionProgressBar and the RijndaelCryptorProvider, the core of the application which can start a encriptation process in a simple code line. New Version released (v2.5...
    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

    Hasher

    A hash ecryption program with many customizations

    ... SHA512 RIPEMD160 Randomized (The randomize option uses a random algorith for each separate word in the input) It has an option to open text files as input and an option to save the output into file. There are options to add the length of the file, the algorithm and the used character sets to the end of every encrypted value. The program includes a Base64 Decoder as an added tool. It has some comfort options, like inverting the colors, changing font size and switching between fonts.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    jsonpack

    A compression algorithm for JSON

    See https://github.com/sapienlab/jsonpack
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sudoku Solver

    sudoku Solver

    A sudoku solver project built with Java with a user friendly interface

    This project has been built to allow you solve any Sudoku problem in no time. The project built using Java programming language. It`s simple interface built using Swing technology. A smart algorithm has been designed to solve your problem. First, using the systematic human way of solving. If the human failed to solve, your problem will be passed to a stronger algorithm that based on Try and Fail techniques and possibilities. Enjoy, learn and develop. You need to install Java JRE to run the .jar...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    C# OO Implementation of Dijkstra's algorithm aimed at finding the path with the minimum cost. It now supports finding the shortest paths from the source vertex to every other vertex. The C# source files are now available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Pathfinding algorithm

    Using A-star algorithm

    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
  • 10
    Mouse Run

    Mouse Run

    Programming Game, A Practice Tool for Building Intelligent Things

    .../(or whatever you like to call yourself) like us. This game will be a perfect practice tool for programmers like us to find the best algorithm solutions and make the mouse intelligent. To get information on this game, visit the Mouse Run website at http://mouse-run.appspot.com If you have found bugs or have a request, please do write it in the reviews. Thanks!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ResultsDB

    Manage your algorithm results.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    qure

    software for viral quasispecies reconstruction from next-gen seq. data

    QuRe is a program for viral quasispecies reconstruction, specifically developed to analyze long read (>100 bp) NGS data. The software performs alignments of sequence fragments against a reference genome, finds an optimal division of the genome into sliding windows based on coverage and diversity and attempts to reconstruct all the individual sequences of the viral quasispecies--along with their prevalence--using a heuristic algorithm, which matches multinomial distributions of distinct viral...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    C++ code for state-of-the-art background estimation algorithm from static video.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    C++ source code for state-of-the-art foreground detection (background subtraction) algorithm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Hide my message

    Hide my message

    Hide your secret message into any type of files

    Secrets is a Java application allow you to hide you message into any type of files either audio, video, text, dll or any type of files. It use a simple Cryptography algorithm to save the message in an secret way, so it can`t be read by any HexaReader. You can retrieve your message also in a very simple way by choosing the original file and click on Decode button. It was built using Java and Swing technology. It was published for educational use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Open Genetic Algorithm Toolbox

    This is a MATLAB toolbox to run a GA on any problem you want to model.

    This is a toolbox to run a GA on any problem you want to model. You can use one of the sample problems as reference to model your own problem with a few simple functions. You can collaborate by defining new example problems or new functions for GA, such as scaling, selection or adaptation methods. In that case, you should then include your credits in the file, upload it to matlab central and contact the author. Suggestions are also welcome but naturally I won't be able to attend...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Simple Similarity

    A simple tool to calculate the classical tf-idf/cosine similarity.

    This is a simple tool to calculate the similarity between a document and a set of documents by using the classical tf-idf/cosine algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    rNetwork

    A C++ class that implements signal routing.

    The rNetwork class implements signal routing through a network of user-defined interconnected signal switch matrices. The routing algorithm assumes fan-out capability, and that the reuse of connections should be optimized for the most economic signal routing solution. The class allows multiple overlaying projects, and connections (unrouted or routed) with different levels of persistance. The code is still "in work".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    HPeak

    A HMM-based algorithm for defining enriched regions from ChIP-seq data

    HPeak is a hidden Markov model-based approach that can accurately pinpoint regions to where significantly more sequence reads map. Testing on real data shows that these regions are indeed highly enriched by the right protein binding sites. Command (single-end): perl /compbio/software/HPeak3/HPeak.pl -sp HUMAN/MOUSE -format BED -t TREATMENT.inp -c CONTROL.inp -n OUTPUTPREFIX -fmin 100 -fmax 300 -r 36 -ann -wig -seq -interfiles Command (pair-end): perl /compbio/software/HPeak3/HPeak.pl...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Cabra

    Cabra

    Study smarter and get smarter with the award-winning studying tool

    Much more than plain old flashcards... smart studying sessions, notes, printing, sharing. A must-have for any student! Get Cabra today and join the ten thousand students who are studying smarter and getting smarter! Features: -Create and study flashcards with an algorithm optimized for YOU -Create notes, print your flashcards, share your creation with the world... -Ranked best software in PA High School Computer Fair Still not convinced? Check out getcabra.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SMR DNA Barcoder is a based on nio-bio by Sergio Anibal de Carvalho Junior for aligning various DNA specimen, based on DNA global and local alignment algorithm and result are displayed in a graphical window.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    DeNovoCheck

    DeNovoCheck: Inheritance analysis for NGS trio data

    DeNovoCheck is intended to be used for inheritance analysis in NGS tio data. For rare dominant Mendelian diseases, patient-parent trios are often used to reduce the number of candidate variants. The algorithm bases the inheritance prediction on the data available in the parental BAM files and allows for a fast and reliable selection of potential de novo variants.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    HTM Project

    Implementation of HTM algorithm

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ITS-GenTL

    Traffic Lights parallel optimization software using Genetic Algorithms

    ITS-GenTL - Intelligent Transport System Genetic Algorithm Traffic Lights optimizer This software is aimed to optimize traffic lights characteristics for traffic flows in urban networks in real-time using Genetic Algorithms. Now it uses SUMO project modeling software to model traffic flows while iteration of optimization process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MapPSO
    MapPSO is a tool for Ontology Alignment, which uses Discrete Particle Swarm Optimisation. A particle swarm is used to search for the optimal alignment. The algorithm is massively parallel and adapts naturally on parallel architectures.
    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.