Showing 2782 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
    NNBrain

    NNBrain

    A free, open source collection of neural network based AI agents.

    NNBrain is a free and open source collection of artificial intelligence agents. These agents have applications in video games, research, business, and more. The included agents function in both discrete and continuous action and state spaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Online XOR Coding

    Online XOR packet coding BENEFIT

    The project page provides the source code of custom built simulators used in our publications whose URL are given as follow: http://dx.doi.org/10.1016/j.comcom.2013.09.006 http://dx.doi.org/10.1109/PIMRC.2009.5449983 The titles of the papers are: Online XOR packet coding: Efficient single-hop wireless multicasting with low decoding delay (COMCOM VERSION). An efficient network coding based retransmission algorithm for wireless multicast (PIMRC VERSION). Help (README) files...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TexLexAn is an open source text analyser for Linux, able to estimate the readability and reading time, to classify and summarize texts. It has some learning abilities and accepts html, doc, pdf, ppt, odt and txt documents. Written in C and Python.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    MROrder

    MROrder: Automated MapReduce Job Ordering Optimizaton Prototype System

    MROrder is an automated MapReduce job ordering optimizaton prototype system. It targets at the online MapReduce workloads where MapReduce jobs arrives over time for various perfomane metrics, such as makespan, total completion time. There are two core components for MROrder, i.e., policy module and ordering module. The policy module decides when and how to perform job ordering dynamcially. The ordering engine, consists of two engines, namely, simulation-based engine and algorithm-based engine...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 5
    This project is an attempt to implement Line Breaking algorithm (line folding) outlined in UAX#14 "Line Breaking Properties" and/or JIS X 4051:2004 "日本語文書の組版方法" section 6. It can respect character widths for fixed-width texts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    totp-me

    totp-me

    TOTP authenticator for Java ME

    Not only a Google authenticator for 2-step verification for Java ME enabled phones. This is MIDlet-1.0 implementation of RFC 6238 authenticator - TOTP: Time-Based One-Time Password Algorithm. It's quick, simple and it supports multiple profiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Tree-Based Search SSA

    Tree-Based search for stochastic simulation algorithm

    An efficient tree-based search for stochastic simulation of biochemical reaction systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    bSNEA

    Post-processing of SNEA results

    The post-processing of SNEA results was implemented as a set of R scripts. We also developed simple application that serves as a graphical user interface to scripts, allowing user-friendly specification of algorithm parameters. As an output scripts generate a number of plots and tables which contain the detailed description of the results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    C Algorithm Viewer

    C/C++,Assembly source code flowchart

    This is a small program that shows flowchart from C source code . This program may help the user analyze C/C++ source and Assembly(x86,PIC MCU(16fxx,24fxx))code by navigating the flowcharts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Implementation of Rete pattern-matching algorithm, with scripting language based on COOL (CLIPS Object Oriented Language)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    grn_inference_multigpu

    This project is a exhaustive search algoritm for multiple GPUs

    Gene regulatory networks (GRN) inference is an important bioinformatics problem in which the gene interactions need to be deduced from gene expression data, such as microarray data. <br> Feature selection methods can be applied to this problem. A feature selection technique is composed by two parts: a search algorithm and a criterion function. Among the search algorithms already proposed, there is the exhaustive search where the best feature subset is returned, although its computational...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java application for training and deploying text processing applications such as part-of-speech taggers, based on a re-implementation of Brill's algorithm in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Critical Nodes

    Critical Nodes

    Localized algorithm for segregation of critical/non-critical nodes

    Free Open Source Implementation of a new Localized Algorithm for detection of Critical Nodes. This software developed using Programming Without Coding Technology (PWCT) http://doublesvsoop.sourceforge.net
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    The parallelized FDTD Schrodinger Solver implements a parallel algorithm for solving the time-independent 3d Schrodinger equation using the finite difference time domain (FDTD) method. See the Hosted Apps > MediaWiki menu item for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SpikeAnalyzer

    SpikeAnalyzer

    SpikeAnalyzer is a program for calcium spikes analysis

    ... an automatic fitting procedure with visual control over the process and the quality of the fit, including statistical measures. SpikeAnalyzer is equipped with an original pixel time correction algorithm, introduced to account for the exact time of acquisition of individual pixels of the object in the image. SpikeAnalyzer was tested to analyze both synthetic and raw confocal data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Java generic Iterator implementation to generate permutations and combinations. Uses the algorithm described here http://en.wikipedia.org/wiki/Steinhaus%E2%80%93Johnson%E2%80%93Trotter_algorithm#Even.27s_speedup and the clear description of that algorithm here: http://www.cut-the-knot.org/Curriculum/Combinatorics/JohnsonTrotter.shtml
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Sudoku Solver

    Sudoku solving library using bruce-force search algorithm

    The SudokuSolver class inside this library is simple and easy-to-use. It uses the bruce-force search algorithm to solve the Sudoku appeared on daily newspapers, books, etc. Continual updates to this library give you easier experiences with Sudoku solving, and can solve other sorts of Sudokus.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Open Uniper

    Open Uniper

    Open Uniper is the XTRAP's reversed encryption algorithm.

    Open Uniper is a project created by d3v1l401 (http://d3vsite.org) and targets to make the encryption algorithm of XTRAP open source. Currently NOT Optimized view of code,NOT Optimized code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    CramerAlgorithm

    Dense linear solver based on Cramer's Rule and Chio condensation

    CramerAlgorithm is a ‘C’ program that solves a system of linear equations to find a solution vector. The program is structured to take input in the same manner as the DGESV routine from LAPACK. It computes A * x = B, where A is an NxN matrix, B is a solution vector and x is the solution vector provided by the program. The algorithm is parallel in nature and this version utilizes threads for a minimal level of parallelism. It also utilizes SIMD (Single instruction, multiple data – SSE2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    EkNN

    Extracting k nearest neighbors for point cloud

    Speed up kNN searching algorithm by extracting nearest neighbors diectly other than searching them one by one
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Cake

    A bioinformatic tools for somatic mutation discovery

    Cake, a bioinformatics software pipeline that integrates four publicly available somatic variant-calling algorithms to identify single nucleotide variants with higher sensitivity and accuracy than any one algorithm alone. Cake can be run on a high-performance computer cluster or used as a stand-alone application For additional information on how to obtain and run Cake, updates and known issues please visit the wiki page https://sourceforge.net/p/cakesomatic/wiki/Cake%20Somatic/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Approximate Subgraph Matching Algorithm

    Approximate Subgraph Matching Algorithm for Dependency Graphs

    The subgraph matching problem (subgraph isomorphism) is NP-complete. Previously, we designed an exact subgraph matching (ESM) algorithm for dependency graphs using a backtracking approach (http://esmalgorithm.sourceforge.net). We further designed an approximate subgraph matching (ASM) algorithm that is capable of detecting approximate subgraph matching based on a subgraph distance. Assume that the graph G and the subgraph Gs have m and n vertices, and km and kn edges respectively...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Prime-Number-Finder

    Prime Number Finder usign Sieve of Eratosthenes

    Program by: Ravi Sharma (rvisharma) Prime-Number-Finder-using-Sieve-of-Eratosthenes =============================================== Finds Prime Numbers using Sieve of Eratosthenes Algorithm This Program gives you the prime number upto N Integers, Sieve of Eratosthenes Algorithm is used to determine the Prime Number To find the Prime Number, in the console Shell call the prime_finder(N) function, prime number will be given upto N integer. At first you will be prompted...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Crap Killer

    Automatically Detect and Remove Crapware

    This is a script which uses my super-cool Heuristic Detection Algorithm to find and automatically uninstall "crapware" (toolbars and 'coupon printers' for example) from all current versions of windows. It's also possibility the most advanced batch file in the world...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25

    Tetris AI

    A try to demonstrate an AI module based on doubled genetic algorithm.

    Downloads: 1 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.