Skip to content

Instantly share code, notes, and snippets.

@number-phi
number-phi / keybase.md
Created May 14, 2019 09:10
keybase.md

Keybase proof

I hereby claim:

  • I am number-phi on github.
  • I am nmbrphi (https://keybase.io/nmbrphi) on keybase.
  • I have a public key ASDd6QD4lqr4N19QkxMHzv1yMwko0JHD7e4w1qdhwx0Dpgo

To claim this, I am signing this object:

@number-phi
number-phi / deamon.c
Created October 18, 2017 15:40
A Deamon Story
#include <stdlib.h>
#include <unistd.h>
#include <syslog.h>
int main(int argc, char *argv[])
{
/*#################################################
# CHAPTER ONE #
# The Creation of a Demon #
#################################################*/