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

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

View related business solutions
  • AI Powered Global HCM for the Evolving World of Work Icon
    AI Powered Global HCM for the Evolving World of Work

    For Start-ups, SME's, Large Enterprise

    Darwinbox is a new-age & disruptive mobile-first, cloud-based HRMS platform built for the large enterprises to attract, engage and nurture their most critical resource - talent. It is an end-to-end integrated HR system that aids in streamlining activities across the employee lifecycle (Hire to Retire). Our powerful enterprise product features are built with a clear focus on intuitiveness and scalability, with standards of best in class consumer apps. Darwinbox’s motto is to engage, empower, and inspire employees on one side in addition to automating and simplifying all HR processes for the enterprise on the other. Over 350+ leading enterprises with 850k users manage their entire employee lifecycle on this unified platform.
    Learn More
  • Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries. Icon
    Contractor Foreman is the most affordable all-in-one construction management software for contractors and is trusted by contractors in more than 75 countries.

    For Residential, Commercial and Public Works Contractors

    Starting at $49/m for the WHOLE company, Contractor Foreman is the most affordable all-in-one construction management system for contractors. Our customers in 75+ countries and industry awards back it up. And it's all backed by a 100 day guarantee.
    Learn More
  • 1
    guarder

    guarder

    ipcguader is an embeded software system for IP Camera

    ipc guader is an embeded software system for IP Camera which provides the whole function of IPC like audio/video streaming server, alarm process, PTZ control, local/remote storage, two-way voice, DDNS, P2P service. Funcitions list: Liveview:local liveview(BNC out), network liveview, support IE/Firefox/safari Recording:recording to MicroSD/u-disk/NAS MediaServer:support rtsp/rtp and own protocol streaming server. WebServer:set image/streaming/audion/ptz/network/wireless/event rule/,etc. EventHandler:motion/DI/schedule triggered video clip/snapshot to Ftpserver/mailbox. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PolyBoRi
    PolyBoRi is implemented as a C++ library for Polynomials over Boolean Rings, which provides high-level data types for Boolean polynomials. A python-interface yields extensible algorithms for computing Groebner bases over Boolean Rings.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    NOTIFY_lxm - Hyper HTML-Thumbnail in C

    NOTIFY_lxm - Hyper HTML-Thumbnail in C

    Hyperactive S/W for HTML-Thumbnail generation in C

    An application for generating a portable HTML-thumbnail summary about the videos at any path along with a light-weight instant video notifier. Follow NOTIFY_lxm @ https://www.facebook.com/NOTIFYlxm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Speect
    ...It is written in ANSI C and uses a plug-in mechanism for extensions. Speect also includes an extensive set of Python bindings for quick implementation of new ideas, these bindings are derived from SWIG interface files and can easily be extended for other languages supported by SWIG. Speect is free and open source software. As a collection it is distributed under a MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Eurekos LMS - Build a Smarter Customer Icon
    Eurekos LMS - Build a Smarter Customer

    The Eurekos customer training LMS makes it easy to deliver product training that retains more customers and transforms partners into advocates.

    Eurekos is a purpose-built LMS that engages customers throughout the entire learning journey from pre-sales, to onboarding, and everything after.
    Learn More
  • 5
    imntr

    imntr

    A Resource Activity Monitor for Linux Machines

    imntr (inode monitor) can be used to montior activity on files or directories. Monitoring is accomplished through the inotify API, which is available on Linux 2.6.13 and up. v1.1 added logging capabilities and cleaned up some of v1.0's code v1.2 no longer forces you to run imntr as root. If you want to monitor a privileged file, imntr will fail and tell you that you need to run imntr as root.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    WinXP, Vista, Win7, linux, OpenSolaris native port of the BSD PSPSDK (ps2dev.org), with freely distributable import libraries and header files (DevPaks) for building cross compiled homebrew Sony PSP (PlayStation Portable) applications.
    Downloads: 46 This Week
    Last Update:
    See Project
  • 7
    sinestesia

    sinestesia

    Displays music using fractal flames and hardware acceleration (openCL)

    ...Your computer needs to support openCL (is sufficient a modern gpu or a intel core cpu) Commands: F11 toggle fullscreen S toggle stroboscopic flash NUMBER [0 to 9] change number of symmetry axes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    BroadData

    Integrated to system status data based on the HDFS

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Multi-connection command line tool to download Internet sites. Similar to wget and cURL, but it manages up to 50 parallel links. Main features are: recursive fetching, Metalink retrieving, segmented download and image filtering by width and height.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Create and run cloud-based virtual machines. Icon
    Create and run cloud-based virtual machines.

    Secure and customizable compute service that lets you create and run virtual machines.

    Computing infrastructure in predefined or custom machine sizes to accelerate your cloud transformation. General purpose (E2, N1, N2, N2D) machines provide a good balance of price and performance. Compute optimized (C2) machines offer high-end vCPU performance for compute-intensive workloads. Memory optimized (M2) machines offer the highest memory and are great for in-memory databases. Accelerator optimized (A2) machines are based on the A100 GPU, for very demanding applications.
    Try for free
  • 10
    Goal of this project is to initially create a tool to read sample/program data from an AKAI sampler (S2000) and send it back. Later this might evolve into a GUI-based editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LibSylph
    LibSylph is a cross-platform C++ basic utility and data processing library. It has classes and methods that facilitate reading, writing, processing and sharing data in various kinds of formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CLIPSwl

    CLIPS with lock support. CLIPS for safely handling simultaneous access

    CLIPSwl is a modified project based on CLIPS(C Language Integrated Production System)(https://sourceforge.net/projects/clipsrules/), a public domain open-source software tool for building expert systems. CLIPS(ver. 6.24) is unsafe when access simultaneously occurs at the same environment, because the environment data of CLIPS are not protected for simultaneous access. We modified the CLIPS (ver. 6.24) to support lock/unlock functions in a flexible way. CLIPSwl doesn't use complicated logic such as platform-independent mutex, but newly defines 4 abstract functions (i.e. using function pointers) for allocating, acquiring, releasing and deallocating locks of the environment data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    coudy Architecture platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Duplicate File Finder

    Find duplicates of a specified file

    When you've been using your computer for quite a long time, often you end up duplicating your files and you don't even know about them. Duplicate File Finder is a Linux/Unix utility than scans your hard drive for finding duplicates of a given file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    WAV Speech Enhancer

    Filtering and noise gate for speech recordings

    WAV Speech Enhancer can be used to improve the signal to noise ratio of bad quality speech recordings: - Dynamic expansion - Pink noise attenuation - Low frequency noise (50-60Hz) suppression
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    CP 3D Chess
    Cross-Platform 3D Chess A 3D chess game made using OpenGL and C++ Objectives: -High Quality Graphics -Proper Chess Rules -Availability of Unofficial Chess Rules -Reading Generic Chess Files -Proper A.I. for user vs. computer modes -Good GUI -Network Current Status: Chess rules exist
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    tsdec

    tsdec

    TSDEC - the DVB transport stream offline decrypter

    It is a program that decrypts recorded DVB transport stream files (*.ts) with the recorded control words from a CWL file using the common scrambling algorithm. Unlike cardsharing (where tv program is decrypted instantly during transmission), tsdec uses the offline method. This means, the user needs a cwl file containing the keys for the time and channel of this recording to be able to decrypt it.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    MiniLA logic analyzer software and hardware
    Downloads: 8 This Week
    Last Update:
    See Project
  • 20
    OsiriX - moved to Github
    The project has moved to GitHub: https://github.com/pixmeo/osirix
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    - 임베디드 DBMS인 openML - 서버 DB와 임베디드 DB의 동기화를 해주는 솔루션인 openMSync
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    moto-mz617

    moto-mz617

    This is the 4G LTE tablet based on Android OS.

    This is the 4G LTE tablet based on Android OS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    blurchecker

    An easy way to check and discard your blurry images.

    Open source program that detects blurry images from a list of files and mark them for discard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    iPAQ 200/210/211/212/214 Android Porting

    Porting Android to the iPAQ 200/210/211/212/214 or equilivalent

    Porting Android to the iPAQ 200/210/211/212/214 or equilivalent. It has a 4-inch VGA Screen (TFT LCD display), resistive touchscreen, WiFi, Bluetooth, SD/MMC, CF. Originally it is running Windows Mobile 6 Classic. For help, see README files and the wiki. This project is in Alpha state, that means it is not suitable for daily usage unless developing for the project.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB