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
$300 Free Credits for Your Google Cloud Projects
Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Standalone Q3 is a modified version of Quake 3 GPL engine allowing to play Quake 3 mods without the need of the original Quake 3 CD. (Quake and Quake 3 are trademark of IDSoftware)
no more singleton, no more concrete implementation coding is required. it maintains the Service Objects and provides services for the client App. client just lookup the service object by id. it's useful to build component style development.
Implementation of JSR 173 - Streaming API For XML (http://www.jcp.org/en/jsr/detail?id=173). This effort is taken in consideration of Axis C project and now it has impl. as an internal component.
Dokumentasi Vim (Vi-Improved) dalam Bahasa Indonesia. Ditujukan untuk membantu orang-orang Indonesia mempelajari Vim. Sehingga tidak ada lagi alasan bahwa bahasa merupakan penghalang untuk belajar.
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
MAP3BSPC aims to provide a replacement, written completely from scratch, for the Quake 3 BSP-compiler provided by ID-software, free of the license restrictions of the original.
This project aims to provide a core java library for performing data validation, together with an XML driven data transformation engine that allows (for example) the conversion and validation of a http input into an xml document or custom objects etc
CDIS means "Context Dependent Instruction Set". Byte-code can extend its' own Instruction Set (IS) in runtime by querying of Addit. IS (AIS). Each AIS has unique ID. Basic IS realized as the virtual stack-machine.
The cult-classic class-based capture the flag game for quake2 and quake3. The modifications from the original source release are sublicensed under the GPL except where it may conflict with the original licensing terms from IdSoftware.
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
CookieAuth is a simple PHP class, compatible with both PHP3 and PHP4, that permits to add "User-ID and Password" authentication in other projects, using cookies and additional table-field. This class is suitable for any existing MySQL data base.
LxDoom is a version of the classic fps game Doom by idSoftware.
Specifically, it's an engine for playing Doom levels, based on the source
code released by idSoftware. It aims to be free, reliable, portable, and
support a wide range of levels.
A static analyzer for Java programs that checks for design guidelines. The project is adopted from PDL (http://portal.acm.org/citation.cfm?id=1218571).
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...
New intellij idea plugin to find message keys unused. This plugin will search into string properties files, and suggest "unused" keys to be removed. You can also visit: http://plugins.intellij.net/plugin/?id=2030