Showing 3104 open source projects for "distribution"

View related business solutions
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 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
    Spacemacs

    Spacemacs

    A community-driven Emacs distribution

    The best editor is neither Emacs nor Vim, it's Emacs *and* Vim, courtesy of Spacemacs! Spacemacs is an extension of the popular text editor Emacs, that offers a whole new way of experiencing Emacs. It is a community-driven Emacs distribution that focuses on ergonomics, mnemonics and consistency. Using it comes naturally to both Emacs and Vim users. In fact, you could even combine the two editing styles. Enabling you to switch between input styles makes Spacemacs a great choice for pair-programming. Spacemacs features a beautiful GUI and exceptional ergonomics, with all the key bindings easily accessible simply by pressing the space bar or alt-m. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    We presented an effective procedure for generating stereo images by self-calibration and producing quality depth maps by matching of stereo images. We demonstrate that the canopy height distribution can reveal distinctive responses in growth pattern over time, for different varieties subject to the same treatment and for the same variety subjected to different treatments. The results of the procedure are shown to compare favourably with and are indeed more consistent than manual measurements of canopy height (resulting in an R2 of 0.92). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SL Operating Systems
    ...The code is developed in the open, meaning it's available for review, scrutiny, and improvement by tens of thousands of developers all around the world. All before it hits your system.SL OS is an easy-to-use Indian distribution based on linux. When you install SL OS, you’re not just installing an operating system. You’re installing an excellent suite of custom tailored apps that let you get right to business. Easily surf the web, check your email, listen to music, and tackle everyday tasks or pleasures. Note : Full System Update Coming Soon...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Pyrlang

    Pyrlang

    Erlang node implemented in Python 3.5+ (Asyncio-based)

    This is a drop-in Erlang node implementation in Python 3, implementing a network Erlang node protocol. It was designed to allow interoperation between existing Python projects and BEAM languages: Erlang, Elixir, Gleam, Luaerl, LFE, Clojerl, and such. With just a few lines of startup code your Python program becomes an Erlang network node, participating in the Erlang cluster.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    OpenCms ANT Build allows to build OpenCms modules from a build tree (e.g. in your IDE) which then may be installed on your OpenCms server. It contains 2 ANT task for scripting custom build processes. A sample tree with build.xml is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Andspoilt

    Andspoilt

    Run interactive android exploits in linux.

    ...Run interactive android exploits in linux by giving the users easy interface to exploit android devices Uses an intergration with Metaspoilt Framework by giving the user an easy interface to create payloads and launch android exploits. Current Additional feature is a simple web server for file distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Construct2D

    COmputational fluid dyNamics STRUctured grid CreaTor for 2D airfoils

    Construct2D is a grid generator designed to create 2D grids for CFD computations on airfoils. The grids are generated in Plot3D format. The only required input file is the set of coordinates defining the airfoil geometry, using the same format as XFoil, the popular vortex-panel code for airfoil analysis. Construct2D can create grids with O topology (recommended for airfoils with a blunt trailing edge) or C topology (recommended for airfoils with a sharp trailing edge). Now available in...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 8

    ASSA

    MOVED TO https://github.com/vanya-antonov/assa

    THE DEVELOPMENT AND DISTRIBUTION OF THIS PROJECT HAVE BEEN MOVED TO GITHUB: https://github.com/vanya-antonov/assa
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NyaoVim

    NyaoVim

    Web-enhanced Extensible Neovim Frontend

    ...NyaoVim bundles no extended UI by default. It only provides the nice UI plugin architecture. Users can compose their favorite UI with Web Components, HTML and CSS. It is also easy to make a NyaoVim distribution where useful components are bundled. Do not introduce another plugin manager. HTML for Web Components should be bundled with Vim plugins. Therefore, a Vim plugin manager can handle UI components, letting us bundle JS and Vim script code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10
    DCP Setup Maker

    DCP Setup Maker

    Powerful cross-platform install builder

    Great and powerful application to generate stable and multi-platform java installers. Watch a demo of DCP Setup Maker's installer being made in 2 minutes: https://www.youtube.com/watch?v=dmF5Kyla7Hg Its intuitive UI and exceptional ease of use makes it very easy to build complex installers with large amounts of files. The whole process is done step by step through a wizard-like interface, filling in fields and setting up files to finally build your package. *Required: Java...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 11
    Grumpy

    Grumpy

    Grumpy is a Python to Go source code transcompiler and runtime

    ...Instead of executing Python bytecode in a VM, Grumpy translates modules into Go code that calls a Go runtime library emulating Python semantics, which can yield performance and deployment benefits in Go ecosystems. The approach integrates with Go’s toolchain, enabling static binaries and potentially easier distribution in environments where Go is already standard. Its runtime implements core Python object and execution models, though the API is not compatible with CPython’s C-API, and extension coverage is incomplete compared to CPython. Grumpy was ultimately archived and is read-only, but the repository remains a valuable reference on alternative Python execution strategies and the trade-offs of VM-less designs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Jocko

    Jocko

    Kafka implemented in Golang with built-in coordination

    ...Handling size configs when you change the number of partitions or add topics. API versioning [more API versions to implement]. Replication [first draft done - testing heavily now]. Partition consensus and distribution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Wharfie

    Wharfie

    a modern, docker-like, embedded image builder

    ...While "docker" is focusing on scalable web services, "wharfie" is focusing on embedded linux systems. With "wharfie" one can easily build a root filesystem, based on the Debian distribution from scratch. He can then configure it in an appropriate way. Wharfie moved to CODESYS Forge: https://forge.codesys.com/tol/wharfie
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Kannolo

    Kannolo

    Kannolo pure-KDE Fedora Remix

    ...Another difference is that the upstream distribution's live image is a pure installable live image that does not allow any kind of package selection during installation, whereas Kannolo is a hybrid live and netinstall image, powered by the Calamares netinstall module, which offers a selection of recommended and optional packages to install from the Internet during the installation process. Kannolo is significantly smaller than the upstream distribution.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15

    Install embedded Linux on SD or eMMC

    Script to make partitions, format and install embedded Linux files.

    ...The same Kconfig used by Linux Kernel and Buildroot (menuconfig, xconfig or gconfig). After defines the configuration, just run the Script to install your Linux Image. The Script was made to run on Debian 8 or similar distribution. The Script depends on the follow packages: parted and dosfstools
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SemiCode OS

    SemiCode OS

    Linux Distro For Programmers & Web Developers

    SemiCode OS is Linux Distribution Based on Ubuntu customized for programmers and web developers , Must of IDEs Text Editors , Compilers Come Installed By Default :)
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    lazfpc4ATU

    lazfpc4ATU

    Lazarus + FreePascal For All Things Ubuntu

    Lazfpc4ATU is a GUI application for Ubuntu distribution both on x86_64 and ARM architectures. It helps a customized version of Lazarus IDE and FreePascal compiler with additional packages dedicated to cross-platform and cross-device programming. Dedicated for: - All desktop flavours of Ubuntu (x86_64) - Ubuntu Mate Desktop on ARM (ie. raspberry pi) - Ubuntu Touch See project's wiki for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    camerubuntu-16.10

    camerubuntu-16.10

    Camerubuntu 16.10-amd64 est une distribution basée sur Ubuntu

    Camerubuntu 16.10-amd64 est une distribution cliente basée sur Ubuntu . En dhors du fait que vous n’aurez plus les problèmes de virus, ce système possède des logiciels déjà installés. Vous n’avez plus besoin de faire la mise à jour car c’est déjà fait, avec Camerubuntu-16.10-amd64 vous n’avez pas besoin d’être un expert dans ubuntu, il suffit de l’installer et vous profiterez des logiciels de bureautique tels que LIBREOFFICE et WPS-OFFICE ; internet tels que FIREFOX, CHROMIUM, OPERA, XDM; multimedia tels que VLC, AUDACIOUS, UMPLAYER et beaucoup d’autres que vous découvrirez.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CMakeFiles

    CMakeFiles

    A collection of CMake files, biased towards projects using Fortran

    A collection of CMake files, biased towards projects using Fortran.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    s3_website

    s3_website

    Manage an S3 website: sync, deliver via CloudFront

    s3_website is a Ruby gem that automates the deployment of static websites to AWS S3 and optionally CloudFront. It handles site configuration, uploads, cache control, gzip compression, redirects, and supports Jekyll, Nanoc, and Middleman out of the box. Ideal for static site hosting without manual AWS setup.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    camerubuntu-17.10

    camerubuntu-17.10

    Camerubuntu 17.10-amd64 est une distribution basée sur Ubuntu

    Camerubuntu 17.10-amd64 est une distribution cliente basée sur Ubuntu . En dehors du fait que vous n’aurez plus les problèmes de virus, ce système possède des logiciels déjà installés. Vous n’avez plus besoin de faire la mise à jour car c’est déjà fait, avec Camerubuntu-17.10-amd64 vous n’avez pas besoin d’être un expert dans ubuntu, il suffit de l’installer et vous profiterez des logiciels de bureautique tels que LIBREOFFICE et WPS-OFFICE ; internet tels que FIREFOX, CHROMIUM, OPERA, XDM; multimedia tels que VLC, AUDACIOUS, UMPLAYER et beaucoup d’autres que vous découvrirez.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    camerubuntu-hotspot-16.04-amd64
    camerubuntu-hotspot-16.04-amd64 est une distribution gratuite et libre permettant de faire vos cyber café et hotspot sous LINUX(ubuntu) de manière simple sans avoir à taper des lignes de commande. En effet il suffit juste d’avoir l’image ISO camerhotspot-16.04-amd64.iso , de la graver, l’installer, implémenter la connectique et le tour est joué. Pas besoin d’installer le logiciel qui gère le hotspot car il y est déjà installé, il est hyper facile à utiliser même pour les débutants dans Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    camerubuntu-15.10

    camerubuntu-15.10

    Camerubuntu 15.10-amd64 est une distribution basée sur Ubuntu.

    Camerubuntu 15.10-amd64 est une distribution cliente basée sur Ubuntu . En dehors du fait que vous n’aurez plus les problèmes de virus, ce système possède des logiciels déjà installés. Vous n’avez plus besoin de faire la mise à jour car c’est déjà fait, avec Camerubuntu-15.10-amd64 vous n’avez pas besoin d’être un expert dans ubuntu, il suffit de l’installer et vous profiterez des logiciels de bureautique tels que LIBREOFFICE et WPS-OFFICE ; internet tels que FIREFOX, CHROMIUM, OPERA, XDM; multimedia tels que VLC, AUDACIOUS, UMPLAYER et beaucoup d’autres que vous découvrirez. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    camerubuntu-14.10

    camerubuntu-14.10

    Camerubuntu 14.10-amd64 est une distribution basée sur Ubuntu.

    Camerubuntu 14.10-amd64 est une distribution cliente basée sur Ubuntu . En dehors du fait que vous n’aurez plus les problèmes de virus, ce système possède des logiciels déjà installés. Vous n’avez plus besoin de faire la mise à jour car c’est déjà fait, avec Camerubuntu-14.10-amd64 vous n’avez pas besoin d’être un expert dans ubuntu, il suffit de l’installer et vous profiterez des logiciels de bureautique tels que LIBREOFFICE et WPS-OFFICE ; internet tels que FIREFOX, CHROMIUM, OPERA, XDM; multimedia tels que VLC, AUDACIOUS, UMPLAYER et beaucoup d’autres que vous découvrirez. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Pter0dactyl
    Pter0dacty is a programmed version of the NACA Technical Report 572 to determinate the characteristics of tapered wings.
    Downloads: 0 This Week
    Last Update:
    See Project