Open Source Mac Data Visualization Software - Page 28

Data Visualization Software for Mac

View 99 business solutions
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Coverage.jl

    Coverage.jl

    Take Julia code coverage and memory allocation results, do useful thin

    Julia can track how many times, if any, each line of your code is run. This is useful for measuring how much of your code base your tests actually test, and can reveal the parts of your code that are not tested and might be hiding a bug. You can use Coverage.jl to summarize the results of this tracking or to send them to a service like Coveralls.io or Codecov.io. Julia can track how much memory is allocated by each line of your code. This can reveal problems like type instability, or operations that you might have thought were cheap (in terms of memory allocated) but aren't (i.e. accidental copying).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Cracks of Reality is a high-quality fractal image renderer for Mac OS X. It is written in ObjC/Cocoa with the core engine in C to allow for a portable command-line version. Goals are speed, quality, and the ability to import other programs' descriptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CrimeStat is an web-application which analyses the police's press releases of Berlin and visualizes the different criminal offences on a map of Berlin. It also shows different statistics about the crimes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The application Crimeblips provides up-to-date crime statistics for Berlin (Germany). It maps and visualizes crimes, allowing users to identify crime hot spots, trends and general patterns. Bayesian algorithms are used to extract relevant information.
    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
    An Open Source portable pure Java game library with example games, Swing-based sprite animation engine, deployment framework, and firewall tunneling networking. The code is documented in the book Advanced Java Game Programming by David Wallace Croft.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Crosswise project is a web-based community event calendar that adds modular data analysis and visualization, and communication methods, to provide community organizations with a powerful event planning, collaboration and analysis tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Crygr

    Compare and visualize charge densities from various file formats.

    This project is a small program using Qt for calculation and visualization of electron charge densities in crystals and molecules. It can create a 2D plane of charge densities or create a 1D representation of the charge densities along a given line, in both cases it can also export the graphical representations to various image formats. The program can import various file formats such as space 3D grids of charge density values, created in a quantum chemistry programs Gaussian, Crystal and VASP. Wave functions in the form of .wfn files are also supported and serve, not only to compute the charge densities, but also laplacian as the sum of second partial derivatives of charge density. Thanks to the cooperation with the author of Jana2006 Vaclav Petricek, the program supports also multipoles obtained by measurements on a diffractometer. With all those file formats available to it, it can compare and visualize the differences between various sources describing the same chemical structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    An easy way for single crystal structure analysis. Graphical software for single crystal structure refinement. CRYSTALBUILDER uses SHELXL-97 software for the refinement and makes directly possible the molecular structure visualization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    CuArrays.jl

    CuArrays.jl

    A Curious Cumulation of CUDA Cuisine

    CuArrays provides a fully-functional GPU array, which can give significant speedups over normal arrays without code changes. CuArrays are implemented fully in Julia, making the implementation elegant and extremely generic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10
    Cubature.jl

    Cubature.jl

    One- and multi-dimensional adaptive integration routines for Julia

    This module provides one- and multi-dimensional adaptive integration routines for the Julia language, including support for vector-valued integrands and facilitation of parallel evaluation of integrands, based on the Cubature Package by Steven G. Johnson. Adaptive integration works by evaluating the integrand at more and more points until the integrand converges to a specified tolerance (with the error estimated by comparing integral estimates with different numbers of points). The Cubature module implements two schemes for this adaptation: h-adaptivity (routines hquadrature, hcubature, hquadrature_v, and hcubature_v) and p-adaptivity (routines pquadrature, pcubature, pquadrature_v, and pcubature_v). The h- and p-adaptive routines accept the same parameters, so you can use them interchangeably, but they have very different convergence characteristics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    An application designed to display series of images with a special focus on display quality and extremely precise display timing. The project provides a tool for use in scientific experiments involving display of visual stimuli.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This library uses OpenCV to perform head tracking and feature tracking to let you have 3d control over your developed 3d world with the aid of your head and a webcam. Uses Irrlicht as its rapid development 3d engine. Developed by www.nighsoft.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Cxx.jl

    Cxx.jl

    The Julia C++ Interface

    The Julia C++ Foreign Function Interface (FFI) and REPL. Now, this package provides an out-of-box installation experience on 64-bit Linux, macOS and Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CxxWrap

    CxxWrap

    Package to make C++ libraries available in Julia

    This package aims to provide a Boost. Python-like wrapping for C++ types and functions to Julia. The idea is to write the code for the Julia wrapper in C++, and then use a one-liner on the Julia side to make the wrapped C++ library available there. The mechanism behind this package is that functions and types are registered in C++ code that is compiled into a dynamic library. This dynamic library is then loaded into Julia, where the Julia part of this package uses the data provided through a C interface to generate functions accessible from Julia. The functions are passed to Julia either as raw function pointers (for regular C++ functions that don't need argument or return type conversion) or std::functions (for lambda expressions and automatic conversion of arguments and return types). The Julia side of this package wraps all this into Julia methods automatically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Cybervision - 3D reconstruction software

    Cybervision - 3D reconstruction software

    Cybervision is a 3D reconstruction software for SEM images

    Project has moved Github at https://github.com/zlogic/cybervision Cybervision is a 3D reconstruction software for SEM images. It's an abandoned project, but can be useful as a working example for many, many technologies, such as: * Qt (including threads, vectors, graphics and OpenGL) * Eigen library (http://eigen.tuxfamily.org/) * libsift library (https://sourceforge.net/projects/libsift/) * OpenCL and of course, 3D reconstruction in general.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Cyclops is a project to understand Internet Autonomous System or AS level topological changes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Cylindrical BLAST Viewer

    Alignments in Rotating Cylinder / 3D

    3D viewer which arranges BLAST hits and other bioinformatics-related alignments in a rotating, cylindrical display. Feedback appreciated. NOTE: requires Java3d installation. Superceded by Cylindrical Alignment App
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Cytoscape is a software platform for computational biology and bioinformatics, useful for integrating data, and for visualizing and performing calculations on molecular interaction networks
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DARPA Urban Challenge, a C++ based platform for testing Path Planning Algorithms: An application of Game Theory and Neural Networks. Rubin, Raphael (2007)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project aims to simplify the creation of high quality, advanced visualizations from large quantities of remotely sensed data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    2D, 3D object indexes (Quadtree, Octree, Quadtree with object radius indexation), fast geometry find functions, template classes with embedded 2D, 3D indexation and fast search features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DIY Split-Flap Display

    DIY Split-Flap Display

    DIY split-flap display

    This is a work in progress split-flap display. Each module can flip between 40 unique characters: letters, numbers, and a few symbols. Multiple modules fit perfectly alongside each other to build bigger displays. The primary design goal was to make something that's possible to fabricate at home in small or single quantities and can be customized and built by an intermediate hobbyist at a reasonable price. This meant using widely available materials and avoiding any tooling with a high upfront cost. Following that philosophy, the design uses store-bought vinyl stickers for the letters, is driven by an ubiquitous and cheap 28BYJ-48 stepper motor, and uses common PVC ID badge cards cut to shape for the flaps (though custom die-cut flaps are also available). Even the enclosure, spool, and gears, which are all made from laser-cut MDF, can be easily ordered online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DIY Zoning
    Step-by-step instructions for making your HVAC (Heating, Ventilation & Air Conditioning) system state-of-art. Covers airflow balancing, temperature control & zoning, energy conservation measures, remote access, 1-wire, XBee devices, home automation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DOFView

    DOFView

    Graphical Depth of Field Calculator

    DOFView is a "Depth of Field" Calculator. It is a small application written in C++/Qt for Window and Linux to evaluate the effect of the focal, subject distance, and the f-Number change, on the depth of field. DOFView will report near and far distance limits, hyperfocal, total DoF etc., both in textual or graphical format. A simulation of what can be seen in the camera viewfinder is also shown in 3D. The application was inspired by my Nikon D5100, even if the user can set information and use this program selecting among hundreds of compact or DSLR camera models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DRINKS Toolkit

    DRINKS Toolkit

    DRINKS is a set of smart web-based widgets.

    DRINKS Toolkit is a collection of web-based widget, focused in the first release, to realize an online strumentation. It provides a practical and immediate interface to represent your data in the best possible way. Every widget is drawed using HTML5 Canvas API in a Javascript based environment. Drinks was born to allow users to easily realize custom dashboards without any programming knowledge, infact, you can use your instrument on a webpage simply using HTML tags, or using BarMan IDE to create your applications in a click. DRINKS Toolkit (hardware and software) are released as Open Source project.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB