Skip to content

Instantly share code, notes, and snippets.

@thebodzio
thebodzio / xboxdrv-esperanza-eg102.ini
Created April 23, 2015 21:54
xboxdrv config file for Esperanza EG102 gamepad
# xpad emulation mappings for
# Esperanza EG102
[xboxdrv]
evdev = /dev/input/gamepad-esperanza-eg102
silent = true
mimic-xpad = true
[evdev-absmap]
ABS_X = x1
@thebodzio
thebodzio / instructables.sort.add.instructable.to.collection.alphabetically.user.js
Last active January 28, 2016 15:05
Simple user script (Greasemonkey ready) to sort alphabetically list of collections shown when “Add to Collection” button is clicked by the instructable on www.instructables.com. By default this list is sorted by collection's creation date.
// ==UserScript==
// @name Instructables: sort “Add Instructable to Collection” list alphabetically
// @namespace thebodzio
// @include /^https?://www.instructables.com/id/.*/
// @version 1
// @grant none
// ==/UserScript==
// Returns the UL element holding all the LIs with collections names
// or "null" if it's not found