Showing 1515 open source projects for "node"

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
  • 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.
    Start Free
  • 1
    A trips module for the Drupal CMS. It allows for attaching any number of trips to a node. For instance, the node could be a running log, where each trip is a measure of the distance a runner ran.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    BlockChain-FileChain-Solution

    Complete BlockChain solution for generating and sharing files through

    ...The softwares works well within the local intranet connections and is provided under GNU LGPLv3 (See LICENSE). The software encrypts the text data either in restricted or non-restrictive mode is then uploaded to blockchain after verification. The current node broadcasts the message to other nodes on the network about the latest addition to list. Prior to encrypting, a node finds out the latest entries and downloads a copy of blocks to local node. Hashkey linking, time stamping and block indexing and taken care by the software. The message in the encrypted blocks on the network can be viewed depending upon the modes it has been encrypted while generating uploading to the network. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    complet 3d and 2d game engine oriented side-scrolling, with opengl. intégrate device of os dépendant (windows, linux and osx), physique, math tool, node and sound engine, mesh manipulator, network server and client, and small gui ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Inkscape Python Iterator

    Extension to iterate custom Python snippets over objects

    An inkscape extension, written in python, that accepts snippets of Python code, and iteratively executes them over a set of objects. Iteration can be over the current selection, or over an XPath. Python code is given the current node and attributes, and can modify or delete the node, create new nodes, or simply perform calculations.
    Downloads: 0 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.
    Start Free
  • 5
    Yet another Erlang interface for C++. This project is an experiment to create an interface between C++ code and an Erlang node. The idea is to be able to use Erlang terms directly in C++ with help of STL and the new C++11 language features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    p2p distribute integration, web service deployment, opensource, search, comsuming service, with network JXTA and MULE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
     Anyrow SDK

    Anyrow SDK

    TypeScript/JS SDK for Anyrow AI document extraction API

    ...Extract clean rows from PDFs, images, emails, calls, and websites. Manage tables, rows, batches, live extraction streams, and exports via a single typed client. Runs in browsers and on Node, Bun, Deno, and Cloudflare Workers — any runtime with `fetch`. Install: npm install @anyrow/sdk Quick start: import { AnyrowSDK } from "@anyrow/sdk" const client = new AnyrowSDK({ baseURL: "https://api.anyrow.ai", headers: { Authorization: "Bearer KEY" }}) await client.extract.once({ params: { project_id: "proj_123" }, json: { url: "https://example.com/doc.pdf" }}) Open source (MIT). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SimpleCompiler

    Tools for creating code generators.

    ...The output is described with a template language that is used to add formatting to the parse tree. Code is generated that automatically traverses the parse tree and calls a method on a transformer object to modify the parse tree. Each node is visited in document order, and a method is called at the beginning and end of each node visit. This transformer class is subclassed for customization. SimpleCompiler has many built-in feature for supporting a variety of text based language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SenShare

    Multi-Application Shared Sensor Networks

    ...SenShare provides a clear decoupling between the infrastructure and the running application, building on the concept of overlay networks. Each application operates in an isolated environment consisting of an in-node hardware abstraction layer, and a dedicated overlay sensor network.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Demo Series - Small Business Backup By Veeam Icon
    Demo Series - Small Business Backup By Veeam

    Learn how to protect your Microsoft 365 data, with simple, actionable tips today.

    Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
    Watch Demo Series
  • 10
    OpenB2B is a project conducted by students at University of Hawai'i Manoa. Using C# & the MS .Net platform, we are building a B2B network with a core Decentralized P2P architecture. Each node will represent a buyer+seller of tangible products.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    graphweaver

    graphweaver

    Turn multiple data sources into a single GraphQL API.

    Features: 📝 Code-first GraphQL API: Save time and code efficiently with our code-first approach. 🚀 Built for Node in Typescript: The power of Typescript combined with the flexibility of Node.js. 🔗 Connect to Multiple Datasources: Seamlessly integrate Postgres, MySql, Sqlite, REST, and more. 🎯 Instant GraphQL API: Get your API up and running quickly with automatic queries and mutations. 🔄 One Command Import: Easily import an existing database with a simple command-line tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    SourceBinder (Binder) is a node-based visual framework for easy prototyping and real-time tuning of Flash based visual applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Slackcluster is a project to create tools to help adm. of slack cluster to manager and install cluster on slackware. Tools to detect and send e-mail ot adm. if the node os cluster is down, tools to help install of cluster and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Holocron

    Holocron

    Delightful docs websites as a Vite plugin

    ...Holocron builds delightful docs websites from MDX pages and a docs.json config: sidebar navigation, Orama search, dark mode, OpenAPI reference, and AI exports. You host the build on Vercel, Cloudflare Workers, Node, or holocron.so. Docs maintenance runs in GitHub Actions: agents update pages when source files change, instead of a closed hosted product. Use it to keep docs next to the code, to give agents raw markdown, or to leave a hosted docs platform without a rewrite. Same docs.json and MDX also work as a Mintlify drop-in. Install with npx -y @holocron.so/cli create. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    XENIUM

    A Xenium of Excellent Node Information for Uni-cast Media

    XENIUM - A Xenium of Excellent Node Information for Uni-cast Media - Information, control and listener utilities. The goal is to provide turn-key software for audio distribution and interactive methods. ===================================== This project has been restarted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    LatexBlockDiagrams

    LatexBlockDiagrams

    A simple compiler to generate block diagrams in LaTeX

    ...In fact in LaTex there're multiple way to generate the schema, and we need a clear, user friendly language in order to be able to generate the paint without problems even for beginner users. We support these structure: - Blocks - Input - Connection node - Output The user can inserit all the elements he needs in his diagram specifing the relative position of the object each other.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    jsObjDB

    Browser and Node DB on steroids

    The jsObjDB - a noSQL query storage system, with a query structure loosly based on Mongo. It can be used synchronously or asyncronously, and is very fast and flexible. An jsObjDB stores any type of object - but it is generally more efficient to store one type of object per jsObjDB (indexes can be better utilized). All fields are optional. Features include: - flexible queries - array support - joins - indexes (on properties, array, sub-objects) - cursors that also act like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    .NET control library to create node diagram graphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    llms-txt-gen

    llms-txt-gen

    CLI to generate a clean llms.txt so AI assistants find your site.

    A zero-dependency Node CLI that generates an llms.txt file for your website, so AI assistants like ChatGPT and Perplexity can find your most important pages. Part of the FixAEO toolkit for AI search visibility. More at fixaeo.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The task is to create an IP network system on a laptop running Linux, and maintain an unbroken IP session even as the node is moved to the range of different access points.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is a Java implementation of the driver for communicate with a ZigBee network. This driver has the capabilities to create a communication with a Coordinator node, discover the nodes on the ZigBee network, receive and send command to any of this nodes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Apparition aims to be a versatile front-end to Imagemagick using nondestructive node-based workflow similiar to those found in high-end compositing programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mistral Large 3 675B Instruct 2512 NVFP4

    Mistral Large 3 675B Instruct 2512 NVFP4

    Quantized 675B multimodal instruct model optimized for NVFP4

    ...The model integrates a 673B-parameter MoE language backbone with a 2.5B-parameter vision encoder, enabling rich multimodal analysis across text and images. Designed for efficient deployment, it runs on a single H100 or A100 node in NVFP4 while delivering performance similar to FP8 for short- and mid-context workloads.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This library can create CIDR addresses for hosts and net blocks, get node counts for any given netblock, get ranges of addresses for net blocks, create collections of networks (list subclass), and/or determine if a network(a) contains a CIDR address.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Mistral Large 3 675B Instruct 2512

    Mistral Large 3 675B Instruct 2512

    Frontier-scale 675B multimodal instruct MoE model for enterprise AIMis

    ...The model supports dozens of languages and maintains strong system-prompt adherence, making it suitable for global and structured enterprise use. Designed for high performance, it runs on a single node of B200 or H200 GPUs in FP8, and can also operate in NVFP4 mode on H100 or A100 hardware. With a 256k context window, it excels at long-document comprehension, deep retrieval workflows, and complex knowledge-intensive tasks.
    Downloads: 0 This Week
    Last Update:
    See Project