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
MongoDB 8.0 on Atlas | Run anywhere
Now available in even more cloud regions across AWS, Azure, and Google Cloud.
MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
The Blackspirit Game Engine is a Java implementation of an extendable 2d game engine. Most functionality is added as extensions (e.g. Graphics, Physics, Audio, Scripting, Input, AI).
Blackspirit Graphics is used for rendering (hosted on sourceforge)
It uses two different solutions:
- placing of circles closest to the center from the largest to smallest, see brianshaler on github https://github.com/brianshaler/Circle-Packing-in-Processing
- simulation "real" world with use of a Java Physics Engine JBox2D, see http://www.jbox2d.org
Top down driving sim built upon WorldWind Java and JBox2D
Combines WorldWindJava's satellite imagery visualization with JBox2D's physics to create a driving sim with real world imagery.
Pre-alpha stage, source code only for the moment. Project development IDE is Eclipse Juno.
The project has only been tested in Windows 7 (64-bit) with an AMD-based CPU.
See the wiki page for more information.
No-Nonsense Code-to-Cloud Security for Devs | Aikido
Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.
Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
- java 1.6.0_17
- windows 7 x64
- netbeans 7.0
- jbox2d 2.0.1-b250 full
- TUIO java 1.4 lib
Java based snake game using jbox2d physics library, partially using TUIO and processing library for graphics.