Showing 375 open source projects for "par"

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
  • Streamline Azure Security with Palo Alto Networks VM-Series Icon
    Streamline Azure Security with Palo Alto Networks VM-Series

    Centrally manage physical and virtualized firewalls with Panorama

    Improve your security posture and reduce incident response time. Use the VM-Series to natively analyze Azure traffic and dynamically drive policy updates based on workload changes.
    Learn more
  • 1
    PAR LLAMA

    PAR LLAMA

    TUI for Ollama and other LLM providers

    PAR LLAMA is a terminal-based text user interface designed to simplify the management and interaction with large language models, particularly those served through Ollama, while also supporting a wide range of cloud providers. It is built using modern terminal UI frameworks, delivering a visually structured and interactive experience directly within the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    FastAPI

    FastAPI

    FastAPI framework, high performance, easy to learn, fast to code

    FastAPI is a modern, fast (high-performance), web framework for building APIs with Python 3.6+ based on standard Python type hints. Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. Minimize code duplication. Multiple features from each parameter declaration. Fewer bugs. Get production-ready code. With automatic interactive documentation. Based on (and fully compatible with) the open standards for APIs: OpenAPI...
    Downloads: 51 This Week
    Last Update:
    See Project
  • 3
    FastAPI Python

    FastAPI Python

    FastAPI framework, high performance, easy to learn, fast to code

    FastAPI framework, high performance, easy to learn, fast to code, ready for production. FastAPI is a modern, fast (high-performance), web framework for building APIs with Python based on standard Python type hints.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    DwarFS

    DwarFS

    A fast high compression read-only file system for Linux, Windows

    ...However, I found that other read-only, compressed file systems don't do a very good job at making use of this redundancy. See here for a comparison with other compressed file systems. DwarFS also doesn't compromise on speed and for my use cases, I've found it to be on par with or perform better than SquashFS. For my primary use case, DwarFS compression is an order of magnitude better than SquashFS compression, it's 6 times faster to build the file system, it's typically faster to access files on DwarFS and it uses less CPU resources.
    Downloads: 27 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
    Codon

    Codon

    A high-performance, zero-overhead, extensible Python compiler

    Codon is a high-performance Python compiler that compiles Python code to native machine code without any runtime overhead. Typical speedups over Python are on the order of 100x or more, on a single thread. Codon supports native multithreading which can lead to speedups many times higher still. The Codon framework is fully modular and extensible, allowing for the seamless integration of new modules, compiler optimizations, domain-specific languages and so on. We actively develop Codon...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    gnet

    gnet

    gnet is a high-performance, lightweight, networking framework

    Built in Go, gnet is ultra-fast and memory efficient based on the event-driven mechanism. It's designed to create a networking server framework for Go that performs on par with Redis and Haproxy for networking packets handling. gnet is lock-free during the entire runtime, which keeps gnet free from synchronization issues and speeds it up. gnet provides concise and easy-to-use APIs for users, it only exposes the essential APIs and takes over most of the tough work for users, minimizing the complexity of business code so that developers are able to concentrate on business logic instead of the underlying implementations. gnet supports multiple protocols/IPC mechanism: TCP, UDP and Unix Domain Socket, enabling you to develop a variety of networking applications. gnet is devised as a cross-platform framework, as a result, it works faultlessly on multiple platforms: Linux, FreeBSD, DragonFly BSD, Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Full Stack FastAPI and PostgreSQL

    Full Stack FastAPI and PostgreSQL

    Full stack, modern web application generator

    Generate a backend and frontend stack using Python, including interactive API documentation. Production ready Python web server using Uvicorn and Gunicorn. Very high performance, on par with NodeJS and Go (thanks to Starlette and Pydantic). Great editor support. Completion everywhere. Less time debugging. Designed to be easy to use and learn. Less time reading docs. Minimize code duplication. Multiple features from each parameter declaration. Get production-ready code. With automatic interactive documentation. Many other features including automatic validation, serialization, interactive documentation, authentication with OAuth2 JWT tokens, etc. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Ling-V2

    Ling-V2

    Ling-V2 is a MoE LLM provided and open-sourced by InclusionAI

    ...It introduces highly sparse architectures where only a fraction of the model’s parameters are activated per input token, enabling models like Ling-mini-2.0 to achieve reasoning and instruction-following capabilities on par with much larger dense models while remaining significantly more computationally efficient. Trained on more than 20 trillion tokens of high-quality data and enhanced through multi-stage supervised fine-tuning and reinforcement learning, Ling-V2’s models demonstrate strong general reasoning, mathematical problem-solving, coding understanding, and knowledge-intensive task performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Homebridge UniFi Protect

    Homebridge UniFi Protect

    Complete HomeKit integration for UniFi Protect with full support

    ...UniFi Protect is Ubiquiti's video security platform, with rich camera, doorbell, and NVR controller hardware options for you to choose from, as well as an app which you can use to view, configure and manage your video camera and doorbells. This plugin attempts to bridge a gap in the UniFi Protect ecosystem by providing native HomeKit support on par with what you would expect from a first-party of native HomeKit solution. My north star is to create a plugin that just works with minimal required configuration by you to get up and running. The goal is to provide as close to a streamlined experience as you would expect from a first-party or native HomeKit solution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    GoAWK

    GoAWK

    A POSIX-compliant AWK interpreter written in Go, with CSV support

    GoAWK now uses a bytecode compiler and includes native support for CSV files. AWK is a fascinating text processing language, and The AWK Programming Language is a wonderfully concise book describing it. The A, W, and K in AWK stand for the surnames of the three original creators: Alfred Aho, Peter Weinberger, and Brian Kernighan. Kernighan is also an author of The C Programming Language (“K&R”), and the two books have that same each-page-packs-a-punch feel. AWK was released in 1977, which...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AnyCable

    AnyCable

    Polyglot replacement for Ruby WebSocket servers with Action Cable

    ...And you should be able to build them in the comfort of your core framework: owning the data, using resources efficiently, and writing clean, maintainable code. AnyCable transforms your Rails application’s real-time performance, making it on par with Go, Elixir, and Node.js–based solutions so you can focus on implementing the business logic. Scale efficiently with AnyCable by leveraging its much lower RAM usage and better CPU utilization than Action Cable. Like with any data, being strategic when handling real-time data is super important. With AnyCable, you remain the owner: you store and access all the data directly, and you never send it to a 3rd-party. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ASP.NET Minimal APIs Made Easy

    ASP.NET Minimal APIs Made Easy

    A light-weight REST API development framework for ASP.Net 6

    It nudges you towards the REPR Design Pattern (Request-Endpoint-Response) for convenient & maintainable endpoint creation with virtually no boilerplate. Performance is on par with Minimal APIs. It's faster, uses less memory and does around 45k more requests per second than a MVC Controller in our benchmarks. Convenient business logic validation & error responses. Easy access to environment & configuration settings. Supports policy/permission/role/claim based security. In-process pub/sub event notifications (with auto discovery). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    MesComptes

    Programme de gestion de comptes personnels.

    Multi comptes Rapprochement bancaire Import des opérations au format CSV Catégorisation des avoirs (Liquidités, Placements court terme et long terme, prêts) Ventilation des opérations par catégories et sous catégorie Gestion d'un prévisionnel des dépenses Divers tableaux récapitulatifs (par compte et catégories)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    # 🎬 Video Gallery — Thème WordPress **Version :** 1.0.0 **Auteur :** Antoine Roll **Site web :** [https://sourceforge.net/projects/video-gallery/] **Licence :** GNU GPL v2 ou ultérieure --- ## 🧩 Présentation **Video Gallery** est un thème WordPress moderne et responsive conçu pour créer une **galerie de vidéos organisée par catégories**. Il permet d’offrir un espace de visionnage privé ou public, avec gestion des accès par rôles, filtrage par catégories et intégration fluide avec les blocs Gutenberg. Ce thème est idéal pour : - les associations ou clubs souhaitant partager des vidéos internes ; - les familles voulant gérer un espace privé de souvenirs ; - les structures culturelles ou éducatives gérant un catalogue de vidéos ; - toute plateforme souhaitant combiner esthétique, simplicité et sécurité.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    jd-gui-duo

    jd-gui-duo

    A 2-in-1 JAVA decompiler based on JD-CORE v0 and v1 supporting 3rd par

    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • 16
    Hydra Columnar

    Hydra Columnar

    Postgres-native columnar storage extension

    Hydra Columnar is an open-source columnar storage extension for PostgreSQL designed to deliver analytics performance on par with modern data warehouses. It integrates seamlessly with the PostgreSQL ecosystem, allowing users to benefit from columnar compression, vectorized execution, and late materialization without leaving their existing database setup. Hydra enables hybrid row-column storage, making it ideal for OLAP workloads on Postgres.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...Certaines macros de feuille de calcul pour l'utilisation FET officielle . Le but est d'organiser le calendrier définitif dans un format agréable, l'aide à l'exportation au format CSV de FET et l'importation de ces résultats par les macros dans un fichier tableur .
    Downloads: 20 This Week
    Last Update:
    See Project
  • 18
    Kotidien

    Kotidien

    Finances personnelles assistées par ordinateur.

    ...Kotidien vous donne un accès permanent et en temps réel sur vos différents soldes, permets aussi d'automatiser l'écriture de vos transaction récurrentes, de pointer celles mises à jour sur votre interface bancaire, etc Agencées au jour le jour, supplantées par une vue calendrier, et synthétisées sur des graphiques clairs, toutes vos transactions sont réunies au sein de Kotidien. La complétion automatique des différentes informations permet une saisie plus rapide des données. Plusieurs languages vous sont proposés avec par défaut le Français.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AlgoSim

    AlgoSim

    AlgoSim : création, analyse et exécution des algorithmes

    ...Il ne nécessite aucun apprentissage de langage de programmation. Ce logiciel n'utilise pas un éditeur de texte comme les logiciels classiques de programmation. Ce logiciel peut être utilisé par des débutants pour apprendre la programmation et exercer leurs connaissances. Il peut être utilisé par des professionnel pour tester leurs algorithmes, les vérifier et générer des programme présentables (pseudo-code ou programme Pascal) .
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Micro service communication sur site accessible en saas par iframe ou en open source
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    MaTeX

    MaTeX

    LaTeX labels in Mathematica

    ...MaTeX will always load the latest installed MaTeX that is compatible with your version of Mathematica. Mathematica is an excellent and flexible visualization tool, and even supports displaying complex mathematical formulae. However, its typesetting quality is not on par with Latex.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    nouvel-azerty

    nouvel-azerty

    Un nouvel AZERTY pour simplifier la dactylographie, pas le français.

    ...Ces fonctionnalités nécessitent la mise en œuvre des ressources nativement disponibles sous Windows et sous Linux pour ajouter une deuxième bascule graphique, appelée « VerrMod » ou verrouillage en mode ASCII, ainsi qu’une troisième modificatrice graphique, nommée « AltFr », pour les ponctuations non espacées et pour les chiffres groupés à la française par l’espace fine insécable, ou à l’anglaise ou à l’américaine par le point ou la virgule. La dernière version du code source est sur https://github.com/dispoclavier/nouvel-azerty parce que les modifications sont faites là-bas.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    RunningCoachFr

    RunningCoachFr

    Coach personnel francophone de courses fractionnées en musique!

    ⭐ Découvrez votre Coach personnel de courses fractionnées en musique ! 🏃🎵 ✨Créez facilement une session d'entraînement sur mesure avec votre propre playlist en MP3, guidée par un coach vocal francophone. Ce programme dynamique vous permet de concevoir des séances personnalisées pour optimiser vos performances en course fractionnée, tout en étant motivé par des musiques adaptées. ✨ ⚠️ Important - Windows SmartScreen Lorsque vous lancez ce logiciel, Windows peut afficher un message "Windows a protégé votre ordinateur". ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    uvicorn-gunicorn-fastapi

    uvicorn-gunicorn-fastapi

    Docker image with Uvicorn managed by Gunicorn

    Docker image with Uvicorn managed by Gunicorn for high-performance FastAPI web applications in Python with performance auto-tuning. Optionally with Alpine Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PlanifKanban

    PlanifKanban

    Planification complête via Kanban pour Gantt et Listes

    ...Elle permet de suivre et planifier efficacement les projets en organisant les tâches en colonnes (À faire, En cours, En test, Terminée) tout en tenant compte des jours ouvrables. Fonctionnalités principales: - Déplacement des tâches par glisser-déposer entre les colonnes - Visualisation Gantt avec planification basée sur les jours ouvrables - Vue d'ordonnancement détaillée pour analyser la charge de travail - Gestion des délais avec dates demandées, prévues, et de finalisation - Calcul automatique de la durée en jours ouvrables entre dates - Importation de tâches depuis Excel - Exportation du diagramme Gantt au format PDF - Exportation de la planification au format Excel Conçue pour les ateliers et équipes de production, PlanifKanban offre une interface intuitive pour coordonner les ressources, visualiser la charge de travail
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB