Showing 377 open source projects for "par"

View related business solutions
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 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: 2 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: 43 This Week
    Last Update:
    See Project
  • 3
    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
  • 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: 20 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    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: 2 This Week
    Last Update:
    See Project
  • 6
    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: 0 This Week
    Last Update:
    See Project
  • 7
    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: 3 This Week
    Last Update:
    See Project
  • 8
    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: 3 This Week
    Last Update:
    See Project
  • 9
    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
  • 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
  • 10
    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: 3 This Week
    Last Update:
    See Project
  • 11
    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
  • 12
    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
  • 13
    ...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 .
    Leader badge
    Downloads: 275 This Week
    Last Update:
    See Project
  • 14
    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: 62 This Week
    Last Update:
    See Project
  • 15
    # 🎬 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
  • 16
    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
  • 17
    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: 4 This Week
    Last Update:
    See Project
  • 18

    Open Source Barware

    Free GPLv3 bar inventory system for real bar workflows.

    ...Built for real bar workflows: voice or walk-based counting, tenths, scale-ready precision, variance by bottle/station/shift/category, POS imports, smart orders, receiving, par alerts, barcode scanning, recipe costing, mobile counting, and multi-venue support. Optional AI is only for invoice photos.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    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
  • 20
    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
  • 21
    DebLight OS
    Il s'agit d'un système d'exploitation rapide, léger et convivial, orienté vers l'ordinateur de bureau et volontairement sur LXDE dans sa version finale en 32 & 64 bits. C'est donc le bureau par défaut. Notre but, le mien en tant que développeur, mais aussi celui de l'association Vivre En Comminges est de fournir un ensemble d'utilitaires dédiés et des optimisations spécifiques, associés en mettant l'accent sur l'accès à un système productif qui soit facile et bien léger. Cela rend notre OS idéal pour les personnes qui veulent un environnement de travail adapté aux besoins et aux préférences individuels. ...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 22
    NTK Ultra-Compression

    NTK Ultra-Compression

    Logiciel de compression de fichiers maximal indépendant du temps.

    Le logiciel NTK Ultra-Compression répond à une problématique essentielle de l’ère numérique : comment réduire la taille des données à leur minimum absolu sans compromis sur leur intégrité, tout en s’affranchissant des contraintes temporelles ? Dans un monde où les volumes de données explosent et où les solutions actuelles de compression restent limitées par des compromis entre rapidité, efficacité et complexité, nous proposons une approche disruptive. Les solutions actuelles, telles que le format ZIP ou 7z, bien qu’efficaces, atteignent leurs limites en termes de taux de compression et d’efficacité pour les fichiers volumineux ou complexes. Ces outils sont souvent contraints par des compromis entre rapidité d’exécution et efficacité de stockage. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Modbus Time Server

    Modbus Time Server

    Modbus Time Server - Un serveur Modbus TCP pour la lecture des données de l'horloge système Ce projet utilise la bibliothèque jlibmodbus version 1.2.9.7 http://jlibmodbus.sourceforge.net https://github.com/kochedykov/jlibmodbus Développé avec processing. https://processing.org Licence : Ce projet est sous la licence Apache License, Version 2.0 (la "Licence"); http://www.apache.org/licenses/LICENSE-2.0 Ce projet est un logiciel libre, contribuez, améliorez-le et partagez-le ! Auteur : MiGaNuTs @ https://forum-automatisme.net Tres largement inspiré par @andala Date de création : 06-12-2024 Dernière mise à jour : 06-12-2024
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    AZERTY Global

    AZERTY Global

    Pilote de clavier français AZERTY amélioré et international

    ...AZERTY Global ajoute un accès direct aux majuscules accentuées via le Verrouillage Majuscule intelligent (seules les lettres sont affectées), place la ponctuation française et les symboles de programmation à portée de doigt, et supporte plus de 200 langues via des touches mortes. Adaptation rapide : Seulement 5 changements par rapport à l'AZERTY classique. 99 % de vos habitudes de frappe sont préservées, moins de 1 % des frappes diffèrent. La plupart des utilisateurs s'adaptent en quelques heures. Aucun matériel requis : Installation logicielle simple, compatible avec tous les claviers physiques existants. 🌐 Site web : https://azerty.global
    Downloads: 15 This Week
    Last Update:
    See Project
  • 25
    CalamaroOS

    CalamaroOS

    "The speed of a binary distro, the soul of Gentoo."

    Gentoo for everyone CalamaroOS A universal distribution built on Gentoo Stage 3 + Systemd, with the Calamares graphical installer to make Gentoo accessible to everyone. Official binary packages, source compilation when needed, Flatpak integrated and four desktop environments to choose from. The power of Gentoo, without barriers. Gentoo Stage 3 Systemd Calamares Installer Flatpak EXT4 · BTRFS · XFS · F2FS 64-bit
    Leader badge
    Downloads: 555 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next