Skip to content

Instantly share code, notes, and snippets.

View fdd's full-sized avatar
🏔️
On a big expedition.

Ionuț Jula fdd

🏔️
On a big expedition.
  • % mknod /dev/corp c 1 5
  • Virgo Supercluster, Local Group, 42 Milky Way, Orion–Cygnus Arm, Gould Belt, Local Bubble, Local Interstellar Cloud, Sol System, Earth.
  • X @ionutjula
View GitHub Profile
@fdd
fdd / keybase.md
Created May 14, 2017 16:23
keybase.md

Keybase proof

I hereby claim:

  • I am fdd on github.
  • I am fdd (https://keybase.io/fdd) on keybase.
  • I have a public key ASDL5TSJHh67zTa-dhSKBK-6E3xKhyBX1vUx8afyvtlzsgo

To claim this, I am signing this object:

@fdd
fdd / ls.c
Created August 10, 2010 07:17
#include <u.h>
#include <libc.h>
#include <bio.h>
#define dirbuf p9dirbuf /* avoid conflict on sun */
typedef struct NDir NDir;
struct NDir
{
Dir *d;