Showing 1031 open source projects for "java projects on linux"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 1
    JLevel

    JLevel

    Kogonuso JLevel - a simple java library that has changed the way html

    Kogonuso JLevel - a simple java library that has changed the way html can be written inside Java(tm) both application and Sevlet. It is a library that is more than your ordinary Html parser applications. It has automated all tagging operations of Html inside java, this means that you are no longer required to learn how to format html String when developing application that requires html in java or even when using Servlet technology to develop your websites. Just import JLevel 2.0 and turn...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A full-featured, lean set of date/ time classes to replace java.util's Date and Calendar. All objects are immutable/threadsafe, and allow formatting and various kinds of date math and range operations. Note that only GregorianCalendar is supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    CocoCommons

    Modern, cross platform library of functions used in CoCo software

    This is a modern set of libraries intended for use in software related to the Tandy Radio Shack Color Computer (the CoCo). Some functionality may also be useful in more general Motorola 6809 centered projects. CocoCommons provides a set of libraries for common tasks such as reading DECB and RBF filesystems, interpretting common file formats, and displaying CoCo-like screens. These are used extensively in the DriveWire 4 project and the upcoming nineserver project. In time it these...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    KefirBB

    The Java text processor.

    Project was moved to https://github.com/kefirfromperm/kefirbb
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 5
    OpenSwing
    OpenSwing is a components library that provides a rich set of advanced graphics components for developing desktop applications and HTTP/RMI based java applications/RIAs based on Swing front-end. It provides also adapters for Hibernate, JPA, iBatis, etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    Joda - Money

    Project moved to GitHub

    Joda-Money is a small library providing money and currency classes to complement Java 5 onwards. Project moved to GitHub: https://github.com/JodaOrg/joda-money
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    JUMLStateMachine

    Java library implementing a state machine by the UML standard.

    JUMLStateMachine is a Java library implementing a state machine by the UML standard. The purpose for the library is to be easily usable for small state machines, yet extendable and scalable for larger and more complex ones.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    An easy way for checking the precondition(s) of (public) methods and constructors (design by contract). All arguments can be checked, before an IllegalArgumentException is thrown. Creating consistent messages for inconveniences in argument values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    jdbcpersistence

    JDBCPersistence is fast and simple ORM for java

    JDBCPersistence is an ORM framework that focuses on making programmer most effective by building on existing knowledge of SQL, JDBC APIs and avoiding unnecessary dependencies. It is very performant and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Business Automation Software for SMBs Icon
    Business Automation Software for SMBs

    Fed up with not having the time, money and resources to grow your business?

    The only software you need to increase cash flow, optimize resource utilization, and take control of your assets and inventory.
    Learn More
  • 10
    This is an ALPHA version - the RELEASE version is now on github - https://github.com/fimtra/datafission.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JPDF Tools
    JPDF Tools is a GUI java program built on the JPDF Export library. Its main aim is to create pdf files by inserting texts, images or tables. Users can also merge PDF files, split PDF files, merge images into PDF files and soon convert from and to PDF files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    JUBP

    JUBP

    Java Universal Base Protocol

    The JUBP (Java Universal Base Protocol) is a library for developers, who wants to set up easily server-client protocols.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    jSQL

    Fiter the java collection using SQL syntax

    jSql provides feature to filter the java collection using SQL similar syntax. Currently <,>,>=,<=,= ,and,or operators are supported, soon in,like,between and order by will be supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    OpenXLS is the open source version of ExtenXLS -- a best-in-class Java spreadsheet SDK that allows you to read, modify and create Excel-compatible spreadsheets from your Java applications. Supports Excel 97-2012 file formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A Java library for executing, parsing and persisting NMap output.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    KGJlib

    A Java library containing classes that I wrote and am happy to share.

    ...One particularly interesting tool I developed is the NetSharedVariable system, which allows named variables (currently strings only) to be shared between different Java applications or apps that implement KGJlib on a single machine. Internally NetSharedVariable uses a client-server configuration, but that complexity is hidden from the application code which simply needs to interact with an instance of NetSharedVariable. JavaDocs and Wiki coming soon! KGJlib is Public Domain so that it can be used in proprietary projects without needing attribution, but if you use it I would love to here from you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    TcpChannel

    A simple, non-blocking, NIO-based, TCP socket API for Java

    TcpChannel is a simple, small API to allow processes to communicate using TCP sockets based on NIO implementations. The API presents the communication between processes using an observer pattern for handling received messages and an asynchronous send method for sending. Generally, writing NIO socket handling is non-trivial. TcpChannel exists to let Java developers write processes that communicate with each other using a simple send and receive pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    TestNG Data Binding

    TestNG Data Binding

    Provides data binding from various data sources to TestNG test methods

    This project provides data binding from various data sources to TestNG test method parameters. Currently implemented is the binding from CSV, Properties, Text and XML files. Supported are test input parameters as well as test output parameters. Binding is provided for all primitive Java data types including Strings, lists of those, Java Beans, lists of Java Beans and enums. As the framework is plugin based support for new data sources can easily be added by implementing a new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Pif SqlObjects

    Pif SqlObjects

    SqlObjects - SQL library for Java

    Pif SqlObjects is a small and light library that helps to interact with database without writing down any SQL code and provides a small management of entities. This has been achieved considering SQL statements and relative clauses as objects. Note: sources available on sample project lib folder. HOW TO: Download the project and save it in a temporary directory. After this, unzip the file and open in your browser this file: pif-sqlobjects-1.0_reference_manual.htm. Further...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    XTarget

    Java API and Groovy Library for XML Scripting

    XTarget is an Groovy Library for automated editing of small XML Databases with Groovy scripts. It focuses on simultaneous editing of data, including structures like lists and maps, and linking between various XML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    JXMLWhois

    Query Whois server in Java and get a uniform xml result

    Query Whois server in Java and get a uniform xml result. It's a first version of the code, some refactoring is needed to have something clean. It actually work well on lot's of whois format but without an url to test each server format it's quite difficult to figure what rules to add.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    java-terminal-utilities

    Java terminal utilities

    Java/JNI interface to some terminal functions; allows to use non-canonical input, input timeout, echo-off mode, terminal colors in Java programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JSlidingInfo

    JSlidingInfo

    a sliding info component for java.

    a sliding info component for java. with this you can display sliding info at 8 positions on your screen. you can customize the text, font, foreground /background color, put custom icon, control slide speed and set the display duration. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    ckeditor.filebrowser

    CKEditor taglib + File Browser

    This is the ported version of the very good grails' plugin, ckeditor. This jsp taglib is very easy to use and the distribution package is in web archive (war) format. You can just drop the war file in the servlet container then test drive from their. For tutorial, please visit the project website.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    JDrawingPanel

    a java based drawing panel

    a drawing panel module in java using swing for hand written input based projects. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project