Skip to content

Instantly share code, notes, and snippets.

View Omar-Elrefaei's full-sized avatar

Omar Elrefaei Omar-Elrefaei

View GitHub Profile
@Omar-Elrefaei
Omar-Elrefaei / bibtex.png
Created March 18, 2019 10:10 — forked from max-mapper/bibtex.png
How to make a scientific looking PDF from markdown (with bibliography)
bibtex.png
@Omar-Elrefaei
Omar-Elrefaei / lua_external.c
Created February 6, 2018 14:53 — forked from jarcode-foss/lua_external.c
MPD client code with plain Lua and C
/* GIST NOTE: this is part of a much larger collection of lua utilities for AwesomeWM
and has some (very tiny) lua code that wraps these C functions and places them into
a table. */
/* License: GPLv3
Copyright 2018 Levi Webb */
/* MINIMAL TCP SOCKET SUPPORT */
typedef struct tsoc_con {