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
Go From AI Idea to AI App Fast
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.
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");
libwbxml is a library to encode and decode WBXML (WAP Binary XML). It was migrated to GitHub. The pages on Sourceforge are only available for historical reasons as it was used in the past for development and releasing.
Simple Multimedia Messaging Service (MMS) protocol decoder library.
Simple Multimedia Messaging Service (MMS) protocol decoder library. You can use the example to parse any MMS message headers and to extract its body parts.
WML/XHTML Gateway is php application that work like common web based proxy
which converts the result into wml or xhtml compatible page (without javascript or style) on the fly
Tool (C) to split the WURFL XML mobile browser database into individual device files with symlinks (stubs for NTFS) to reduce access time and server load. Includes a simple PHP library/API as an example how to access the data and an example phtml file.
WURFL API for .NET (C#). This API design is focused in WURFL evolution, with modules for data access abstraction layer and modules for heuristic searches by UAgent.
Python Multimedia Messaging Service (MMS) library
The python-mms library provides an "mms" module for Python, consisting of classes that facilitate the creation, manipulation and encoding/decoding of MMS messages used in mobile phones.
The Wbxml Parser is a tool for SYNCML 1.2 that parse trace log(eg. 02 00 00 6A..) and you are able to drag & drop wbxml file to it. it support SYNCML 1.2 currently. and it create WBXML FILE in data folder when only you are copy & paste trace log to it.
google calendar sync app for WM5
Uses XML, simple XPath, .net compact framework 2.0 to retrieve google calendar feed, check against the appointments stored on the phone and adds/updates/deletes accordingly.
FOXY is a filtering web proxy. Originally designed to provide device-independent access to the World Wide Web, it may also be used for HTTP-filtering, extraction and reauthoring of existing web content or as security device against web based attacks.
Hydra Web Presentation Server is designed to detect the web browser and serve the page to the standards that browser expects. Hydra uses XML to describe the pages and allows for server side support of XHTML 2.0, XForms and XInclude.
Implementation of a protocol to let people summarize into a single address, similar in form to an email address,
personal data such as electronic addresses or telephone numbers. This would be useful for handheld
devices such as mobile telephones.
Web data Zip Stream (de)Compressor is a java applet that allows web masters to house large web pages in compressed .zip files and then have it dynamically uncompress and display on the client browser as if it were a regular webpage.
This is not a Content Management System written in PHP! The aim is to provide freedom! The web Developer is free to design webpages/data using any medium that can be converted to XHTML, XML, WAP, etc. Extend a 'Renderer' to add the functionality!
open wap chat ...<br>
- is an open source chatengine.<br>
- the engine is written in perl 5. <br>
- own template engine.<br>
- stores data in flatfile-system.<br>
- supports all available WAP-Devices.<br>