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

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

View related business solutions
  • Airlock Digital - Application Control (Allowlisting) Made Simple Icon
    Airlock Digital - Application Control (Allowlisting) Made Simple

    Airlock Digital delivers an easy-to-manage and scalable application control solution to protect endpoints with confidence.

    For organizations seeking the most effective way to prevent malware and ransomware in their environments. It has been designed to provide scalable, efficient endpoint security for organizations with even the most diverse architectures and rigorous compliance requirements. Built by practitioners for the world’s largest and most secure organizations, Airlock Digital delivers precision Application Control & Allowlisting for the modern enterprise.
    Learn More
  • Secure Cloud Storage for Files, Photos and Documents | pCloud Icon
    Secure Cloud Storage for Files, Photos and Documents | pCloud

    Store, access, and manage your files on your own terms, from anywhere.

    Store, sync, and share your files securely with pCloud. Get up to 10 GB of free secure cloud storage and access your files from any device, anywhere.
    Learn More
  • 1
    Tool for automatic generation of UML Class Diagrams out of Java Class Files. Originally designed as a command line tool to convert .class/.jar files into .emf/.eps files, it now offers a visual environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Charts Library and Visual Environment. Free software for scientific and business charts generation. Converts data flows into well-designed images. Suitable for web, reports, presentations and applications development. Based on its own CHD format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    GEngine is a library providing basic and enhanced graphical functions and a small event system on three Platforms: PalmOS, Windows (Win32) and Linux/XLib<br>PalmOS: you need MathLib<br>NOTE: WinZip is able to unzip .tar.gz files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Muq is a network server that goes several design generations beyond MOO or Java in providing support for applications characterized by these five requirements: Multi-user, Persistent state, Complex data, Complex code, and Distributed networking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Apple Device Management and Security Platform Icon
    The Apple Device Management and Security Platform

    For IT teams at organizations that run on Apple

    Achieve harmony across your Apple device fleet with Kandji's unmatched management and security capabilities.
    Learn More
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SWF Authoring is devoted to programs that might be useful for the creating of SWF (Macromedia Flash) format files. Currently, the project includes only xml2swf, an utility which allows you to create Flash files from HTML-like instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PLOT_PSXPS provides a set of graphic functions that allows the generation of PostScript files (and runtime viewing with X) from C/C++ programs. A page can contain points, lines, arcs, ellipses, circles, boxes, text, included EPS files and a lot more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Our goal is to write a robust driver for the Toshiba PDR-M4/5 digital cameras. We currently have a working command-line program to graba all files from the camera, and gPhoto support is in the works.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a viewer for ase (ASCII Scene Export) files. This code should be used to implement object loading in your own software (eg.: games).
    Downloads: 2 This Week
    Last Update:
    See Project
  • Bitdefender Ultimate Small Business Security Icon
    Bitdefender Ultimate Small Business Security

    Protect the big future of your small business

    Get exceptional protection against all digital threats for your business and employees.
    Learn More
  • 10
    Constructs and renders two and three dimentional Sierpinski fractals (so-called snowflakes). Renderers support antialiasing, output is in PNG files. 3D renderer supports change of colors, point of view, light direction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    CAVOR is an engine for building apps that involve both graphic and text/numeric data. Primarily GIS is the initial focus, but consider also CAD, CASE, project management (eg PERT charts), and others. Built-in scripting, C API, also supports Tcl and Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Library for manipulation and generation of Postscript files and font management.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XGKS is a level 2C implementation of the ANSI Graphical Kernel System (GKS) for use in a Unix environment with the X Window System. It supports the Fortran language binding and a C language binding based on the 1988 draft.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    2d/3d map viewer clients and vehicle simulation server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This program written in C/C++ will construct a triangluated surface from a set a 3d contour points using the OpenGL API, GLUT and GLUI libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    geoscipy

    Python-accessible toolkit for Geoscience & Remote Sensing Applications

    GeoSciPy is a set of C and Python functions that provide an API for all aspects of Geoscience and Remote Sensing Applications. Functions include reading/writing of many data formats, images, vectors, ..., and processing of images, vectors, ... including map projections, ... The library is written C, using HDF5 as the file format for storage of all remotely-sensed data and ancillary data, as well as processed data. The C functions assume a particular format for the HDF5 file contents, and provide functions for reading and writing data to such files. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    OpenGMP is an open service platform for implementing advanced decision support solutions for the mining enterprise.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    It'a a simple snake game but in 3D with a lot of new features and a new gameplay.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Library for loading and using cineSpace 1D and 3D LUT files, implemented in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    scan-handler

    SCAN: device for AmigaOS 4

    Implements a SCAN: device that can be used to access scanner from any program that supports opening files. Uses SANE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Darxen is a utility that archives, parses, and displays nexrad radar data from the national weather service. The feature set will be comparable to many proprietary solutions available, but darxen is entirely free and open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    cl-jpeg

    JPEG encoder implementation using OpenCL

    ...Jpeg format is chosen because it is relatively simple and I am familiar with it. 2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe. Look at "Debunking the 100X GPU vs. CPU Myth: An Evaluation of Throughput Computing on CPU and GPU" paper by Victor W Lee, Changkyu Kim, Jatin Chhugani, Michael Deisher, Daehyun Kim, Anthony D. Nguyen, Nadathur Satish, Mikhail Smelyanskiy, Srinivas Chennupaty, Per Hammarlund, Ronak Singhal and Pradeep Dubey.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB