Skip to content

Instantly share code, notes, and snippets.

View xero-lib's full-sized avatar
🌉
Building New Bridges

Thoth xero-lib

🌉
Building New Bridges
View GitHub Profile
@xero-lib
xero-lib / dwm_config_pulseaudio.h
Created September 10, 2022 17:07 — forked from palopezv/dwm_config_pulseaudio.h
dwm volume control with hardware multimedia keys (pulseaudio)
/**
* dwmconfig.h
* Hardware multimedia keys
*/
/* Somewhere at the beginning of config.h include: */
/*
You obviously need the X11 development packages installed, X11proto in particular, but
here is the location of the upstream copy of the keysyms header if you can't bother
using the contents of your own hard drive. ;-P
@xero-lib
xero-lib / nodejs-1-1.js
Last active February 3, 2021 05:22 — forked from guy9/nodejs-1-1.js
//commonjs
const cassandra = require('cassandra-driver');
const async = require('async');
//module
import * as cassandra from 'cassandra-driver';
import async from 'async';