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

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

View related business solutions
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1

    Nova

    Astronomical Image Solver with Telescope Pointing

    Nova is a simple astronomical image solver. It can currently open FITS files and identify some objects against star catalog objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    YoMo

    YoMo

    You Only Meter Once - The open hardware smart metering system

    ...The metering system consists of a coordination unit, a raspberry pi, and several smart meters, arduino boards equipped with communication shields and our self-designed yomo metering shield. The smart meters are attached to household devices and monitor their energy consumption. The gathered data is timestamped and transmitted to the coordination device. This device offers interfaces to control the smart meters. On top of the software runs a apache webserver that provides all estimated data on our yomo project homepage. The system does not need any maintenance and works out of the box after the devices were integrated into the households Wi-Fi network. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    CFD2D

    The incompressible Navier-Stokes equations solver in 2D domains

    CFD2D is open source software for Linux for solving the non-dimensionalized incompressible Navier-Stokes equations (NSE) inside an arbitrary two-dimensional domain inscribed in a unit square with Dirichlet and "do-nothing" boundary conditions. The space discretization is based on Finite Element Method (FEM) using an approximately uniform triangular mesh. The two choices of FE spaces are offered, these are of the so called MINI-element and of the Taylor-Hood element. The first element...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    VCF Explorer

    VCF Explorer

    A desktop application for analyzing whole genome VCF files

    he decreasing cost high-throughput technologies led to a number of sequencing projects consisting thousands of whole genomes. The paradigm shift from exome to whole genome brings a significant increase in the size of output files. Most of the existing tools which are developed to analyze exome files are not adequate for large VCF files produced by whole genome studies. In this work we present VCF-Explorer, a variant analysis software capable of handling large files. Efficient memory management of the program and the elimination of preliminary parsing step enable to carry out the analysis at ordinary computers. ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • The AI-powered unified PSA-RMM platform for modern MSPs. Icon
    The AI-powered unified PSA-RMM platform for modern MSPs.

    Trusted PSA-RMM partner of MSPs worldwide

    SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
    Learn More
  • 5
    XASTIR

    XASTIR

    Multiplatform Ham Radio APRS and Mapping Program

    NOTE: Code commits are FROZEN on SourceForge: New code is now at <http://github.com/Xastir/Xastir>. Real-time tracking & messaging of stations via radio/internet APRS data streams, w/125 map formats supported. Linux/FreeBSD/Solaris/MacOSX/Windows in any of 7 languages. Can also be used for mobile mapping w/GPS. MAILING LISTS ARE AT: PROJECT->WEB SITE.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6

    ooPorter

    A Porter stemming or stemmer algorithm coded in ooRexx

    This is an ooRexx line-by-line port from Ansi-C to ooRexx of the stemming routine published by Martin Porter 1980. The original source code from Porter has been commented out and emulated by the corresponding (oo)Rexx code as far as possible. This is not an example of good or fast (oo)Rexx programming, it is merely a demonstration of the Porter stemming routine ported to ooRexx, use and modify as necessary. Input to the program is a textfile with words to be stemmed, one per line. Output from the program ends up in the terminal window (standard out) and may be redirected to an output file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    program.MODULAR

    program.MODULAR

    MODULAR: Autonomous Computation of Modularity

    MODULAR is a software developed to perform rapid and automatic calculation of modularity in sets of networks. MODULAR reads a set of text files with bipartite or adjacency binary matrices representing networks. The software can identify and define modules by two different modularity metrics widely used in studies with different types of networks such as social, ecological and biochemical networks. In order to find the network partition that maximizes modularity, the software offers five optimization methods to the user: simulated annealing, fast greedy, spectral partitioning, a hybrid of fast greedy and simulated annealing, and a hybrid of spectral partitioning and simulated annealing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Ogles -  OpenGL/OIV  stereotactic tool
    Ogles strives to provide an open source data model for neuroscientific data visualization and analytics. Ogles started out as a planning system for frame based stereotactic neurosurgery. Ogles(1) is discontinued. Release candidate (RC) is Ogles2b. Ogles is accompanied by a simple DICOM reader and NIfTI converting tool (Sdr2).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    Kaidacity

    Acoustic Analysis LV2 Plugins

    Cross-Platform Acoustic Analysis LV2 Plugins intended for use in Audacity. At first this will include calculation of typical acoustic parameters from wav files and will hopefully extend into room acoustic analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • 10
    DemuxFS is a live filesystem to aid on the analysis of transport streams in digital TV systems such as the SBTVD (ISDB-T), DVB and ATSC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    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
  • 13

    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
  • 14

    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: 7 This Week
    Last Update:
    See Project
  • 15

    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
  • 16
    OpenOrienteering

    OpenOrienteering

    Former project page

    See https://www.openorienteering.org/apps/mapper/
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 17
    olego

    olego

    OLego – short or long RNA-seq read mapping to discover exon junction

    ...This also makes it particularly sensitive for discovering small exons. It is implemented in C++ with full support of multiple threading, to allow fast processing of large-scale data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    quickplot

    quickplot

    interactive 2D plotter

    Quickplot is a fast interactive 2D plotter with infinite zooming, value picking, pipe input, and unlimited plots displayed. Quickplot is meant for looking at your data quickly and of secondary importance is making static pictures of your data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PANorama2.0

    PANorama2.0

    PANorama: Panicle phenotyping for Oryza sativa

    PANorama is a Linux-compatible, open-source software package for panicle image acquisition, processing, and phenotyping. PANorama 2.0 contains new phenotype measurements and is available for download within the "Files" tab listed above. Installation and user instructions are located within the "Wiki" tab. How to videos are available for streaming at the link below, or for download in the "Files" tab above. Information regarding the project and funding can be found at http://ricediversity.org, and within the corresponding publications and how-to videos: How to videos: http://vimeo.com/cornellricelab PANorama1.0 (Crowell et al. 2014): http://www.plantphysiol.org/content/165/2/479.short PANorama2.0 (Crowell et al. 2016): (http://goo.gl/vQux5Z)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Atlas2
    Atlas is a suite of variant analysis tools specializing in the separation of true SNPs and insertions and deletions (indels) from sequencing and mapping errors in Whole Exome Capture Sequecing (WECS) data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    FieldTrip

    FieldTrip

    The MATLAB software toolbox for MEG and EEG analysis

    FieldTrip is the Matlab toolbox for EEG and MEG data. It includes algorithms for simple and advanced analysis, such as importing, preprocessing, time-frequency analysis, source reconstruction, statistical testing and connectivity analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Digital PID Controller MSP432

    Digital PID Controller MSP432

    Digital PID Controller Using MSP432

    ...You can get the code that was running in the video here: https://github.com/arduinoNube/digital-pid-classroom-demo This was a class demonstration I developed for a mechatronics class. Feel free to contact me about getting design files, code, a little help, etc. It demonstrates proportional, integral, and derivative controllers and their features as well as anti-windup and control loop update rate. It uses a DC motor controlled by an h-bridge and an optical quadrature encoder for feedback. It uses timers, counters, and interrupts to generate PWM to control the speed of the motor, encoder pulse counting, and control loop updates.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    Celera Assembler (CA) is a whole-genome shotgun (WGS) assembler for the reconstruction of genomic DNA sequence from WGS sequencing data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    libsaxsdocument, libsaxsimage and saxsview; read, convert and view 1D and 2D-files related to Small Angle X-ray Scattering (SAXS).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    ANTz

    ANTz

    realtime 3D data visualization

    ANTz development has MOVED to GITHUB!!!! https://github.com/openantz/antz/ or visit the homepage at http://openantz.com
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB