Skip to content

Instantly share code, notes, and snippets.

{
"clientsCount" : 0,
"focusHistory" : [],
"focusedMonitorId" : 25165826,
"monitors" : [
{
"borderWidth" : 2,
"desktops" : [
{
"borderWidth" : 2,

Keybase proof

I hereby claim:

  • I am pjcj on github.
  • I am pjcj (https://keybase.io/pjcj) on keybase.
  • I have a public key whose fingerprint is 73F4 8371 7613 B5B7 AB80 39CC 5836 8C7A 2F4D 40FB

To claim this, I am signing this object:

@pjcj
pjcj / gist:7153e459b0931eed7512
Last active August 29, 2015 14:01
vawa patch
--- vawa.vim.orig 2014-05-16 20:29:16.697056162 +0200
+++ vawa.vim 2014-05-16 20:26:41.891002337 +0200
@@ -7,7 +7,10 @@
" Hacked for Perl by Curtis "Ovid" Poe <ovid@allaroundtheworld.fr>
function! s:vawa()
- call clearmatches()
+ if (exists("s:current_match"))
+ call matchdelete(s:current_match)
+ unlet s:current_match
@pjcj
pjcj / ch.pl
Created November 4, 2011 08:26
A Gentle Reminder about Test Coverage
#!perl
sub nn
{
%characters = (
acute => sub { qq|\\'| . shift },
grave => sub { qq|\\`| . shift },
uml => sub { qq|\\"| . shift },
cedilla => sub { '\c' }, # ccedilla
opy => sub { '\copyright' }, # copy