Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
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.
Mobile Device Detection for Java - 4 Step Setup - 3 minutes
...Also available on Maven.
1) Download the zip and extract.
2) Add the core JAR located in the "dist" directory to your java project.
3) Import the following packages:
import fiftyone.mobile.detection.Match;
import fiftyone.mobile.detection.Provider;
import fiftyone.mobile.detection.factories.StreamFactory;
4) Use the following code to start detecting devices:
//The Lite data file is provided with every archive.
Provider p = new Provider(StreamFactory.create("path/to/data/file"));
Match match = p.match("USERAGENT_STRING");
boolean isMobile = match.getValues("IsMobile").toBool();
if(isMobile)
System.out.println("Mobile");
else
System.out.println("Not mobile");
The CMS for Front-Interface Developers Version 1.1.0 beta.latest version of our state-of-the-art new open source CMS admin control pane is herel. It's faster lite, more powerful than ever before.
SFTP Lite Server is a Java based SFTP server with very minimal features, based on the Jaramiko SSH libraries. The SFTP server only have a single user and password and only one home directory. It supports the minimal features of SFTP.
Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure
Native application identity and user-based security for your Azure cloud
Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
JLop is a Java 6 OpenNap Client similar to WinMx,Lopster,Napster. Should be working on all Java enabled pc. JLop is lite in cpu usage. Has MULTIPLE IDENTITY, BUSRT DOWNLOAD, ANY OBJECT LOGGING-TRACING. Very good to debug peer or server connections
[pantoto-lite is in the works: http://code.google.com/p/pantoto-lite] Communities Managing Community Knowledge; PANTOTO is browser based information architecture and community management toolset that enables a community/person to manage information witho
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
Easy to understand, well documented common internet servers in java, targeted for those who may not be ready to comprehend full production-quality concepts and code.