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

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

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

    WaveSorter

    A powerful, versatile tool for offilne spike analysis and sorting

    ...The user may cluster waveforms manually or via one of several popular clustering programs. The classification along with waveform properties (width, etc.) can be saved to disk in simple text files. WaveSorter is written in C++, utilizes the GNU Scientific Library for all computation, and is highly parallelized; on modern hardware it can handle files containing several 100,000s of waveforms per channel with almost no noticeable loss in GUI fluidity and <1sec lags for files with >1,000,000 waveforms per channel. It can be run in batch mode. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    A High-Order Multi-Variate Approximation Scheme for Arbitrary Data Sets, C implementation of the method described in http://web.mit.edu/qiqi/www/paper/interpolation.pdf, with Python and Fortran interfaces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GPU Edge Detector

    GPU Edge Detector

    GPU Interactive Program For Edge detection

    This is a standalone, all in one Edge Detector that is mainly running on GPU using the CUDA technology. Each algorithm also has an OpenCV counterpart which is the closest one in terms of speed. This project is partly based on the Sobel Filter sample available as part of the CUDA SDK. This project also partly uses the OpenCV library to load different types of image. This program includes: Prewitt filter, Roberts Cross, Canny edge detector and finally Sobel filter with the ability to modify...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    CoFlo

    C and C++ control flow graph generator and analyzer

    CoFlo generates Control-Flow Graphs from C and C++ source code. It can then output the graphs in a number of ways and perform various control flow analyses. NOTE: CoFlo has not been under active development for several years. At this time, I suggest you look into LLVM-based tooling to see if there is anything similar to CoFlo which will meet your needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • A privacy-first API that predicts global consumer preferences Icon
    A privacy-first API that predicts global consumer preferences

    Qloo AI adds value to a wide range of Fortune 500 companies in the media, technology, CPG, hospitality, and automotive sectors.

    Through our API, we provide contextualized personalization and insights based on a deep understanding of consumer behavior and more than 575 million people, places, and things.
    Learn More
  • 5
    Tools to read and convert CM1 HDF5 model output. Includes a VisIt plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    gbview
    is a interactive molecular visualisation program designed especially designed for coarse-grained simulation of non-spherical particles. Ellipsoids (Gay-Berne), disks, and custom shaped uniaxial particle (e.g. pear-shaped particles) can be represented.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    sigrok
    The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types, such as logic analyzers, MSOs, oscilloscopes, multimeters, LCR meters, sound level meters, thermometers, anemometers, light meters, dataloggers, function generators, power supplies, GPIB interfaces, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ViNSS View

    Vienna Notation Secondary Structure Viewer

    ViNSS View is a highly flexible tool for drawing RNA secondary structures. Secondary structures can be visualized as classical secondary structure plot, circle plot, linear plot or mountain plot. ViNSS View allows manual editing and several drawing styles, as well as a fully automated conjugate gradients minimization approach to draw more complex structures without user interaction. In addition, ViNSS View allows you to incorporate non-canonical base pairs into your drawing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Matlab tool for plotting multi-channel biomedical signals. It is designed for researchers on both engineering and medicine who have to collaborate to visualize and analyze signals. It is the ideal tool to plot electroencephalogram (EEG), Foetal Heart Rate (FHR) and many other signals with the standard tools used in clinical routine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Transform months of data modeling and coding into days. Icon
    Transform months of data modeling and coding into days.

    Automatically generate, document, and govern your entire data architecture.

    Efficiently model your business and data models, and generate code for your data pipelines, data lakehouse, and analytical applications
    Learn More
  • 10
    Traviz is a graphical user interface for tranalyzer2, a lightweight flow generator and packet analyzer application. It visualize the collected data in a user friendly interface and generates nice data plots (2D/3D histogramms, pie-charts, xy-charts) Update: Traviz has moved to GitHub https://github.com/splattner/traviz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    RTSS is intended for modeling and simulation of robotic manipulators in the Scilab/Scicos environment. Inspired by the Robotics Toolbox for MATLAB by Peter Corke, RTSS provides many functions that are useful in the field of robotics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    This project aims to provide a set of libraries for various common graphics programming tasks. These libraries can be used together, to perform the tasks of a typical monolithic 3D engine. Or separately, to cover specific needs of any graphics program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    MiniLA logic analyzer software and hardware
    Downloads: 8 This Week
    Last Update:
    See Project
  • 14
    OsiriX - moved to Github
    The project has moved to GitHub: https://github.com/pixmeo/osirix
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Decision Table Preprocessor

    Decision Table Preprocessor

    Ccide is a Decision Table preprocessor.

    Ccide reads a source program, in one of several programming languages, expands all embedded decision tables, and generates the new, expanded source. Ccidew processes C language programs directly. The script, ccide, uses ccidew and m4, to process BASIC, JAVA, CC, C++, BASH, QB, VB, and EX(euphoria), source files containing embedded decision tables. Ccide checks all conditions once and only once, avoiding side effects. Ccide checks tables for conflicts and other errors. Input example: //DECISION_TABLE: // 1 3 2 2 | light == $$ /* 1=red, 2= yellow, 3=green. */ // N - - - | speed == STOPPED // - - Y - | speed == SLOW // - N - Y | speed == FAST // ______|___________________ // X - X - | Stop(); // - - - X | SlowDown(); // - X - - | SpeedUp(); //END_TABLE:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    ossdpi

    OSSDPI is collects information of the open source software.

    OSSDPI is collects information of the open source software. And shows the information that is collected in a variety of ways.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Varkon is a very powerful parametric 2D/3D CAD, modeling and application development tool for engineering, design, architecture, etc. It does 2D drafting, 2D and 3D modeling, sculptured surface modeling, and even animations. See our website for details.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    opendias
    NB: openDIAS is moving away from SF.net. Please visit the homepage link for the most update to date information, support and files. Document Imaging Archive System. Home document imaging, with OCR. Scan documents (with SANE) or import ODF documents, assign tags. Use openDIAS to store all our letters, bills, statements, etc in a convenient, safe and easily retrievable way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This program is intended as an educational tool to explain the concept of Discrete Fourier Transform (DFT). It uses the Fast Fourier Transform to calculate the DFT of a given arbitrary time domain signal and plots it graphically.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    3D Reconstruction using Stereo Vision
    System Prototype to make 3D reconstruction solution using stereo images. It works with common cameras and not require large amount of memory during the images processing. It provides a low cost solution to educational environments with low budgets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    LineColorPaint
    LineColorPaint - Xlib 2D drawing engine. CAD.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    QSAS plug-ins

    Plug-ins for the space physics data analysis software QSAS.

    The project is concerned with developing new plug-ins for the space plasma analysis software QSAS. The plug-ins are developed mainly for the Cluster II mission, Champ and Swarm. QSAS can be downloaded from: http://www.sp.ph.ic.ac.uk/csc-web/QSAS/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Four widgets to display scientific data as dynamic plot.WScroll like an oscilloscope scrolling though the window.WEzdraw dynamic X/Y plotting Whistspectr dynamic 3D-spectrum plots. WHistbar bargraph display with time as 3-rd dimension. Wrotlabel rotat
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Vrml Project and Java Development CRM、MIS、CMS、ERP、OA and C++ Development OpenGL.Graphics and 3DGAME
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Student Data Management System

    Basic data management system in console

    This is a basic student data management system in win32 console. Project goal is to develop the system with multiple language and UI implementation and to add basic features of data management system.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB