Skip to content

Instantly share code, notes, and snippets.

module newmetafint;
import std.stdio : write, writeln, writef, writefln;
import std.conv : to;
import std.array : replace, replicate;
debug import std.random;
version = demo;
debug = trace;
@majiang
majiang / downloader.d
Last active December 26, 2015 10:19 — forked from repeatedly/downloader.d
// Written in the D programming language.
/**
* High peformance downloader
*
* Implemented according to <a href="http://yusukebe.com/archives/20120229/072808.html">this implementation</a>.
*
* Example:
* -----
* dmd -L-lcurl -run downloader.d