Explore GitLab
Discover projects, groups and snippets. Share your projects with others
-
A lightweight client for the ACME protocol.
-
VA wrapped version of current LDC.
-
-
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 cross-compile project for the Atmel AT91SAMA5D3 XPLD evaluation board.
-
Some funny example of D templates, which construct and outputs the 99 beers text at compile-time.
-
-
Mirror of the original PtxDist project on git://git.pengutronix.de/git/ptxdist.git (Prerequisites: sudo apt install autoconf flex bison texinfo gettext)
-
The D language bindings for lmdb library.
-
Web framework.
-
The OSELAS.Toolchain project to build the cross-compilers for the PtxDist project. The created compilers are installed to a docker image for cross-compilation of PtxDist project.
-
Copy of some interesting D code from GitHub: https://github.com/JinShil/memcpyD
-
Wrapper Library for MediaInfo Library. Automatically chooses 32 and 64 bit library.
-
Project to build a docker image for PtxDist development
-
A simple plantUML container listening on port 8080. Used by applictions like GitLab to render nice graphics with plantUML for documentation purposes.
-
Creates a complete tftp/bootp file structure from scratch (eg. for either tftpd or WDS) with the debian and ubuntu netboot images, grub and ipxe preconfigured.
-
A D implementation of the LZ77 and iROLZ algorythms.
The purpose of this package is to provide interfaces, which use D ranges for input and output of data. "Compression algorythms" are just some useful purpose for these range objects.
-
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.
-
A D language binding for the libmediainfo library.
-
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'.