• Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    BF (Brainfuck) integrated development environment, written in C#. Features syntax highlighting, language interpretation, break points, and ability to view variable (slot) contents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Brandy Basic V Interpreter

    Brandy is an interpreter for BBC Basic

    Brandy is an interpreter for BBC Basic (or Basic V) that runs under a variety of operating systems. Basic V is the version of Basic supplied with desktop computers running RISC OS. These were originally made by Acorn Computers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Broccoli is a dynamically-typed, multi-paradigm programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5
    It is the primary goal of this project to develop an online LOGO utility using the standard JAVA AWT and Swing capabilities. The general implementation will be based on the UCBerkeley LOGO (UCBLOGO) which includes the graphical displays and LOGO intepre
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Bulgarian Language for Easy Paid Members plugin for e107CMS. This project was created with the initiative to localize in this wonderful plugin witch enable members to buy a subscription or membership to one or more area(s) of your e107 web site.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ByteML is a XML-JavaBytecode interoperability framework. With the aid of this framework the end-user can convert bytecode ( Java .class files ) to XML files and vice-versa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Parsing, interpreting, checking and profiling C application (ISO/IEC 9899:1999 (E))
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A C# interactive interpreter. The majority of the actual parsing is done by Mono's mcs, but to the user it looks like a C# interpreter. The project is currently inactive. If anybody want to continue it, please email the current maintainer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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
  • 10
    CppCC is an object-oriented scanner and LL(k) parser generator. It aims to replace LEX&YACC for those who write C++ applications that involve parsing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Generate a parser at runtime from a collection of C++ objects. Concisely state a parser specification in ordinary C++ code. Learn from a parser generator with an object-oriented design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    class derivable embedded scripting engine for near real-time and state-event applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Have you ever wanted to program in a language similar to TI Basic? Then C-Lesh is the solution. C-Lesh is probably the closest thing you will get to a TI Basic interpreter. Create games with ease and enjoy a growing library of subroutines. Come check it
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Project of mine and a group of friends will be called "C-pretter". It will involve the creation of the interpreter of C++ in Delphi language. First version of this project is going to involve elements of C++ language such as : Variable operation, l
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CAML (Cellular Automata Modelling Language) is an XML application for modelling Cellular Automata.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CAPE stands for Clips And Perl with Extensions. As its name suggests, CAPE is a combined programming environment which allows programs to be written in Clips, a forward-chaining rule-based system which was originally developed by NASA, and Perl.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a package of C++ classes intended to be used for evaluation of C-syntax expression strings. It is intended to be as simple as possible, portable and not depending on other libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CISPGE Código de Instrucción Simbólica para uso GEneral - Es un interprete de lenguaje tipo Basic pero en castellano, el objetivo del mismo es didáctico, permitiendo dar los primeros pasos en la construcción de un interprete de lenguaje.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CITkit (Compiler and Interpreter ToolKIT) is a collection of Java libraries that implement the more mundane aspects of a compiler or interpreter: symbol tables, tree intermediate representations, linear intermediate representations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    CLIPSwl

    CLIPS with lock support. CLIPS for safely handling simultaneous access

    CLIPSwl is a modified project based on CLIPS(C Language Integrated Production System)(https://sourceforge.net/projects/clipsrules/), a public domain open-source software tool for building expert systems. CLIPS(ver. 6.24) is unsafe when access simultaneously occurs at the same environment, because the environment data of CLIPS are not protected for simultaneous access. We modified the CLIPS (ver. 6.24) to support lock/unlock functions in a flexible way. CLIPSwl doesn't use complicated logic such as platform-independent mutex, but newly defines 4 abstract functions (i.e. using function pointers) for allocating, acquiring, releasing and deallocating locks of the environment data. Users may define their own functions that fit for their system by using their platform-dependent mutex. CLIPSwl also support the safe string-related functions treating the rules, and refining the warning parts of the code when compiling with gnu g++ compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CLearJ is a clean Java-implementation of Common Lisp. The big goals are ANSI standard compliance, interoperability with Java and integration with scripting environments. This project is meant to be a sibling to CLearSharp, with sharing of implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    CLearSharp is a clean C#-implementation of Common Lisp. The big goals are ANSI standard compliance, interoperability with Java and integration with scripting environments. This project is meant to be a sibling to CLearJ, with sharing of implementation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    An interpreted or compiled language written in C++, COEVAL is intended to be a guide for others wishing to write an interpreter/compiler/language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    COOK is an embedded language which can be used as a macro preprocessor and for similar text processing. The concept is similar to PHP, but is oriented towards batch-mode processing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    COORDS: C++ Object-ORiented Data/Design System.-- Dynamic interpreter for C++ extension: compiled/dynamic data type creation & PLATO: Programming Language of Abstract Type Objects -- Adds dynamic function typing to COORDS
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB