Open Source Mac Data Visualization Software - Page 46

Data Visualization Software for Mac

View 99 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
  • 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
  • 1
    MASyV (Multi-Agent System Visualization) enables one to write agent-based models/cellular automata, eg. in C, visualize them in real time & capture to movie file with MASyVs GUI & message passing lib. Includes examples: Hello World, ants, viral infection
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MAT.jl

    MAT.jl

    Julia module for reading MATLAB files

    Julia module for reading MATLAB files. Read and write MATLAB files in Julia. This library can read MATLAB .mat files, both in the older v4/v5/v6/v7 format, as well as the newer v7.3 format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Macro Agent Transport Event-based Simulator (MATES) is intended to efficiently investigate the behavior of distributed agent based systems over mobile ad hoc networks (MANETs). MATES provides an expandable environment for agent-based system testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MDDriver
    [OBSOLETE, check Github repository: https://github.com/LBT-CNRS/MDDriver) MDDriver is a library allowing a user to easily couple molecular visualisation tools with simulation code through a network. It allows to carry out interactive molecular dynamics, visualize simulation results and drive a simulation in interactive time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 5

    MDPP

    The Biozentrum Micrograph Data Processing Program (MDPP)

    MDPP is an image processing package designed for micrograph data. It contains program to process data in a number of ways including many averaging methods, statistical methods and reconstruction schemes. The programs are not limited to micrograph data of course, but can be applied to images of all types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MEM Net - Mote EMulator Network. This project will focus on: 1) MEM - Wireless Sensor Node (mote) emulator 2) MEM Net - network of emulated motes So far, the only released package is “visual-sim-slides”. More comming next !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MERRYts is the Most Efficient Reader for Representing Your Terminology System. One GUI for all (medical) Terminology Systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    The METAR Repository or simply metarr is a web-mapping service, capable of gathering and visualizing METARs (meteorological aviation routine weather reports). So aeronautical weather information becomes browseable on a map, even for "METAR-illiterate"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MEX/JNI is a set of bindings between MATLAB and Java using Mathworks' External Interface API and Java Native Interface (JNI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    MIRT.jl

    MIRT.jl

    MIRT: Michigan Image Reconstruction Toolbox (Julia version)

    MIRT.jl is a collection of Julia functions for performing image reconstruction and solving related inverse problems. It is very much still under construction, although there are already enough tools to solve useful problems like compressed sensing MRI reconstruction. Trying the demos is a good way to get started. The documentation is even more still under construction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MLDataUtils.jl

    MLDataUtils.jl

    Utility package for generating, loading, and processing ML datasets

    This package is designed to be the end-user facing front-end to all the data related functionality that is spread out across the JuliaML ecosystem. Most of the following sub-categories are covered by a single back-end package that is specialized on that specific problem. Consequently, if one of the following topics is of special interest to you, make sure to check out the corresponding documentation of that package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MLJBase.jl

    MLJBase.jl

    Core functionality for the MLJ machine learning framework

    Repository for developers that provides core functionality for the MLJ machine learning framework. MLJ is a Julia framework for combining and tuning machine learning models. This repository provides core functionality for MLJ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MLPlot
    MLPlot is a lightweight plotting library written in Java. It produces vector graphics in the SVG format but can also save EPS, JPG, PNG,..(if convert and inkscape are installed). The goal is to imitate MATLAB's 2D plotting functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MOMOSE: Mobility Models Simulation Environment, a highly flexible and easily extensible environment for the simulation of mobility models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MPH to Tecplot

    Converts 3-D COMSOL mph file to a Tecplot compatible file

    The MATLAB m.file will export data contained within a 3-D COMSOL mph file to a datafile in the format of an ascii TECPLOT file. The underlying engine for this export is the COMSOL - "LiveLink for MATLAB" module, with Matlab as the manager for the file import and export.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mpiGL is an API that lets compute nodes output graphical results using the openGL language. A graphical server in the MPI universe holds the actual screen, and receives MPI messages packaging openGL commands from the compute slaves.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MPI.jl

    MPI.jl

    MPI wrappers for Julia

    This is a basic Julia wrapper for the portable message-passing system Message Passing Interface (MPI). Inspiration is taken from mpi4py, although we generally follow the C and not the C++ MPI API. (The C++ MPI API is deprecated.) MPI is based on a single program, multiple data (SPMD) model, where multiple processes are launched running independent programs, which then communicate as necessary via messages. As the main entry point for users, MPI.jl provides a high-level interface which loosely follows the MPI C API and is described in details in the following sections. The syntax should look familiar if you know MPI already, but some arguments may not be needed (e.g. the type or the number of elements of arrays, which are inferred automatically), others may be placed slightly differently, and others may be optional keyword arguments (e.g. for the index of the root process, or the source and destination of point-to-point communication functions).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ActiveGEM contains a set of perl/Tk graphical interfaces for the GEMPAK meteorological diagnostics and plotting package. These research-oriented interfaces provide easy access to low-level GEMPAK functions and allow for the maximum possible flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MSCViewer

    MSCViewer

    A tool for visualization and analysis of logs as sequence diagrams

    MSCViewer is a tool intended for debugging of control flows in concurrent, distributed systems. The tool loads logs generated by various entities in the system and visualize a sequence diagram chart for events and interactions. The diagram is fully interactive: entity can be added/removed from the diagram and shuffled; events can be filtered, searched, highlighted and annotated with comments. MSCViewer features integration with a Python interpreter which allows writing Python scripts interacting with the model. This powerful feature can be used to automate validatation of distributed control flows, integrate with graphing infrastructure, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MSDViewer (My Schematic Drawer and Viewer) is a schema editor using a simple text file as input. Requires tcl/tk (>8.4) and Iwidgets (>4). should work on every platform supported by tcl/tk. Output postscripts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MTF Calculator calculates the Modulation Transfer Function (MTF) of an edge image stored in DICOM format and allows the contents to be copied to the clipboard or saved to a Comma-Separated Values (CSV) file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ============================= THIS CODE IS DEPRECATED ============================= For updated information about MTSA visit: http://mtsa.dc.uba.ar
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    MVPaa

    THIS PROJECT HAS MOVED!

    MVPaa has merged into the automatic analysis project on gihub: https://github.com/rhodricusack/automaticanalysis -- MVPaa is a MVPA (Multi-Voxel Pattern Analysis) package made for the automatic analysis (http://www.cambridgeneuroimaging.com/aawiki) package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    MZ-Analyzer is a tool for visualization and analysing of multiple mass spectrometry data in 2D and 3D mode, including the function of quantitating the LC-peak of the specified identified peptides.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MaRC (Map Reprojections and Conversions) is a C++ library and program designed to produce map projections of bodies thay may be represented as oblate spheroids from digital images (e.g. FITS images) or computed values (e.g. incidence and emission angles).
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB