Showing 226 open source projects for "algorithms"

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
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    Numerically estimate an efficiency of code construction algorithms. Randomly generate n binary words of length m with minimum Hamming distance d and create a prefix code (= retrieval tree) from them. Based on PhD work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pure Java full-featured multi-player gaming system Pluggable, configurable game engine Distributable, load-balancing, "world engine". flocking, Genetic Algorithms and neural networks 3D clients, ZMUD(tm) clients, regular TELNET access (TCP/UDP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SPAM-Buster is a Java application for filtering SPAM based on statistical algorithms (currently Bayesian). The platform independant application can be used as graphical end-user client and additional service for mail server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    It's new technology for Development Personal Creation/Customization Services , based on XML standard and DAFSM (Finite State Machine Theory) , using multiple call control protocols.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 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
  • 5
    GNNS - GNNS Neural Network Simulator, is both a set of libraries and an interface for creating and learning neural networks. It is aimed to support as many network typs and learning algorithms as possible. GNNS is meant to support different platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bandwidth measure software using several algorithms including Packet Pair and IGI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OUDPMS is an educational tool that visualizes the process of global process management and resource allocation. It is also a simulation and evaluation tool for various distributed process scheduling and resource allocation algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ReHash is an easy-to-use console-based hash calculation tool written in C++. It supports many algorithms and output formats and it can be fully configured using some of the many command-line arguments which can be passed to the tool.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    sha is a file hashing utility that uses the NIST's SHA-1, SHA-256, SHA-384, & SHA-512 hash algorithms. It can be used for file integrity checking, remote file comparisons, etc. The portable algorithm implementations can be useful in other projects too.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    MPIRuby is a Ruby version of the MPI supercomputing standard interface. It enables massively parallel and distributed algorithms to be written in a platform-independent manner suitable for large-scale computation-intensive experiments. MPI is the \"Mes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The cache-optimized concurrent skip list is a set of algorithms for maintaining dynamic ordered mappings. Top-down balancing algorithms minimize cache-misses while using a per-node read-write spinlock to coordinate shared access. Designed for Linux 2.4.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    NMSTL is the Networks, Messaging, Servers, and Threading Library for C++. It aims to be to systems and networks what STL is to algorithms and containers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The place for algorithms, scripts, and open discussion of the issues of traffic behaviour statistical analysis. Aberrant Behavior Detection. Holt-Winters forecasting. RRDtool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    IP subnetting algorithms. Calculate subnets, netmasks, network class, segments, broadcast address, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Safe Archive Manager. A Java-based portable highly secure file archiver. Supports AES algorithms, pluggable GUI, batch mode, multi-threading, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    RED-Linux is a real-time extension of Linux kernel. It supports a lot of different scheduling algorithms by using general scheduling framework. The kernel blocking time has been reduced by using preemption points. It can be used for both hard real-time a
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    High-performance computing code and libraries used in the High Performance Computing subject in Telecommunications Engineering at the University of Granada (http://geneura.ugr.es/~jmerelo/asignaturas/AAP)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The aim is to develop a foundation for a FPGA hardware platform able to run Linux kernel and software. It must be easy to add hardware accelerated ip-cores to the FPGA. Ethernet and TCP/IP is a corner stone of the hardware and software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Provides fast lookup for a Subject Based messaging product using a trie. It allows for configurable wildcard characters to replace a single or multiple subject field(s) (A.B.*.D.>). Insertion in to the tree returns a unique handle for subsequent deletion
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CSI PC2 is a project for verification and identification of biometrical information that scales up to tens of millions of entries. Several algorithms are implemented. It includes testbeds, benchmarks and genetic algorithms for optimization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jPasswordWallet strores your passwords in security. Find, modify or create quickly a password in the database. Organize your passwords as you like with creating categories and sub categories.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    hashdeep

    Compute, compare, or audit hashes.

    Computes, matches, and audits hashes recursively. Supports the MD5, SHA-1, SHA-256, Tiger, and Whirlpool algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Experimental command line compression utility to experiment with various compression algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Voodoo Exchange Networking Library is a D library that provides a simple API for creating streaming, peer-to-peer TCP connections between two clients, even if they are behind NATs or firewalls, by attempting multiple NAT traversal algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo