Showing 4502 open source projects for "common"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 1
    Swoft

    Swoft

    PHP Microservice full Coroutine framework

    Swoft is a PHP microservices coroutine framework based on the Swoole extension. Like Go, Swoft has a built-in coroutine web server and a common coroutine client and is resident in memory, independent of traditional PHP-FPM. There are similar Go language operations, similar to the Spring Cloud framework flexible annotations, powerful global dependency injection container, comprehensive service governance, flexible and powerful AOP, standard PSR specification implementation, and so on. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    StartBootstrap SB Admin 2

    StartBootstrap SB Admin 2

    A free, open source, Bootstrap admin theme created by Start Bootstrap

    ...The template includes ready-to-use example pages such as login/register, 404/blank pages, and basic dashboard layouts to shorten the bootstrapping phase. Charts, data tables, and icons are wired in with common libraries so teams can drop in KPIs, lists, and summaries without designing from scratch. A gulp-based (or similar) build setup compiles and minifies assets, enabling easy customization of color palettes, fonts, and spacing tokens. Because the codebase follows Bootstrap conventions, developers can extend it naturally as requirements evolve from prototype to production.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    vue2-manage

    vue2-manage

    A admin template based on vue + element-ui

    vue2-manage showcases an admin dashboard built with Vue 2, demonstrating how to design and organize a multi-section management console. It includes common admin patterns such as authentication gates, tables, charts, forms, pagination, and search to support day-to-day operations. The project emphasizes clear layout hierarchies, navigation systems, and reusable UI primitives that keep large interfaces consistent. It provides examples of CRUD workflows and data validation so teams can quickly adapt similar patterns in production systems. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ml-design-patterns

    ml-design-patterns

    Source code accompanying O'Reilly book: Machine Learning Design

    The ml-design-patterns repository contains the source code and examples that accompany the book “Machine Learning Design Patterns,” providing practical implementations of reusable solutions for common challenges in machine learning systems. It organizes patterns into categories such as data representation, problem framing, and model training, helping practitioners understand how to structure ML pipelines effectively. The repository includes implementations of techniques like feature hashing, embeddings, feature crosses, and multimodal inputs, which are essential for handling diverse data types. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    Flutter Notebook

    Flutter Notebook

    Collection of demo projects for Flutter

    ...The repository gathers many independent “mini apps” (each focused on one or a few features) so that learners can inspect, run, and understand individual Flutter behaviors in isolation. Demo of common UI behaviors (pull-to-refresh, left-swipe delete, JSON deserialization). Examples of state-preserving page switching/navigation with state retention. Support for third-party library demos and integration (charts, image pickers, URL launcher).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    LibPKI

    Easy to use PKI library

    The LibPKI Project is aimed to provide an easy-to-use PKI library for PKI enabled application development. The LibPKI Project enables developers with the possibility to implement complex cryptographic operations with a few simple function calls.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    FireCX

    Open source OWASP penetration testing tool written in Python 3

    FireCX is an open source OWASP penetration testing tool written in Python 3, that can speed up the the process of finding common PHP vulnerabilities in PHP code, i.e. command injection, local/remote file inclusion and SQL injection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Fecha

    Fecha

    Lightweight and simple JS date formatting and parsing

    Fecha is a lightweight (~2KB) JavaScript library designed for date formatting and parsing. It serves as a minimalist alternative to larger libraries like Moment.js, offering essential date manipulation functionalities without the overhead. Fecha is ideal for projects where performance and load times are critical.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RxGo

    RxGo

    Reactive Extensions for the Go language

    ...By default, everything is sequential. Yet, we can leverage modern CPU architectures by defining multiple instances of the same operator. Each operator instance being a goroutine connected to a common channel.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 10
    rust_cmd_lib

    rust_cmd_lib

    Common rust command-line macros and utilities

    rust_cmd_lib is a Rust library designed to make it easier to write shell-script–style tasks in Rust, blending the power and safety of Rust with the expressiveness of shell pipelines. It provides macros and utilities that let you spawn external processes, redirect input/output, and pipe commands together, all without invoking a shell. You can write something like run_cmd!(ls -l | grep foo > out.txt) in a more declarative style, rather than manually wiring up file descriptors, handles, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    jstutorial

    jstutorial

    Javascript tutorial book

    ...The material steadily introduces modern features—modules, arrow functions, classes, destructuring, promises, and async/await—while relating them back to the underlying mechanics of the language. Beyond syntax, it explores how JavaScript actually runs, touching on the event loop, asynchronous patterns, and common pitfalls that trip up newcomers. The browser section covers DOM manipulation, events, storage, and network requests so readers can build interactive pages with confidence. Later chapters introduce Node.js usage and ecosystem basics, making the tutorial a practical bridge between front-end and back-end JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    sc

    sc

    Common libraries and data structures for C

    Portable, stand-alone C libraries and data structures. Each folder is stand-alone with a single header/source pair in it. There is no build for libraries, just copy files you want. e.g If you want the logger, copy sc_log.h and sc_log.c to your project. High performance & minimal memory usage. Portability between many operating systems and architectures. Tests with 100% branch coverage and multiple sanitizers. Drag & drop source code distribution. There is 100% branch coverage on Linux....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    HMD Mathematics

    HMD Mathematics

    Numerical mathematics platform, Matlab alternative

    Matlab alternative. Scilab alternative. GNU Octave alternative. Mathematics software for numerical computation. Ordinary differential equations solver and finite elements solver. It has a console script interpreter, as well as a graphical interface script interpreter, for entering equations and statements, and a line plot display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    commons-crypt

    A library for easy use of symmetric encryption and decryption in java

    A library for easy use of symmetric encryption and decryption in java. Encrypt and decrypt with one line of code using common algorithms like AES. Requires Java 7 or later.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    JUnit 4

    JUnit 4

    A programmer-oriented testing framework for Java

    ...(In general it is recommended to use a build tool for building your software and running the tests.). JUnit features include assertions for testing expected results, test fixtures for sharing common test data, test runners for running tests. JUnit was originally written by Erich Gamma and Kent Beck. JUnit is Open Source Software, released under the Eclipse Public License Version 1.0. JUnit celebrates programmers testing their own software. In this spirit, bugs, patches, and feature requests that include JUnit tests have a better chance of being addressed than those without.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 16
    vdx

    vdx

    An intuitive CLI for processing video, powered by FFmpeg

    vdx is a command-line video processing tool built on top of FFmpeg that simplifies common editing tasks through a clean and intuitive interface. It allows users to perform operations such as trimming, cropping, resizing, and format conversion without manually writing complex FFmpeg commands. The tool is designed to process multiple video files concurrently, improving efficiency when handling batch workloads. It supports chaining multiple transformations in a single command, enabling streamlined workflows for video editing and automation. vdx relies on Node.js and FFmpeg, making it portable across systems where these dependencies are available. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    hplayer

    hplayer

    A multi-screen player using Qt + FFmpeg

    ...It focuses on providing a minimal yet functional implementation of video playback, including decoding, rendering, and synchronization. The project is structured as a learning resource, helping developers understand the fundamentals of multimedia pipelines. It supports common audio and video formats and includes playback controls for managing media streams. The architecture emphasizes performance and simplicity, using native libraries to achieve efficient playback. It also demonstrates integration between UI layers and low-level media processing components. Overall, it serves as a practical reference for building custom media players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pinning Service API Spec

    Pinning Service API Spec

    Standalone, vendor-agnostic Pinning Service API for IPFS ecosystem

    ...The rationale behind defining a generic pinning service API is to have a baseline functionality and interface that can be provided by pinning services, so that tools can be built on top of a common base of functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    .Net Core for Delphi/Lazarus

    .Net Core for Delphi/Lazarus

    The best library to work with the .Net Core from Delphi and Lazarus.

    The .Net Core for Delphi/Lazarus (dotNetCore4Delphi) is a .Net Core Runtime Library for Delphi which helps Delphi/Pascal developers work with .Net Core. It is designed to provide a way to interact with .Net Core applications from Delphi/Pascal. What dotNetCore4Delphi can do: - Access .Net Core Framework Class Library. - Access Third Party .Net Core Libraries. - Access Your .Net Core Libraries. - etc Competitive Advantages: - Cross-platform framework that runs on Windows, Linux and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Trigger Rally

    Trigger Rally

    A fast-paced free software rally racing game

    ...Many configuration details for display and audio adjustments can be edited in the well documented plain text configuration file. Additional contributed maps and events are ready for download as plugins. Trigger Rally works well with common low performance laptops from about 2008. And if something like snow flakes and vegetation sprites demand to much from your system you can just disable it.
    Leader badge
    Downloads: 51 This Week
    Last Update:
    See Project
  • 21
    Data Science Notes

    Data Science Notes

    Curated collection of data science learning materials

    ...The content emphasizes hands-on understanding by pairing narrative notes with runnable examples, making it useful for both self-study and classroom settings. Because it aggregates topics in one place, learners can move linearly or jump into specific areas as needed during projects. The notes also highlight common pitfalls and good practices, which helps beginners adopt professional habits early. It’s a living resource that many students consult when revising fundamentals or exploring adjacent tools in the ecosystem.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Savify

    Savify

    Download Spotify songs to mp3 with full metadata and cover art

    ...It allows users to input playlists, albums, or individual tracks and automatically retrieves matching audio files with proper tagging. The tool integrates FFmpeg and yt-dlp to handle downloading, conversion, and formatting into common audio formats such as MP3. It enriches files with metadata including artist, album, cover art, and track information to maintain organized music libraries. savify supports batch downloading, enabling users to process entire playlists efficiently. It also provides configuration options for bitrate, file structure, and metadata sources. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23
    hawk800
    ...The HAWK-800 can be installed in the original Korg Poly-800 as well as the MK2 and the EX-800 synth module. A second add on hardware module (named the 'AtomaHawk') is also available. The AtomaHawk allows total control over three of the most common hardware modifications; the "Moog Slayer", the "FM-800" and the 12/24db filter slope mod's. All software updates, bug fixes, patches, templates, documentation, support and discussion is held on the sourceforge HAWK-800 project site. Source assembly code is also posted here as requested. IMPORTANT: As of 2023, the HAWK-800 and AtomaHawk kits are no longer available. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    htrace.sh

    htrace.sh

    My simple Swiss Army knife for http/https troubleshooting

    htrace.sh is a shell-based “Swiss Army knife” for HTTP/HTTPS troubleshooting that wraps a variety of network and security tools into a single, convenient command. It helps engineers inspect endpoints by collecting connection details, TLS certificate info, and server headers while optionally driving tests from third-party analyzers. The script emphasizes operability: you can run quick checks against URLs to reveal redirects, protocol negotiation, and response timing without assembling a pile...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    AppImageKit

    AppImageKit

    Package desktop applications as AppImages that run on common Linux

    Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat. Download an application, make it executable, and run! No need to install. No system libraries or system preferences are altered. Can also run in a sandbox like Firejail. Distribute your desktop Linux application in the AppImage format and win users running all common Linux distributions. ...
    Downloads: 22 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB