Showing 1298 open source projects for "types"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    A C++ library that uses readline to implement a very flexible command-prompt. Seamlessly manages types and variables, function signatures, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Easy and ready-to-use set of .Net Classes to implement LDAP applications (Servers and Clients). Included in the project: - Classes for all types of LDAP Requests and Responses; - Void Server and void Client Classes, ready for custom implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    g2 is an easy to use, portable and powerful 2D graphics library. It provides a comprehensive set of functions for simultaneous generation of graphical output on different types of devices.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    VBDOX is a simple program that generates technical documentation from source comments. The only requirement is to use specific module and function comments format. Documentation is generated for all types Visual Basic files and also fo VBScript and ASP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
  • 5
    LXD intends to be a documentation system for large OpenSource projects. It mixes low level information (source code symbols) with high level information (modules, abstract data types, algorithms), by using well defined XML documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Writing extensions to Perl. Integrating basic operations in Perl syntax rather than writing modules. Possible areas are extended types (graphs etc.) and php like outputing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Template Based on the standard vector library that allows creation of dynamically resizable two-dimensional arrays in C++ of most data types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ...It allows you to instantiate different kinds of objects with diverse tools which are provided by the abovementioned framework: XML, extensible design, reflective API, containers for the different types of IOC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    QUICKopen is a tool for quickly finding files on your hard drive, and allows for individual Search Groups. Files are filtered in real-time when the users types, and there are integrations for (X)Emacs, GVIM, VIM, Visual Studio (all), and Console/Shell.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    A branch of Scala at Rice University that looks for adding support for Runtime Types (ala NextGen), and eventually components (ala CGen).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BTTF allows to elevate the level of abstractions at the moment of working with time in an application. Being able to model domains thinking in terms of minute, day, month year, ranks and periods of time, etc. Avoiding dirty handlings of primitive types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    OSOCO is a marktplace for all types of Java components for developing web applications. The main focus is currently on Apache Cocoon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    vcpp-mode is a mode for (X)Emacs to edit Visual C++ files. It is based on cc-mode and has font-locking for IDE generated Macros, common Visual C++ types, prefixed member-variables (m_*), class names, abbreviations for common used words etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Externalizer is an Ant task to externalize strings. The Externalizer can be used with all types of files or programming languages, f.e. php, java, c, c# and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java Crypt Framework (JCryptFX) is a java-based education project for de-/encrypting streams. It has a implementation of DES and TripleDES in it but the framework user can write own cryptography algorithms and stream types for it - includes a console app
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Nightwatch is a (nightly) build tool, written in Perl. The system can run multiple projects of different types, i.e. Maven, Make, etc. Nightwatch is pluggable, so you can write your own specific build process.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    The tree control library is a C++ container library which stores generic types in tree structures. Three containers are available in the library: tree, multitree, and unique_tree. The library usage and syntax is much like that of the STL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SAVT is a set of shell scripts which allow you to put config files under version control using Subversion with support for metadata versioning (permissions, ownership) and share them with certain host types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Firoz is an Eclipse plugin that provides possibility to edit a Java Properties file using GUI. Features are: Validation. Customized Dialogs for several types of properties like file,folder,date or color.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    "mASN1" - mini ASN.1 framework is a light ASN.1 framework written in C# for .NET framework. It can be used for creating classes that model ASN.1 types and are capable of encoding/decoding themselves to BER/DER codes. PER support is planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    InsideOut! is a domain-driven Web framework in the spirit of Rails that bridges Hibernate and JavaServer Faces. Features rich model types (enumerations, validated strings) and run-time view generation using JSF components that reflect on the model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ctypes is a Java library allowing one to create and manipulate C data types in Java. These can then be passed to C-functions loaded from dynamic link libraries. This is based on the ctypes python module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    IOR is a multiprotocol storage router, storage app. or SAN bridge, depending on how you use it. The idea is to handle and manage diff. types of storage resources like diff. types of disks and tape using various scsi protocols like Fc and iScsi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    If you have worked with the .NET built-in types (DateTime, Boolean, ...) you probably faced a little problem one day: these data types do not support the Null value. NullableTypes are the easy, intuitive, elegant and definitive solution!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Embedded XML Parser Generator is creating some C source code that parses XML files (or streams) from a user specified document structure. Generated code can support advanced features (inter-dependencies, native data types etc...).
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB