Showing 1744 open source projects for "write"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    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.
    Try It Free
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 1
    coda
    Docifier similar to javadoc that lets you write doc-comments in many types of languages (Perl, Tcl, Java, C, C++, C#, Pascal, Lisp etc.) Output in several formats (html, LaTeX).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jaune is a compiler and set of libraries that can be used to write programs in the Java language for small devices. Includes a basic set of class libraries, garbage collector, and set of examples that can be run on the Nintendo GameBoy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Gene's Intrepid Garbage Gathering Library Engine for C++. Uses smart pointers. Allows for run-time selection of garbage collection strategies. Comes with several garbage collectors, & you can write your own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    The goal of the Alumni C compiler project is to write a new simple and easy to understand C compiler code for Graduate Students.
    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
  • 5
    A cross-platform C++ framework library designed to make it easier to write high-quality software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Infinitum C++ Library is intended to be a general purpose library. When we write some code that is generally useful, we place it inside this library. It contains a set of classes to write log files, some string & file helpers, algorithms and function
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    VETk is a toolkit for developing complex and distributed user interfaces. It is centred around a distributed component model with publisher-subscriber facilities. One can easily write multi-user applications by embedding standard Java components in HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A C++ library to help you write installer applications for Windows. Contains simple functions to change the start menu, register an uninstallation application, download files from the internet, install DirectX, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is a perl program which will make n connections to randomly selected servers out of a pool. It will then write things to that connection choosing a random item out of an array. It also has the ability to have definable reponses to certain messages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    My intention for creating Software Engineering Techniques is mainly educational. I will post source code I've written or will write that may be useful for others who need to "see" how things can be done rather than just reading references.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mocha consists of a series of freely available PHP libraries which provide Java-like classes for use within PHP. If you are a Java programmer who is learning PHP, or if you like to write PHP in a more object-oriented fashion, then Mocha is for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CIniFile is a C++ class to read and write inifiles in microsoft ini format. There is also a plain C version available. IniFiles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    The Edifice API is an interface for programmers who wish to write a secure web program. Written in PHP, the API has support for templates, configuration files, DSN based database management, and is fully language independent.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    A port of the popular unit testing framework CPPUnit for the popular Mud LP Driver. This allows you to write automated unit tests to test both syncronus and asyncronus functionality in your LPC code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The High Resolution Profiler is a library that uses the Pentium Time Stamp Counter to measure the time used by various functions in a program, and to write a gmon.out file, compatible with the existing gprof program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tiny Shell provides the minimum you need to implement shell facilities into a small system. For instance, add a shell to your embedded platform as soon as you can read/write bytes from the UART.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    ROBOCOPY.EXE halts with a "Runtime error R6002" (after a certain # files or dirs). So I decided to write my own version, in Perl. I'm striving to have the output be *identical* to Robocopy's output, so existing scripts will not break.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Libraries handling data which are organized in a hierarchical way, like data which are stored in XML format. This libraries are able to read, manage and write XML document.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A warehouse of utilities and story source-code for Inform-based interactive fiction stories. Include simple examples of how to write inform, to libraries of useful utilities and objects, to full game source-code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Class Library that encapsulates the Win32 API programming elements. The library provides a set of C++ classes to reduce the amount of code necessary to write native Windows applications, without abstractions away from the core Win32 API, and without any
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ebnf2yacc is a tool to help write yacc parsers/compilers. It takes as input a grammar written in bnf (ebnf support is planned), and outputs a c++ abstract syntax tree that supports the visitor pattern, along with a yacc parser that builds the tree.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ePalm aims to be a general-purpose library for allowing the SmallEiffel eiffel compiler to generate m68k-compatible code, and a series of classes which wrap the palm API such that an Eiffel developer can write a PalmOS application entirely in Eiffel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A unit testing framework for Python based on JUnit and XUnit, the de-facto standard frameworks for Java and SmallTalk respectively. Provides a standard, proven, simple and elegant way to write unit tests for Python software. GUI also provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The purpose of this project is to write a patch for Bison which adds the capability of producing Java code instead of C code. The software is based on the original Bison sources (version 1.28 of Bison). It provides a new -j option which selects Java ou
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    <b>myDBList</b> is the first set of functions from a full library that simplifies the access to databases from GUI controls on <b>PalmOS</b>. For now, it only supports the <b>ListType</b> but I plan to write functions for <b>TableType</b> and <b>FieldType
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo