Showing 49 open source projects for "sig"

View related business solutions
  • 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
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    AWS Load Balancer Controller

    AWS Load Balancer Controller

    A Kubernetes controller for Elastic Load Balancers

    ...AWS ALB Ingress Controller was originated by Ticketmaster and CoreOS as part of Ticketmaster's move to AWS and CoreOS Tectonic. Learn more about Ticketmaster's Kubernetes initiative from Justin Dean's video at Tectonic Summit. AWS ALB Ingress Controller was donated to Kubernetes SIG-AWS to allow AWS, CoreOS, Ticketmaster and other SIG-AWS contributors to officially maintain the project. The controller watches for ingress events from the API server. When it finds ingress resources that satisfy its requirements, it begins the creation of AWS resources.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Bisq

    Bisq

    A decentralized bitcoin exchange network

    ...No need to wait for approval from a central authority. Trading takes place on a global P2P network of users running Bisq on their own machines. Bisq never holds your funds. Deposits held in 2-of-2 multi-sig wallets encourage safe, successful trades. Your data is stored locally on disk, and is never sent to a central server. Every Bisq node is a Tor hidden service by default. Code is open-source, and project strategy is discussed openly on Keybase and GitHub. We've made all this sophistication simple, make your first trade in under 10 minutes! ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    Sparrow Wallet

    Sparrow Wallet

    Desktop Bitcoin Wallet focused on security and privacy

    Sparrow Wallet is an open-source, desktop-focused Bitcoin wallet designed for users who value complete control, security, and privacy when managing their Bitcoin funds. It provides a rich graphical interface that exposes Bitcoin’s underlying UTXO model rather than hiding it behind abstractions, helping users understand every input, output, and fee involved in transactions. Sparrow supports advanced workflows such as Partially Signed Bitcoin Transactions (PSBT), multisignature setups,...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 5
    Kubernetes Gateway API

    Kubernetes Gateway API

    Repository for the next iteration of composite service

    Gateway API is an official Kubernetes project focused on L4 and L7 routing in Kubernetes. This project represents the next generation of Kubernetes Ingress, Load Balancing, and Service Mesh APIs. From the outset, it has been designed to be generic, expressive, and role-oriented. Most of the configuration in this API is contained in the Routing layer. These protocol-specific resources (HTTPRoute, GRPCRoute, etc) enable advanced routing capabilities for both Ingress and Mesh. When using...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    TEI LingSIG

    Production space for the TEI Linguistics SIG

    This used to be the experimentation and production space for the Special Interest Group (SIG) of the Text Encoding Initiative (TEI) called "TEI for Linguists", LingSIG for short. Currently, this is a storage place for documents produced by the SIG. Use https://github.com/LingSIG to access the current production space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PSC

    PSC

    cryptographic contract format

    Petoron Seal Contracts (PSC) Fully binary .psc contract format TTL (time to live) built-in Ed25519 participant signatures Executed-flag to prevent reuse External .sig signature support Fully offline and P2P-ready Compatible with Petoron Time Burn Cipher (PTBC) https://github.com/01alekseev/PSC
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    pic-standard

    pic-standard

    Local protocol for safe agentic AI. Intent + impact + verifiable

    PIC (Provenance & Intent Contracts) serves as an action firewall for agentic AI. Lightweight, it adds machine-verifiable contracts to agent calls and actions and it is particularly efective at shielding the agent from propmpt-injection. Before any high-impact tool call, the agent must submit an Action Proposal (schema + verifier): - explicit intent - impact classification (read / write / money / irreversible / privacy / etc.) - provenance sources with trust levels (untrusted →...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    SIG Rust

    SIG Rust

    Rust language bindings for TensorFlow

    SIG Rust provides idiomatic Rust bindings for TensorFlow, making it possible for developers to work with TensorFlow functionality from within the Rust programming language. Rather than replacing TensorFlow itself, it acts as an integration layer that connects Rust applications to the TensorFlow C API. The repository is designed for developers who want Rust’s performance, safety, and systems programming strengths while still accessing TensorFlow’s machine learning capabilities. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    TensorFlow Addons

    TensorFlow Addons

    Useful extra functionality for TensorFlow 2.x maintained by SIG-addons

    TensorFlow Addons is a repository of contributions that conform to well-established API patterns but implement new functionality not available in core TensorFlow. TensorFlow natively supports a large number of operators, layers, metrics, losses, and optimizers. However, in a fast-moving field like ML, there are many interesting new developments that cannot be integrated into core TensorFlow (because their broad applicability is not yet clear, or it is mostly used by a smaller subset of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    bitpay

    bitpay

    A secure Bitcoin and other crypto currencies wallet platform

    The only Bitcoin & crypto wallet app you need to take control of your assets. Secure assets with multi-sig and optional key encryption in BitPay’s non-custodial wallet. Seamlessly manage assets across platforms. Use multi-factor wallets to split payment authorization across up to 12 devices or trusted copayers for enhanced security. Find competitive prices on Bitcoin, Dogecoin, Ethereum, Litecoin, Bitcoin Cash, XRP and all major stable coins.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 12
    q - Text as Data

    q - Text as Data

    Run SQL directly on CSV or TSV files

    ...Files with BOM: Files which contain a BOM (Byte Order Mark) are not properly supported inside python's csv module. q contains a workaround that allows reading UTF8 files which contain a BOM - Use -e utf-8-sig for this. The plan is to separate the BOM handling from the encoding itself, which would allow to support BOMs for all encodings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dudders is a utility for updating DNS records. It points a domain name to a given IP address, using the RFC2136 DNS UPDATE protocol and a SIG(0) signature. It is designed with embedded systems in mind.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    VSceneGIS Project

    VSceneGIS Project

    VSceneGIS Desktop. (GIS) Analysis, Computing and Editing

    ...VSceneGIS Desktop applies the concept of Tree and Graph Topology to implement the data model in a GIS. Cliente para el desarrollo de Proyectos, Análisis, Cómputo y Edición SIG. La plataforma VSceneGIS, aplica el concepto de Árbol y Grafo Topológico para implementar el modelo de datos en un SIG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    GeoWE

    GeoWE

    GeoData Web Editing [core SIG Web]

    GeoWE is an open free GIS platform oriented to advanced geodata editing on The Web. The main aim of this initiative is to move the strenghts usually linked to desktop GIS to a web environment, by leveraging open source technologies. This is a free software project that is part of the open source GIS world, and it is developed in Java using the Google Web Toolkit framework. The geowe-core is being developed using the following technologies: - GWT (Google Web Toolkit) - JBoss...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    geomunicipio

    geomunicipio

    Grupo de profissionais ligados aos SIG Municipiais

    Plataforma de comunicação entre profissionais envolvidos na criação e manutenção de Sistemas de Informação Geográfica Municipais. Para promover a entreajuda na resolução dos problemas comuns, o debate de ideias e a uniformização de soluções a nível Nacional.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SAGA GIS BRASIL
    SAGA é um software de Sistema de Informação Geográfica (SIG), concebido para uma aplicação fácil e eficaz de algoritmos espaciais, sua abreviação significa Sistema de Análises Geocientíficas Automatizadas, sua concepção se deu para uma aplicação fácil e eficaz de algoritmos espaciais, por meio da oferta de um conjunto abrangente e crescente de métodos geocientíficos, dispostos em uma interface gráfica facilmente acessível, com muitas opções de visualização, executado nos sistemas operacionais Windows e Linux, e o mais importante: O SAGA é é um software livre de código aberto (FOSS). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    It's a c++ signals library
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Messaging WorkBench

    Multi-purpose productivity tool for HL7 V2.x implementers.

    ...The idea is to allow implementers to test their profiles/implementations before they begin participation in conformance and interoperability testing. The tool is built using Delphi. At the request of the HL7 community and the HL7 Tooling SIG, the National Institute of Standards and Technology (NIST) is placing the MWB source into public domain. The objective behind putting this tool's source code is that the open-source developers will maintain and advance it’s features. All third party software has been removed. Therefore, in its current state the code does not compile. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    EasyLayoutPAN

    Programa que convertes texto

    Este aplicativo converte o arquivo prodpan.txt dispobilizado pelo Grupo Panpharma, em um layout que contem 6 dígitos para o código SAD e 13 dígitos para o EAN, que pode ser importado para o Infarma, Big e outros SIG. EX: SSSSSSEEEEEEEEEEEEE s :. Código SAD E:. Código EAN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Aplicación de SIG Mobile para catastro de clientes de empresas de agua
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    El Suri
    El Suri es un entorno Java de trabajo y desarrollo para Gobierno Electrónico con un Sistema de Información Geográfica (SIG) integrado. El Suri is a Java management and development environment for Electronic Government with an embedded GIS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB