Showing 28 open source projects for "live-graph"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    YAT

    YAT

    Yet Another Terminal :: Serial Communication :: Engineer/Test/Debug

    Engineering, testing and debugging of serial communication. Supports RS-232/422/423/485 as well as TCP/IP Client/Server/AutoSocket, UDP/IP Client/Server/PairSocket and USB Ser/HID. Optimized for simple command sets of e.g. embedded systems.
    Leader badge
    Downloads: 764 This Week
    Last Update:
    See Project
  • 2

    A2L Build for MCD - AutoExtractGui

    Build A2L from ELF for Automotive MCD tool (e.g. INCA)

    ...You can utilize "template" of XCP or UDS when you need to make a new ProF script. 3. INCA Instrument SDK Sample Project As a sample, I upload an Instrument project - displaying bar graph. 4. A2L Hint Help you easily read/browse A2L file, also give you some hints.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    ECG Logger Viewer

    ECG Logger Viewer

    ECG Logger Viewer is the application software for ECG Logger device.

    NEW VERSION 3.2.1.5 - MARS 2022 ECG Logger is a Wearable Cardio Monitor for Long-Term (up to 24h) ECG Data Acquisition and Analysis (aka Holter) with an ECG live (real-time) mode. The ECG Logger project is aimed for providing a very low-cost open-source "Hardware and Software" for a Cardiac Rhythmic Holter. The hardware has been made very simple and is based on an Arduino Nano micro-controller with two companion boards for the SD card mass-storage and the instrumentation differential amplifier. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 4
    CSV2ScatterPlot

    CSV2ScatterPlot

    Represent CSV data as Scatter Series and Line Series Plots

    Do you have CSV full of data but hard to find a pattern just from the numbers? CSV2ScatterPlot help you to discover patterns from these columns of numbers by representing them as Scatter Series. Simply select the X axis and Y axis columns from the CSV and get a visual representation instantly. You can also use the same software to plot in Line Series instead as well. Check the Wiki Page for details on Usage: https://sourceforge.net/p/csv2scatterplot/wiki/Home/
    Downloads: 1 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
    Satsuma .NET Graph Library

    Satsuma .NET Graph Library

    a delicious .NET graph library

    Satsuma is a graph library for .NET, written in C#. Satsuma is an easy-to-use and flexible library, which implements all the necessary graph structures, and the fastest possible graph algorithms. DOCUMENTATION: http://satsumagraph.sourceforge.net/ Satsuma is not a charting library. 'Graph' is used in the mathematical sense here (e.g. nodes connected with arcs).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    WordMat

    Math in Word

    WordMat is an add-on to Microsoft Word which creates a tab with math functionality. Part of the Math functionality is provided by other open-source applications like Maxima, GeoGebra, Graph and GnuPlot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Ballistic Calculator

    Open Source Ballistic Calculator in C#

    ...There is a new version of API available under LGPL license at https://github.com/gehtsoft-usa/BallisticCalculator1 There is a new version of application in progress (ported to net framework 5.0) https://github.com/nikolaygekht/ballistic.calculator.app Ballisitic Calculator based on JBM's implementation 3-degree of freedom model, ported to C#, improved to support metric system and extended by some math from Litz's "Applied Ballistic" book. Calculator displays ballistic tables, graphs, comparison graph and reticle images. The application is free to use under GNU license
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    IAW Scan 2
    Diagnostic application for Magneti-Marelli IAW 8F/16F/18F/04K ECUs written in C# for .NET 2.0
    Leader badge
    Downloads: 50 This Week
    Last Update:
    See Project
  • 9

    Ctrl_GraphWindow

    C# fully live user configurable chart control

    Chart display control featuring various graphical exploitation options (zooms, cursor, statistics) fully configurable by the application end user run time Your feedback values for us, so add a review!
    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
  • 10
    Carassius: Simple Petri Net Editor

    Carassius: Simple Petri Net Editor

    Carassius is a tool for editing of Petri nets and graphs.

    Carassius is a tool for editing of Petri nets and graphs. It allows to create and edit models in a very simple manner. Carassius has features for model arrangements and formatting, thus it makes a model more readable and demonstrative. With Carassius one can simply construct the model and export automatically generated TeX-code for the paper. Suitable markup languages: PNML and graphML. System reqs: MS Windows and .NET Framework 4.0 or higher. Carassius is made in HSE PAIS Lab.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    NetworkSpeed

    NetworkSpeed

    Simple tool to display network traffice

    2018/05: Project moved to GitHub. https://github.com/mdevoldere/NetworkSpeed NetworkSpeed displays live network traffice. User can select interface to display.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    ...The blog entry describing this program's function and motivation can be found here: http://coder32768.blogspot.com/2014/04/gort-klaatu-barada-esperanto.html The program takes text in Esperanto, and returns an object graph describing that utterance. The program has expansion points for transforms of this graph, in the spirit of transformational grammars.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    TSPLib.Net

    TSPLib wrapper for .Net

    TSPLib is a set of Traveler Salesman and related graph problems gathered by the Heidelberg university. This project provides .Net library wrapping up library files loading code, implements distance functions and all the TSPLib features. If you'd like to test your graph tour searching algorithm on a TSP lib will save you hours of reading in a data and adjusting your code to ensure that result are comparable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Gygax

    Gygax

    Gygax Version 2.0 12/02/2014

    Gygax is a C# application that offers users an environment to develop personalized tools to process images, videos or live streams. It supports a variety of file types to open. <General Information> -The current version has been designed to run in a Windows 8 environment and in MS Visual Studio 2013. -It uses Windows Forms as a graphical API for compatibility reasons with Emgu CV. -All required libraries are included in the package to download.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Toves

    Toves

    Draw and simulate logic circuits graphically

    Toves provides a graphical interface for designing circuits that are simulated live as you build them. It is currently very feature poor, but it is intended eventually to be Logisim's successor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ASTERIX Display Analyse Record Replay

    Processes, decodes, displays, records and replays EUROCONTROL ASTERIX

    ...Additionally supports: 1.ASTERIX stream Recording (up to 11 different data streams) 2.Replay of ASTERIX “replay” Recordings in the original or up to 10 X faster speed 3.Opening of ASTERIX “raw” recordings in raw format to analyze and visualize data in Local or Google Earth Display 4.Export of imported/captured data in KML/KMZ format in order to analyze/visualize it in Google Earth. 5.Export of live/replayed data in real time to Google Earth 6.Forwarding of ASTERIX data streams between networks or to a different multicast address/port. 7. Support for RMCDE 6 byte header ASTERIX format
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17
    KineticaRT .Net Components

    KineticaRT .Net Components

    KineticaRT .Net Components - for fast control & monitoring systems

    KineticaRT .Net Components are a unique collection of software components for building high speed systems for control, monitoring, test and data acquisition. KineticaRT .Net Components have a proven track record for reliability and speed of implementation in automotive and aerospace markets. KineticaRT .Net Components are used in applications as diverse as greenhouse automation, financial data displays, retail security, F1 wind tunnels and engine test cells. KineticaRT .Net...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Equation Untie (Equation Solver)

    Equation Untie (Equation Solver)

    Solving and graphing mathematical equations

    Equation Untie is an equation solver that enables you to solve and graph mathematical equations of the first and second degree in both real and complex planes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Diagnostic application for Marelli-Weber IAW 8F/16F/18F ECUs written in C# for .NET 2.0 PROJECT IS NOW CLOSED, PLEASE USE IAW SCAN 2 INSTEAD.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    A simple application for extracting numerical data from published images which graphically represent data sets to which you do not have access.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    An interactive graph plotting control written in C#
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Graph|Decomposition
    A small app that demonstrates the decomposition of a complete graph into triangles using Bose and Skolem constructions of Steiner triple systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    yagdt (Yet Another Graph Drawing Tool) is a plugin-based graph drawing application & distributed graph storage engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A .NET implementation of the Gabow, Kaplan, Tarjan algorithm for testing the uniqueness of a perfect matching in a general graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next