• 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
  • 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
    Fault-tolerance extension for services under the OSGi Service Platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    A comprehensive business framework to enable sophisticated enterprise workflows. Define, simulate and deploy cross-platform workflows while being able to enrich and customize the core services on demand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    FUtuRes as Indispensable Abstraction - a framework for efficient execution of structural parallelism on multiprocessor/multicore platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FUnit is the first generation xUnit testing tool to leverage the custom metadata capabilities of the Flex mxmlc compiler. The tag-based attribute model of FUnit makes it the most intuitive unit-testing framework ever created for the Flex platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Let your crypto work for you

    Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    FVM (Federated Virtual Machines) enables Java apps to create and call class instances in other JVMs. It does this using network ClassLoaders, java.io.ObjectIn/OutputStream and remote object references proxied by CGLIB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Trata de um Framework para a criação das telas de formulário de sistemas desenvolvidos para desktop. Para sua utilização deve criar as classes bean, dao e action e mapear essas classes em um arquivo XML chamado dicionario.xml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A light, easy to learn PHP MVC framework that takes advantage of best open-source software and design principles. "Do more with Less" - Buckminster Fuller. "Make things as simple as possible, but not simpler." - Einstein's Razor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Fabriq Framework
    Fabriq, a rapid development framework for PHP that makes use of MVC, DRY, and ORM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Facets is a web application framework that leverages a simple MVC architecture for the server side and a feature-packed Javascript component model for the client. The two pieces are designed to be seemlessly integrated for very dynamic AJAX-style apps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    A cross-platform framework built in C with multiple language bindings, easing the transition between languages and platforms, while maintaining ABI compatibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Fakoli
    Fakoli is an entity-based Rapid Application Development framework for PHP. In addition to the core framework, Fakoli/CMS can be used to provide component-based Content Management functionality for your Fakoli application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Falcon is a java application that allows developers to declare dependencies decoratively and wiring is performed at runtime. This allows high level representation for easier management of larger sites (and smaller projects).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Light php framework. It has resources to create modules with menus, views and forms. It's usable for simple web pages as well as content management or portal solutions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Falke is a pure Java web communication layer that provides you a way to build web applications entirely in Java. No HTML involved, no web browser, just Java. See the web site for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Farrago is an extensible data management framework with a hybrid Java/C++/UML architecture. It is developed as a sub-project of The Eigenbase Project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fasper - Parser Testing Framework
    Fasper is a framework for parser verification, developed using java and antlr. Fasper uses a "golden model" based testing approach and can be integrated with JUnit. Any parser can be verified by using a plugin. For more details about the donors you should visit: www.amiq.com/consulting or www.amiq.com/consulting/blog
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FATS - FATS is a Twisted and Fast Asterisk's Telephony Services. Project contains implementation of FastAGI, AMI protocols for the Twisted framework. Using it you can develop fast and pretty services for the Asterisk IP-PBX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fast Paginate for Laravel

    Fast Paginate for Laravel

    A fast implementation of offset/limit pagination for Laravel.

    This is a fast limit/offset pagination macro for Laravel. It can be used in place of the standard paginate methods. This package uses a SQL method similar to a "deferred join" to achieve this speedup. A deferred join is a technique that defers access to requested columns until after the offset and limit have been applied. In our case we don't actually do a join, but rather a where in with a subquery. Using this technique we create a subquery that can be optimized with specific indexes for maximum speed and then use those results to fetch the full rows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Fast UML is an open-source UML tool with a simple user interface pop-up free. Draw UML diagrams fast, export diagrams to png, jpg and clipboard. It pretends to be the union between Violet and UMLet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    FastPHP is a super light-weight PHP MVC framework. It has been built with the philosophy of less is more. v0.7 and up is not compatible with PHP 5.2 or lower.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Fastify

    Fastify

    Fast and low overhead web framework, for Node.js

    Fastify is a high-performance web framework for Node.js that focuses on minimal overhead and predictable extensibility. It pairs a declarative routing API with JSON Schema–driven validation and serialization, so requests are checked at the edge and responses are produced quickly. The framework’s plugin system uses encapsulation to isolate routes, decorators, and hooks, which keeps large codebases modular and avoids accidental cross-pollution. Built-in hooks (such as onRequest, preHandler, and onSend) and lightweight decorators make it easy to insert cross-cutting concerns like auth, caching, and metrics. Fastify ships with thoughtful defaults like structured logging via Pino and AJV for schema validation, and it has first-class TypeScript types. The result is a server stack that scales to high throughput while remaining easy to reason about in production.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Fastify DX

    Fastify DX

    A Full Stack Framework based on Fastify and Vite

    Fastify DX is an upcoming full stack framework built on top of Fastify and Vite. In this early stage, we're working to define a Universal Route Module API. Currently, only Fastify v3 is supported, v4 support is already in the works. Fastify DX is currently in alpha. Right now the focus is on implementing the same API for React, Vue, Solid and Svelte. A minimal zx-based CLI for enhanced Developer Experience is planned next. Subscribe to this newsletter to hear about the public beta.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Fat-Free Framework
    FAT-FREE is a powerful and lightweight PHP 5.3+ Web application framework designed to help you build dynamic and robust Web sites - fast! Unlike other PHP frameworks, Fat-Free aims to be usable - not usual.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This is a tidy lightweight library implementing a series of C++ Design Patterns, aiming to be simple, clean and portable. This library is made to help C++ programmers to develop projects with clearer and more compact source code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A feedback-enhanced framework for routing in wireless sensor networks. Speeds up the process of implementing routing techniques. Enables piggybacking of routing information on data packets. Written for the Omnet++ simulator and the Mobility Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB