Showing 227 open source projects for "file::rsyncp"

View related business solutions
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 1
    Smoke Crypto Chat Messenger for Android

    Smoke Crypto Chat Messenger for Android

    Smoke: Android Crypto Chat Messenger

    Smoke is an encrypting chat messenger for Android written in Java. Please read the Web site for more information: https://textbrowser.github.io/smoke/ (original, current) https://www.amazon.com/dp/3752691999/ https://smokeappope.sourceforge.io/ (old, third party archive) Smoke App OPE - Open Personal Encryption Download Android APK Installer: https://sourceforge.net/projects/smokeappope/files/ Smoke Source: https://github.com/textbrowser/smoke SmokeStack Source:...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    ADB Util

    ADB Util

    Utilities for Android ADB

    Utilities for Android ADB. Runs on Windows, Linux, and Mac. Apk: 'Install apk' and 'Uninstall apk' File: 'Push file', 'Pull files' and 'Delete files' Logcat: Option to show output using app's Process Id. Color highlighting for Error and Warning messages Filter option to block unwanted tags Screen Capture / Camera: 'Take screenshot', 'Pull screenshots', 'Screen Record' and 'Pull camera images' Command: 'List PIDs', 'List Packages', 'getprop' and 'Adb Command' Dialog Reboot: 'Reboot...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    PCSecrets Sync

    PCSecrets Sync

    Synchronize secrets between PCSecrets and Secrets for Android

    ... from Google Play or the .apk file can be downloaded from here. Secrets for Android is available on Google Play. PCSecrets is available on SourceForge. Click on the web site link below for full documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    race-timer

    Informal Race Timer using NFC wristbands

    ... up menu to choose language. Add a new language by adding a json file and modifying the menu. The data directory contains race.db and sql contains sql to create the database. This is very preliminary and YMMV. Testing with my running group over the next few weeks. See wiki for rough install instructions. Developed on Linux Mint.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Automated quote and proposal software for IT solution providers. | ConnectWise CPQ Icon
    Automated quote and proposal software for IT solution providers. | ConnectWise CPQ

    Create IT quote templates, automate workflows, add integrations & price catalogs to save time & reduce errors on manual data entry & updates.

    ConnectWise CPQ, formerly ConnectWise Sell, is a professional quote and proposal automation software for IT solution providers. ConnectWise CPQ offers a wide range of tools that enables IT solution providers to save time, quote more, and win big. Top features include professional quote or proposal templates, product catalog and sourcing, workflow automation, sales reporting, and integrations with best-in-breed solutions like Cisco, Dell, HP, and Salesforce.
  • 5
    Quintenzirkel

    Quintenzirkel

    Circle of Fifths for musicians

    Quintenzirkel (C) 2022 Alexander Groß The present program is subject to the GNU GPL version 3, which is included in the file COPYING the source code. I use the international notation in the program, so german H = B, German B = A#, also I don't use flats, but use the respective sharp variant, i.e. Bb = A#. The application is written in Python and uses Kivy (https://kivy.org) as GUI library, but no other than the standard Python libs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Vue Native

    Vue Native

    Vue Native is a framework to build cross platform native mobile apps

    Vue Native is a framework to build cross-platform native mobile apps using JavaScript. It is a wrapper around the APIs of React Native. So, with Vue Native, you can do everything that you can do with React Native. With Vue Native, you get the simplicity of Vue.js. Incrementally build user interfaces with the familiar syntax of HTML and CSS in single file components. Seamless interop with React Native. Use core React Native components with Vue.js syntax out of the box to develop mobile apps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NbuExplorer
    Nokia NBU, NBF, NFB, NFC and ARC backup file parser, extractor and viewer. It can help you to check content of backup or extract files from it. Requires MS .Net Framework 2
    Leader badge
    Downloads: 120 This Week
    Last Update:
    See Project
  • 8
    GSMTrace

    GSMTrace

    APP to view information of your mobile equipment and mobile cell.

    When possible, GSMTrace visualizes information from your mobile equipment and the operator's BTS cell and eNodeb: - GPS information; - mobile network information; - mobile operator cell information; - cell frequency information; - WI-FI network information; - Save this information in html file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Android Hidden APIs

    Android Hidden APIs

    A library that provides access to Android hidden APIs

    Android Hidden APIs are classes, methods, and resources that Google hides from you because of stability reasons. These features are hidden because they may be changed on next API version. The internal APIs are located in package com.android.internal and available in the framework.jar, while the hidden APIs are located in the android.jar file with @hide javadoc attribute. Now you know the difference. But I will refer to both as hidden APIs. This repo contains a custom android.jar which you can...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 10
    Asynchronous Http Client for Android
    An asynchronous, callback-based Http client for Android built on top of Apache's HttpClient libraries. Make asynchronous HTTP requests, handle responses in anonymous callbacks. Requests use a thread pool to cap concurrent resource usage. Multipart file uploads with no additional third-party libraries. Tiny size overhead to your application, only 60kb for everything. Automatic smart request retries optimized for spotty mobile connections. Automatic gzip response decoding support for super-fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Coral View

    Coral View

    Transfer your info from Excel to your Mobile and bring back mods.

    Transfer your info from Excel to your Mobile device and bring it back again. Your mobile device is capable of much more than just providing you with access to social media, online shopping, email and maps. If you need to take info with you or collect it away from your home or office, Coral View_pod enables you to create a lite weight database (infobase) on your PC. You can populate your infobase with infoitems and transfer it from your PC to your mobile device using email, Dropbox or even...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    karatasi - flip cards on iPhone
    Flip card learning program for iPhone with a spaced learning algorithm. Create your own databases and edit the cards directly on the iPhone. Import Palm databases or csv-formatted files and backup your data with our Java application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PatoGApps

    PatoGApps

    Some Pixel-like GApps, basically some stock GApps.

    A GApps package which includes the Pixel Setup Wizard, GSans font, Pixel 2 black bootanimation and everyone's favourite launcher, Lawnchair! Full list of GApps and other informations included in the README file. For arm/arm64. ARM builds will not be maintained like the arm64 ones, see ARM readme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Wifi Remote Play

    Wifi Remote Play

    Remote Control App for MPC and VLC, for Symbian and Android

    Wifi Remote Play is a remote control app for Android and Symbian (Nokia S60 5th edition smartphones or later), allowing you to control Media Player Classic (MPC) or VLC over a wireless network. This software is completely free - no ads, or having to pay for extra features, unlike many competing players! Also available from F Droid for Android.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Walle

    Walle

    A new generation of channel package packaging artifact

    ...${variantName}Channelscombine with the instruction. The generation directory of the channel package is stored in the default location build/outputs/apk/, and the output directory can also be specified through the parameters wallein the closure.apkOutputFolder. configFileis the path to the configuration file containing channel information and additional information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    NASH OS

    NASH OS

    Nash Operating System for Modern Ecommerce

    The all-built-in-one, automatic, ready-to-go out-of-box, easy-to-use state-of-the-art, and really awesome NASH OS! Over 25,000+ flexible features and controls and all scalable!! The most powerful solution ever built to instantly deliver new heights of online ecommerce enterprise to you.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    Codename One

    Codename One

    Cross-platform app development framework for Java & Kotlin developers.

    Build native mobile applications using Java or Kotlin with our open source tools. Codename One seamlessly integrates with IntelliJ/IDEA, Eclipse & NetBeans to make native write once run anywhere a reality on iOS (iPhone/iPad), Android, Windows (UWP), Desktops and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GooglePlayStoreAPI

    GooglePlayStoreAPI

    fetch apps data on google play store with package name

    you may have your own android app store.these simple classes are free and help you to get all app data from google play such as name,permissions,price,screenshots and etc. so now easily google play is your data source. for this class you need php 5.3 or upper and enable php_openssl.dll extension in your php.ini file. you may want to test it.to test this in your local web server folder extract data to your web server folder. in xampp is htdocs folder!!! if want to know how to get package name...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    aex-mi6

    aex-mi6

    old aex builds for sagit

    ... + wipe all *reboot to recovery *select wipe > advanced wipe select cache then select repair or change file system and select F2FS *Do the same step with Data (*reboot to recovery) *Flash ROM and GApps *boot Thanks to Vantom and Ahmed Ali Based on our love demon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    qMetro

    qMetro

    Subway maps of the World !

    Vector metro (subway) map for calculating route and getting information about transport nodes. Its GPL project for creating analog of pMetro (Muradov B.) About 200 maps of subways are available: http://translate.google.com/translate?sl=ru&tl=en&u=http://pmetro.su/Maps.html (Maps have an open format and can easily be edited or created) App available for many platforms: http://qt-apps.org/content/show.php?content=146249 Also available for Symbian: http://qmetro.sf.net/mobile/ How to...
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 21
    Tools4&Droid

    Tools4&Droid

    Easiest way to install Android applications and manage your device !

    [Compatibility] : Windows The program allows you to install Android applications (extension : .apk) with several options and tools . Necessary requirements such as adb and fastboot are integrated in the application. Android SDK is not required to use this program. The program was developed on Qt platform, basically using C ++. Make sure your device driver is installed on your computer.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    Jasonette

    Jasonette

    Native App over HTTP, on iOS

    Jasonette offers a different, easy way to let you create an iOS app, and that’s by using a single JSON, loaded over HTTP, local file, or anywhere. That’s right, with nothing but JSON, you can create your own native iOS app. It fetches a JSON markup from a server, and self-constructs into the native app in real time. It’s 100% native, 100% JSON, no hard-coding required. It’s the easiest and fastest way to build your app, as it only takes minutes and needs no programming experience. You can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Numtrack

    Numtrack

    (Pakistan) Trace mobile numbers to their name and address.

    Track people to home address by their phone number or CNIC. Works only in Pakistan, and needs an active internet connection. - Available on Android and Windows - Phone database version is 2011 and before, so don't expect new numbers - I am not responsible for what you do with the information you receive, this is intended for shedding light on people who prank call and feel immortal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    android-timestamp-keeper

    Read and write timestamps to files in android

    .... If you want to use an android native app, there's File Timestamp, however the txt format is different. https://play.google.com/store/apps/details?id=br.com.pogsoftwares.filetimestamp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Android Application Manager

    Useful classes to help organise and manage Android applications

    This library utilises three useful classes (AbstractAppManager, AppManager and AbstractManagedActivity) which have been created as the intended starting point for creating an android project with a central managing singleton class, which amongst other things, during the lifetime of an application can control and communicate with each Activity, store objects to be passed between Activities, run a loop on a seperate thread from the UI and manage Logging to a file on the external storage...
    Downloads: 0 This Week
    Last Update:
    See Project