One platform to build, fine-tune, and deploy ML models. No MLOps team required.
Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
Try Free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
SharpFS is a portable virtual filesystem library written entirely in C#. It is designed primarily for games, and allows transparent access to multiple archives and directories. It presents a unified view of this filesystem to the application.
LobAccessor is an Ant task that allows you to upload/download into Oracle one or more blob/clob values from/to files in your filesystem. It solves the problem of uploading/downloading lob values to complement what plain sql scripts cannot do.
An AToM3 definition of a CASE framework for creating Zope products with files in the filesystem. The framework consists of a modelling notation ZProduct and a suit of related transformations.
A C++ based framework for highly object-oriented cross-platform programming. Includes Thread, Processes,Filesystem access,GUI, etc. plus a set of generic utilities like Strings,Data structures,advanced debugging tools, etc.
JAPIViewer is a 100% pure Java API Viewer to browse and search and view HTML based API documentations created with javadoc. Documentations could be loaded either from the local filesystem or from the internet.
This project will provide a PHP class to communicate with a CVS repository via both direct connection to a local filesystem and pserver access to the repository, with the possibility of enabling (in a future version) connectivity using the :ext: method.
JRemoteFS is a lite, generic framework for access to remote filesystem integration into your Java application. Currently FTP and SFTP are supported. JRemoteFS was developed for JAlbum and now released as a seperate package. For more info, see http://joos
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.
A Map (or HashTable) for Java that is backed by the filesystem to provide unbounded size. Additionally, MegaMaps may remain on disk between VM invocations, providing persistent hashtables.
The FileSystem TreeModel for Java project aims to provide a simple to learn TreeModel API that allows TreeModel viewers to show a file system without needing to code anything.
ZWebEdit is a Java applet that is designed to replace the <textarea> tag with a rich Java text editor designed for editing HTML / code in a browser. ZWebEdit does not create a its own filesystem; it is designed to work with Zope or standalone.
Documentation for the Katie filesystem, originally development by
Geoffrey Bennett <geoffrey@netcraft.com.au>, an Open Source replacement for
ClearCase.
Provides quick transformation from yaml to Java Objects
Provides quick transformation from .yaml or .yml files in classloader or filesystem to java class instances.
GitHub: https://github.com/DeMmAge/Simple-Yaml-Transformer
Library based on snakeyaml: https://mvnrepository.com/artifact/org.yaml/snakeyaml
Add Jitpack repository in <repositories> section in pom.xml:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add Simple-Yaml-Transformer dependency:
<dependency>
<groupId>com.github.DeMmAge</groupId>
<artifactId>Simple-Yaml-Transformer</artifactId>
<version>1.0.0</version>
</dependency>