Search Results for "plotting csv data" - Page 5

Showing 235 open source projects for "plotting csv data"

View related business solutions
  • 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
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 1
    Grass CRM

    Grass CRM

    The Best Open Source Java based CRM

    Android version: http://app.lenovo.com/app/15062025.html
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    BasicDiary
    A desktop diary application. It implements a calendar for multiple daily annotations with binary attachments, details list, internal links, advanced search tool, CSV, XML and HTML reports, HTML note editor, encrypted data storage and password access.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    SQL CSV Editor

    Allows the editing of CSV files using SQL commands

    This program allows a user to modify a CSV file using SQL commands. This program uses a temporary H2 database to contain the CSV file, and accept SQL commands. You can then save this back to a CSV file without any data being distorted. This project only supports CSV comma delimited files. Currently any other CSV files are not supported. When editing the CSV you are sending SQL statements to a H2 database with a single table named CSV. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Funnel Sort

    command line sort utility

    Moved to GitHub https://github.com/fedups A command-line utility to sort files. Funnel is a sort utility to sort files, large and small. It efficiently handles fixed length records and variable length records. Funnel easily handles ascii (readable) data and binary data. There are many more features in Funnel. It is easy to use and very fast. All documentation is on the Wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 5

    Dependency Discovery Tool

    A tool for discovering external dependencies in Office files.

    The Dependency Discovery Tool searches through binary office files (.doc, .xls and .ppt) and tries to find any documents or files that are linked to the document. It is written in java, using the Apache POI libraries ( http://poi.apache.org ) This project was part of a summer scholarship from the School of Engineering and Computer Science at Victoria University, Wellington (http://ecs.vuw.ac.nz) in conjunction with Archives New Zealand ( http://archives.govt.nz ). At the moment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    CSV Loader is a Java application that loads data from Excel CSV files into Oracle, MySQL, and PostgreSQL relational databases. IMPORTANT: After downloading, please visit http://csvloader.sourceforge.net for installation instructions. The source files are available at https://github.com/awijasa/csvldr. Use Netbeans IDE to open the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Pentaho Reporting
    Java class library for generating reports. XML-based templates provide flexible reporting and printing functionality using data from multiple sources and supports output to display devices, printers, PDF, Excel, HTML, XHTML, PlainText, XML and CSV files.
    Downloads: 65 This Week
    Last Update:
    See Project
  • 8

    FlyDataAnalyzer

    Software Tool for Processing and Analysis of Propagating Channel Measu

    Software Tool for Processing and Analysis of Propagating Channel Measurements. Fly Data Analyzer is the university project (CTU in Prague). It is used in research measurements for input data validation and time synchronization. Test data you can find in download section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TimeCult Time Tracking Application
    A simple yet powerful task management and time tracking application. Supports a hierarchy of projects and tasks, multiple taks timers, data export to a comma-separated file, detailed time log, dynamically computed summaries of used time per each project
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10
    IP-Port Analyzer
    A JAVA base application that will scan a list of IPs and associated port to validate if it is reachable. Provides you a graphical view and historical data on the previous run. Can be run once or through a start/stop mechanism. You can import a CSV list or add the entries manually. The IP-Port Analyzer has many customizable features so this tool will adapt to your needs. Feel free to comment and help me debug and enhance this software. I'm doing this has a way to get back into programming and trying to stay up to date on it as well. *** REQUIREMENTS *** - JAVA 1.6 (JRE or JDK)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Niah (Statistical Disclosure Control)

    Niah (Statistical Disclosure Control)

    Niah supports k-anonymity statistical disclosure control assessments

    Niah is a simple java tool for use in statistical disclosure control risk assessments. It implements the k-anonymity model of disclosure risk for data in csv in format. This work was developed as part of a PhD project at the University of Glasgow and during an internship with the Scottish Government.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ECG2HRV

    ECG2HRV

    import and store ECG, associate to clinical data, automatic HRV

    http://www.youtube.com/watch?v=AOzpNMC-FXU This multi-platform application will enable the user to import digital CSV ECGs at any sampling rate and store them in an encrypted local DB along with relevant clinical data of the patient. It also performs automatic QRS complex detection and RR interval classification showing the output in a visual chart that the user can edit to correct sources with artifacts or pats with bad detections. This project was developed using Netbeans 7.3 IDE. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TestNG Data Binding

    TestNG Data Binding

    Provides data binding from various data sources to TestNG test methods

    This project provides data binding from various data sources to TestNG test method parameters. Currently implemented is the binding from CSV, Properties, Text and XML files. Supported are test input parameters as well as test output parameters. Binding is provided for all primitive Java data types including Strings, lists of those, Java Beans, lists of Java Beans and enums.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MySQL to PostgreSQL

    MySQL to PostgreSQL

    Convert MySQL dumps into PostgreSQL dumps

    Given a simple MySQL dump file, converts into PostgreSQL format with some optimizations including not indexing until after data load and loading data via the PostgreSQL COPY command from CSV files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    YAFF (Yet Another Factory Framework)

    YAFF (Yet Another Factory Framework)

    A Powerful Java Factory Framework

    A Powerful Java Factory Framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    iosNotesExport

    iosNotesExport

    Simple tool that can be used export notes from iOS backup to CSV.

    Simple tool that can be used export notes from (unencrypted) iTunes backup files to CSV files. The tool scans the iTunes backup of the device and locates the file containing the notes then converts the notes into a sane format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    DataFlush

    A tool that allows you to move data from a source to a destination

    DataFlush is a tool that allows you to move your data from a source to a destination. Sources and destinations could be: - a database - a csv file - a fixed width file So you can use DataFlush for: - extracting data from a database to a file - importing data into a database from a file - moving data from one database to another - trasforming data files DataFlush is completely written in Java so you can use it with any OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SPiM2Eclipse

    SPiM2Eclipse

    Eclipse plugin for Stochastic Pi Machine

    ...Both simulation tools require to be run on a Windows platform. Fortunately Microsoft has also released a command line version for Linux and Mac OS based on OCAML however this version will only output a CSV file for the simulation results. SPiM2Eclipse provides a bridge for those running SPiM from the command-line by allowing simulations to be completed by a single click, displaying an embedded plot of the results. Features: -As an Eclipse plugin you have all of the powerful features of Eclipse available to you. -Syntax color highlighting -One-click simulation with plotting For more information on SPiM see the offical project website at: http://research.microsoft.com/en-us/projects/spim/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Smartphone IMU GPS

    Smartphone IMU GPS

    An Android App Dealing with Smartphone Sensors

    ...The User can select the Sensors and observe the current values of - Accelerometer - Gyroscope - Magnetometer - GPS Position - .... and other Sensors A Stream containing the Sensor-Values in CSV- Format by WLAN To a Client and/or a Stream To a SD-Card can be started and stopped. The Sensor-Update frequency can be adjusted. There are some GPS-Algorithms running in the Background which transform the GPS data in different coordinate frames. The Stream via WLAN uses the User Datagram Protocol (UDP) Interface. In order to receive the data you can use something like the Java File "QuoteClient"in the Files-Section.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20

    addressdb

    Java graphic front end for SQLite database (eg addressbook)

    ...Typically the database may be an address book. addressdb incorporates flexible field searches based on SQlite's native comparison operators and word and regular expression searches. Records may be exported as pdf files with flexible formats (eg address labels) and as text files (eg comma separated values - csv) also with flexible formatting. csv files may be used as backup and to transfer data between databases; addressdb can create a database from a csv file. Database fields and output formats are specified through a text configuration file which may refer to more than one database and include several output formats. Fields may be edited on output (eg commas replaced by linefeeds or the case changed)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DATA Gen™

    DATA Gen™

    DATA Gen™ - Test Data Generator to generate realistic test data.

    DATA Gen™ Test Data Generator offers facilities to automate the task of creating test data for new or existing data bases. It helps lower the programming effort required, while reducing manual test data generation errors and the ripple effect that they cause on production systems, users and maintenance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PneuSim

    Spacially explicit 3D Streptococcus pneumoniae simulator

    ...Models the generic bacterial processes such as growth, the physics of the simulation, and processes specific to S. Pneumoniae such as competence, quorum sensing and fratricide. Provides fully navigable 3D visualisation using OpenGL, and exports simulation data in CSV and HTML formats.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    iSight (Scientific data plotting)
    i-sight is a scientific data visualization / plotting / mesh visualization software that can plot data fields, contours, streamlines (much like TecPlot), and also has a 3D mesh visualizer that can cut a mesh, perform shadow visualization and related stuf
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Analysis

    Analysis

    Application to creating charts.

    The goal of project is delivering useful and simple tools to creating charts. Functionality is provided by modules/plugins (OSGi technology). It allows you to create your plugins or customize Analysis application (by changing installed plugins in application). The Application, thanks to JAVA technology, is portable on the most operating system. In Files page you can find the application and also patches to its.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Read Intermagnet

    Conversion of Intermagnet Archive Format to text file.

    Simple software for transformation of binary "Intermagnet Archive Format" (IAF) to human readable form. The program converts Intermagnet binary file to raw text files and to CSV files.
    Downloads: 0 This Week
    Last Update:
    See Project