Search Results for "data structure" - Page 28

Showing 890 open source projects for "data structure"

View related business solutions
  • 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
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1

    data2bin

    Create structured binary files from XML data.

    ...Your data in a XML file written down according to defined structure. ... and produces final binary file. It is able to pad Your strings with defined padding, check Your integers' sizes, it can fill default values where You didn't supply data, it can also, for example, put a "blank" array member at the end of an array etc. Whenever You change your structure in Your code, just update the data-description file and "rebuild" Your binary files without touching XML data files!
    Downloads: 27 This Week
    Last Update:
    See Project
  • 2
    Provide a simple way of creating models for molecular dynamics simulation. Especially for LAMMPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Database to CSV

    "Database to CSV" project stores/loads data between database and CSVs

    "Database to CSV" allows to back-up data from database(Oracle, MySQL, SQL Server) in the form of CSV files. Each table data is stored in a separate CSV file. It also allows to load data from CSV files into the database. Program can be run from UI or from command line. There's one more advanced feature which allows merging of data from CSV file to Database. It is only available from command line. (It will take foreign keys and unique keys into consideration and then try to insert...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Simplicial

    A C++ framework for simplicial meshes of arbitrary dimension

    Simplicial provides a framework to work with simplicial meshes of arbitrary dimension. The data structure is "layered" so that any sort of homogeneous mesh can be represented. A specialized structure allows the representation of meshes with explicit adjacency information between top simplexes. Also, a further specialized structure allows the representation of so-called "liquidus" hypersurfaces that describe the behaviour of multi-component materials. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    KochCurve

    KochCurve

    This small library implements a data structure for Koch curves.

    This small library implements the Koch curve, snowflake and anti-snowflake like a Shape to be used like any other Java shape. You can test the library by compiling the test applet in Files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Systems Glycobiology

    Glycosylation Network Analysis Toolbox (GNAT)

    ...The original GNAT package (file GNAT.zip) provides functions for reading, writing, manipulation, visualization and simulation of glycan structures and glycosylation reaction networks (citation [1]). The second version of this software (GNATv2beta.zip) upgrades the original GNAT program with additional features that are geared towards incorporating glycan-structure experimental data into the simulation environment. For information about GNAT installation and usage, please see the GettingStarted.pdf file enclosed in the package. To cite GNAT: [1] Gang Liu, Apurv Puri and Sriram Neelamegham, Glycosylation Network Analysis Toolbox (GNAT): a MATLAB based environment for systems glycobiology, Bioinformatics 2013 29: 404-406
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    school Managment portal

    school Managment portal

    A comprehensive School Managment Application

    It’s a user friendly software with navigational tools which makes it appealing, attractive and easy to use. Each user has specialized user interface with access only to operations that are permissible to the specific user as allotted by the administrator. Developed with modern technology with the highest level of ethical standards and robust enough to accommodate the Nigerian, British and American curriculum. Updates and upgrades will be developed in cognizance with the structure of...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8

    cvsba

    OpenCV wrapper for sba library

    ...The main features are: - Based on sba-1.6, one of the most popular and robust bundle adjustment implementation, which is extensively used and tested by the community - sba installation is not needed since it is included in cvsba - New CMake structure which makes the library compilation, installation and linkage easier - Similar interface than Bundle Adjustment implementation on cv::LevMarqSparse::bundleAdjust() - Include examples to test the library on synthetically generated data - GPL licence
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Qudaich

    Performs local sequence alignment for NGS data

    Qudaich (queries and unique database alignment inferred by clustering homologs) is a software package for aligning sequences. Qudaich generates the pairwise local alignments between a query dataset against a database. The main design purpose of qudaich is to focus on datasets from next generation sequencing. These the datasets generally have hundreds of thousand sequences or more, and so, the input database should contain large number of sequences. Qudaich is flexible and its algorithmic...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    cd-hit

    cd-hit

    Ultrafast program for clustering large set of biological sequences

    ...CD-HIT is very fast and can handle extremely large databases. CD-HIT helps to significantly reduce the computational and manual efforts in many sequence analysis tasks and aids in understanding the data structure and correct the bias within a dataset. The CD-HIT package has cd-hit, cd-hit-2d, cd-hit-est, cd-hit-est-2d, cd-hit-454, psi-cd-hit, cd-hit-otu, cd-hit-lap, cd-hit-dup and over a dozen scripts for various clustering needs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11

    reco4j-neo4j

    Reco4j is a graph-based recommendation engine, this is the neo4j impl

    Reco4j is an open source project aims at developing a recommendation framework based on graph data sources. We choose graph databases for several reasons. They are NoSQL databases, so "schemaless". This means that it is possible to extend the basic data structure with intermediate information, i.e. similarity value between item and so on. Moreover, since every information is expressed with properties, nodes and relations, the recommendation process can be customized to work on every graph. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    reco4j-core

    Reco4j is a graph-based recommendation engine

    Reco4j is an open source project aims at developing a recommendation framework based on graph data sources. We choose graph databases for several reasons. They are NoSQL databases, so "schemaless". This means that it is possible to extend the basic data structure with intermediate information, i.e. similarity value between item and so on. Moreover, since every information is expressed with properties, nodes and relations, the recommendation process can be customized to work on every graph. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Construct is a python module for bit-level, symmetrical parsing and building of data structures. Complex constructs are formed by a hierarchy of less-complex constructs, as well as user-defined constructs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    GestureDetect

    Gesture detection with Kinect+OpenNI+Unity3D

    ...Since people do the the same gesture in different ways, before you try a gesture template trained by others, you may need to "play" the skeleton file first to see how the gesture was recorded. Or you may train your own gesture templates directly. See the usage for details. The function is provided in a package for Unity3D. It reads skeleton data from MS Kinect or similar motion capture devices. To acquire skeleton data, we uses OpenNI 1.5.4 because it is an open source library. The scripts in the project are written in c#. The algorithm we use is template matching. The structure of the code is clear and not very complicated. If you want to use it on other platforms, you may pick part of the scripts in the "GestureScripts" folder and try to edit them to fit other SDKs or platforms. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Stand-alone Java library implementing parser/formatter/comparator/validator for JSON/XML-like text formats oriented on JSON-like object model (list,map,scalar + reflection). Library is designed to maximize adaptivity via set of extendable modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Java/C Comparative Benchmarks

    Java and C Comparative Performance Benchmarks

    ...No language libraries were used to avoid implementation differences. Some of the benchmarks are also implemented in Python and Scala. There are benchmarks for bit twiddling, numerical computing, data structure manipulation, concurrent computing, callouts to native libraries, and, graphics processing units (GPU) utilization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    LaTeX Table Creator

    LaTeX Table Creator

    Simple Cross-platform LaTeX table creator with a GUI and console app.

    A no frills cross-platform LaTeX table creator. Uses the output of standard spreadsheet software (MS Office, Libre Office, Gnumeric) to create a LaTeX tabular object that contains the specified data. Automatically detects the size of the table. The user can optionaly specify some basic formatting information, such as alignment, borders, bold headings. The user can also select if the input is tab (default) or comma delimited and can disable the tabular structure in the output. This allows the output to b easily appended to an existing table. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    earmark
    *** IMPORTANT NOTICE *** The source code of the earliest version of the EARMARK Data Structure is now available at http://www.github.com/essepuntato/EarmarkDataStructure Even if the SourceForge repository is still active, it concerns old versions of the API and it is not maintained anymore. *** SERVICE DESCRIPTION *** Extremely Annotational RDF Markup (EARMARK) is an ontological approach to the specification of markup structures on text content.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A capsule tree is a general purpose, self-balancing tree data structure for large, ordered, data-sets. It is designed to provide the same characteristics as B-trees and B+trees, but built from the ground up for in-memory usage. In other words, there are no provisions for “slow” I/O cases. The original motivation for this tree was a better backend for memory managers. However, the end result was a new sub-category of trees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    hsfft

    FFT and Convolution in C

    ...It is designed to give good performance for non-power of length 2 FFTs. Only 1D , unit-stride implementation for singe core processors available as of now. USAGE HSFFT is designed specifically to handle time series data efficiently. The software is structured very similarly to available open source softwares like FFTW and kissfft. The data structure is almost identical to Mark Borgerding's kissfft implementaion. However, this implementation is lightweight compared to FFTW and should give better performance for non-power of two implementations compared to kissfft in a single core setting. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Digital Content Component (DCC) is a self-descriptive unit to encapsulate any kind of content artifact. Designed to be reused and adapted, DCCs encapsulate data and software using a single structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    AppInfer

    Probabilistic Trie-based Signature for Application Identification

    Construct probabilistic signatures for application identification based on the trie data structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    GenOO-HTS

    A Modern Perl Framework for High Throughput Sequencing analysis

    ...The primary aim of GenOO-HTS is to make simple HTS analyses easy and complicated analyses possible. GenOO-HTS models biological entities into Perl objects and provides relevant attributes and methods that allow for the manipulation of high throughput sequencing data. Using GenOO-HTS as a core development module reduces the overhead and complexity of managing the data and the biological entities at hand. GenOO-HTS has been designed to be flexible, easily extendable with modular structure and minimal requirements for external tools and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Redis for Windows

    Redis server for Windows

    An advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    SAP Pooled Table Viewer

    PL/SQL code to allow direct reading of SAP Pooled Tables

    SAP has three different types of tables, Pooled tables, direct tables, and clusters. Pooled tables pool together several smaller lists and lookups into one table. The format of the pooled tables is basically Cobol Record structure. This software uses the SAP data dictionary to create oracle views that allow easy querying of the SAP data. This makes it easier to integrate with SAP systems, where you can use database connectivity and bypass the need for ABAP.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB