Search Results for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files" - Page 56

Showing 4804 open source projects for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files"

View related business solutions
  • AI-Powered Identity Governance Icon
    AI-Powered Identity Governance

    For IT Teams and MSPs in need of a solution to simplify, optimize and secure their SaaS, file, and device management operations

    Define governance policies, manage access, and optimize licenses with unified visibility across every identity, app, and file.
    Learn More
  • Refreshingly simple maintenance management software Icon
    Refreshingly simple maintenance management software

    Preventive and reactive maintenance work orders for capturing photos, meter readings, file uploads, downtime and other metrics.

    Set up in minutes, not months. Maintainly replaces spreadsheets, clipboards, and broken email chains with a modern CMMS built for how maintenance teams actually work.
    Learn More
  • 1

    Eldamo

    Lexicon and data model for Elvish languages

    A lexicon of Tolkien's Elvish languages, backed by an XML data model of the lexicon's contents. This project has been migrated to Github: https://github.com/pfstrack/eldamo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    lxnstack

    lxnstack

    A program to align and stack astronomical images.

    ... * sub-pixel precision (0.1 pixel for phase correlation and 0.01 pixel for manual alignment). * Automatic image derotation. * FITS file support (by installing the python2 package 'astropy') * Hot pixels suppression algorithm * CR2 files native support * Can load/save video * Grayscale RAW image support * Editing of result image's levels. * Light curve generation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CDMA Ec Pathloss Tool

    CDMA Ec Pathloss Tool

    RFOPTI provides the structure for calculating path loss at drive data

    RFOPTI provides the structure for calculating path loss at a drive data point. A two dimensional calculation provides antenna gain at drive data point angle in an output file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    SimpleDSO
    This program written in Python is used for capture screenshot or raw data from a UNI-T digital storage oscilloscope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Award-winning proxy networks, AI-powered web scrapers, and business-ready datasets for download.
 Icon
    Award-winning proxy networks, AI-powered web scrapers, and business-ready datasets for download.


    How the world collects public web data

    Bright Data is a leading data collection platform, enabling businesses to collect crucial structured and unstructured data from millions of websites through our proprietary technology. Our proxy networks give you access to sophisticated target sites using precise geo-targeting. You can also use our tools to unblock tough target sites, accomplish SERP-specific data collection tasks, manage and optimize your proxy performance as well as automating all of your data collection needs.
    Learn More
  • 5

    biosbl

    Standard Bioinformatics Library

    set of classes used to handle input/outputs of bioinformatics data files and basic operations as multiple alignment and phylogenetic reconstruction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Copy Number Analysis for Targeted Resequencing (CONTRA) is a tool for copy number variation (CNV) detection for targeted resequencing data such as those from whole-exome capture data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    QPlot

    QPlot - 2d plotting tool based on Qwt

    QPlot - 2d plotting tool based on Qwt project (http://qwt.sf.net). QPlot reads mission INI-files and draw 2-d graphics. Data may read from binary and text files both. Plot area may have 2-4 axis. QPlot may used as Gnuplot alternative. QPlot may used to descovery Qwt as example programm.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    denovo_hit

    Outputs potential denovo variants from VCF given pedigree information.

    Program takes variants calls and determines if the call is novel for a child compared to parents. Program can handle both annotated and unannotated VCF files, however output file is not compatible with GATK's snpEff, so you should annotate prior to using denovo_hit. Usage: ./denovo_hit <VCF file> <PED file> Output: ./potential_denovo.txt To compile: g++ -std=c++11 denovo_hit.cpp -o denovo_hit Please see files for example VCF file, and pedigree file. Format VCF file (tab delimited): CHROM, POS, ID, REF, ALT, QUAL, FILTER, INFO, FORMAT, SAMPLE_ID, ... ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Primes

    Calculate primes by using extremely fast sorting

    ...Unfortunately it has turned out that going this way is even more slowly than trying to find primes by brute force. So it can only be used as a test with heavy load for the sorting algorithm, which can be used for sorting any kind of data. And as already mentioned, it's just the most efficient tree-based sorting algorithm that you can get. But furthermore this way of finding primes interestingly leaves a hard nut to crack for mathematicians: In very rare cases it finds numbers that are not primes. For all primes below one million this phenomenon arises in exactly two cases: 31213 which is 7 * 7 * 7 * 7 * 13 336141 which is 3 * 3 * 13 * 13 * 13 * 17 Who can explain, why?
    Downloads: 0 This Week
    Last Update:
    See Project
  • EasySend is a no-code platform that transforms customer journeys Icon
    EasySend is a no-code platform that transforms customer journeys

    Defy form limits. 
Create digital experiences.

    Evolve forms into smart, AI-powered digital workflows that streamline your data intake and elevate customer experiences.
    Learn More
  • 10

    xlsLib

    C++/C library to construct Excel .xls files in code.

    A multiplatform C++ library for dynamic generation of Excel .xls files containing multiple worksheets. Unlike .csv files, these can be directly opened by Excel and thus provide an excellent way to output large data sets that require further analysis. To see the latest changes, select "Files" and view the README text displayed at the bottom of that pane. IMPORTANT: Major changes are contained in the current SVN source.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11

    fast_count_multi

    Extremely fast NGS read counter

    Counts NGS read alignments against GTF annotations in a multithreaded and scalable fashion. Benchmark: 8 core 1M annotations for 2Gb sorted reads ~30 seconds compared to ~28 minutes for bedtools multicov. Files include: fast_count_multi - reports all counts and RPKM, multithreading support fast_count_deseq - reports gene counts in deseq compatible format, multithreading support fast_count - reports all counts with no multithreading support. usage ./fast_count_multi num_threads gtf_file bam_file(s) > output Requires bamtools API library at run time, and c++0x for compile. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MuffinEC

    Multi-technology, INDEL aware error correction for NGS data

    MuffinEC is an error correction software capable of handling all types of errors (insertion deletions, mismatches and unknown bases). It officially supports four technologies (Illumina, 454, ion Torrent and PacBio - experimental) and it also has a generic setup for others (old and/or new). It is released under LGPL version 3.0. MuffinEC can use multicore systems, thanks to its OpenMP implementation. We are developing the 2nd version of MuffinEC. The beta version is already available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MCCCS

    MCCCS

    Multi Channel Classification and Clustering

    Here we present an image-based Multi Channel Classification and Clustering System (MCCCS). It is an generalized, script-based classification system for processing various kinds of image data. Due to the modular design, individual processing-components can be easily adapted, extended or exchanged by own extensions. See project website for installation instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    mRIN

    Assessing mRNA integrity directly from RNA-Seq data

    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CSV Transformer

    CSV Transformer

    transforms xml to csv

    The CSV Transformer is a data processing tool which transforms .xml-Files to comma separated values. The CSV Transformer was created in a load and performance testing project, the use case was to be able to transform 2800 configuration files of a big banking application to a single .csv-File. With this single file it was possible to compare the whole configuration between two releases with the already available tool CSV Comparator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The Open Modeling Interface and Environment (OpenMI) defines a standardized way to exchange data between computational models that run simultaneously. OpenMI aims to enhance process interaction representation in integrated environmental modelling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    The project "OpenML for Predictive Modelling in Food" is a community effort to establish an open information exchange data standard to facilitate free information exchange between different software tools developed within the community of predictive modelling in food. This open, free and independent community portal has been established to support the development of open information exchange standard(s) for the domain of predictive modelling in food (PMF).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    usbsenddata

    .you can send usb hid devices or serial ports data...

    ** if you are not working with hid device highly recommended my second application: https://sourceforge.net/projects/scommunication/ With usbdatasend application you can send data hid devices or serial devices and you can check your circuits applications etc. Tested with arduino uno/mega and stm32f4discovery
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    iCAS - An Illumina Clone Assembly System

    An Illumina clone assembly system using SOAPdenovo and ABySS

    Clone-by-clone sequencing, as a means of achieving high quality assemblies for large and complex genomes, continues to be of great relevance in the era of high throughput sequencing. However, assemblies obtained using current whole genome assemblers are often fragmented and sometimes have issues of genome completeness owing to different data characteristics introduced by multiplexed sequencing. With iCAS the data filtering process is based on a novel kmer frequency algorithm, resulting in near perfect pre-assembly reads. Contigs are generated using different assembly algorithms and then merged together to achieve longer continuity. Re-aligning all the reads back to the draft contigs and recalibrating each sequence base achieves a final consensus. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    BamBam

    Tools for genomic analysis

    BamBam includes numerous tools for analyzing DNA next-generation sequencing data. Tools are provided for calling SNPs and indels, identifying large scale deletions, tabulating counts of mapped reads, methylation analysis, and more. Depends on SAMtools (http://samtools.sourceforge.net/) and BAMtools (https://github.com/pezmaster31/bamtools). Also uses BioPerl, which is included in the download tarball.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    TrailMap

    A tile-based map viewer with support for GPX files.

    TrailMap is a tile-based online and offline map viewer. Multiple map tile sources are supported by adapters. Currently supported features: - GPS positioning (on Android only) - Points-of-Interest from GPX and LMX files - OpenStreetMap maps - MML maps (covers only Finland) from https://tiedostopalvelu.maanmittauslaitos.fi/tp/kartta
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Application to estimate haplotypes and other genetics data, based on maximum likehood approach. It can handle present-absent as well as multiallelic loci.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Savuka-VirtualBox

    Savuka-VirtualBox

    Virtual Box VDI of SliTaz Linux with Savuka installed and configured

    ...Point to any data directory, folder name: DATA, select Auto-mount. Note: "Folder name" must be 'DATA' in all caps to link on boot Thats it! More Info: www.osmanbilsel.net www.paulnobrega.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tigris is an open source suite of classes and programs implemented in C++ for single particle electron microscopic image processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    vdap-gui

    Variant Discovery and Annotation Pipeline

    VDAP-GUI: A user-friendly platform for variant discovery and annotation of raw NGS data.
    Downloads: 1 This Week
    Last Update:
    See Project