Search Results for "open ssh windows" - Page 5

Showing 277 open source projects for "open ssh windows"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 1
    KOIN

    KOIN

    Pragmatic lightweight dependency injection framework for Kotlin

    The pragmatic Kotlin & Kotlin Multiplatform Dependency Injection framework. A framework to help you build any kind of Kotlin & Kotlin Multiplatform application, from Android mobile, and Multiplatform apps to backend Ktor server applications Koin is developed by Kotzilla and open-source contributors. Koin is a smart Kotlin dependency injection library to keep you focused on your app, not on your tools. Koin gives you simple tools and API to let you build, assemble Kotlin related technologies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OpenAI API client for Kotlin

    OpenAI API client for Kotlin

    OpenAI API client for Kotlin with multiplatform capabilities

    OpenAI API client for Kotlin with multiplatform and coroutines capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    deep-clean

    deep-clean

    When Gradle or the IDE let you down, just --nuke all them caches

    A Kotlin script that nukes all build caches from Gradle/Android projects. Useful when Gradle or the IDE let you down. The script has been tested on macOS, but it is completely untested on Linux and Windows. KScript may not work at all on Windows! For this script to work, you need to have kotlin, script, and maven on your PATH. If you don't have all three commands on your PATH, then read on to the next section to install them. To make the script run, we'll first need to install all the required...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Squircle CE

    Squircle CE

    Squircle CE is a fast and free multi-language code editor for Android

    Squircle CE is a fast and free multi-language code editor for Android. This repository contains the complete source code and the build instructions for the project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • 5
    Tock

    Tock

    Tock, the open source conversational AI toolkit

    ... by leveraging Tock APIs. Try Tock online, deploy in minutes using Docker running configurations, or setup your own platform to the Cloud, On-Premise, even embedded. More and more teams and companies trust in Tock and open conversational platforms. Built-in connectors for numerous text/voice channels, Messenger, WhatsApp, Google Assistant, Alexa, Twitter and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    TeXiFy-IDEA

    TeXiFy-IDEA

    LaTeX support for the IntelliJ platform by JetBrains

    LaTeX support for the IntelliJ Platform by JetBrains. Create the most beautiful LaTeX documents with the user-friendliness of the IntelliJ platform. This plugin adds the tools to make creating LaTeX documents a breeze. We are currently doing our best to develop the plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Android FHIR SDK

    Android FHIR SDK

    Android FHIR SDK, a set of Kotlin libraries for building offline apps

    The Android FHIR SDK is a set of Kotlin libraries for building offline-capable, mobile-first healthcare applications using the HL7® FHIR® standard on Android. It aims to accelerate the adoption of FHIR by making it easy to incorporate FHIR into new and existing mobile applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    kaml

    kaml

    YAML support for kotlinx.serialization

    This library adds YAML support to Kotlinx serialization. Currently, only Kotlin/JVM is fully supported. Kotlin/JS support is considered highly experimental. It is not yet fully functional and may be removed or modified at any time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    KPermissions

    KPermissions

    A Kotlin library which helps to request runtime permissions in Android

    An Android library is totally written in Kotlin that helps to request runtime permissions. This library is compatible also with Android M (API 23) where runtime permissions don't exist, so you have to handle them separately. To discover all the APIs of this library, check the wiki. It contains some useful notes and advanced features not explained in the README. For further samples, check the sample provided by this library. It shows how to integrate this library and request permissions from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • EBizCharge Payment Platform for Accounts Receivable Icon
    EBizCharge Payment Platform for Accounts Receivable

    Getting paid has never been easier.

    Don’t let unpaid invoices limit your business’s growth. EBizCharge plugs directly into the tools your business already uses to speed up payment collection.
  • 10
    Kotter

    Kotter

    A declarative, Kotlin-idiomatic API for writing dynamic console app

    Kotter (a KOTlin TERminal library) aims to be a relatively thin, declarative, Kotlin-idiomatic API that provides useful functionality for writing delightful console applications. It strives to keep things simple, providing a solution a bit more opinionated than making raw println calls but way less featured than something like Java Curses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Lyricist

    Lyricist

    Missing I18N/L10N (internationalization/localization) multiplatform

    Jetpack Compose greatly improved the way we build UIs on Android, but not how we interact with strings. stringResource() works well, but doesn't benefit from the idiomatic Kotlin like Compose. Lyricist tries to make working with strings as powerful as building UIs with Compose, i.e., working with parameterized string is now typesafe, use of when expression to work with plurals with more flexibility, and even load/update the strings dynamically via an API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Strikt

    Strikt

    An assertion library for Kotlin

    Strikt is an assertion library for Kotlin intended for use with a test runner such as JUnit, Minutest, Spek, or KotlinTest. Strikt uses a fluent assertion style similar to AssertJ but leverages Kotlin's type system and extension functions rather than needing a complex hierarchy of assertion builder classes. Strikt is under development, but 100% usable. The API may change until version 1.0 is released. Any suggestions, issue reports, contributions, or feedback are very welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    PartiQL Lang Kotlin

    PartiQL Lang Kotlin

    PartiQL libraries and tools in Kotlin.

    This is a Kotlin implementation of the PartiQL specification. PartiQL is based on SQL-92 and has added support for working with schemaless hierarchical data. PartiQL’s extensions to SQL are easy to understand, treat nested data as first-class citizens, and compose seamlessly with each other and SQL. This repository contains an embeddable reference interpreter, test framework, and tests for PartiQL in Kotlin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Hexagon

    Hexagon

    Hexagon is a microservices toolkit written in Kotlin

    Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of server applications (Web applications or APIs) that run inside a cloud platform. The Hexagon Toolkit provides several libraries to build server applications. These libraries provide single standalone features and are referred to as "Ports".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Doodle

    Doodle

    A pure Kotlin UI framework for the Web and Desktop

    Doodle helps you create beautiful, modern apps entirely in Kotlin. Its render model is intuitive yet powerful, making it easy to achieve complex UIs with pixel-level precision and layouts. This simplicity and power apply to everything from user input to drag and drop. Doodle lets you build and animate anything. Start creating your app for the Web and Desktop; just define your View hierarchy and business logic, and go.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Talaiot

    Talaiot

    Simple and extensible plugin to track task times in Gradle Project

    Talaiot is an extensible library targeting teams using the Gradle Build System. It records build/task duration helping to understand problems of the build and detecting bottlenecks. For every record, it will add additional information defined by default or custom metrics. Talaiot is compatible with different systems like InfluxDb, Elasticsearch or RethinkDb. You need to use a Plugin to work with Talaiot. You can use the standard plugin, including all the functionality, or if you have a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Kotlin JDSL

    Kotlin JDSL

    Kotlin library that makes it easy to build and execute queries

    Kotlin JDSL is a Kotlin library that makes it easy to build a query without a generated metamodel. There are many libraries that use an annotation processing tool (APT) to do the job. However, with the APT, you have to recompile whenever the name or type of field in an entity or a table class is changed. Kotlin JDSL provides a domain-specific language (DSL) based on KClass and KProperty to help you easily build queries without such inconveniences from the APT. Kotlin JDSL does not provide an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Android Pluto

    Android Pluto

    Android Pluto is a on-device debugging framework for Android apps

    Android Pluto is an on-device debugging framework for Android applications, which helps intercept Network calls, capture Crashes & ANRs, manipulate application data on-the-go, and much more. Pluto is an on-device debugging framework for Android applications, which helps in the inspection of HTTP requests/responses, captures Crashes, and ANRs, and manipulates application data on the go. It comes with a UI to monitor and share the information, as well as APIs to access and use that information...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SpaceX prepare for Clean Architecture

    SpaceX prepare for Clean Architecture

    Clean Architecture Modular Project: MVVM + Jetpack Compose

    The purpose of this project is to consolidate some of the learned insights throughout the years about the Clean Architecture principles and reflect those lessons on Android, taking advantage of the Kotlin programming language features too. This project summarises some of the general use cases and demands on a typical production project using: Jetpack Compose, Functional Programming, MVVM, Kotlin Coroutines, and Kotlin Flows (check the branches section for more information).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PreCompose

    PreCompose

    Compose Multiplatform Navigation && State Management

    Compose Multiplatform Navigation && ViewModel, inspired by Jetpack Navigation, ViewModel and Lifecycle, PreCompose provides similar (or even the same) components for you but in Kotlin, and it's Kotlin Multiplatform project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Kotshi

    Kotshi

    An annotation processor that generates Moshi adapters

    An annotation processor that generates Moshi adapters from Kotlin classes. There is a reflective adapter for Kotlin but that requires the Kotlin reflection library which adds a lot of methods and increases the binary size which in a constrained environment such as Android is something is not preferable. This is where Kotshi comes in, it generates fast and optimized adapters for your Kotlin data classes, just as if you'd written them by hand yourself. It will automatically regenerate the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    AtomicFU

    AtomicFU

    The idiomatic way to use atomic operations in Kotlin

    Atomicfu is a multiplatform library that provides an idiomatic and efficient way of using atomic operations in Kotlin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Capturable

    Capturable

    Jetpack Compose utility library for capturing Composable content

    A Jetpack Compose utility library for converting Composable content into Bitmap image. In the previous View system, drawing Bitmap Image from View was very straightforward. But that's not the case with Jetpack Compose since it's different in many aspects from previous system. This library helps easy way to achieve the same results.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Drag & Drop n' Swipe Recyclerview

    Drag & Drop n' Swipe Recyclerview

    Kotlin Android library that extends RecyclerView to support gestures

    Highly customizable Android library written in Kotlin that uses AndroidX and extends RecyclerView to include extra features, such as support for drag & drop and swipe gestures, among others. It works with vertical, horizontal and grid lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    kotlin-result

    kotlin-result

    Multiplatform Result monad for modelling success or failure operations

    A multiplatform Result monad for modeling success or failure operations. The binding keyword allows multiple calls that each return a Result to be chained imperatively. When inside a binding block, the .bind() function is accessible on any Result. Each call to bind will attempt to unwrap the Result and store its value, returning early if any Result is an Err.
    Downloads: 0 This Week
    Last Update:
    See Project