[go: up one dir, main page]

Open Source D Software

D Software

D Clear Filters

Browse free open source D Software and projects below. Use the toggles on the left to filter open source D Software by OS, license, language, programming language, and project status.

  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • Top Corporate LMS for Training | Best Learning Management Software Icon
    Top Corporate LMS for Training | Best Learning Management Software

    Deliver and Track Online Training and Stay Compliant - with Axis LMS!

    Axis LMS enables you to deliver online and virtual learning and training through a scalable, easy-to-use LMS that is designed to enhance your training, automate your workflows, engage your learners and keep you compliant.
    Learn More
  • 1
    OneDrive Client for Linux

    OneDrive Client for Linux

    #1 Free OneDrive Client for Linux

    A free Microsoft OneDrive Client for Linux, which supports OneDrive Personal, OneDrive for Business, OneDrive for Office365 and Sharepoint, and fully supports Azure National Cloud Deployments (Microsoft Cloud for US Government, Microsoft Cloud Germany, Azure and Office 365 operated by 21Vianet in China). This powerful and highly configurable OneDrive Client for Linux is simple to use and runs on all major Linux distributions such as Debian, Ubuntu, Mint, Manjaro, SuSE, OpenSuSE, Fedora, CentOS, Red Hat, Arch and Slackware. This OneDrive Client for Linux is also available as a Docker container utilizing Alpine Linux, Debian Bullseye and Fedora, with pre-built images available for x86_64, ARMHF and ARM64. This OneDrive Client for Linux also supports one-way (upload or download only) and two-way sync operations with a variety of additional capabilities to suit your requirements and connects securely to Microsoft OneDrive services.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 2
    Banish crusty code with the Uncrustify C/C++/C#/D/Java/Pawn source code beautifier. It indents, adds newlines, aligns, etc, and is highly configurable.
    Leader badge">
    Downloads: 71 This Week
    Last Update:
    See Project
  • 3
    Fsum Frontend is a files integrity checker. It can calculate 96 hash and checksum algorithms(CRC32, MD5, SHA1, SHA2, ADLER, DHA256, FORK256, ...). You can verify your files using a .sfv/.md5/.sha1/.sha2 file or create your own checksum file.
    Leader badge">
    Downloads: 44 This Week
    Last Update:
    See Project
  • 4
    WinXP, Vista, Win7, linux, OpenSolaris native port of the BSD PSPSDK (ps2dev.org), with freely distributable import libraries and header files (DevPaks) for building cross compiled homebrew Sony PSP (PlayStation Portable) applications.
    Downloads: 50 This Week
    Last Update:
    See Project
  • New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software. Icon
    New Relic provides the most powerful cloud-based observability platform built to help companies create more perfect software.

    Get a live and in-depth view of your network, infrastructure, applications, end-user experience, machine learning models and more.

    Correlate issues across your stack. Debug and collaborate from your IDE. AI assistance at every step. All in one connected experience - not a maze of charts.
    Start for Free
  • 5
    Search Deflector

    Search Deflector

    A small program that forwards searches from Cortana

    Search Deflector is a small system utility that redirects searches made from the start menu or Cortana to whatever browser and search engine you prefer, removing ties with Microsoft Edge and Bing. This software allows you to perform faster web searches by just tapping the Windows key, and typing your search. Hit enter, or click one of the results in the right panel. This is faster than opening your browser (if it isn't already), opening a new tab, and clicking the search bar. After a simple setup, you can use any browser (provided it is registered as a protocol handler) and any search engine. There is a free version and a paid version. Both are exactly the same. The free version is unsigned and may register a false-positive with your antivirus software. The version on the Microsoft Store costs $1.99, and is digitally signed and distributed by Microsoft.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    GCC D Compiler (GDC) for Mac OS X (10.2-10.4) See http://gdcproject.org/ for new GDC development.
    Leader badge">
    Downloads: 67 This Week
    Last Update:
    See Project
  • 7
    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: 2 This Week
    Last Update:
    See Project
  • 8
    D Language Server

    D Language Server

    A Language Server implementation for D

    This is still a work in progress; there might still be bugs and crashes. DLS implements the server side of the Language Server Protocol (LSP) for the D programming language. It doesn't do much itself (yet), and rather uses already available components, and provides an interface to work with the LSP. DLS is usable using FreeBSD's Linux binary compatibility system (tested on FreeBSD 12.0-RELEASE). Code completion, going to the symbol definition, finding references, symbol renaming. Error checking, code formatting (document, range and on-type), symbol listing (current document and workspace-wide). Symbol highlighting, documentation on hover, random, frustrating crashes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    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
  • Dominate AI Search Results Icon
    Dominate AI Search Results

    Generative Al is shaping brand discovery. AthenaHQ ensures your brand leads the conversation.

    AthenaHQ is a cutting-edge platform for Generative Engine Optimization (GEO), designed to help brands optimize their visibility and performance across AI-driven search platforms like ChatGPT, Google AI, and more.
    Learn More
  • 10
    GDC is a GCC front end for the D programming language.
    Leader badge">
    Downloads: 17 This Week
    Last Update:
    See Project
  • 11
    D-IDE
    An experimental IDE for developing native applications in D. It manages your projects, contains a code completion engine and supports full symbolic debugging. Note: This software is not being actively developed anymore. Go have a look at http://wiki.dlang.org/IDEs to check out more updated IDEs like Mono-D which is D-IDE's descendant.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    GCC D Compiler (GDC) for Windows (NT-XP) See http://gdcproject.org/ for new GDC development.
    Downloads: 4 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: 3 This Week
    Last Update:
    See Project
  • 14
    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: 2 This Week
    Last Update:
    See Project
  • 15
    wxD is D programming language (www.d-programming-language.org) bindings for wxWidgets (www.wxwidgets.org), providing a portable GUI toolkit for D.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    D Compiler IDE
    A small IDE for the D language compiler. Doesn't currently have any completion code or something like that, it's just as small as possible. It facilitates starting creating programs in the D language by making using command line unneccessary.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    tLISP is a small implementation of the LISP programming language written in Object Pascal. Includes tle a command line tool for working with the LISP environment, and dynamic library for calling LISP functions from other applications. tLISP 2 or dLISP is
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    Anime checker is a portable tool that verifies the integrity of your files. It calculates the CRC32 of your files and compares it with the one found in the filename. Useful with fansubbed animes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Benetech Human Rights Program Utility Library: Collection of utilities used by the Benetech Human Rights programming for processing human rights data in preparation for statistical analysis. Library handles DSV files, name canonicalization, binarray, et
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    It is a commandline tool to manipulate .xyz molecule files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    CRC

    CRC algorithms, test code, libraries and tables

    This is a modified version of the CRC algorithms by Lammert Bies. It supports more algorithms and has been ported to several languages. It's also useful for learning how to do hexadecimal calculations and bitwise operations in various programming languages. Disclaimer: These test programs demonstrate the calculation of CRC. I made these translation with a basic knowledge of each language. They may or may not be appropriately formatted / secured / robustified / idiot proofed or any similar programming issues.
    Downloads: 1 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: 1 This Week
    Last Update:
    See Project
  • 23
    Fish tool's a aquaria calculator.It's write use D language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    GCC D Compiler (GDC) for GNU/Linux (RPM) See http://gdcproject.org/ for new GDC development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    This is a program for playing the game of go. No go program to date has achieved a level of mastery comparable to chess programs. The design goal is to develop as strong of an AI as possible using D, agile development, an object oriented design, and gene
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next