Skip to content

Instantly share code, notes, and snippets.

@Ser-Gen
Ser-Gen / dark.user.js
Last active October 22, 2019 00:43
dark.user.js
// ==UserScript==
// @name dark
// @namespace styles
// @include http*//*.*
// @version 5
// @run-at document-start
// @grant none
// ==/UserScript==
if (window.location.href.match('scinquisitor.livejournal.com')) {
@agoldst
agoldst / contacts_query.sh
Last active November 28, 2023 01:15
Query macOS contacts for mutt
#!/bin/bash
#
# contacts_query.sh
# Andrew Goldstone, July 2017. All yours to use or modify, but no promises.
#
# The mutt e-mail client has an option to query an external address book for
# e-mail addresses. On a Mac it is nice to be able to query the Address Book
# (now known as Contacts). For a while I used a utility called contacts
# (http://gnufoo.org/contacts) but this stopped working under Sierra. There is
# an official API for querying Contacts as a unified datastore, but it is only
@patrickkettner
patrickkettner / Emulator Guide.md
Created August 23, 2013 20:56
Quick guide on settings up emulators for various mobile platforms.