Explore projects
-
-
Port of the CPP example for visual code debugging with LLDB to DLang
Updated -
-
Dlang / vectorflow
Apache License 2.0Updated -
Dlang / Examples / memcpyD
Boost Software License 1.0Copy of some interesting D code from GitHub: https://github.com/JinShil/memcpyD
Updated -
Some code testing the cross-compiling to ARM Cortex-A7, MIPS and RISCV (WIP)
Updated -
-
Some funny example of D templates, which construct and outputs the 99 beers text at compile-time.
Updated -
-
-
This is a simple example programm for the D programming language. it scans a directory tree for files, and stores name, size and md5 of each file in a simple class object in a dynamic array. The array is serialized to XML with 'orange'.
Updated -
Dlang / xxhash3
BSD 2-Clause "Simplified" LicenseD implementation of the xxhash library 0.81 including xxh32, xxh64, xxh3_64 and xxh3_128 hashes.
Updated -
-
Updated
-
-
A D implementation of the LZ77, iROLZ or similiar algorythms. Also some example on ImportC using libzstd directly from its header file without 'traditional' bindings.
Need DMD 2.098.0 or LDC 1.28.0 or newer! (for ImportC)
Updated -
Updated
-
Some basic example using signals in glade file. Signals are connected directly (extern(C) code) or indirectly by registering the callback with builder object.
Updated -
-