Showing 23 open source projects for "compilation"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end. Migrate from on-prem or other clouds with free migration tools.
    Try Free
  • 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 Studio. Switch between models without switching platforms.
    Start Free
  • 1
    lazy.nvim

    lazy.nvim

    A modern plugin manager for Neovim

    lazy.nvim is a modern plugin manager for Neovim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Elm

    Elm

    Compiler for Elm, a functional language for reliable webapps

    ...All Elm programs are written in the same pattern, eliminating doubt and lengthy discussions when deciding how to build new projects and making it easy to navigate old or foreign codebases. Enjoy Elm's famously helpful error messages. Even on codebases with hundreds of thousands of lines of code, the compilation is done in a blink. Elm has its own virtual DOM implementation, designed for simplicity and speed. All values are immutable in Elm, and the benchmarks show that this helps us generate particularly fast JavaScript code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Martian Proxy

    Martian Proxy

    Martian is a library for building custom HTTP/S proxies

    ...Verify that pingbacks happen when you think they should. Unwrap encrypted traffic (requires install of CA certificate in browser) By taking advantage of Go cross-compilation, Martian can be deployed anywhere that Go can target. Martian Proxy added support for Go modules since v3.0.0. If you use a Go version that does not support modules, this will break you. The latest version without Go modules support was tagged v2.1.0. For logging of requests and responses a logging modifier is available or HAR logs are available if the -har flag is used. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ByteX

    ByteX

    ByteX is a bytecode plugin platform based on Android Gradle Transform

    ...What's more, each plugin's code is decoupled from one another, as well as their host, which makes it extensible and highly efficient for the development of new plugins. If all features are developed as a separate plugin, each plugin will cost 10+s, and the compilation time will increase linearly. But if the iterative development in only one plugin module will make it more and more cluttered, for the code is deeply coupled. So an idea was raised. It could make sense to build a bytecode plugin platform, and the new feature can be extended based on it as a new plugin.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 in Free Credit Across 150+ Cloud Services Icon
    $300 in Free Credit Across 150+ Cloud Services

    VMs, containers, AI, databases, storage | build anything. No commitment to start.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale with Google Cloud.
    Start Building Free
  • 5
    SQLite Editor & Compiler

    SQLite Editor & Compiler

    SQLite Editor and Compiler for PC, macOS and Linux

    A valuable SQLite editor for your PC, Mac OS and Linux with a useful button to compile the code sql for immediate preview of tables, columns and values. == OS requirements to this installation == - macOS 10.9 and later are supported, older operating systems are not supported (and do not work). - Windows 7 and later are supported, older operating systems are not supported (and do not work). Both x86 and amd64 (x64) binaries are provided for Windows. Please note, the ARM version of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Roots

    Roots

    A toolkit for rapid advanced front-end development

    ...It functions as a fast, flexible static site generator but also offers MV* integration with frameworks like Backbone or Angular. Roots comes with extensible pipelines, asset compilation, template engines (Jade, etc.), live reloading, server integration, and plugin support. Widely used in production, it's maintained actively and is MIT-licensed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    51Degrees-C

    51Degrees-C

    Mobile Device Detection for C and C++

    ...Import the code into your project or call the compiled executable as a process. Visit http://51degrees.com/Support/Documentation/APIs/C.aspx to get the full setup guide. The zip file contains a batch file for easy compilation. You will need Visual Studio 2010 (or greater) or GCC set up and configured on a Windows operating system in order to use this batch file. See the user guide linked to above for full instructions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    DotNetWikiBot Framework

    DotNetWikiBot Framework

    Make robots for MediaWiki-powered sites!

    The DotNetWikiBot Framework was developed so that it can offer a helping hand with many complicated and routine tasks of wiki site development and maintenance. DotNetWikiBot Framework is a cross-platform full-featured client API, that allows you to build programs and web robots easily to manage information on MediaWiki-powered sites. DotNetWikiBot Framework can also be used for learning C# and .NET.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9

    outerIP

    Acquires external IP address from command line

    ...Executable available here is for winXP or higher. but you can convert it to c# <http://www.developerfusion.com/tools/convert/vb-to-csharp/> or run on linux using mono (it is tested for mono compilation here <http://www.tutorialspoint.com/compile_vb.net_online.php> and works fine) so it should work using mono on OSX also. You are welcome to contribute compiled executable for other OS' - to simplify process there is only one file required for compilation. Although this is simple program it includes all options for reliable acquiring external IP address, because it not depends on single server but many; use -? ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10

    CPoll based C++ server pages

    Server side scripting language similar to ASP and PHP, but using C++.

    CPPSP (C++ Server Pages) is an open source web application framework similar to ASP.NET. It features a template parser that parses, compiles, and loads CPPSP pages automatically at runtime. CPPSP pages have a very similar syntax to ASP and ASP.NET, where all code is considered HTML by default, and server-side active code can be embedded using "<% ... %>". CPPSP is built upon the CPoll asynchronous I/O and utility library, which offers simple I/O abstraction, network abstraction, memory...
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    Java HTTP REST interface

    Base for HTTP-REST Java application

    ...Example dummy app included. It uses Apache2 as a proxy for AJAX calls and jQuery code as a client. ------- Requirements: For the Java HTTP server: - J2SE (SDK for compilation) For the exampe web app: - Apache2 with mod_rewrite and mod_proxy Client-side for the web app: - www browser supporting JS with jQuery --- Setup: - run Server.class from Java server files (java Server) in a terminal/console - unpack example app files under/within your apache2 document root file structure - open index.html (with a www browser, from a www server) - observe terminal output
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Shapley is a compilation of free PyGTK networking tools distributed under the BSD license.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    The Ocaml Curl Library (Ocurl) is an interface library for the programming language Ocaml to the networking library libcurl. Currently Ocurl requires libcurl 7.9.8 or newer (using older versions may yield compilation errors).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    corePHPAlbum is an easy-to-use web-based image/video gallery written in PHP. Just organize the image/video files into folders... and it'll do the rest. No database, no compilation, modular themeset, multi-languages support, thumbnails creation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Google Hacks is a compilation of carefully crafted Google searches that expose novel functionality from Google's search and map services.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 16
    The IRCd Conf manager util aims at automating ircd tasks such as configuration and compilation. Other options are also included such as automatich updates. This script will eventually be ready to be used for other irc networks. Requires ncurses/dialog
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Another SiteCOPY (ascopy) is a command-line tool to maintain remote copies of websites and is completely written in Bash, so no compilation required and very portable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A verification library accompanied by a simple tool for verification of credit-cards, social security-numbers and other mod(10) and similar checksums in a standard shell-environment from the command-line or as a function. No compilation required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ...It relies on remote-scripting using javascript to update the conversations realtime without refreshing the page. Its installation is simple and lightweight (no DB or compilation).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CRE Loaded a branch of osCommerce. Currently version 6, a compilation of many contributions into the latest MS2 release of osCommerce.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    exPHPresso is a compilation of fine coffees, attributes and variations. Created in PHP/MySQL, this menu driven database has recipes/comments for creating a large number of caffeine beverages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The XML Schema "compiler" project intends to provide a reference implementations of schema evaluation and simplification in XSLT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A translator implementing a considerable subset of the Scheme language. Instant compilation to Javascript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB