Skip to content

Instantly share code, notes, and snippets.

View derobert's full-sized avatar

Anthony DeRobertis derobert

View GitHub Profile
=============================
Mutable History For Mercurial
=============================
Evolve Extension
=================
This package supplies the ``evolve`` extension for Mercurial,
**The full implementation of the changeset evolution concept is still in
@grugq
grugq / gist:03167bed45e774551155
Last active April 6, 2024 10:12
operational pgp - draft

Operational PGP

This is a guide on how to email securely.

There are many guides on how to install and use PGP to encrypt email. This is not one of them. This is a guide on secure communication using email with PGP encryption. If you are not familiar with PGP, please read another guide first. If you are comfortable using PGP to encrypt and decrypt emails, this guide will raise your security to the next level.

@mlafeldt
mlafeldt / tapVerboseOutput.vim
Created April 20, 2011 20:16
Vim syntax file for TAP output
" Vim syntax file
" Language: Verbose TAP Output
" Maintainer: Rufus Cable <rufus@threebytesfull.com>
" Remark: Simple syntax highlighting for TAP output
" License:
" Copyright (c) 2008 Rufus Cable
if exists("b:current_syntax")
finish
endif