Showing 1207 open source projects for "json-java"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    A simple java package which provides an annotation, an interface and utility class for the purpose of making it easy to create toString() methods.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    WE HAVE MOVED TO http://www.suvi.org/jchartlib/ A Java charting library that produces beautiful charts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    gundercrypt [MOVED]

    A CLI text encrypting/ciphering program and library for java

    ...Easily can be imported into any java project or run via shell commands.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    dbtrans

    Java library for transfering data from one table to another

    A very small java library (less than 20 classes) for transfering data from one table to another; in the same or different database within the same network location.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Absolute Baseline Complete Default Suite

    Absolute Baseline Complete Default Suite

    A NetBeans Module Suite project cluster for common branding functions.

    gts-abcdef is a NetBeans Module Suite project harness, useful for templating some NetBeans Platform module suite applications with a set of common branding and initialization infrastructure. Add this to your new module suite application project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    jcctalk

    java library for the cctalk protocol

    This project implements the cctalk protocol which is used for coin acceptors and others. Currently it has very basic functionality and most commands are not implemented. However, it is possible to recognise coin inputs (tested on EMP-800 coin acceptor over an emulated serial port). The library uses the RXTXcomm library for serial communication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Math expression parser and evaluator written in Scala. Usable from Java (Sun JRE 1.6) Provides float, integral, boolean and vector data types, some string processing support. Variables may be defined internally or im- and exported through a binding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    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.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Validity

    Annotation driven java validation library.

    With use of annotations Validity can validate java beans with minimal amount of code. This library is meant to be easy to use and clear to understand. If You find it useful please leave a comment. Additional requests will also be taken into account in future versions.
    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
  • 10
    Ant task that generates a Java class (source code) with constants. All values are provided from Ant constants or properties. It's normally used to provide build details to a Java application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Intrepid 2
    Java RMI replacement. *** Project moved to GitHub *** https://github.com/robeden/intrepid
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java ESRI Shape File Reader
    A lightweight Java library that reads ESRI shape files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    guacamole-auth-h2

    guacamole-auth-h2

    H2DB Authentication Plugin for Guacamole

    guacamole-auth-h2 is a Java library for use with the Guacamole web application to provide H2DB based authentication. guacamole-auth-h2 provides an authentication provider which can be set in guacamole.properties to allow H2 authentication of Guacamole users. Works only with guacamole 0.5.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    cognity

    A neural network library for Java.

    Cognity is an object-oriented neural network library for Java. It's goal is to provide easy-to-use, high level architecture for neural network computations along with reasonable performance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    IWIR Tool

    IWIRtool creates, parses and manipulates IWIR workflows

    IWIRtool is Java-based implementation of an IWIR toolset for workflow system developers. IWIRtool is able to parse IWIR XML files and provides a Java Object representation enabling traversal and manipulation of the workflow. Additionally, it provides a simple Java API to enable the construc- tion of IWIR workflows and the serialisation of IWIR Workflows as XML documents compliant to the IWIR XML Schema.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    JINAH gathers minimalistic libraries that helps on general Java development, avoiding the rewriting of boilerplate codes and providing base classes, utility classes, and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Simple Date Handler

    Very small and simple java.util.Date handler library

    Small and simple Java Date handler library, based on public static methods for basic java.util.Date manipulation. The main features: - add minutes, hours, seconds to a given date; - get the hour 00:00:00 and 23:59:59 from a given date; - get the diference in hours, minutes, seconds between 2 given dates; - check if 2 or more dates are in the same week, month; - check if 2 or more dates are the same day; - get the start and end of the month;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Moved to https://github.com/DANS-KNAW/dans-dbf-lib.
    Leader badge
    Downloads: 17 This Week
    Last Update:
    See Project
  • 19

    Simple Hibernate Data Handler

    This library package allows developers to access DB in a easy way.

    [NO LONGER UPDATED] The Simple Hibernate Data Handler implements a basic interface for CRUD, suportting HQL, Named Queries and SQL. Stupidly simple for Hibernate ORM 4. Extend a BasicCrud class and enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    ComboCheckBoxes

    ComboCheckBoxes

    Tiny swing library with ComboCheckBoxes.

    Tiny library with two types of ComboBoxes with CheckBoxes inside. First type - ComboCheckBox with groups of parameters (class KComboCheckBox). Second one - ComboCheckBox with variable set of options and editable textfield(class KEditableComboCheckBox).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project (osgi4ami-tecnodiscap) comes from the branch revision-3 of the osgi4ami project as a name standardization process, following osgi4ami-monami project creation. This project becomes the Universidad de Zaragoza (Tecnodiscap) Implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This project provides a set of libraries written in Java to easily manipulate Multi-Criteria Decision Aid (MCDA) concepts, especially related to outranking methods, and XMCDA files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Java Random Numbers - Random.Org API

    Offers Random numbers API for your programs written in Java.

    Very lightweight and easy to use library that allows you to generate truly random numbers by means of Random.Org service. Library offers optimized algorithms for obtaining single random number or more random numbers at once, sequences of numbers, random strings etc. Also allows you to check quota. It provides algorithm to generate unspecified number of random numbers of certain total value. This algorithm still keeps server load low by sending as large requests as possible, yet all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    RDF P

    RDF Eclipse Plugins

    RDF P (P stands for project or plugin or PIXEL) provides Eclipse plugins for working with RDF data: editors, views, builders, wizards etc. RDF P is based on OpenRDF/Sesame and bundles OWLIM Lite. Currently follwing features are included: * Turtle editor with syntax highlighting * Outline page displaying the RDF contents as table * Graph view displaying RDF as interactive graph * Builder to assemble RDF files into a local repository * SPARQL editor which access the local...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PetriNetExec: Java Embeddable Petri Nets

    PetriNetExec: Java Embeddable Petri Nets

    PetriNetExec a library for embedding Petri Nets into Java applications

    Briefly said, PetriNetExec is an open-source Java library which allows you to embed Petri Nets into your Java application. Using PetriNetExec you can define places and transitions, connect them using arcs and inhibitors, define the initial marking and then fire events and see how tokens flow into the network. * PetriNetExec does not provide a GUI for editing the network nor will it provide in the near future.
    Downloads: 0 This Week
    Last Update:
    See Project