Showing 95 open source projects for "java 1.8"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

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

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • 1
    Java Client for Google Maps Services

    Java Client for Google Maps Services

    Java client library for Google Maps API Web Services

    This library brings the Google Maps API Web Services to your server-side Java application. Each Google Maps Web Service request requires an API key. API keys are generated in the 'Credentials' page of the 'APIs & Services' tab of Google Cloud console. The Java Client for Google Maps Services is designed for use in both server and Android applications. In either case, it is important to add API key restrictions to improve the security of your API key. Additional security measures, such as hiding...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Fingerprint Pro Server API Java SDK

    Fingerprint Pro Server API Java SDK

    Java SDK for Fingerprint Pro Server API

    Fingerprint Pro Server API provides a way for validating visitors’ data issued by Fingerprint Pro.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    checkstyle

    checkstyle

    Development tool to help programmers write standard Java code

    Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard. Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration files are supplied supporting the Sun Code Conventions, Google Java Style. Checkstyle can check many aspects...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    Amazon Kinesis Flink Connectors

    Amazon Kinesis Flink Connectors

    Contains various Apache Flink connectors to connect to AWS data

    This library contains various Apache Flink connectors to connect to AWS data sources and sinks. This repository contains various Apache Flink connectors to connect to AWS Kinesis data sources and sinks. Flink maintain backwards compatibility for the Sink interface used by the Firehose Producer. This project is compatible with Flink 1.x, there is no guarantee it will support Flink 2.x should it release in the future. An Apache Flink application is a Java or Scala application that is created...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Manage Properties Better For Free Icon
    Manage Properties Better For Free

    For small to mid-sized landlords and property managers

    Innago is a free and easy-to-use property management solution. Whether you have 1 unit or 1000, student housing, or commercial properties, Innago is built for you. Our software is designed to save you time and money, so you can spend more time doing the things that matter most.
  • 5
    BotCity Framework Core

    BotCity Framework Core

    BotCity Framework - Open Source RPA

    Core module of the BotCity RPA framework. Basically, this module provides features to recognize UI elements and interact with it using mouse and keyboard actions. There are a number of third-party dependencies used in the project. Browse the Maven pom.xml file for details of libraries and versions used.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    sbt

    sbt

    sbt, the interactive build tool

    Define your tasks in Scala. Run them in parallel from sbt's interactive shell. sbt is built for Scala and Java projects. It is the build tool of choice for 93.6% of the Scala developers (2019). One of the examples of a Scala-specific feature is the ability to cross-build your project against multiple Scala versions. build.sbt is a Scala-based DSL to express parallel processing task graph. Typos in build.sbt will be caught as a compilation error. With Zinc incremental compiler and file watch...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    AWS CloudTrail Processing Library

    AWS CloudTrail Processing Library

    Helps Java developers to easily consume and process log files from AWS

    The AWS CloudTrail Processing Library is a Java client library that makes it easy to build an application that reads and processes CloudTrail log files in a fault-tolerant and highly scalable manner. The AWS CloudTrail Processing Library helps Java developers to easily consume and process log files from AWS CloudTrail. Provides functionality to continuously download CloudTrail log files in a fault-tolerant and scalable manner. Serializes the events in JSON format to Plain Old Java Objects (POJO...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Stanford CoreNLP

    Stanford CoreNLP

    Stanford CoreNLP, a Java suite of core NLP tools

    CoreNLP is your one stop shop for natural language processing in Java! CoreNLP enables users to derive linguistic annotations for text, including token and sentence boundaries, parts of speech, named entities, numeric and time values, dependency and constituency parses, coreference, sentiment, quote attributions, and relations. CoreNLP currently supports 6 languages, Arabic, Chinese, English, French, German, and Spanish. The centerpiece of CoreNLP is the pipeline. Pipelines take in raw text...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Reactor Netty

    Reactor Netty

    TCP/HTTP/UDP/QUIC client/server with Reactor over Netty

    Reactor Netty offers non-blocking and backpressure-ready TCP/HTTP/UDP/QUIC clients & servers based on Netty framework. With Gradle from repo.spring.io or Maven Central repositories (stable releases only). Reactor is a fourth-generation reactive library, based on the Reactive Streams specification, for building non-blocking applications on the JVM. Reactor is fully non-blocking and provides efficient demand management. It directly interacts with Java's functional API, CompletableFuture,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    JTS Topology Suite

    JTS Topology Suite

    Java library for creating and manipulating vector geometry.

    The JTS Topology Suite is a Java library for creating and manipulating vector geometry. It also provides a comprehensive set of geometry test cases, and the TestBuilder GUI application for working with and visualizing geometry and JTS functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Xodus

    Xodus

    Transactional schema-less embedded database used by JetBrains

    JetBrains Xodus is a transactional schema-less embedded database that is written in Java and Kotlin. It was initially developed for JetBrains YouTrack, an issue tracking and project management tool. Xodus is also used in JetBrains Hub, the user management platform for JetBrains' team tools, and in some internal JetBrains projects. Xodus is highly concurrent. Reads are completely non-blocking due to MVCC and true snapshot isolation. Xodus is schema-less and agile. It does not require schema...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    OpenAS2

    AS2 1.1 server implementation in Java

    OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms. Supports very high traffic volume allowing parallel processing of files per partner. Requirements: - Java 1.8 or newer (tested with the LTS versions of Java up to 17) - Any OS that runs Java Planned enhancements in the next major release: - User interace configuration GUI - Certificate...
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 13
    Simple Socket Tool

    Simple Socket Tool

    Application for testing Server or Client socket connections (TCP)

    Application for creating Server or Client socket connections (TCP). Possibility to send binary files and a "HEX" mode for send/receive byte values. Handle multiple send areas = easy send different messages. Store the conversation in a binary file. No installation - Availible wrapped in i single .exe file that can be run on Windows system without admin rights, or use the .jar file on Linux & Mac A Java application that requires Java 1.8 or above, NOTE! If you encounter problems with the .exe...
    Downloads: 47 This Week
    Last Update:
    See Project
  • 14

    JavaCC Eclipse Plugin

    Version 1.6.1

    The JavaCC Eclipse Plugin provides a JavaCC & JTB editor and a builder which process .jj, .jjt & .jtb files and integrate with Eclipse's incremental build system. Compatible with Eclipse 4.6.0+ and Java 1.8+. Also embeds JTB 1.5.1.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    GNU Gluco Control (GGC) is diabetes management application. It helps managing user's daily data, food data. Has graphs, statistics, printing, diabetes devices support (meter, pump, CGMS). It works on any platform supporting at least Java 5 (1.5). Our repo moved to GIT (click on tab Git Code), Lowest supported Java now is 1.8 and project code base is in process of redesign (updating libraries and ways how application is built and run). IMPORTANT: Project was moved to GitHub: https://github.com...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    Fractal Zoomer

    Fractal Zoomer

    A Fractal Zoomer with various functions.

    An application that lets you render some of the most known fractal functions. It comes with alot of options to further enhance your fractal experience! Its easy to use and does not require installation. A java version higher than 1.8 is required to be installed.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 17
    pj-ftp-server

    pj-ftp-server

    Pure Java FTP server. Free portable cross-platform multi-threaded.

    ...) Support limit max concurrent logins 13) Support limit max concurrent logins per IP 14) Need JRE-1.8: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html Source = https://github.com/harp077/pj-ftp-server If you like this - put a star on https://github.com/harp077/pj-ftp-server/ for support project please.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18

    Change File Encoding

    Change encoding of text files.

    Change File Encoding is a utility that allows you to change the encoding of text files. For example, files saved in US-ASCII can be converted to UTF-8. Over 170 encodings are supported. Requires Java 1.8 or higher.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PWSLIB3

    PWSLIB3

    Password Safe encrypted databases, Java library

    Java module to create, read and write Password Safe V3 encrypted databases. The package is a mature offspring from project JPasswords and can be used with Java 1.8. There is an API document available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    pj-net-tools

    pj-net-tools

    Pure Java Network Tools

    .... 18) Parallel Network TCP-scanner. 19) Parallel Network SNMP-scanner. 20) Parallel Network DNS-scanner. 21) Parallel SNMP-DoS. 22) Parallel HTTP/HTTPS-DoS Need JRE-1.8: https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html . Source - https://github.com/harp077/pj-net-tools . If you like this - put a star on https://github.com/harp077/pj-net-tools
    Downloads: 3 This Week
    Last Update:
    See Project
  • 21
    Password Keeper + Generator

    Password Keeper + Generator

    Free portable cross-platform graphical multi-user password manager

    ... - Graphical User Interface. PKG use crypto security random generator. Developed with Java Spring Framework. Tested in Windows/Linux. Need Jre-1.8 - https://www.oracle.com/java/technologies/javase/javase8-archive-downloads.html. Source - https://github.com/harp077/pkg . If you like this - put a star on https://github.com/harp077/pkg/ for support project please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ftserver-android

    ftserver-android

    Self-hosted search engine with web service to share discoveries with

    ... includes FTServer Android Version Source Code (Android) FTServer Java Server Version Source Code (Linux Windows) FTServer .NET Server Version Source Code (Linux Windows) https://sourceforge.net/p/ftserver-android/code/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JENNOM

    JENNOM

    JENNOM - Java Enterprise Network Nodes Monitor

    Please wait ! It will be soon. I'm not finished yet. I'm sorry. JENNOM - Java Enterprise Network Nodes Monitor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HHDB SQL Admin

    HHDB SQL Admin

    HHDB SQL Admin is a graphical PostgreSQL client written in Java.

    1. Developed by pure java 2. Customrized for PostgreSQL 3. Support multi-language 4. Use pg JDBC driver for connection 5. Use swing components for GUI 6. Test with Jdk1.7 and 1.8 on windows and CentOS 6,7
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    DBCASE is a computer-aided software engineering tool to assist database designers for designing databases, covering the conceptual, logical and physical design stages. It is multiplatform, globalized and intended to work with SGBDs as MySQL and MS Access. This project requires Java 1.8. The main file is acide.jar at the root folder which can be executed with java -jar acide.jar. From version 4.0, the project can be started in Windows with the script start.bat, and includes the Java system, so...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next