Open Source JavaScript Scientific/Engineering Software - Page 19

JavaScript Scientific/Engineering Software

View 202 business solutions

Browse free open source JavaScript Scientific/Engineering Software and projects below. Use the toggles on the left to filter open source JavaScript Scientific/Engineering Software by OS, license, language, programming language, and project status.

  • $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
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Get Started Free
  • 1
    PACS - a system for managing and maintaining Radiology images. RIS - Radiology Information System for automating workflow in a Radiology Department. PACS/RIS - the union of the two.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pythia

    Pythia

    High quality fast "true random" number generator (shuffling) for JS

    :: Pythia :: This is a high quality fast "true random" number generator / shuffling system. This means that Pythia never ever repeats the same numbers again regardless of how many tests you do. This also means that it never generates any numbers in a predictable order no matter how many times you refresh. Pythia solves a great problem and is by far the best solution out there. How to use: var my_pythia = new pythia(); Pythia API: .generate - Generate a new random number. .reset - Reset and enable to restart and -probably- regenerate same numbers. Enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    QCAD

    QCAD

    Open Source CAD

    QCAD is an application for computer aided drafting (CAD) in two dimensions (2D). With QCAD you can create technical drawings such as plans for buildings, interiors, mechanical parts or schematics and diagrams. QCAD works on Windows, Mac OS X and many Linux and Unix Systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    QMachine

    QMachine

    A platform for World Wide Computing

    QMachine (QM) is a web service for distributed computing. Its design relaxes the usual requirements of a distributed computer so far that it can be powered completely by web browsers – without installing anything.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    QMinim

    A web-based minimisation service

    Based on MinimPy (http://sourceforge.net/projects/minimpy/), QMinim is a web-based minimization application, for allocation of subject to different arms of a clinical trial. It is an alternative to randomization, with the advantage of balancing arms of trial with respect to preselected prognostic factors. All aspects of minimization procedure including treatments, factors, minimization protocole, and including a preload can be customized using QMinim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    QTnew is a universal Queueing Theory simulator. Different types of serving disciplines, time distributions, routes are supported. Simulation is extremely flexible: any custom simulation can be performed with JavaScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project provides cross-forge semantic search for the Qualipso Forge. It integrates A4 AdvDoc prototype (semantic search GUI and engine) with A3 homogeneous and heterogeneous cross-forge semantic search capabilities. See Qualipso.org for details
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Quick Calculator

    Quick Calculator

    A Calculator Application

    A calculator application. Requires Windows, and Internet Explorer 9.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ##### The RKWard project has moved! ##### Find the most recent news and downloads at http://rkward.kde.org . RKWard aims to provide an easily extensible, easy to use IDE/GUI for R. RKWard tries to combine the power of the R-language with the (relative) ease of use of commercial statistics tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 10
    ROLE is a research project funded by the European Commission (Contract no. 231396) and aiming at delivering and testing prototypes of responsive and personal learning environments. This Sourceforge Repositoy contains the developments related to WP7.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Rails Bug Tracker is a full-featured project that supports developing teams to control and manage their system during the period of designing a software . More information at : http://rbugtracker.somee.com/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Rally a GoGo is a webOS application that allows for tracking of GPS waypoints. The app allows you to upload these tracks to our website at RallyaGoGo.com (future) or to other tracker sites, like GPSies.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ReLiS

    Tool for conducting systematic literature reviews and studies

    ReLiS stands for "Revue Littéraire Systématique" which is French for "Systematic Literature Review". When a researcher wants to address a research problem, he starts by looking at what already exists in the scientific literature (published papers) on the topic. ReLiS is a tool that helps him considerably reduce the effort to analyze the corpus of papers, typically varying between hunderds and thousands depending on the research topic. ReLiS allows the user to follow a systematic process and automate the classification of papers as much as possible during the literature study.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    React CSS Modules

    React CSS Modules

    Seamless mapping of class names to CSS modules

    React CSS Modules implement automatic mapping of CSS modules. Every CSS class is assigned a local-scoped identifier with a globally unique name. CSS Modules enable modular and reusable CSS! CSS Modules are awesome. If you are not familiar with CSS Modules, it is a concept of using a module bundler such as webpack to load CSS scoped to a particular document. CSS module loader will generate a unique name for each CSS class at the time of loading the CSS document (Interoperable CSS to be precise). To see CSS Modules in practice, webpack-demo. CSS Modules is a specification that can be implemented in multiple ways. react-css-modules leverages the existing CSS Modules implementation webpack css-loader. react-css-modules extends the render method of the target component. It will use the value of styleName to look for CSS Modules in the associated styles object and will append the matching unique CSS class names to the ReactElement className property value.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This LabView project includes a Web Service (WS) and website interface hosted by a LabView server. The WS and website allow clients to acquire measurements from instruments remotely in real time, using standard browsers (e.g. iPhone) without plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ReorJS

    Distributed Computing with JavaScript

    Create your own distributed computer that can distributed javascript based applications to any computer with a web browser, headless browser or node.js installation. For more information and updates please see our website - http://reorjs.com.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RDMS is designed to enable accurate evaluations and assessments of research papers, either on an individual, institutional, or larger public multi-institutional instances, for aid with research projects such as PhD and post-doctoral work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    rdv-framework is designed to evaluate and compare ecological conservation reserve selection alogrithms .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Resistor Color Calculator

    Resistor Color Calculator

    Just a basic 4 band resistor color calculator with chart.

    Just a basic 4 band resistor color calculator with chart.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Resistor Value Identifier

    Resistor Value Identifier

    Identify electronic resistor values

    This HTML utility allows the user to select standard color codes or surface mount numbers, then it identifies the resistor value. There is no need to memorize color codes or multipliers. An online working example of this program can be used at ZoomAviation.com/programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    RAS is the acronym for Result Assessment System. The primary purpose of RAS is helping users manage, visualize, assess and report results obtained from experimental search algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A mashup using Ribbit, Grid, Cloud computing technology.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A web-based system to register the advertisement panels on the roads. Cross-platform application written in PHP. Uses a GIS component based on mapserver to visualize the panel locations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A service-oriented, single-source, Java integration server with virtual Service Stores(TM) that expose services via web services, HTTP and more. Service Flows provide process automation. Mainframe, database, email, web, soap & ftp adapters are included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Aplicación web con Struts2.Un sistema de información para gestionar yacimientos arqueológicos en diferentes zonas del mundo.Permite gestionar:yacimientos y/o estructuras,las fotografias de yacimientos/estructuras y la bibliografía incluida en est
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo