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
Context for your AI agents
Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.
Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
Porting Android to Intel(Marvell) ARM XScale PXA270. A complete build system for embedded Linux and Android on PXA270. It was open source for anyone but no responsibility for any damage resulting from any usage of the software.
Demo :
http://www.youtube.com/watch?v=3Ine1k4Hzy8
http://www.youtube.com/watch?v=3Xp5zMPOI1c
http://www.youtube.com/watch?
Scalable Language API (SLAPI) The most comprehensive architecture for conversational natural-language applications including speech recognition/synthesis, semantics, & machine translation. Used on Android & other mobile app platforms.
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
Microlog is a small, yet powerful logging library for mobile devices based on the Log4j API. Supports Java ME (J2ME) and Android. Logs to device, to PC or to servers online. Used in all phases from development on emulator/device to outdoor field-testing.
VIM emulator plugin for the IntelliJ IDEA IDE. This plugin allows you to use many of the commands of VIM while editing files in IDEA.
** NOTE **
This Sourceforge project is inactive. Jetbrains took over the IdeamVIM plugin several years ago. Any support must be directed to Jetbrains.
Spring3D enables the object-oriented creation and manipulation of 3D geometry running on top of most 3D API (i.e. JOGL or Android's OpenGL). The reference engine is based on Java3D and is in the application process for being made a Spring Extension.
JMUnit is a Java ME (J2ME) unit test framework based on JUnit. It supports JUnit-like test cases and test suites. Tests can be run in a device, in an emulator or as Ant tasks. IMPORTANT NOTE: The JMUnit project will be merged with the J2MEUnit project.
Android Applications Manager is a third party software to manage applications from your Android mobile phone to your computer and from your computer to your mobile.
S3 Mockup is an Amazon S3 emulator we develop for one of our projects. It can be easy embedded and used in your test framework or running as an independent service. Using this emulator you can easy setup development and QA environment.
It is a lejos emulator for the lego RCX. It can be used to test your code without having to go through the painful process of continuously uploading the code to the RCX. It does this by providing a emulation of the major parts of the lejos library.
An instance of the xUnit architecture for unit testing of J2ME applications. It is derived from JUnit framework. It is CLDC 1.1 complied. Includes MIDletTestRunner - a fully configurable MIDlet to run tests in emulator or mobile device.
jndie provides a (really!) lightweight JNDI enviroment to help software development. It also can be used as a EJB container emulator, mostly for development and testing purposes. All that inside a 33k jar file! Formerly known as JBoss Emulator Tabajara.
The purpose of the cinc project is to develop an emulator for Bell Labs' Cardiac (cardboard illustrative aid to computation) computer. The main product from this project is a Java program called jcinc.
MEM Net - Mote EMulator Network.
This project will focus on:
1) MEM - Wireless Sensor Node (mote) emulator
2) MEM Net - network of emulated motes
So far, the only released package is visual-sim-slides.
More comming next !
Java Emulation Framework (or JEF, for short) is a collection of java classes that provide a framework for creating emulators. Many common emulator related problems are solved in JEF such as CPU emulation, graphics decoding and rendering etc.
The Java Framework for Computer Emulation (JFraCE) is a framework
written completely in Java for emulating (old)
computer systems on the software level. Currently only an emulator of a Z80-based CP/M machine is implemented.
java-turing-emulator aims to provide a GUI for creating, editing and simulating Turing machines and deterministic machines. its build in java and uses the swt-framework.
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...