Showing 29 open source projects for "as-project"

View related business solutions
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • Go from Data Warehouse to Data and AI platform with BigQuery Icon
    Go from Data Warehouse to Data and AI platform with BigQuery

    Build, train, and run ML models with simple SQL. Automate data prep, analysis, and predictions with built-in AI assistance from Gemini.

    BigQuery is more than a data warehouse—it's an autonomous data-to-AI platform. Use familiar SQL to train ML models, run time-series forecasts, and generate AI-powered insights with native Gemini integration. Built-in agents handle data engineering and data science workflows automatically. Get $300 in free credit, query 1 TB, and store 10 GB free monthly.
    Try BigQuery Free
  • 1
    dub

    dub

    Package and build management system for D

    DUB is the official package and build manager for the D programming language, providing a comprehensive solution for managing D projects. It handles package dependencies, project building, and offers a central package registry at code.dlang.org. DUB supports both JSON and SDL configurations, catering to various developer preferences and facilitating seamless project management.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    OxyWitleaf2CSV

    OxyWitleaf2CSV

    Witleaf pulse oxymeter BIN format data decoder.

    ...It reads BIN-files produced by popular professional pulse oxymeters manufactured by Shenzhen Witleaf Medical Electronics Co., Ltd. (like the WIT-S300 shown in the photo on the project icon) and produces a CSV-formatted output with the extracted data to stdout (gets printed to the console if not directed otherwise). More info on https://github.com/mrKirushko/OxyWitleaf2CSV .
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    The first goal of the project is to gather documentation for many algorithms and API's used in different open source projects. And the second goal is to develop Desktop Environment with maximum components integration and using new interface ideas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    PowerNex

    PowerNex

    An operating system written in D

    PowerNex is a microkernel operating system written entirely in the Nim programming language. Designed as a learning and research project, it explores OS development using a modern high-level systems language while still offering low-level control. PowerNex focuses on modularity, simplicity, and code clarity. While still in its early stages, the project includes basic kernel functionality, including memory management, task switching, and a custom bootloader, offering insight into building an OS from the ground up using newer programming paradigms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 5
    Project 2306 IDE Rad MacOS MCU DeveR

    Project 2306 IDE Rad MacOS MCU DeveR

    Electronic design and programming tools suite like Eagle, MpLab

    ...Tools suite for Arduino, Pinguino, Pic, AVR, ARM, Basic Stamp, Risc, other platform Fully Integrated IDE. Adobe PDF Help section SQL Connectivity Community Avail : https://www.facebook.com/Project-Core-2306-Nextgen-Eda-pcbradide-for-Mcumacoslinuxwindows-138250749681138/?fref=ts
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Rulada

    Rulada

    The Universal library set for the D compiler DMD version 1

    It is a set of libraries and tools used with D compiler DMD Version 1 for Windows only. It consists of new runtime permitting to use Tango and Phobos libs simultaneously. It is mainly for use with another project (Dinrus, http://sourceforge.net/projects/dinrus) as an auxiliary tool for producing new modules and libraries. But it's still useful with D1(http://dprogramming.org) as it is a revision and a kind of summary for all previously written D1 codes. Find difference!
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    dpcm-dt

    DPCM DT automates the development of WSN applications

    Wireless Sensor Network (WSN) application development is a complex task that involves knowledge over a broad range of technologies and requires special attention to many details, from system-level down to node hardware. DPCM DT is a toolset developed as part of the WSN-DPCM Artemis project that aims to help the developers to create WSN applications faster by automating most development tasks below the application-specific business logic. The toolset can be used both by the application domain experts, which may have limited development skills, and power users that can interact with the toolset flow in different ways to leverage their programming and development proficiency.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Complex Renderer

    Complex Renderer

    Simple renderer of complex functions including recursive

    ...Currently, compiled program draws Mandelbrot set, but if you want to draw another function, you need to inherit it from 'Renderer' class in sources, pass it to 'Window' and recompile project. Including 4 versions. The first one was written with C++ and uses CPU 128-bit double. The second does the same, but was written with D language and Derelict3. The third uses GPU (GLSL shaders) to draw Mandelbrot set. It is extremely fast, but uses only 32-bit float. And finally, the fourth works on CPU, but uses arbitrary precision (OpenMP), so it hasn't limit for depth (except rendering time).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Opensource Community-Driven MMORPG
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deploy Apps in Seconds with Cloud Run Icon
    Deploy Apps in Seconds with Cloud Run

    Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.

    Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
    Try Cloud Run Free
  • 10
    ANTLR is a well-known parser generator . It can generate parsers in several languages. This project provides the templates to produce D code and a D runtime library for running the created parser. It requires ANTLR tool. Use svn to get D target. One example is included. This target works with ANTLR 3.4
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Solarstorm

    Solarstorm

    A rethinking of the Operating System Ecosystem.

    This is the fifth or sixth generation of this idea, the big difference being that we have written some bootloader code and have started mapping out the kernel layout and structure. We have decided upon a core programming language for the kernel, and the core language for almost everything else. With a focus on isolating the MAJOR kernel features from the system itself, in what until now has remained research only instances, we hope to create a fully functioning exokerne. All code at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Xinok Sort

    A stable sorting algorithm with a low memory requirement

    Xinok sort is a custom sorting algorithm, a variant of merge sort which uses significantly less memory while maintaining speed and stability. This project has been abandoned and superseded by this: https://github.com/Xinok/XSort
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    P2P-GUI is a web frontend for MLdonkey/aMule/rTorrent/Transmission/giFT. It combines multiple web interfaces with multiple client back-ends on top of a simple and fast web server. This project has moved to https://github.com/mwarning/p2p-gui
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    a project to create window gui Application use d & tango.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    collabEdit is a real-time collaborative editor, which allows several people to edit on a project at the same time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This project should enable programms written in different languages to communicate via interfaces wich allows streaming, remoting and other communication technologies over TCP/IP and later also UDP/IP ports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Titanion is a classic 2.5D shooter game. This project has moved to https://github.com/mwarning/titanion
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Web-GMUI web frontend for MLdonkey/aMule/rTorrent/Transmission/giFT. Combines multiple web interfaces with multiple client backends on top of a simple and fast web server. -= This project has moved to p2p-gui.sf.net.! =-
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    AutoTool4D(autotool for d language) is a project that demo how to use autool(autoconf,automake and libtool) to compile d language, it also demo how to using libiconv and gettext to write I18N/L10N program in d language and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sofu is a simple Unicode-based plain text file format designed for easily accessing and storing application data, such as game databases and configuration files. This project also hosts various Sofu parser libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Pseudo-language based on D that allows make games using a process-oriented interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DUI is a D language binding to the GTK+ graphical toolkit and the OpenGL Extension GtkGLExt. DUI enables the creation of D GUI applications and supports both Windows and Linux. Even though marked alpha DUI is quite usable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    leds is a light source code editor for the D language. Build on D with DUI (a binding to GTK+) and Scintilla. leds is available for Linux (Windows version just days away). leds supports: syntax highlight, project management, code browser, and more
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SIGE - Simple Imperative Game Engine SIGE is a toolkit for game creation with OpenGL. At the moment suport for menus, textures, keybindings and configuration files is working. The project plans to include audio and video at a later time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    An IDE project in D for everybody. Basic features will be Project management/building/compiling,syntax highlighting,code completion,local bugtracking,Debugger,Smart/Fast code navigation,on type syntax checking,cvs/subVersion,Refractoring,plugin support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.