Skip to content

Instantly share code, notes, and snippets.

View HeeroYui's full-sized avatar

Edouard DUPIN HeeroYui

View GitHub Profile
#include <stdio.h>
#include <string.h>
#include <pulse/pulseaudio.h>
// Field list is here: http://0pointer.de/lennart/projects/pulseaudio/doxygen/structpa__sink__info.html
typedef struct pa_devicelist {
uint8_t initialized;
char name[512];
uint32_t index;
char description[256];
@kitchen
kitchen / personal.rc
Created August 23, 2012 04:25
sample mutt configuration
# me
set realname = "Jeremy Kitchen"
set from = "kitchen@example.org"
set envelope_from = yes
# personal account info
set imap_user = "kitchen@example.org"
set imap_pass = "REDACTED"
set folder = imaps://imap.gmail.com/
set smtp_url = smtps://kitchen@example.org@smtp.gmail.com/