Showing 91 open source projects for "extract"

View related business solutions
  • 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
  • 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
  • 1
    go-i18n

    go-i18n

    Translate your Go program into multiple languages

    ...Code and tests are automatically generated from CLDR data. Supports strings with named variables using text/template syntax. Supports message files of any format (e.g. JSON, TOML, YAML). Use goi18n extract to extract all i18n.Message struct literals in Go source files to a message file for translation. Create an empty message file for the language that you want to add (e.g. translate.es.toml). Run goi18n merge active.en.toml translate.es.toml to populate translate.es.toml with the messages to be translated. The goi18n command manages message files used by the i18n package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ImHex

    ImHex

    A Hex Editor for Reverse Engineers, Programmers

    ImHex is a Hex Editor, a tool to display, decode and analyze binary data to reverse engineer their format, extract informations or patch values in them. What makes ImHex special is that it has many advanced features that can often only be found in paid applications. Such features are a completely custom binary template and pattern language to decode and highlight structures in the data, a graphical node-based data processor to pre-process values before they're displayed, a disassembler, diffing support, bookmarks and much much more. ...
    Downloads: 35 This Week
    Last Update:
    See Project
  • 3
    MATLAB Deep Learning Model Hub

    MATLAB Deep Learning Model Hub

    Discover pretrained models for deep learning in MATLAB

    Discover pre-trained models for deep learning in MATLAB. Pretrained image classification networks have already learned to extract powerful and informative features from natural images. Use them as a starting point to learn a new task using transfer learning. Inputs are RGB images, the output is the predicted label and score.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Point Cloud Library

    Point Cloud Library

    A standalone, large scale, open project for 2D/3D image processing

    The Point Cloud Library (PCL) is a standalone, large scale, open project for 2D/3D image and point cloud processing. PCL is released under the terms of the BSD license, and thus free for commercial and research use. Whether you’ve just discovered PCL or you’re a long time veteran, this page contains links to a set of resources that will help consolidate your knowledge on PCL and 3D processing. An additional Wiki resource for developers is available too. To simplify both usage and...
    Downloads: 11 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    Vedo

    Vedo

    A python module for scientific analysis of 3D data

    ...Tools to visualize and edit meshes (cutting a mesh with another mesh, slicing, normalizing, moving vertex positions, etc..). Split mesh based on surface connectivity. Extract the largest connected area. Calculate areas, volumes, center of mass, average sizes etc. Calculate vertex and face normals, curvatures, feature edges. Fill mesh holes.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    OpenGL Mathematics

    OpenGL Mathematics

    Highly Optimized Graphics Math (glm) for C

    Highly optimized 2D|3D math library, also known as OpenGL Mathematics (glm) for `C`. cglm provides lot of utils to help math operations to be fast and quick to write. It is community-friendly, feel free to bring any issues, bugs you faced. Almost all functions (inline versions) and parameters are documented inside the corresponding headers. OpenGL-related functions are dropped to make this lib platform/third-party independent. Make sure you have the latest version and feel free to report...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Discontinuity Set Extractor
    Discontinuity Set Extractor (DSE) is programmed by Adrián Riquelme for testing part of his PdD studies. Its aim is to extract discontinuity sets from a rock mass. The input data is a 3D point cloud, which can be acquired by means of a 3D laser scanner (LiDAR or TLS), digital photogrammetry techniques (such as SfM) or synthetic data. It applies a proposed methodology to semi-automatically identify points members of an unorganised 3D point cloud that are arranged in 3D space by planes.
    Downloads: 11 This Week
    Last Update:
    See Project
  • 8

    System Verilog Parser IEEE 1800 LRM

    IEEE LRM compliant System Verilog Parser in Java with Python, Tcl API

    This parser has been developed to help users to implement their Verilog tool/utility on the top this library. It reads RTL and populates its internal data structures. There are APIs to extract the design information from the database, there are APIs to elaborate every element of the design along with basic expression evaluation capabilities. It has been bundled as an executable JAR file along with a sample application which reads a RTL file(s), elaborates and dumps it back to show the users that they will be able to extract every bit of design information from the parsed database. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MESMER is designed to analyze and simulate reactions in the gas phase that take place on a potential energy surface that is characterized by having one or more potential wells, and which are typically described by rate coefficients that depend on pressure (or concentration) as well as temperature. MESMER allows you to simulate systems over a wide range of pressures and temperatures, extract rate coefficients, analyze experimental data, fit model parameters and represent rate coefficients in formats that can be used directly in large scale simulations (e.g. Cantera or Chemkin).
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 10
    CERCA

    CERCA

    CERCA – Citation Extraction & Reference Checking Assistant

    CERCA is an open-source research tool that supports the verification of bibliographic references in scientific manuscripts. It extracts references from PDF files and checks their existence and consistency against authoritative metadata sources, producing explainable diagnostics, audit logs, and reproducible reports. It is intended for: - Researchers performing final manuscript checks - Reviewers assessing reference consistency - Editors supporting editorial quality control -...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11

    Free VHDL Parser with Java, Python and T

    IEEE VHDL-93 LRM supported parser implemented in Java, APIs Python/Tcl

    ...Only synthesizable subset of VHDL is supported and it may not work for machine/tool generated VHDL files. This parser has been developed in Java in order to make it platform independent. It reads RTL and populates its internal object model. There are APIs to extract the design information from the database, APIs to elaborate the design along with expression evaluation capabilities. This tool has been bundled as an executable JAR file along with an application which reads a RTL file(s), dumps the design units and the reverts those back. Please refer to the document for the details of the available APIs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GrainSizeTools script

    GrainSizeTools script

    A Python script for estimating the grain size from thin sections

    Homepage & docs: http://marcoalopez.github.io/GrainSizeTools/ GrainSizeTools is a free, open-source, cross-platform script written in Python that provides several tools for (1) estimating average grain size in polycrystalline materials, (2) characterizing the nature of the distribution of grain sizes (either from apparent distributions or approximating 3D grain size distributions via stereology), and estimating differential stress via paleopizometers. The script requires as the input the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    JQM Java Quine McCluskey

    JQM Java Quine McCluskey

    JQM - Java Quine McCluskey for minimization of Boolean functions.

    Java Quine McCluskey (JQM) implements the Quine-McCluskey algorithm with Petrick’s Method for minimizing Boolean functions. Designed for both education and industrial application, it handles up to 16 variables and functions. Uniquely, JQM bridges the gap between theory and practice: it visualizes the solution process with generated Karnaugh Maps for students, while supporting PLC engineers by exporting results to Structured Text (ST) and Ladder Diagram (LD). The software includes a GUI for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ALAMODE

    ALAMODE

    Ab initio simulator for thermal transport and lattice anharmonicity

    ALAMODE is designed for analyzing lattice anharmonicity and lattice thermal conductivity of solids. By using an external DFT package such as VASP and Quantum ESPRESSO, you can extract harmonic and anharmonic force constants straightforwardly with ALAMODE. Using the anharmonic force constants, you can also calculate lattice thermal conductivity from first principles. For more information about ALAMODE, please visit the following webpages: Documentation : http://alamode.readthedocs.io/en/latest/ git repository : https://github.com/ttadano/alamode
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    iGPS

    iGPS

    An interactive tool for GNSS position time series analysis

    * Please check latest update on https://github.com/igps-ftk/iGPS A tool written in Interactive Data Language (IDL), for processing and analyzing daily continuous GPS position time series. It can read time series in various formats, detect outliers, remove abnormal observation spans, find jumps, extract common-mode components(CMC), etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Seqs-Extractor
    Seqs Extractor is a useful tool, and can reduce ambiguities in analyses which uses BLAST command ine, commonly in the next generation sequencing, Transcriptomics, Proteomics, etc and help extract BLASTed sequences and sequences that contains microsatellites. Seqs Extrator also turns the BLAST command line more friendly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    .... --- Motu is a high efficient and robust Web Server which fills the gap between heterogeneous Data Providers to End Users. Motu handles, extracts and transforms oceanographic huge volumes of data without performance collapse. This client enables to extract and download data through a python command line Indesol project sample: http://www.indeso.web.id/indeso_wp/index.php/faq/30-6-how-to-write-and-run-the-script-to-download-indeso-met-ocean-data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    QMForge reads output from various quantum mechanical calculations and provides tools for analyzing these results. Specifically, population (Mulliken and C-squared), fragment, and charge decomposition analyses are available. See https://qmforge.net for more info.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19

    Meaning Explorer

    A tool for analyzing the words of the Quran

    ...In addition, the tool also provides other helpful functionalities that complement the primary purpose, which include a Key Word In Context (KWIC) concordance, in addition to frequency lists of all words, lemmas and roots in the holy Quran. The main intended users of this tool are Arabic Quranic scholars and linguists. The Meaning Explorer applies a new distributional semantic model to extract words’ significant co-occurrences from the Quran. This model is based on the Refined MI association measure applied to all words within a symmetric sliding window of five words surrounding the node word. The Refined MI association measure is chosen because of its remarkable ability ability to extract syntagmatic relations between the words of the Quran.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    easy-dhpsf

    easy-dhpsf

    GUI for fitting 3D single-molecule images using the double-helix PSF

    ...Version 2 also includes code that facilitates combining localization data from two spectral channels using a locally-weighted quadratic 3D registration function Features - Double-Gaussian estimator is calibrated via an axial scan of bright immobile fluorescent emitters (e.g. beads) - DH localization is performed through template matching and subsequent double Gaussian fitting - Tiff stacks of SM images are analyzed using template matching followed by double-Gaussian fitting to extract estimates of the molecule positions - Two spectral channels are registered by generating a locally-weighted quadratic mapping function from control point pairs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Asteroid Data Hunter Extractor

    convert arch.H files to FITS format

    This project contain application to extract images from arch.H format used by Asteroid Data Hunter, and also compiled releases of updated versions of Asteroid Data Hunter itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Vytics Community

    Vytics Community

    Query and plot data in seconds (Excel, CSV, SQL and NoSQL DBMS)

    Vytics lets you query and plot csv data, Excel files, databases (SQL and NoSQL). You can also organize your queries, data and graphs into reports and projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    JSiteDescriptor

    Binding site descriptor generation for SVM based classification.

    A set of java programs that extract coordinate and chemical information from PDB files. The binding site regions are extracted using grid based scheme. For binding site, spatio-chemical descriptor is generated based on PocketMatch algorithm of Dr. Kalidas (author of this project too).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    chemfiles

    chemfiles

    Modern library for chemistry file reading and writing

    ...These trajectories contains atomic positions, velocities, names, topology and sometimes more. Running simulations produce enormous amounts of data, which has to be post-processed to extract physical information about the simulated system. Chemfiles provides an interface to access this information which is - unified: the same code will work with all the supported formats; - simple: the interface is easy to use and extensively documented. This is only a mirror of the main repository, development of chemfiles happens on Github, at https://github.com/chemfiles/chemfiles/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Musaheb

    An Arabic collocation extraction tool

    “Musaheb”, an Arabic collocation extraction tool that has been designed and implemented to overcome the limitations of existing collocation extraction tools. “Musaheb” is able to extract n-gram collocations up to 5-gram, in addition to extracting the collocates of the nodes (the word-types we are looking for its collocates) within a window size of zero to 15 words. Moreover, it provides eight collocation statistics to calculate the strength of the collocation, and permits the input of various constraints during node selection and collocate extraction. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB