Skip to content

Instantly share code, notes, and snippets.

View keclements's full-sized avatar
:octocat:
hi

KE Clements keclements

:octocat:
hi
View GitHub Profile
@keclements
keclements / bibtex.png
Created April 25, 2018 20:20 — forked from max-mapper/bibtex.png
How to make a scientific looking PDF from markdown (with bibliography)
bibtex.png
@keclements
keclements / make_bookmarklet.pl
Created April 24, 2018 22:20 — forked from gruber/make_bookmarklet.pl
JavaScript Bookmarklet Builder
#!/usr/bin/env perl
#
# http://daringfireball.net/2007/03/javascript_bookmarklet_builder
use strict;
use warnings;
use URI::Escape qw(uri_escape_utf8);
use open IO => ":utf8", # UTF8 by default
":std"; # Apply to STDIN/STDOUT/STDERR