Skip to content

Instantly share code, notes, and snippets.

View dragonmux's full-sized avatar
🐉

Rachel Mant dragonmux

🐉
View GitHub Profile
### Keybase proof
I hereby claim:
* I am DX-MON on github.
* I am dxmon (https://keybase.io/dxmon) on keybase.
* I have a public key whose fingerprint is B6CA 7CBA 81AA 5ABB 3FB0 B766 6486 1EA8 9B35 507A
To claim this, I am signing this object:
@dragonmux
dragonmux / pipe.hxx
Last active August 31, 2017 21:37
Pipe type
#ifndef PIPE__HXX
#define PIPE__HXX
#include <unistd.h>
#include <fcntl.h>
#include "fd.hxx"
bool cloexec(fd_t fd) noexcept
{
if (!fd.valid())
@dragonmux
dragonmux / README.md
Last active September 6, 2019 18:08
Dark theme for codecov.io