Skip to content

Instantly share code, notes, and snippets.

View qguv's full-sized avatar
vibing

Quint Guvernator qguv

vibing
View GitHub Profile
@qguv
qguv / ls.c
Last active February 7, 2017 09:30 — forked from syntactician/ls.c
#include <stdio.h> /* printf, puts, putchar */
#include <unistd.h> /* fork, execv */
#include <sys/ioctl.h> /* get username */
#include <sys/wait.h> /* join processes */
#include <sys/types.h> /* pid_t */
#include <string.h> /* strcpy, strncpy, memcpy */
#define MAX_WIDTH 80
#define MAX_CMD 64
@qguv
qguv / solarized-dark.css
Last active April 5, 2021 04:50 — forked from nicolashery/solarized-dark.css
Solarized theme for Jekyll, updated to reflect toned-down line numbers
/* Solarized Dark
For use with Jekyll and Pygments
http://ethanschoonover.com/solarized
SOLARIZED HEX ROLE
--------- -------- ------------------------------------------
base03 #002b36 background
base01 #586e75 comments / secondary content