Showing 29 open source projects for "jsch-0.1.54.jar"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely.

    Stay productive working at any distance from anywhere with Monitask.
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 1
    Linux Command Library (Mobile+CLI+Web)

    Linux Command Library (Mobile+CLI+Web)

    1M downloads Linux reference app with basics, tips and formatted pages

    The app currently has 5547 manual pages, 22+ basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    Sandwich

    Sandwich

    Sandwich is an adaptable and lightweight sealed API library

    Sandwich is an adaptable and lightweight sealed API library designed for handling API responses and exceptions in Android for Retrofit, and Kotlin Multiplatform for Ktor, and Ktorfit. Sandwich was conceived to streamline the creation of standardized interfaces to model responses from Retrofit, Ktor, and whatever. This library empowers you to handle body data, errors, and exceptional cases more succinctly, utilizing functional operators within a multi-layer architecture. With Sandwich, the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Pedestal

    Pedestal

    The Pedestal Server-side Libraries

    .... Applications must respond with immediate feedback even while some back-end communication goes on. Pedestal makes it easy to deliver server-sent events and asynchronous updates. Pedestal works with a huge variety of containers and deployment options. Deploy applications or microservices on unikernels, Docker containers, or JAR files. Pedestal supports Tomcat, Jetty, Immutant (with Undertow), Vert.x, nginx, and Netty.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The Voice API that just works | Twilio Icon
    The Voice API that just works | Twilio

    Build a scalable voice experience with the API that's connecting millions around the world.

    With Twilio Voice, you can build unique phone call experiences with one API, to create, receive, control and monitor calls with just a few lines of code. Create an engaging voice experience that you can quickly scale and modify with a wide array of customization options and resources.
  • 5
    CollLib is a library of functions, interfaces, and base implementations, which eases everyday use of imperative programming principles in Java development. CollLib's released jar artifacts are available in the Maven central repository at: http://repo1.maven.org/maven2. If you use Maven (recommended), just add CollLib as a dependency in your project's pom.xml file (groupId=org.colllib, artifactId=colllib). Apart from the Maven distribution the CollLib binaries are also available...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    EventBus

    The no.1 event library for Android

    ... priorities, and many others. It is specifically optimized for high performance and is small at just ~60k jar. It's been proven by numerous apps with more than a billion total installs.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    Vavr

    Vavr

    Object-functional library that runs with Java 8+

    Vavr core is a functional library for Java. It helps to reduce the amount of code and to increase the robustness. A first step towards functional programming is to start thinking in immutable values. Vavr provides immutable collections and the necessary functions and control structures to operate on these values. The results are beautiful and just work. The Vavr binaries can be found on Maven Central. Beside with Gradle and Maven they work also standalone. The documentation gives an overview...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    EA Async

    EA Async

    EA Async implements async-await methods in the JVM

    EA Async implements Async-Await methods in the JVM. It allows programmers to write asynchronous code in a sequential fashion. EA Async should be used to write non-blocking asynchronous code that makes heavy use of CompletableFutures or CompletionStage. It improves scalability by freeing worker threads while your code awaits other processes; And improves productivity by making asynchronous code simpler and more readable. The methods look blocking but are actually transformed into asynchronous...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    jvm-mon

    jvm-mon

    Console-based JVM monitoring tool

    Console-based JVM monitoring - when you just want to SSH into a server and see what’s going on. jvm-top lets you monitor your JVM server applications from the terminal.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Better time tracking for projects, billing, and payroll Icon
    Better time tracking for projects, billing, and payroll

    Journyx makes it easy to gather accurate time and expense data so you can make smarter, more informed business decisions.

    This product is especially great for project managers, COOs, finance professionals, accountants, or payroll admins in any industry.
  • 10
    JavaFX-Applications A set of application written in javaFX Download the everything in one .jar file (pack.jar) see for more info: https://github.com/blockout22/JavaFX-Applications
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    json4java

    Very Compact Java Reader / Writer ( 12kb)

    I was i need of a json writer / parser which is - Compact. Libraries around there are way too big given the json spec and my usual need for a project. -Simply integrated as a simple jar. Dont want to force Maven dependency on projects. Could not find it so i wrote it. I dont claim its perfect , but should save some time for small / medium projecs. Json types are intuitively mapped to their Java counterparts : Map , List. I did not try all UTF16 encodings , but let me know i will fix...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    JarOMine

    JarOMine

    Quickly Search THOUSANDS of Archives!

    If you have ever tried to locate files, classes, and resources buried amongst an ever shifting locus of ZIP and / or JAR files, we feel your pain! After spending far too much time searching hundreds of archives for moving targets, I decided to write JarOMine. Originally designed for locating Java classes, JarOMine works equally well with ZIP archives, too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    JHCaching

    Lightweight LRU Caching library with persistence

    LRU caching map is Least Recent Used Map, (see Wiki), meaning that a Key,Value pair is stored in the cache, with a "expireTime", but every time the Key is retrieved (get method) the expire time is extended. It is a simple POJO one jar library. With complete documentation with examples and javadoc. When the cache reaches is "maxSize" or a cleanup of the cache is performed (automatically by deamon thread dependent on the "LRUCachingMapConfiguration"), it is the keys with least recent used...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Synder

    Synder

    Atom/RSS/SearchSuggestion/OPML processing framework

    Synder is an Atom/RSS/SearchSuggestion/OPML processing framework It is Optimized For Android, but works with Java SE/EE. Synder has a small-footprint, low memory consumption. The only dependency for parsing is a SAX2 implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Alida

    Alida

    An annotation based Java Validation Framework for Java Classes

    - Alida is a lightweight API for validating Java objects. -“Alida” comes from pruning the word “vALIDAtion”. It also means a “Winged creature”. It can give programmers “wings” by delegating the validation to another API. - Alida uses only annotations for ‘marking up’ the objects which need to be validated. - It is packaged as a jar file (alida.jar) which can be dropped in the classpath and used. It can also be configured with eclipse’s annotation processing to give complier errors...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JPOSBr

    JavaPOS implementation and more, for Brazilian Retail applications

    jPOSBr has a collection of JAR files that can help you with tasks such as: - Text files creation for the tax authorities (SPED, Sintegra, PAF, etc.) - Communication with business automation equipments, using JavaPOS standard - Issue Slips Bank - Electronic Invoice (NFE) and Electronic Fiscal Coupon (SAT / NFCe)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Jades

    Jades

    Java distributed executor service library

    This Java library provides the class DistributedExecutorService which implements java.util.concurrent.ExecutorService. The goal is to distribute tasks across a network of machines (nodes) over SSH. The API is designed to be as user-friendly as possible : 1. Instantiate DistributedExecutorService 2. Add nodes 3. Submit tasks The only requirement is that all machines have SSH and a compatible JRE (>= 6). More precisely, when a node is added, the application's jar is automatically copied...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    jAudioTaggerLib

    Repackage of jAudioTagger for developers

    Repackaged what was needed to use jAudioTagger as a library in Java. Made it usable as a netbeans project. Added targets in the build.xml to produce sources jar and javadocs jar for the library jar that is produced. Also uploaded are those jars (that I couldn't find anywhere else).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    http-client-3-wrapper

    Java wrapper around the old commons-http-client.3.1

    This is a java wrapper around the old commons-http-client.3.1 HTTP client which not developed anymore. The wrapper is using the new HttpClient 4.x and keeps binary compatibility. The intention for developing this wrapper was using Axis 2 for accessing a Microsoft Exchange 2010 server which requires a NTLM2 authentication. Not all methods are implemented, but it works for me. Just remove the old commons-httpclient-3.1.jar and add http-client-3-wrapper to your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Nen

    Nen

    neural network implementation in java

    3-layer neural network for regression and classification with sigmoid activation function and command line interface similar to LibSVM. Quick Start: "java -jar nen.jar"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    For Java developpers who need to request SOAP server... until SOAP is deprecated. This is a client Java API. It does not require neither perform any code generation. It fits within a single jar file. soap-dust is validated against real servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Java Fastest String Utility
    Fastest string utility is java library (JAR ) for string operation . This library is very easy to use, very fast and very efficient in string operations such as split, toUpperCase, toLowerCase, replace, delete, regular expression and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A java utility that merges jars together to form a single unified jar. Supports complex merge scenarios, including merging OSGi manifest files for example. Extensible and configurable. Intended for java developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    DotNetSSH
    DotNetSSH is a pure .NET implementation of the SSH2 client protocol suite. DotNetSSH development is alive and active. DotNetSSH is a fork of Tamir's excellent SharpSSH, itself is a port of JCraft's java Jsch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BlueCsv
    Blue Csv es una libreria para la lectura y escritura de archivos CSV para .NET y java. descargar dll o jar segun el caso. Es liviana, potente y bien documentada por lo tanto facil de implementar para cualquier otro lenguaje.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next