Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

How big can be ubyte[] in D?

arrays d

D: Strange behaviour from std.container.BinaryHeap with custom function for comparison

pointers struct d binary-heap

What is the idiomatic way to parse things in D?

d

Set MIME type for fetched file

http http-headers d vibed

D language function call with argument

sdl d sdl-2 derelict3

What does "!" before a function do in D

d

How can I return JSON with HTTP code in Vibe.d?

d vibed

Use a variable with Vibe.d when rendering a template file with response.render

d vibed

libcurl issue when using D's std.net.curl on Mac

d libcurl

Properties and ref return values in D

properties ref d

D language Socket.receive()

sockets d

Determine number of lines in terminal

bash d

using File().byLine() with fold()

d

How do I make a configuration in DUB that turns multiple input D files with main functions into multiple output executables?

d dub

I'm getting a confusing link error building a trival D program on my Mac

macos d

How do I unbuffer input with the D programming language in linux?

linux terminal d ncurses gdc

Cannot pass by reference in D language

D operator overloading

operator-overloading d

Why is my D code to sum a vector up x4 slower than C?

d

Comparing floating point numbers in D

floating-point d