Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
Some funny example of D templates, which construct and outputs the 99 beers text at compile-time.
-
A lightweight client for the ACME protocol.
-
The sources for the mc68060.library. Usable with all mc68060 CPU cards on Amiga.
-
Demo and benchmarking project to compare C code with D code in BetterC mode, as well as in normal D mode. The demo also provides comparision in generated code, Makefiles to build C, C++, D-betterC mode snippets. A dub project will link everything.
-
A simple plantUML container listening on port 8080. Used by applictions like GitLab to render nice graphics with plantUML for documentation purposes.
-
Project to build a docker image for PtxDist development
-
An ubuntu based image to compile programs with D language and dub. Dev headers and SOs for some commonly used libraries (e.g. openssl) are already installed. If additional headers from C world are needed, they must be installed in your CI script.
-
Extended development image containing the gtk 3.0 runtime libraries. Allows to run unittests in the CI pipeline for applications using gtkd bindings.
-
Some code testing the cross-compiling to ARM Cortex-A7, MIPS and RISCV (WIP)
-
Tests with the CTFE feature of D.
-
This is the source for the Amiga CyberMap utility. The tool is usable with most accellerator cards from Phase 5 and maybe even others. Sources provides for research purposes.
-
A set of docker images for the paranoids which can be build by yourself instead of just pulling them.
-
The D widget toolkit from git@github.com:d-widget-toolkit/dwt.git
-
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'.
-
Copy of the upstream repository
-
Some basic example using signals in glade file. Signals are connected directly (extern(C) code) or indirectly by registering the callback with builder object.
-
This is an example gtkd using glade generated UI.
-
Benchmarks for digest included into phobos library
-
Some code to test the new ImportC feature of D.
-
ipturntables.sh is a bash script controlling a set of abstract firewall rules. Mainly it uses iptables and ip command to configure a firewall for both IPv4 and IPv6 protocols simultaneously.