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.
The MCAScript programming language consists of a subset of C# extended by special statements from hardware programming languages. It has been developed to be used within the MCA(Modular Controller Architecture) to script to behaviour of robots.
CCompilerSuite is a complete framework to compile a rich dialect of ANSI-C onto a RISC-like assembly, with a VirtualMachine as well. It provides for minimized tree creation, partial evaluation and semantic checks. Project is in C++ and fully extensible.
The Lagniappe programming environment aims to give developers of high-performance packet processing applications a thourough and high-level toolset. This project provides a translator for the Lagniappe language and the Lagniappe Execution Environment.
Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.
Banks, lending institutions
Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
Kath is a simple high level language aimed towards scientific/engineering/general use applications. A minimum amount of constructs support classes/functions/generics. Its easy to learn, use & read. The compiler Komp produces bytecode for a virtualmachine
Compiler/VirtualMachine, intended to be OS-independent, but developed for the moment on WinXP. The compiler will understand a flavour of Object Pascal, one which is "extensible" to particular needs (e.g. inline SQL).
Project's goal is to investigate the possiblity of fully-dynamic programming in memory-constrained environment like microcontrollers using virtual machines and a language+virtualmachine for some architectures.
OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.
Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
DotGNU Portable.NET Mac OS/X framework
This is a binary redistribution (for Mac OS/X) of the DotGNU Portable.NET (pnet) project.
The source code is available at www.dotgnu.org as well as binary redistributables for many other platforms.
Macro Scipting Language (MSL) is a light weight perl-like scripting language that is intended to be added to existing or new applications to provide macro support. It can also run standalone as well. The syntax is very close to perl and c.
C++ STL-based parser toolkit that allows the specification of EBNF-like grammars (using operator overloading) and the conversion of arbitrary input (text, tokens or other) to user-defined structures through events attached to grammatic rules.
'PASC++AL' will be an education application. It will be simulation of compiler and virtualmachine for PASCAL language write in C++. This project will be realized under Uniwersity of Podlasie (POLAND).
The XPS is a scalable platform for meta-programming and domain engineering. It provides a virtualmachine, compiler, and runtime library that make it possible to efficiently develop, debug, and run programs based on XPL (eXtensible Programming Language)
JikesTM is a compiler for the JavaTM language. The Jikes project strives for strict adherence to the Java Language and Java VirtualMachine Specifications. Jikes' most popular feature is it's extremely fast compile speed.
TransJVM is a Java package to assist compiler writers targeting the Java VirtualMachine. It provides a simple logical interface for creating JVM classes, expressed in terms of Methods, Fields, Statements and Expressions. JVM details are hidden.
EVM is a 32-bit virtualmachine designed for easy implementation. It supports bounds checking, real-time linking and JIT compilation on x86 architecture. No platform-specific calls or byte order dependencies. Comes with an optimizing C compiler.
LLVM is a unique compiler infrastructure designed for the optimization of programs from arbitrary programming languages. Compilation in C and C++ programs is supported using a parser based on GCC 3.4. Backends exist for X86, Sparc, PowerPC and "C".
IFL is an Interactive Fiction Language a.k.a. a language for developing text adventures. It is a weakly-typed object-oriented language with a concise syntax. The project includes a compiler and a virtualmachine for running games developed in IFL.
The Psycho Compiler & VirtualMachine is a software product developed by David Lurton. The Psycho language is a subset of the C++ language, with structure concepts taken from languages like Java and C#.
The Dirt virtualmachine is designed to be easily used as a scripting engine or runtime core in C or C++ projects. The language itself is very similar to C. The tools have been created from scratch (no lex/bison/yacc) and are very portable