Showing 266 open source projects for "java se"

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

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • Business Texting and Text Message Marketing Solutions - Textellent Icon
    Business Texting and Text Message Marketing Solutions - Textellent

    Textellent's robust business texting services provide SMS and MMS capability for customer service, sales, and marketing texting programs.

    Textellent's business texting solution makes designing, managing, measuring, and integrating SMS and MMS campaigns easy. Whether used for customer service, sales, or marketing, Textellent supports your customer journey with an easy-to-use service that text-enables local business lines and serves businesses of any size. Robust scheduling and appointment reminders are also available, as are keywords and shortcodes for easy opt-in programs with TCPA compliance supported by AI.
  • 1
    AWS Secrets Manager Java caching client

    AWS Secrets Manager Java caching client

    Enables in-process caching of secrets for Java applications

    The AWS Secrets Manager Java caching client enables in-process caching of secrets for Java applications. To use this client you must have a Java 8 development environment. If you do not have one, go to Java SE Downloads on the Oracle website, then download and install the Java SE Development Kit (JDK). Java 8 or higher is recommended. An Amazon Web Services (AWS) account to access secrets stored in AWS Secrets Manager and use AWS SDK for Java. To create an AWS account, go to Sign In or Create...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    JavaCPP

    JavaCPP

    The missing bridge between Java and native C++

    JavaCPP provides efficient access to native C++ inside Java, not unlike the way some C/C++ compilers interact with assembly language. No need to invent new languages such as with SWIG, SIP, C++/CLI, Cython, or RPython. Instead, similar to what cppyy strives to do for Python, it exploits the syntactic and semantic similarities between Java and C++. Under the hood, it uses JNI, so it works with all implementations of Java SE, in addition to Android, Avian, and RoboVM (instructions). More...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Joda-Time

    Joda-Time

    Replacement for the Java date and time classes prior to Java SE 8

    The standard date and time classes prior to Java SE 8 are poor. By tackling this problem head-on, Joda-Time became the de facto standard date and time library for Java prior to Java SE 8. Note that from Java SE 8 onwards, users are asked to migrate to java.time (JSR-310) - a core part of the JDK which replaces this project. The design allows for multiple calendar systems, while still providing a simple API. The “default” calendar is the ISO8601 standard which is used by many other standards...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • 5
    Light-4J

    Light-4J

    A fast, lightweight and more productive microservices framework

    Light means lightweight, lightning-fast and shedding light on how to program with modern Java SE for cloud-native deployment. I had been working on the Java EE platforms since early 2000 and suffered performance and productivity issues. In 2014, I realized that the IT industry was moving from Monolithic to Microservices and from on-premise data centers to the public clouds. To reduce the production cost for my applications, I need to find a lightweight platform that has a small memory footprint...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    SchemaCrawler

    SchemaCrawler

    Free database schema discovery and comprehension tool

    ... database. You can find potential schema design issues with lint. SchemaCrawler supports almost any database that has a JDBC driver, but for convenience is bundled with drivers for some commonly used RDBMS systems. SchemaCrawler works with any operating system that supports Java SE 8 or better. SchemaCrawler is also a Java API that makes working with database metadata as easy as working with plain old Java objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    GeoTools, the Java GIS toolkit

    GeoTools, the Java GIS toolkit

    Toolkit for working with and mapping geospatial data

    GeoTools is an open source (LGPL) Java code library which provides standards compliant methods for the manipulation of geospatial data. GeoTools is an Open Source Geospatial Foundation project. The GeoTools library data structures are based on Open Geospatial Consortium (OGC) specifications.
    Leader badge
    Downloads: 282 This Week
    Last Update:
    See Project
  • 8
    JME (Java Math Expression)

    JME (Java Math Expression)

    Evaluador de expresiones matemáticas para Java en español

    Biblioteca para Java que implementa un potente evaluador matemático en español y un lenguaje estructurado de script, JMEScript, que hace uso de éste. Puede evaluar expresiones altamente complejas, que incluyen; * vectores * matrices * números complejos * números enteros y reales de precisión arbitraria, * expresiones booleanas * conjuntos * cadenas * diccionarios Permite especificar operaciones y funciones definidas por el usuario además de incluir más de 60 operadores...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Hibernate

    Hibernate

    An object relational-mapping (ORM) library for Java

    Hibernate is an Object/Relational Mapper tool. It's very popular among Java applications and implements the Java Persistence API. Hibernate ORM enables developers to more easily write applications whose data outlives the application process. As an Object/Relational Mapping (ORM) framework, Hibernate is concerned with data persistence as it applies to relational databases (via JDBC).
    Leader badge
    Downloads: 641 This Week
    Last Update:
    See Project
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 10
    Sudoku Explainer

    Sudoku Explainer

    Sudoku Explainer Java (Swing) GUI explains how to solve Sudokus

    Keith Corlett's open-source Sudoku Explainer explains ANY Sudoku puzzle, and generates human puzzles. It's a Java (Swing) GUI based on DIUF Sudoku Explainer by Nicolas Juillerat (rewritten for speed) with all hinters from HoDoKu by Bernhard Hobiger, plus a few from sudopedia.com. SE explains a simplest possible solution to ANY Sudoku puzzle. It's pretty fast. It generates basic (human solvable) Sudoku puzzles, but takes ages to generate difficult Sudokus. It cannot, except by chance...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 11

    Jainja

    Jainja is a JVM (Java Virtual Machine) written in Java

    Jainja is a JVM (Java Virtual Machine) written in Java. The VM is developed by using the smallest possible subset of Java in order to run on top of multiple environments : Java SE, JavaME, Android, Javascript, and even natively.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 12
    OSwiss

    OSwiss

    Program for tournament management.

    Tournament management software for various sports that uses swiss pairing system. Program invented for tournament organisers. It assists in managing events, calculates standings, ratings, supports printing and checking player cards. If something goes wrong during tournament, it is posibble also to enter pairings manually. Project is written in Java SE designed for PC and J2ME for mobile phones. DEAR USER If you are missing any features in this software, please open a ticket...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    Javadoc-Frames-Generator

    HTML frames layout generator for Java SE 11 (and newer) API docs.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Juego en Java donde tienes que coger las manzanas y la serpiente se hará mas grande.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    GNU/Linux Utopia/Personal

    Nueva versión 5.0 de la distro.

    Distribución GNU/Linux basada en Slackware. Es una distribución INDEPENDIENTE. No es Ubuntu, ni se le parece, ni pretende serlo. La hice para uso personal por puro entretenimiento y deseo compartirla con el resto de usuarios de internet. Esta basada en "Enlightenment" y "Cinnamon" como escritorios principales. Por supuesto no doy garantia sobre su funcionamiento. Acepto críticas constructivas pero no estoy al servicio de nadie. Esto se hace sin afán de lucro. Si que garantizo que la hago con...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    JKlubTV

    JKlubTV

    Java Schach Turnierverwaltung / Java Chess Tournament Management

    Manage chess round robin tournaments with JKlubTV Version 3.0.0-beta This application stores the data belonging to round robin into a SQLite database. It is intended for webmasters who want to easily manage a club tournament in their own chess club. The HTML tables that are to be published for the website will be created easily by the application. Automatically calculate the total points, Sonneborn Berger points of each player, as well as their sequence DWZ, and sorts the HTML table by the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    MultiPseudo
    MultiPseudo es un software educacional libre (Free Software), pensado para su uso con fines educativos en la enseñanza de la programación informática. MultiPseudo 1.4 Permite la programación en Pseudocódigo utilizando 40 instrucciones (palabras reservadas) en varios idiomas, en esta versión se han incluido las siguientes lenguas latinas de Pseudocódigo: Castellano, Catalán, Francés, Gallego, Italiano, Portugués y Rumano. Además, se han incluido las especificaciones de Castellano Natural...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    WatchBase Collector's Catalog

    Track your watches, including planned, current, and sold ones.

    A database catalog application for watch collectors. Maintain an inventory of watches. Allocate watches to future purchase, in collection, and disposed of or sold categories. WatchBase tracks your purchase history for warranty and other purposes. Analytics include generating a histogram of how many watches are at each price level as well as how many watches have been ordered over the past year.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Task Man

    Task Man

    Aplicación para gestionar tareas.

    Aplicación con la cuál se pueden gestionar las tareas de uno o varios proyectos de manera sencilla.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Proyta

    Proyta

    Aplicación para gestionar proyectos e ideas.

    Este programa te permite gestionar tus proyectos e ideas de manera sencilla y ordenada. Para almacenar la información se emplea una pequeña base de datos SQLite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ThinkJava. The Professional Java IDE

    ThinkJava. The Professional Java IDE

    Better than IntelliJ. Lightweight. Professional.

    ... at zeanfender11@gmail.com This is an EXE app, only Windows can be used!. If you are in another OS, use a Windows emulator Requirements OS: Windows 7 SP1 or newer CPU: Intel Celeron or more powerful RAM: 1 GB Hard Disk: More than 3 MB of disk space Extensions required: .NET Framework 4.1 and Java SE Dev Kit (JDK) (this is required to debug your Java project and syntax highlighting)
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    MaviCin MultiTools Ultimate - Quandrostr

    MaviCin MultiTools Ultimate - Quandrostr

    MaviCin MultiTools V13 Ultimate (Update 8) ( Quandrostr )

    ... in the feature start to explore and feel your freedom explanations exist as to file Languages Turkish English ======Note Sisteminizde Java SE Runtime Environment ve Java SE Development Kit yüklü olmalıdır If your system Java SE Runtime Environment and Java SE Development Kit installed >>>>>>>>>>>>>>>> Java JRE + JDK <<<<<<<<<<<<<<<< >>>>>>>>>> https://jdk.java.net/18/ & https://www.oracle.com/java/technologies/downloads/#jdk18-windows <<<<<<<<<< ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    TymeacSE

    Task Parallel Engine for JavaSE

    TymeacSE is a full-feature, multi-threading, fork-join framework for Java SE development (RMI and internal server). TymeacSE provides a high performance queuing facility, professional thread management and recursive processing that is easy to use.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    SimpleInvoicer 2.0

    SimpleInvoicer 2.0

    Escribir facturas - simple y fácil

    Nueva versión con nuevos módulos y características: sistema de recordatorio, gestión de artículos/productos/servicios, autofinalización de todos los elementos del texto! SimpleInvoicer es un programa de facturación increíblemente sencillo y fácil de usar. Usted quiere escribir sus facturas como siempre lo hizo, disfrutando del apoyo de un programa maravilloso? SimpleInvoicer Desktop es su solución! Usted prepare algunas facturas en su celular, donde su cliente por ejemplo, y las...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    VISUALG 3.0

    VISUALG 3.0

    VISUALG versão 3.0.7.0 (última de revisão 21/03/2019) release OK

    Autor ANTONIO CARLOS NICOLODI, 38 anos na área de informática como: Analista de sistemas, desenvolvedor de softwares em várias linguagens de programação: C++, Assembly, Pascal(Delphi), Basic, Cobol, Clipper, Java, etc. Refiz esta nova versão e estou disponibilizando GRÁTIS o: "VISUALG 3.0". Entre outras : (novo layout, nova roupagem até 05 tipos de peles) e novos comandos, também reconhece comandos em português correto: ( PARA ... FAÇA, SE .. ENTÃO .. SENÃO) e o operador lógico NÃO, mas em...
    Leader badge
    Downloads: 7,144 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next