Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Simple, Secure Domain Registration
Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
JXML2OWL Project is divided in two sub projects: JXML2OWL API, a library for mapping XML schemas to OWL Ontologies on the JAVA plaform. JXML2OWL Mapper, an easy to use standalone application with a graphical user interface using the JXML2OWL API.
JXSchema :: Java Swing XML Instance Editor JavaBean, dynamically generated from XML Schema document. Features real-time XML Schema validation. Creates XML instance documents that conform to the source XML Schema document.
JZipLib is a very simple interface for zipping a file. It's as easy as calling a method named createZip (File input, File zipfile). Please see the Wiki for documentation.
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
An embeddable WYSWYG HTML editor for Java Swing. It is based on standard Swing JEditorPane component and provides a rich set of editing features, including paragraph and inline styling, inserting links and images, find/replace functions etc.
The project Jaulp is jet another utility library project written in Java. It contains utility classes for Date ,Calendar, Collections, Resources, Files, IO for Random data, and many more. This is the last version for this project.
The Java Calendar Tools project will contain open source components for use in Calendar applications. The focus will be on providing tools that are in compliance with existing standards like iCal (RFC 2445).
This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes("x-base64"); to decode: new String(bytearray, "x-base64");
Simplified multithreaded Java HTTP server able to interpret GET/POST requests.
Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client.
-------
Requirements:
For the Java HTTP server:
- J2SE (SDK for compilation)
For the exampe web app:
- Apache2 with mod_rewrite and mod_proxy
Client-side for the web app:
- www browser supporting JS with jQuery
---
Setup:
- run Server.class from Java server files (java Server) in a terminal/console
- unpack example app files under/within your apache2 document root file structure
- open index.html (with a www browser, from a www server)
- observe terminal output
Java Marine API is an NMEA 0183 library for Java.
For furher info and latest source code, see project's Github pages.
http://github.com/ktuukkan/marine-api/
Written in Java, this is meant to be used as a replacement for Scratch (by MIT) on web servers. It uses TCP port 42001 and Remote Sensors Connections Protocol.
Java library which offers information contained in an OWL resource
A Java library which reads an OWL resource, e.g. an OWL file, and offers methods to get the contained information. For that is has methods to get all OWL classes together with their subclasses and their data types (i.e. their data properties), all relations of these OWL classes (i.e. all object properties), all OWL individuals together with their classes and their data values (i.e. their positive data property assertions) and all relations of these OWL individuals (i.e. all their positive object property assertions).
Java Object Notation is an extension to the JSON data format suitable for the serialization of Java objects. The intuitive format and the simple yet extensible library allow both humans and computers to read and write complex object graphs.
Container for robot/environment simulation. The container simulates an environment, and gives to the robots living in it access to sensor views.
The goal of this project is to provide the open source community a tool for robot behavior test and challeng
Read Outlook Express .dbx files and parse information from them.
The Java OutlookExpress Reader is a package that allows the reading of .dbx files, the format used to store OutlookExpress emails and folders.
The main reader class loads all the data from a given .dbx and parses it, allowing easy access to information through public variables and classes.
This is an implementation of the work done by Arne Schloh (http://oedbx.aroh.de/).
This is a simple, lightweight, RSS ticker. I had looked at a number of tickers but they took a lot of CPU cycles and cost money. I wanted a simple, OS independent, ticker so I wrote this one in Java. It reads RSS 0.91, 1.0, 2.0 and ATOM feeds.