Search Results for "open ssh windows" - Page 9

Showing 277 open source projects for "open ssh windows"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    android-startup

    android-startup

    Performant way to initialize components at the application startup

    The Android Startup library provides a straightforward, performant way to initialize components at the application startup. Both library developers and app developers can use Android Startup to streamline startup sequences and explicitly set the order of initialization.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    kotlin-flow-extensions

    kotlin-flow-extensions

    Extensions to the Kotlin Flow library

    Extensions to the Kotlin Flow library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Localization Library

    Localization Library

    Android In-app language changing library

    Header image Android library for in-app language changes support in your application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Einsen

    Einsen

    Einsen is a prioritization app that uses Eisenhower matrix technique

    Einsen is a prioritization app that uses Eisenhower matrix technique as a workflow to prioritize a list of tasks & built to Demonstrate the use of Jetpack Compose with Modern Android Architecture Components & MVVM Architecture.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Propelling Payments for Software Platforms Icon
    Propelling Payments for Software Platforms

    For SaaS businesses to monetize payments through its turnkey PayFac-as-a-Service solution.

    Exact Payments delivers easy-to-integrate embedded payment solutions enabling you to rapidly onboard merchants, instantly activate a variety of payment methods and accelerate your revenue — delivering an end-to-end payment processing platform for SaaS businesses.
  • 5
    Kotless

    Kotless

    Kotlin Serverless Framework

    Kotless stands for Kotlin serverless framework. Its focus lies in reducing the routine of serverless deployment creation by generating it straight from the code of the application itself. So, simply speaking, Kotless gives you one magic button to deploy your Web application as a serverless application on AWS and Azure. Kotless is able to deploy existing Spring Boot or Ktor applications to AWS serverless platform. To do it, you'll need to set up a plugin and replace the existing dependency...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Decompose Kotlin

    Decompose Kotlin

    Kotlin Multiplatform lifecycle-aware business logic components

    Decompose is a Kotlin Multiplatform library for breaking down your code into lifecycle-aware business logic components (aka BLoC), with routing functionality and pluggable UI (Compose, Android Views, SwiftUI, Kotlin/React, etc.).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    UndoRedoManager

    UndoRedoManager

    Lightweight library implementing an undo-redo system for Kotlin

    UndoRedoManager is a lightweight library inspired in Java Swing UndoManager for implementing an undo-redo system in Kotlin. The library allows transactions and individual actions, as well as setting a limit to the queue of the manager See Wiki for examples
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pinview

    Pinview

    A pinview library for Android

    Pinview library for Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    KotCity

    KotCity

    KotCity, an open source city simulator

    ... will be fully supported on Windows, macOS, and Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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.
  • 10
    Splitties

    Splitties

    A collection of hand-crafted extensions for your Kotlin projects

    Splitties is a collection of small Kotlin multiplatform libraries (with Android as first target). These libraries are intended to reduce the amount of code you have to write, freeing code reading and writing time, so you can focus more on what you want to build for your users (even if you're the only one), or have more time to have fun. This project is named "Splitties" because it is split in small modules, distributed as independent libraries, so you can add only the ones you need to your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    MarvelHeroes

    MarvelHeroes

    A sample Marvel heroes application based on MVVM

    MarvelHeroes is a demo application based on modern Android application tech-stacks and MVVM architecture. Fetching data from the network and integrating persisted data in the database via repository pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    DisneyMotions

    DisneyMotions

    Disney app using transformation motions based on MVVM

    A Disney app using transformation motions based on MVVM (ViewModel, Coroutines, Flow, Room, Repository, Koin) architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    McImage

    McImage

    Auto Check big images and compress images in building

    Android Gradle Plugin. Auto Check big images and compress images in building. McImage is a Non-invasive plugin for compressing all res in your project. Version 1.0.1 now supports all build.gradle version! Already supports mavenCentral. Compress all png and jpg, every img can save %70 in size. It is possible to convert imgages to webp (after v0.0.3 support) Auto match the system which you build your project. Support includes Linux, Mac OS X and Windows (after v0.0.4 support) Use this plugin only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Image Picker Library for Android

    Image Picker Library for Android

    Image Picker for Android, Pick an image from Gallery

    Easy to use and configurable library to Pick an image from the Gallery or Capture an image using a Camera. It also allows to Crop and Compress the Image based on Aspect Ratio, Resolution, and Image Size. Almost 90% of the apps that I have developed have an Image upload feature. Along with the image selection, Sometimes I needed a crop feature for my profile image for that I've used uCrop. Most of the time I need to compress the image as the image captured from the camera is more than 5-10...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    MVIKotlin

    MVIKotlin

    Extendable MVI framework for Kotlin Multiplatform

    Extendable MVI framework for Kotlin Multiplatform with powerful debugging tools (logging and time travel) MVI stands for Model-View-Intent. It is an architectural pattern that utilizes unidirectional data flow. The data circulates between Model and View only in one direction, from Model to View and from View to Model. MVIKotlin is a Kotlin Multiplatform framework that provides a way of (not only) writing shared code using MVI pattern. It also includes powerful debug tools like logging and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Component Jetpack Kotlin MVVM

    Component Jetpack Kotlin MVVM

    Componentized Jetpack Kotlin MVVM project practice

    Componentized Jetpack Kotlin MVVM project practice, involving Jetpack-related components, Kotlin-related technologies, coroutine Retrofit, Paging3 Room, etc. When running the main App, the sub-module belongs to the library, and when running independently, the sub-module belongs to the application. Then we only need to add a flag in gradle.properties in the root directory to distinguish the status of the module, such as singleModule = false. This flag can be used to indicate whether the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    RxTool

    RxTool

    A collection of tools that Android developers have to collect

    A collection of tools that Android developers have to collect, Alipay payment, WeChat payment (unified order), WeChat sharing, Zip4j compression (supports sub-volume compression and encryption), Scanning and generation of codes and barcodes. Commonly used Dialog. WebView package can play video, Imitation betta fish sliding verification code. Toast package, Vibration, GPS, Color Picker, ArcGis, VTPK, Compile and run, maybe you will find surprises. The development process often requires the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Slazzer-Auto Image Background Remover

    Slazzer-Auto Image Background Remover

    Slazzer-Android can help to remove image background automatically

    Our online background remover instantly detects the subject from any photo and gives you a smooth & clear cutout. Now you can save an incredible amount of time as our AI is capable of handling hair, fur or any complex edges in just a few seconds. Install our desktop application to drag and drop 1000s of images at once. Click "Start" and watch as each image gets cut out automatically. Boost your efficiency and replace background from multiple images to get thousands of AI-powered cut outs for...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Scarlet

    Scarlet

    A Retrofit inspired WebSocket client for Kotlin, Java, and Android

    A Retrofit-inspired WebSocket client for Kotlin, Java, and Android. We are working on a new version of Scarlet that supports other persistent connection protocols: ServerSentEvent, Socket IO, STOMP, and MQTT. It can be found on the 0.2.x branch.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    SurvivalManual

    SurvivalManual

    Libre Survival Manual for Android with offline in mind

    This is a survival manual/guide based on the public domain US Army Survival Field Manual FM 3-05.70 (FM 21-76). It is fully functional offline, which is important in the case of a catastrophe. But it doesn't have to be used only in emergency situations, it can also be useful for outdoor trips, walks, camps, and learning about nature and yourself truly. This is not only fun, but you can also train skills (fire, build shelter, ...) that you may need in a catastrophe. Some things work best with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Free SLOC

    Free SLOC

    Free SLOC counts physical lines of code (SLOC) for many languages

    Free SLOC is a lightweight application for counting physical lines of code (NOT logical lines of code 'LLOC') for many format files, as Java, Python, C, C++, HTML,..., as well as comment lines, blank lines and delimiter lines. Use GUI or console mode (type -h in command line to see options). Use double-click right button in tree to open folder or see source file. Source code in Files tab (Kotlin)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Expenso

    Expenso

    Demonstrate the use of modern android architecture component

    A Simple Expense Tracker App built to demonstrate the use of modern android architecture components with MVVM Architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Charlatano

    Charlatano

    Proves JVM cheats are viable on native games

    ... that bring the public the next step in free and open-source cheating software! Aim assistance mode for professional and high-level players. Bone trigger, reduced flash. Stream-proof OpenGL overlay with box and skeleton ESP. /Glow ESP (not stream-proof) Humanized bunny hop using scroll input. "Flat" aim bot with traditional linear-regression paths (not safe for use on leagues! use "PathAim" instead)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Super Bottom Sheet

    Super Bottom Sheet

    Android native BottomSheet on steroids

    This library allows you to display the bottom sheets in your application with the bonus of animating the color of the status bar and the upper rounded corners while scrolling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Reactive MVVM

    Reactive MVVM

    My way to MVVM using KotlinX Coroutines and Android data-binding

    My way to MVVM using KotlinX Coroutines with Android data binding. Use MVVM using architecture components with to separate Android Framework with a clean architecture to my domain logic. Use Android Databinding with LiveData to glue ViewModel and Android.
    Downloads: 0 This Week
    Last Update:
    See Project