Showing 590 open source projects for "tinyxml-2"

View related business solutions
  • 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.
    Download Chrome
  • 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
  • 1
    Aestel

    Aestel

    Applications for data management

    "Information is data in action", and, consequently, having good quality data is essential. The AESTEL package contains two highly configurable applications for data management: A data loader and a reporting application, i.e. DataLoader and AEREA, respectively. The data loader application applies user-defined instructions to validate, process and load data. The reporting application provides a query builder and spreadsheet template designer. Both applications work with any relational data model...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    High Dynamic Range Visual Difference Predictor (HDR VDP) is a perceptual metric that can predict whether differences between two images are visible to the human observer or not.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 3
    Wooey

    Wooey

    A Django app that creates automatic web UIs for Python scripts

    Wooey is a simple web interface to run command line Python scripts. Think of it as an easy way to get your scripts up on the web for routine data analysis, file processing, or anything else. The project was inspired by how simply and powerfully sandman could expose users to a database and by how Gooey turns ArgumentParser-based command-line scripts into WxWidgets GUIs. Originally two separate projects (Django-based djangui by Chris Mitchell and Flask-based Wooey by Martin Fitzpatrick) it has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    AugmentedGaussianProcesses.jl

    AugmentedGaussianProcesses.jl

    Gaussian Process package based on data augmentation, and sparsity

    AugmentedGaussianProcesses.jl is a Julia package in development for Data Augmented Sparse Gaussian Processes. It contains a collection of models for different gaussian and non-gaussian likelihoods, which are transformed via data augmentation into conditionally conjugate likelihood allowing for extremely fast inference via block coordinate updates. There are also more options to use more traditional variational inference via quadrature or Monte Carlo integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5

    NumeRe::Language

    Language project for NumeRe

    This project is for gathering and providing all the different language files for the current NumeRe versions. NumeRe currently contains around 2000 language tokens and about 90 documentation articles available in the languages English and German. You may modify these language files for your own language, but store this files in the user language folder. Otherwise they will be overwritten during an update.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    DataStation Community Edition

    DataStation Community Edition

    App to easily query, script, and visualize data from every database

    ..., wherever it is: 18 SQL and non-SQL databases, files, HTTP server. Over 20 supported databases out of the box including: PostgreSQL, MySQL, MariaDB, SQLite, SQL Server, Oracle, ClickHouse, Influx 1 (InfluxQL), Influx 2 (Flux), Prometheus, Elasticsearch, AWS Athena, Google BigQuery, Snowflake, Cassandra, Scylla, TimescaleDB, YugabyteDB, CockroachDB, CrateDB, QuestDB, and Airtable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    hui

    hui

    hewies user interface - 3D scientific visualisation tool

    Python project with goal to provide FOSS library to extract, analyse and visualise data in a 3D fashion. The instance will connect to a data source, ods sheet, csv, sql DB, pyodbc the instance will analyse and/or transform the data to be presented to the visualisation functionality the instance will visualise the data in a 3D fashion, likely using third party FOSS
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    LEACrypt

    LEACrypt

    TTAK.KO-12.0223 Lightweight Encryption Algorithm Tool

    ... 29192-2:2019 standard (Information security - Lightweight cryptography - Part 2: Block ciphers). This project is licensed under the ISC License. Copyright © 2020-2021 ALBANESE Research Lab Source code: https://github.com/pedroalbanese/leacrypt Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    StarMap 3D: the project aims to offer a fast and easy consultation of stellar systems
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 10
    Deep Learning course

    Deep Learning course

    Slides and Jupyter notebooks for the Deep Learning lectures

    Slides and Jupyter notebooks for the Deep Learning lectures at Master Year 2 Data Science from Institut Polytechnique de Paris. This course is being taught at as part of Master Year 2 Data Science IP-Paris. Note: press "P" to display the presenter's notes that include some comments and additional references. This lecture is built and maintained by Olivier Grisel and Charles Ollion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    UIBM (= Universal Individual-Based Model) is an agent-based simulation/3d-dvisualization of the dynamics within multispecies plant communities of Northwest Europe, parameterized from databases using universal scaling laws.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    TSNE-CUDA

    TSNE-CUDA

    GPU Accelerated t-SNE for CUDA with Python bindings

    This repo is an optimized CUDA version of FIt-SNE algorithm with associated python modules. We find that our implementation of t-SNE can be up to 1200x faster than Sklearn, or up to 50x faster than Multicore-TSNE when used with the right GPU. You can install binaries with anaconda for CUDA version 10.1 and 10.2 using conda install tsnecuda -c conda-forge. Tsnecuda supports CUDA versions 9.0 and later through source installation, check out the wiki for up to date installation instructions....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Automatic Report Generator

    Automatic Report Generator

    Generate reports from Java applications directly.

    Automatic Report Generator is a mini-ETL API which allows to retrieve data through an SQL query towards a structured file, would it be a CSV, XLSX, or XML. This API also supports BIRT reports, and, in this case, its respective template is required. The project is available on Maven: https://mvnrepository.com/artifact/net.sf.automatic-report-generator Version 3: https://mvnrepository.com/artifact/net.sf.ennahdi.automatic-report-generator Checkout the documentation for both version 2...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    ReViSP

    ReViSP

    ReViSP, a 3D volume rendering MATLAB tool for multicellular spheroids

    ... versions. Please, when using this software, cite these articles: (a) F. Piccinini, et al., Cancer multicellular spheroids: Volume assessment from a single 2D projection. Computer Methods and Programs in Biomedicine, 118(2):95–106, 2015. (b) F. Piccinini, et al., Single-image based methods used for non-invasive volume estimation of cancer spheroids: a practical assessing approach based on entry-level equipment. Computer Methods and Programs in Biomedicine, 135:51-60, 2016.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    Phiscal Web Client

    Phiscal Web Client

    VueJS Web Application

    Application consumes endpoints served by the Phiscal RESTful API
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Phiscal REST API

    Phiscal REST API

    Phiscal Backend Interface

    RESTful API to the Phiscal project, built with the Phalcon Micro Application class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    XISMuS

    XISMuS

    X-Ray Imaging Software for Multiple Samples

    ATTENTION: Cumulative update 2.5.0 has been released!! The update works for any previous 2.x.x version. If upgrading from version v1.x.x, please download and install v2.0.0 first. IMPORTANT FIXES in respect to base v2.0.0 version: v.2.5.0 introduces the Differential Attenuation and Cube Viewer utilities, and migrates user database to *.json files v2.4.3 fixes a with K element in the fit-approx method v2.4.3 fixes and issue where saving plots with fit-approx or a auto-wizard could freeze...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Scabbard

    Scabbard

    A tool to visualize Dagger 2 dependency graphs

    A tool to visualize and understand your Dagger 2 dependency graph.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    LogicalSets

    Integrated Comprehensive Data Architecture & Methodology

    This is an advanced data architecture and methodology. A comprehensive Enterprise Resource Management System. A re-usable database with rules for customization, While being a data driven transaction processing engine, this system has very advanced reporting capabilities. This design eliminates up to 90% of business logic due to the way the data is structured. Uses a concept called Table Sets. Has a compound key that tells the programmer what tableset, which record which applet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TheLib

    TheLib

    Totally Helpful Extension classes for C++/C#

    TheLib is a continously growing repository of utility and convenience classes for C++ and C#. All classes have multi-platform implementations, mainly Windows and Linux. Most classes focus on real-time computer graphics, scientific visualization, and corresponding data and process management. The Project was started at the Visualization Research Center of the University of Stuttgart (VISUS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    pycoQC

    pycoQC

    pycoQC computes metrics and generates Interactive QC plots

    PycoQC computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data. PycoQC relies on the sequencing_summary.txt file generated by Albacore and Guppy, but if needed it can also generate a summary file from basecalled fast5 files. The package supports 1D and 1D2 runs generated with Minion, Gridion and Promethion devices and basecalled with Albacore 1.2.1+ or Guppy 2.1.3+. PycoQC is written in pure Python3. Python 2 is not supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Davinci

    Davinci

    Davinci is a DVsaaS (Data Visualization as a Service) Platform

    Davinci is oriented towards product managers, business people, data engineers, data analysts, data scientists, etc. It aims to provide a one-stop data visualization solution, which could be both independently used as a public cloud/private cloud and integrated into third-party systems as plugin. A simple configuration on Davinci UI can meet multiple visualization requirements. It also supports other visualization features like advanced interaction, industry analysis, pattern searching,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Reproducible-research

    Reproducible-research

    A Reproducible Data Analysis Workflow with R Markdown, Git, Make, etc.

    .... The workflow ensures meeting the primary goals that 1) the reporting of statistical results is consistent with the actual statistical results (dynamic report generation), 2) the analysis exactly reproduces at a later point in time even if the computing platform or software is changed (computational reproducibility), and 3) changes at any time (during development and post-publication) are tracked, tagged, and documented while earlier versions of both data and code remain accessible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Power Analytics for Excel

    Power Analytics for Excel

    Data Science made available for Excel

    This plugin for Excel comes with statistical methods such as Muliple Regression, Analysis of Variance (ANOVA) and Distribution Tests.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    CoronaTracker

    CoronaTracker

    Coronavirus tracker app for iOS & macOS with maps & charts

    Live data shows the most recent data, and updates automatically. Distribution map with two levels of details. Countries, when the user zooms out. Fewer details and reduced clutter. Cities, when the user zooms in. More details. Charts, current state chart for all countries (and cities). Timeline chart for all countries (and cities). Top affected countries chart with info about every country. Daily new cases shows how fast the virus is spreading in a given country. Cases since the 100th case how...
    Downloads: 0 This Week
    Last Update:
    See Project