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

    Contiki-Ant

    Directional antenna model extension for Cooja

    Project moved to GitHub: https://github.com/vrege/contiki-ant Steps for getting started with Contiki-Ant 1. Start a Cooja simulation 2. Right-click any node in the network window 3. Use the menu options to select an Antenna type and set the node’s direction 4. Run 5. Fork and contribute...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Here we provide an OpenMS community node for the Thermo Fisher Compound Discoverer, as well as example files and workflows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Maya2OSG
    Toolkit for exporting/importing Maya scenes to/from OpenSceneGraph
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    HTML GL

    HTML GL

    Get as many FPS as you need and amazing effects by rendering HTML/CSS

    ...Include HTMLGL.js into the project. Elements will be rendered in WebGL and their CSS Transform properties will be mapped to WebGL representation transformations. So DOM node itself will not be animated or displayed in order to avoid resource consumption.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 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.
    Start Free
  • 5
    tty.js

    tty.js

    A terminal for your browser, using node/express/socket.io

    ...It also supports optional Screen or tmux-style keys, xterm mouse events, and 256-color output. tty.js is useful as a legacy reference for web terminal design, remote shell interfaces, socket-driven terminal rendering, and Node-based terminal server experiments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    isomorphic-fetch

    isomorphic-fetch

    Isomorphic WHATWG Fetch API, for Node and Browserify

    Fetch for node and Browserify. Built on top of GitHub's WHATWG Fetch polyfill. For ease-of-maintenance and backward-compatibility reasons, this library will always be a polyfill. As a "safe" alternative, which does not modify the global, consider fetch-ponyfill. The Fetch API is currently not implemented consistently across browsers. This module will enable you to use fetch in your Node code in a cross-browser compliant fashion.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Nodeclipse "Enide 2015"

    Nodeclipse "Enide 2015"

    Node.js & Java development in Eclipse-based IDE

    ...Reinstall JDK (see 1.) or use hint "how to configure Eclipse" https://github.com/Nodeclipse/eclipse-node-ide/blob/master/Hints.md#select-jvm-for-eclipse-instance 6. You default Workspace (folder where you keep you projects) is ..\workspace, e.g. D:\Progs\Node-Tool-Suite-03-win64\workspace Change it to more suitable place
    Downloads: 21 This Week
    Last Update:
    See Project
  • 8
    tribeca

    tribeca

    A high frequency, market making cryptocurrency trading platform

    ...Input your exchange connectivity information, account information, and MongoDB credentials. Please install docker for your system before proceeding. Requires at least Docker 1.7.1. Mac/Windows only. Ensure your target machine has node v7.8 (or greater) and MongoDB v3 or greater. Also, ensure Typescript 2.2, grunt, and, optionally, forever are installed (npm install -g grunt-cli typescript forever).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    four_multi

    four_multi

    A software framework for USRP implementations of advanced schemes

    Four-multi is a software framework targeted towards testbed implementations of wireless systems involving multiple antennas (per node), multiple-nodes (in the system and/or per cells), multiple-band (e.g several spectrum segments), and multiple cells. Four-multi runs on a special configuration of USRPs (see "requirements" below)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Start Free
  • 10
    freeDatamap

    freeDatamap

    FreeDatamap spatializes the map of your organization’s data.

    Mindmapping + Business Intelligence = FreeDatamap. It displays data in a force oriented circular layout with a right panel showing the attributes of the selected node. You can browse a big bunch of data by going through any desired node and discover its underlying data. This makes freeDatamap ideal for exploring large datasets. FreeDatamap does analytics. Thanks to a fast and powerful aggregation algorithm, remote relationships can be bridged through a unified view from where you can navigate and drill down from macro data to micro. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Node-Slug

    Node-Slug

    Slugifies even utf-8 chars

    node-slug is a small utility library for converting arbitrary strings into URL-friendly “slugs.” It replaces spaces and special characters with dashes, transliterates accented or non-ASCII characters into simpler equivalents, and ensures the output string is clean, lowercase, and suitable for use in URLs. The library is commonly used in content management systems, blogging engines, and SEO-sensitive applications where readable and consistent slugs are required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    BFD Fibonacci Pattern Inkscape Extension

    Inkscape plugin for generating the fibonacci pattern

    This is an inkscape plugin, written by the software engineer for Beauty Full Day, for generating the Fibonacci Pattern. It is a flexible plugin for generating different sizes and allows for one to control how spread out the pattern is and how small to large each node can get.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 13
    co

    co

    The ultimate generator based flow-control goodness for nodejs

    co is a small Node.js library that popularized generator-based coroutines to write asynchronous code that looks synchronous. By yielding promises (or thunks) inside a generator function, co resumes execution when the asynchronous work completes, eliminating deeply nested callbacks. It supports yielding arrays or objects of promises to run tasks concurrently, and it propagates errors naturally through try/catch, making control flow easier to reason about. The library arrived before...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NodeBrain

    NodeBrain

    Rule Engine for State and Event Monitoring

    ...It interacts with other monitoring components to perform simple element state monitoring or complex event correlation based on user specified rules. It is extended through the development of node modules (plug-ins) using NodeBrain's C API, and servants (programs written in any language) that interact with the rule engine via stdin, stdout, and stderr. The package includes a small set of plug-in modules to provide capabilities typically required for monitoring applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    QT Demo

    A QT-based openPOWERLINK demo application

    The QT-based openPOWERLINK demo application allows to simply setup a POWERLINK Node on a standard PC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    NWQterm

    Packet radio terminal written in Borland Pascal

    A ham radio terminal program for packet radio (AX.25) to be used on top of BPQ-node software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    dpcm-dt

    DPCM DT automates the development of WSN applications

    Wireless Sensor Network (WSN) application development is a complex task that involves knowledge over a broad range of technologies and requires special attention to many details, from system-level down to node hardware. DPCM DT is a toolset developed as part of the WSN-DPCM Artemis project that aims to help the developers to create WSN applications faster by automating most development tasks below the application-specific business logic. The toolset can be used both by the application domain experts, which may have limited development skills, and power users that can interact with the toolset flow in different ways to leverage their programming and development proficiency.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 18
    PetaVision

    PetaVision

    Accelerated Open-Source Neuromorphic Computing

    ///////// NOTICE We have migrated to GitHub: https://petavision.github.io To clone an updated repository of the PetaVision codebase, please go to our page on GitHub. ///////// PetaVision is an open source, object oriented neural simulation toolbox optimized for high-performance multi-core, multi-node computer architectures. PetaVision is intended for computational neuroscientists who seek to apply neuromorphic models to hard signal processing problems; both to improve on the performance of existing algorithms and/or to gain insight into the computational mechanisms underlying biological neural processing. Installation instructions and documentation is available at <https://petavision.github.io/doxygen/index.html>. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    beamswitching in ath5 and ath9k

    Incorporating Antenna Beamswitching Technique into ath5k/ath9k Drivers

    ...To realize antenna beam-switching in real time, there are additional features that have to be introduced in the source code of the open source driver for IEEE802.11 wireless local area network (WLAN). Thus, the source code is modified to introduce extra elements which would enable the appropriate antenna beam to be used when the local station/node is communicating a specific neighbor node.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    OCE.js

    An animation library for HTML5 Canvas

    A hierarchical layer based animation library for HTML5 Canvas. Provides anchoring, point-to-bounding box collision,pixel buffers, affine transform and a simple API, among other things.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    fuzzysearch

    fuzzysearch

    Tiny and blazing-fast fuzzy search in JavaScript

    fuzzysearch is a tiny, blazing-fast fuzzy search library for JavaScript that checks whether a “needle” string can be found inside a “haystack” string in order, but not necessarily contiguously. It implements a simplified fuzzy searching algorithm that does not use Levenshtein distance; instead it returns a boolean indicating whether all characters of the needle appear in sequence within the haystack. This makes it ideal for filtering lists or autocomplete suggestions quickly based on...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AQA-AODV is a new QoS routing protocol for MANETs based on AODV, which creates routes according to application QoS requirements. We have introduced link and path available bandwidth estimation mechanisms and an adaptive scheme that can provide feedback to the source node about the current network state, to allow the application to appropriately adjust the transmission rate. In the same way, we propose a route recovery approach into the AQA-AODV protocol, which provides a mechanism to detect the link failures in a route and re-establish the connections taking into account the conditions of QoS that have been established during the previous route discovery phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Sedna Native XML Database

    Sedna Native XML Database

    Sedna is a native full-featured XML database management system.

    Sedna is a free native XML database which provides a full range of core database services - persistent storage, ACID transactions, security, indices, hot backup. Flexible XML processing facilities include W3C XQuery implementation, tight integration of XQuery with full-text search facilities and a node-level update language.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 24
    PhyloTrack

    PhyloTrack

    PhyloTrack, D3.js and JBrowse for phylogeny and positioning of samples

    ...It requires a phylogenetic tree of the common Newick data format as input, as well as three meta data files for samples, clade-defining nodes and clade color definitions - all in tab delimited format. Functionality within PhyloTrack shows the informative markers at each node in the phylogenetic tree, therefore highlighting clade-defining polymorphism. This functionality has been implemented using the tabix tool on the server side, providing simple and rapid access to the information at each tree node, including informative SNPs stored in VCF-similar files. These informative variants have been established by comparing allele frequencies between strain-types using ancestral node comparisons and FST measures of population differentiation.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 25
    Basket.js

    Basket.js

    A script and resource loader for caching & loading files

    Basket.js is a script and resource loader that uses localStorage to cache JavaScript files in the browser for faster subsequent page loads. Instead of fetching the same scripts from the network on every visit, Basket.js downloads them once, stores them locally under a configurable key, and reuses the cached version until you decide to invalidate or expire it. The library provides a higher-level API where you describe which scripts to load, along with metadata like expiration time, a unique...
    Downloads: 0 This Week
    Last Update:
    See Project