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

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

View related business solutions
  • 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
  • Network Management Software and Tools for Businesses and Organizations | Auvik Networks Icon
    Network Management Software and Tools for Businesses and Organizations | Auvik Networks

    Mapping, inventory, config backup, and more.

    Reduce IT headaches and save time with a proven solution for automated network discovery, documentation, and performance monitoring. Choose Auvik because you'll see value in minutes, and stay with us to improve your IT for years to come.
    Learn More
  • 1

    toPDF

    Online service for PDF conversion (to PDF)

    A simple online service for PDF conversion. This project is a simple library and also a web application. It offers a REST service and a simple upload service for synchronous conversion. This library/application doesn't contain conversion libraries because it's a wrapper for existing tools. toPDF currently supports the open source tool PDF Creator (http://www.pdfforge.org) and the commercial solution, easy PDF, from BCL (http://www.pdfonline.com/easypdf/sdk/).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Actual Budget

    Actual Budget

    Local-first personal finance app for budgeting, tracking accounts,

    Actual Budget is a local-first personal finance app designed for people who want a fast, privacy-focused, and fully user-controlled way to manage their money. It provides a modern platform for budgeting, tracking accounts, recording transactions, and understanding day-to-day finances without giving up ownership of your data. Actual is built around a local-first architecture, meaning your budget data lives on your device, while synchronization can be used to keep changes consistent across devices. The project is fully open source and available under the MIT license. Actual combines strong performance with a clean budgeting workflow and is especially well known for its support of envelope budgeting. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    rotki

    rotki

    A portfolio tracking, analytics, accounting and tax reporting app

    A portfolio tracking, analytics, accounting and tax reporting application that respects your privacy
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    MCPower

    MCPower

    MCPower — simple Monte Carlo power analysis for complex models

    MCPower-GUI is a desktop application that provides a graphical interface for the MCPower Monte Carlo power analysis library. It guides users through the full workflow across three tabs: Model setup (formula input with live parsing, CSV data upload with auto-detected variable types, effect size sliders, and correlation editing), Analysis configuration (find power for a given sample size or find the minimum sample size for a target power, with multiple testing correction and scenario analysis), and Results (interactive charts, exportable tables, and auto-generated Python replication scripts). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    QtCDB2
    QtCDB2 is new rewritten software for Coincidence Doppler Broadenning of Positron Annihilation line measurement. Instead of old QtCDB, this version doesnt need external trigger chain. Software is based on Qt and Qwt libraries. Adlink PCI-9820 or other Adlink wd-dask based DAQ is needed to run binaries. HpGe Preamplifier gain 500mV/MeV is needed to correct work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cclite

    Cclite

    Cclite Alternative Currency Software

    ...Multi-registry (group), multi-currency, with inter-registry transactions using web services (SOAP,REST), with rough templates for 17 languages. Various payment interfaces email, SMS, jabber, batch. User manual. Note Cclite is NOT crypto, it's mutual social credit! https://github.com/hbarnard/cclite-android-app this is now also here as: https://sourceforge.net/projects/cclite-android-app
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Sorting-Visualizer

    Sorting-Visualizer

    A GUI sorting visualizer desktop application

    A GUI sorting visualizer desktop application that helps to visualize various sorting algorithms interactively. Visualizer the sorting algorithms like Bubble sort, Insertion sort, Selection sort, Gnome sort, Shaker sort and Odd even sort. Change the bar color and background by customizing. Increase or decrease speed of animation to visualize the sorting process. Download now!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    atomes

    atomes

    Analysis, visualization, edition of 3D atomistic models

    atomes is a Free (Open Source) cross-platform software licensed under the terms of the Affero GPL v3+ license. atomes is a toolbox developed to analyze, to visualize and to create/edit three-dimensional atomistic models. atomes also provides an advanced input preparation system for further calculations using well known molecular dynamics codes: - Classical MD : DL-POLY and LAMMPS - ab-initio MD : CPMD and CP2K - QM-MM MD : CPMD and CP2K atomes is developed by Dr. Sébastien Le...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Open Wearables

    Open Wearables

    Unified API for 200+ wearables. Self-hosted, no fees.

    Open-source, self-hosted health intelligence platform that unifies data from 200+ wearables into a single API. Built to democratize access to wearable data infrastructure that's typically locked behind enterprise contracts - deploy with docker-compose, own your data, no per-user fees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 10
    Suivi Conso Elec

    Suivi Conso Elec

    Application Web de suivi conso. de compteur EDF

    This project aims at recording and analysing home's electrical power consumption.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The GEM 3D engine is a portable, free, open source, easy to use, software development kit which allows you to build high performance 3D graphics applications such as games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    FlexiList.

    FlexiList.

    FlexiList is a Java data structure that combines the benefits of array

    FlexiList is a Java data structure that combines the benefits of arrays and linked lists. Like an array, it allows for efficient access to elements by index. Like a linked list, it allows for efficient insertion and deletion of elements at any position in the list. Benefits Over Arrays and ArrayList ->Efficient Insertion and Deletion: FlexiList can insert or delete nodes at any position in the list in O(1) time, whereas arrays require shifting all elements after the insertion or deletion point. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Milestones - Day Countdown

    Milestones - Day Countdown

    Create a visual day countdown with intermediate milestones

    Milestones is a web app that allows you to visually countdown the days leading to a certain event using a progress bar graphic. You can also plot milestones on this progress bar to signify certain events that happen before the countdown is over, such as the stages of a project or the terms in a school year. Each milestone also has it's own progress bar.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Asterisk GUI client, VICIdial

    Asterisk GUI client, VICIdial

    VICIdial Contact Center Suite

    This software suite is designed to extend the functionality of the Asterisk PBX through platform-independant web-client applications. Includes the VICIdial inbound/outbound contact center application. The suite is scalable across multiple Asterisk servers.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 16
    Free SAP Table Download Power Connector

    Free SAP Table Download Power Connector

    Free Download / Extract / Export from SAP to Excel / CSV / XML

    Download / Export any SAP table to Excel and/or CSV or XML individually or in groups! Use (simple/complex) filters . Option to schedule downloads or start via command line as well. Can replace full table download from SE16 SE16N SE16H and ties as connector with RPA e.g. Blueprism, UIPATH, Alteryx, Power Apps & Power Automate & Excel. Can also provide you SAP table downloads via its web services for e.g. Power Query and Power BI. ATTENTION: THIS VERSION ONLY WORKS IF YOUR SAP...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17

    GM Online Registration

    Web Online Registration and Payment System for Events

    Online registration and payment system for events, to be added to an existing web site (HTML or WordPress). Can be used for any type of registration that requires payment, such as events, membership, etc. Consists of HTML, CSS, Javascript, PHP, and MySQL files. Requirements: PayPal Seller account linked to a bank account Web Server with PHP scripting (version 5, 7, or 8) and MySQL database NOTE: This system has only been tested with a web host running a Unix/Linux operating system with the Apache or Lightspeed web server. It has NOT been tested with a web host running the Windows operating system with the IIS web server. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 18
    TRAK for Visio

    TRAK for Visio

    Simple Visio stencil to help create TRAK architecture views

    A Visio stencil that provides the elements and connectors from the TRAK metamodel for you to create TRAK architecture views with. With thanks to Nic Plum for the latest revision. TRAK is an ISO/IEC 42010:2011-compliant open-source architecture framework for enterprise architecture modelling / architecture description in all domains. TRAK is specified in three parts and is available at: * http://trak.sourceforge.net [overview] * http://trakmetamodels.sourceforge.net...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AWA-Core

    AWA-Core

    Full application for factory, process engineer and Automation..

    ...More than an Historian... AWA-Core (Another Way of Automation) is a complete suite that allows engineers, PLC programmers and factory designers to create huge projects for retrieving data, creating graphics, automatic scripts, exports and data links.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    M. Vezelis Bits Visualiser

    M. Vezelis Bits Visualiser

    It helps you track your personal budget and visualises income/expenses

    ...The visualiser lets you set the targets that you expect to reach in the budget, and the asynchronous transactions scheduler keeps a track of such budget changes in the background. The observations summary panel gives you information on the current status of the budget. The data gets seamlessly highly encrypted underneath the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    WagLabel Barcode Label Printing Software

    WagLabel Barcode Label Printing Software

    WagLabel is an advanced Barcode Labeling Software

    WagLabel is a powerful barcode label software that helps businesses easily create, customize, and print professional barcode labels in seconds. Import data from Excel, CSV, SQL and Oracle databases. Designed for speed, accuracy, and flexibility, WagLabel supports all major 1D (linear) and 2D barcode formats, making it the ideal solution for product labeling, inventory management, logistics, retail, and manufacturing. With an intuitive interface and high-performance barcode engine, WagLabel enables users to generate high-resolution barcode labels quickly—without technical complexity.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 22
    Java 2D & 3D visual entity relationship design & modeling (ERD,SQL) for Oracle,MSSQL,Postgres,MySQL,...,Database change&dictionary management, Swing Data Binding, Apache FOP Renderer for dot matrix printers,Sparx Enterprise Architect Reports + more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ReViMS

    ReViMS

    ReViMS, a 3D volume rendering tool for light-sheet/confocal microscopy

    Reconstruction and Visualization from Multiple Sections (ReViMS), an open-source, user-friendly software for automatically estimating volume and several other features of 3D multicellular aggregates (i.e., cancer spheroid, zebrafish, fruit fly). ReViMS requires a z-stack of 2D binary masks, obtained by segmenting a sequence of fluorescent images acquired by scanning the aggregate along the z axis, using a confocal or a light-sheet fluorescent microscope. It provides a number of tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Clicks`n`Bricks

    Clicks`n`Bricks

    Cloud based program for POS, CRM, Inventory, Workorders, Services

    Clicks`n`Bricks was originally written for luxury goods retailers. It features Point of Sale (POS), Customer Relations Management (CRM), Inventory Control, Inventory Control for Jewelers including Stone inventory, Workorders plus more. Because of it's CRM element, this program works well for any customer-centric business such as Retailers, Service Providers and other businesses needing workorders and invoicing. Program editions contained in the distribution file include Retail, Wholesale,...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25

    WinManager2024

    Ticket Manager for Company management

    Ticket Manager for Company management
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB