Search Results for "community%20detection%20algorithm"

Showing 281 open source projects for "community%20detection%20algorithm"

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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    QMK

    QMK

    Keyboard firmware for Atmel AVR and ARM controllers

    ...Keyboards powered by QMK are Planck, Preonic, ErgoDox EZ, Clueboard, Cluepad, Gergo, Georgi, and Atreus. QMK is compatible with lots of other community-supported keyboards and projects. QMK is developed and maintained by Jack Humbert of OLKB with contributions from the community, and of course, Hasu.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Rainmeter

    Rainmeter

    Desktop customization tool for Windows

    ...It runs with minimal system overhead and stays resident in the Windows notification area, updating widgets in real time based on system performance, network conditions, or custom triggers. Rainmeter’s open-source codebase and large community ecosystem mean that thousands of user-created skins are available for download, enabling anything from minimalistic time displays to elaborate animated dashboards.
    Downloads: 71 This Week
    Last Update:
    See Project
  • 3
    ABCD Community
    ABCD is a Free and Open Source Software designed to support knowledge communities. The software is targeting libraries of universities and research institutes as well as smaller public libraries, documentation centra, musea and archives.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    Wazuh

    Wazuh

    The Open Source Security Platform

    ...SIEM functionality to monitor security across endpoints, workloads, and containers. Centralized architecture enabling scalable deployment and unified management. Easy deployment with rich documentation and community engagement.
    Downloads: 23 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    OpenKore

    OpenKore

    A free/open source client and automation tool for Ragnarok Online

    ...The project supports plugins and modular extensions, enabling customization for different servers and play styles. OpenKore is cross-platform, running on Windows, Linux, and macOS, and is written primarily in Perl. With a strong community and extensive documentation, it is widely used by players and developers who want to explore automation, bot behavior, or server testing. The software emphasizes configurability, giving users control over character strategies and in-game decision-making.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 6
    Arduino core for the ESP32

    Arduino core for the ESP32

    Arduino core for the ESP32

    ESP32 is a single 2.4 GHz Wi-Fi-and-Bluetooth SoC (System On a Chip) designed by Espressif Systems. ESP32 is designed for mobile, wearable electronics, and Internet-of-Things (IoT) applications. It features all the state-of-the-art characteristics of low-power chips, including fine-grained clock gating, multiple power modes,and dynamic power scaling. For instance, in a low-power IoT sensor hub application scenario, ESP32 is woken-up periodically and only when a specified condition is...
    Downloads: 418 This Week
    Last Update:
    See Project
  • 7
    SwiftShader

    SwiftShader

    SwiftShader is a high-performance CPU-based implementation

    SwiftShader is Google’s high-performance CPU-based implementation of the Vulkan 1.3 graphics API, designed to provide a hardware-independent rendering solution for 3D graphics. Unlike traditional GPU drivers, SwiftShader executes graphics commands entirely on the CPU, making it ideal for environments where dedicated graphics hardware is unavailable or unsuitable. It acts as a drop-in replacement for Vulkan drivers, allowing existing applications to run seamlessly by redirecting API calls...
    Downloads: 242 This Week
    Last Update:
    See Project
  • 8
    Capstone

    Capstone

    Capstone disassembly/disassembler framework

    Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community. Created by Nguyen Anh Quynh, then developed and maintained by a small community, Capstone offers some unparalleled features. Support multiple hardware architectures: ARM, ARM64 (ARMv8), Ethereum VM, M68K, Mips, MOS65XX, PPC, Sparc, SystemZ, TMS320C64X, M680X, XCore and X86 (including X86_64). Having clean/simple/lightweight/intuitive architecture-neutral API. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    LZ4

    LZ4

    Extremely fast compression algorithm

    LZ4 is lossless compression algorithm, providing compression speed > 500 MB/s per core (>0.15 Bytes/cycle). It features an extremely fast decoder, with speed in multiple GB/s per core (~1 Byte/cycle). A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's...
    Downloads: 281 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    MyDumper

    MyDumper

    MyDumper project

    ...It has 2 tools. mydumper which is responsible to export a consistent backup of MySQL databases. myloader reads the backup from mydumper, connects the to destination database and imports the backup. Both tools use multithreading capabilities. MyDumper is Open Source and maintained by the community, it is not a Percona, MariaDB or MySQL product. Parallelism (hence, speed) and performance (avoids expensive character set conversion routines, efficient code overall) Easier to manage output (separate files for tables, dump metadata, etc, easy to view/parse data) Consistency - maintains snapshot across all threads, provides accurate master and slave log positions, etc. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    llama.cpp

    llama.cpp

    Port of Facebook's LLaMA model in C/C++

    The llama.cpp project enables the inference of Meta's LLaMA model (and other models) in pure C/C++ without requiring a Python runtime. It is designed for efficient and fast model execution, offering easy integration for applications needing LLM-based capabilities. The repository focuses on providing a highly optimized and portable implementation for running large language models directly within C/C++ environments.
    Downloads: 137 This Week
    Last Update:
    See Project
  • 12
    BlackHole

    BlackHole

    BlackHole is a modern macOS audio loopback driver

    ...Designed with performance and stability in mind, BlackHole works on both Intel and Apple Silicon Macs without requiring kernel extensions or system security modifications. As an open-source project, it offers transparency, customization options, and active community-driven development.
    Downloads: 149 This Week
    Last Update:
    See Project
  • 13
    Flipper Zero Unleashed Firmware

    Flipper Zero Unleashed Firmware

    Flipper Zero Unleashed Firmware

    Flipper Zero Unleashed Firmware. This software is for experimental purposes only and is not meant for any illegal activity/purposes. We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law. Also, this software is made without any support from Flipper Devices and is in no way related to the official devs.
    Downloads: 72 This Week
    Last Update:
    See Project
  • 14
    NodeMCU

    NodeMCU

    Lua based interactive firmware for ESP8266, ESP8285 and ESP32

    ...NodeMCU is implemented in C and is layered on the Espressif NON-OS SDK. The firmware was initially developed as a companion project to the popular ESP8266-based NodeMCU development modules, but the project is now community-supported, and the firmware can now be run on any ESP module.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 15
    FontForge

    FontForge

    Free (libre) font editor for Windows, Mac OS X and GNU+Linux

    ...Use it to create, edit and convert fonts in OpenType, TrueType, UFO, CID-keyed, Multiple Master, and many other formats. FontForge is a free and open source font editor brought to you by a community of fellow type lovers. You can donate to support the project financially. Type design is visually complex as well as highly technical, however it is easier to begin making type now than ever, partly because of the availability of free tools like FontForge. While being a handy tool with which to begin, FontForge is not just for beginners. ...
    Downloads: 92 This Week
    Last Update:
    See Project
  • 16
    ioquake3

    ioquake3

    The ioquake3 community effort to continue supporting/developing id's

    ioquake3 is a free and open source first-person shooter engine derived from the Quake 3: Arena and Quake 3: Team Arena source code, maintained as a modern baseline engine for new games and classic mods. It is designed to let players run Quake 3, its expansion Team Arena, and community mods on contemporary systems while also serving as a solid base for new projects. The engine modernizes the original codebase with a CMake build system, an SDL2 backend for cross-platform windowing and input, and OpenAL sound for better audio quality and multi-speaker setups. It adds numerous quality-of-life improvements such as VoIP support, AVI demo capture, improved console completion and history, and optional Ogg Vorbis support. ioquake3 also improves portability and maintainability by supporting x86_64 on Linux, MinGW builds on Windows, and various other operating systems, and even provides web support via Emscripten.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    Grafana

    Grafana

    Leading open-source visualization and observability platform

    ...Grafana also includes built-in alerting, allowing you to define threshold-based rules and send notifications to external systems (e.g. Slack, PagerDuty, OpsGenie). Backed by a strong community (https://grafana.com/community/) and open governance, Grafana OSS is free to use, modify, and deploy under the AGPL-3.0 license.
    Downloads: 31 This Week
    Last Update:
    See Project
  • 18
    Sandboxie

    Sandboxie

    Sandboxie Plus & Classic

    Sandboxie (and its enhanced fork Sandboxie Plus) is an open-source sandboxing tool for Windows NT-based systems. It creates isolated virtual environments in which applications can run safely without permanently modifying the system, ideal for testing untrusted software. Sandboxie Classic has the old no longer developed MFC-based UI, hence it lacks native interface support for Plus features. Although some of the missing features can be configured manually in the Sandboxie.ini configuration...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 19
    php-src

    php-src

    The PHP Interpreter

    This is the official source repository of PHP, a popular open-source server-side scripting language primarily used for web development. PHP powers a significant portion of the web, including platforms like WordPress, Drupal, and Laravel. The repository includes the core language engine, standard libraries, and tools for compilation and deployment across systems.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    ReactOS

    ReactOS

    A free Windows-compatible Operating System

    Imagine running your favorite Windows applications and drivers in an open-source environment you can trust. That's the mission of ReactOS! Being part of a Worldwide Community, as ReactOS is, will boost your own personal skills to a highest new level. Working teamed with people from different countries will enhance your team-working, empathy and English. All these skills are really appreciated by companies out there in job interviews. Contributing your free time into an open source project seems to be also trending and marks a difference within you and another candidate for the same job. ...
    Downloads: 34 This Week
    Last Update:
    See Project
  • 21
    REKCARC-TSC-UHT

    REKCARC-TSC-UHT

    Guidance for courses in Department of Computer Science and Technology

    ...Contributors document pitfalls and tips that official syllabi may not cover, such as tooling quirks or typical grading criteria. The project stresses responsible use—learn from the material, don’t plagiarize—and continually evolves through community review. As a living handbook, it captures institutional knowledge that helps level the playing field for students with different backgrounds.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    VSCodium

    VSCodium

    binary releases of VS Code without MS branding/telemetry/licensing

    Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under this not-FLOSS license and contains telemetry/tracking. The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license....
    Downloads: 70 This Week
    Last Update:
    See Project
  • 23
    Kaldi

    Kaldi

    kaldi-asr/kaldi is the official location of the Kaldi project

    ...It provides a powerful framework for building state-of-the-art automatic speech recognition (ASR) systems, with support for deep neural networks, Gaussian mixture models, hidden Markov models, and other advanced techniques. The toolkit is widely used in both academia and industry due to its flexibility, extensibility, and strong community support. Kaldi is designed for researchers who need a highly customizable environment to experiment with new algorithms, as well as for practitioners who want robust, production-ready ASR pipelines. It includes extensive tools for data preparation, feature extraction, acoustic and language modeling, decoding, and evaluation. With its modular design, Kaldi allows users to adapt the system to a wide range of languages and domains. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    Borg

    Borg

    Deduplicating archiver with compression and encryption

    BorgBackup or Borg for short is a deduplicating backup program that also supports compression and authenticated encryption. It provides a secure and efficient way to backup data, and is ideal for daily backups and backups to not fully tested targets.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    my-tv

    my-tv

    Android IPTV player supporting custom TV sources and quick install

    ...Features include USB and Xiaomi TV Assistant install options, remote‑configurable channel lists via QR code or JSON, and flexible support for text, M3U, and JSON playlists. The app emphasizes simplicity—install and play—with a community-driven source list and regular enhancements aimed at providing a stable, ad-free, and customizable viewing experience.
    Downloads: 11 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next