Showing 48 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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    IK Analysis for Elasticsearch

    IK Analysis for Elasticsearch

    A plugin that integrates Lucene IK analyzer into elasticsearch

    ...Starting from version 3.0, IK has developed into a common word segmentation component for Java, independent of the Lucene project, and at the same time provides a default optimized implementation of Lucene. In the 2012 version, IK implemented a simple word segmentation ambiguity elimination algorithm, marking the evolution of the IK tokenizer from pure dictionary word segmentation to analog semantic word segmentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    SponsorBlock

    SponsorBlock

    Skip YouTube video sponsors (browser extension)

    ...It also supports skipping other categories, such as intros, outros, and reminders to subscribe, and skipping to the point with highlights. The extension also features an upvote/downvote system with a weighted random-based distribution algorithm. Once one person submits this information, everyone else with this extension will skip right over the sponsored segment. SponsorBlock is a crowdsourced browser extension that let's anyone submit the start and end time's of sponsored segments of YouTube videos.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 3
    glider

    glider

    glider is a forward proxy with multiple protocols support

    ...We can set up local listeners as proxy servers, and forward requests to internet via forwarders. Act as both proxy client and proxy server(protocol converter). Flexible proxy & protocol chains. Load balancing with the following scheduling algorithm, rr: round robin, ha: high availability, lha: latency based high availability, dh: destination hashing. Rule & priority based forwarder choosing: Config Examples. DNS forwarding server. Force upstream querying by TCP. Association rules between dns and forwarder choosing. Association rules between dns and ipset. dns cache support. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    Jimp

    Jimp

    An image processing library written entirely in JavaScript for Node

    An image processing library for Node written entirely in JavaScript, with zero native dependencies. If you're using this library with TypeScript the method of importing slightly differs from JavaScript. Instead of using require, you must import it with ES6 default import scheme. If you're using a web bundles (webpack, rollup, parcel) you can benefit from using the module build of jimp. Using the module build will allow your bundler to understand your code better and exclude things you aren't...
    Downloads: 3 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
    HashSum is a .NET port from GNU's md5sum and sha1sum. It supports: hash algorithm selection between MD5 and SHA1 (more could be added later) and compatibility between HashSum and GNU's checksum file format
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    ArchiSteamFarm

    ArchiSteamFarm

    A multi-account able app for farming cards in Steam

    ASF is a robust C# application designed to farm Steam cards from multiple accounts simultaneously. Unlike other tools like Idle Master, which manage only one account at a time and require the Steam client to be running, ASF operates without the Steam client or additional processes. This allows users to farm Steam cards from unlimited accounts efficiently. ASF is optimized for use on servers or headless machines and supports all major operating systems, including Windows, Linux, and macOS,...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    Scrapyd

    Scrapyd

    A service daemon to run Scrapy spiders

    ...A common (and useful) convention to use for the version name is the revision number of the version control tool you’re using to track your Scrapy project code. For example: r23. The versions are not compared alphabetically but using a smarter algorithm (the same packaging uses) so r10 compares greater to r9, for example. Scrapyd is an application (typically run as a daemon) that listens to requests for spiders to run and spawns a process for each one. Scrapyd also runs multiple processes in parallel, allocating them in a fixed number of slots given by the max_proc and max_proc_per_cpu options, starting as many processes as possible to handle the load.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Base62 Encode/Decode Utility

    Base62 Encode/Decode Utility

    A tool for encoding/decoding to base62

    ...the base62 program has been written to encode/decode files into this format. The syntax is similar to the popular base64 command line program. Inside the package there is a working c++ version of the base62 algorithm. the sources are inside the package. Note that from release 2.0.0 the algorithm is different from the one used before. If you have coded a file using base62 < 2.0.0 DO NOT USE base62 >= 2.0.0 to decode it. The 2.0.1 release has a new algorithm for chew, we have a compat flag
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Verigio - DNS Proxywall / DNS Firewall

    Verigio - DNS Proxywall / DNS Firewall

    One of the most advanced DNS Proxy and DNS Firewall in one product.

    It is a versatile DNS Proxy server with DNS firewall which filters DNS traffic between local computer and DNS servers with flexible rules, supports blocking by IP geography, caching, import/export rules into XML. With a click of a button acts as a DNS proxy (or DNS server), supports multiple client authentication methods, calculates statistics for DNS servers and proxy clients, supports load balancing between multiple upstream DNS servers.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 10
    jDHTUQ
    ATTENTION: For more info and latest version, refer to https://github.com/estigma88/jdhtuq. jDHTUQ is a peer-to-peer DHT system based in Chord algorithm, but built like API to generalize the implementation of peer-to-peer DHT systems. jDHTUQ have two fundamental services , put and get of resource.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    casync

    casync

    Content-addressable data synchronization tool

    ...Let's call this directory a "chunk store". At the same time, generate a "chunk index" file that lists these chunk hash values plus their respective chunk sizes in a simple linear array. The chunking algorithm is supposed to create variable, but similarly sized chunks from the data stream.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Plagiarism Checker Pro

    Plagiarism Checker Pro

    Plagiarism Checker for Wordpress

    Plagiarism Checker Pro plugin checks for copied or duplicate content on Wordpress platform. Plagiarism Checker PRO provides plagiarized percentage for the copied content using an unique set of algorithm. For time being supports English language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Advanced Onion Router
    Advanced Onion Router is a portable client for the OR network and is intended to be an improved alternative for Tor+Vidalia+Privoxy bundle for Windows users. Some of the improvements include UNICODE paths, support for HTTP and HTTPS proxy protocols on the same Socks4/Socks5 port with HTTP header filtering that generates fake identity-dependent headers every time the identity is changed (proxy chains are also supported), support for NTLM proxies, a User Interface that makes Tor's options and...
    Leader badge
    Downloads: 180 This Week
    Last Update:
    See Project
  • 14
    SD Download Manager

    SD Download Manager

    Download anything from the Internet, with 32 connections and quickly

    A fast download manager with 32 connection for download anything from internet SD Download Manager is a advanced and powerful tool to increase download speed up-to 500%, resume broken/dead downloads. SD Download Manager uses sophisticated dynamic segmentation algorithm,data compression and connection reuse to speed up the download process. SD Download Manager supports HTTP, HTTPS and FTP protocols, firewalls, proxy servers, automatic proxy scripts, file redirects, cookies, authorization etc. - Do you have a problem in download ? - Is your downloads speed is low ? - Are you looking for a way to download faster ? ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    Novi Search Master

    Novi Search Master

    The world...on your desktop.

    Novi Search is an internet search app that allows you to Google from your desktop. Search works with your default browser set on your computer opening information very quickly. This is much quicker then directly opening up the internet and searching through Google. With Novi Search you can also search YouTube in the same small amount of time. Download Novi Search to save time for the important stuff!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A P2P overlay construction toolkit, which supports routing algorithm researchers in addition to application developers. It provides multiple routing (DHT) algorithms such as Chord, Kademlia, Koorde, Pastry and Tapestry, and a distributed environment emu
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    MultiPlink

    MultiPlink

    [UPDATE 28-10-2015] FINAL MULTIPLINK SSH LIFETIME v2.0 UP-5 "FAREWELL"

    Download Link Utama: http://sourceforge.net/projects/multiplink/files/Final_MultiPlink_SSHLIFETIME_2.0_UP-5_FAREWELL.rar/download Jika di Halaman Download, Link belum tersedia, klik link alternatif : https://www.dropbox.com/s/znptxp2gxhihpax/Final_MultiPlink_SSHLIFETIME_2.0_UP-5_FAREWELL.rar?dl=0 Lalu Download & Install juga Minor...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    PW Generator

    Password generator per site base on a single password

    Try to develop a password generating algorithm and front-end using c# and .NET framework. Per site password with variaous options and fixed result. Use for make and find password. Easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    HtmlTextExtractor

    HtmlTextExtractor is a utility to extract html articles From html pag

    HtmlTextExtractor is a utility to extract html articles From html pages it use a smart algorithm to find the articles in the page HtmlTextExtractor will remove everything except the articles Usage In the source folder type your folder directory which contains your Html files In the destination folder box type your output folder
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Intelligent Keyword Miner

    Intelligent Keyword Miner

    Intelligent SEO keyword miner and predicing tool

    ...Difference is, this program is intelligent and it accepts your input data and then predicts keywords based on your likes or dislikes. As the main engine, it uses the SMOReg algorithm to analyze and map the keyword frequencies of your data. This can be a great SEO tool to help increase the traffic of any website featuring a product.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CubeScribe

    CubeScribe

    Render Rubiks Cube OLL and PLL Algorithm Diagrams with HTML5 & JS

    A simple JavaScript class that utilizes the HTML 5 canvas element to render the face diagrams often used to document Rubik's Cube algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PHP Voucher

    PHP Voucher Manager

    PHP Voucher is a simple manager to create, check and execute unique vouchers. It works without SQL database. The generated codes are encrypted with MD5 algorithm and saved in data files (*.dat). Executed vouchers are registered and cannot be used again. Generating codes: makecode.php Checking codes: checkvoucher.php Configuration: config.php Style: main.css
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    QPass password manager
    QPass is easy to use, open source password manager application with built-in password generator. You can store in it's database such data as passwords and logins which will be encrypted using AES-256 with PBKDF2(number of iterations set by user). Each entry can include additional information about entry such as name, url adress and description.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Document Analysis and Exploitation
    The Document Analysis and Exploitation Platform is a Drupal based web interface to a cloud enabled Document Analysis resource set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FlareGet - Download Manager

    FlareGet - Download Manager

    An advanced multi-threaded and multisegment download manager.

    FlareGet is a full featured, multi-threaded and multi-segment download manager and accelerator for Windows and Linux
    Downloads: 7 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next