Skip to content

Instantly share code, notes, and snippets.

@bachya
bachya / Hazel-based PDF Scraper
Last active August 5, 2018 01:46
A method to scrape PDFs for certain text (via Hazel) and save the results to a text file
Aaron was here!
Aaron says hi!
@jhass
jhass / RubyOnArch.md
Last active October 20, 2024 06:51
My Ruby setup on Archlinux

Ruby on Archlinux

I thought I would document my setup, since it's somewhat non-standard but working quite well for me.

What this does

  • Install major Ruby versions at their latest patch release
  • Allow to switch between them seamlessly
  • Use chruby
  • Encourage bundler usage
@fractaledmind
fractaledmind / export_annotations_page_sorted
Created January 24, 2015 18:48
Export Skim annotations to HTML/Markdown with page sorting
(* ///
PROPERTIES
/// *)
--Formatting
(* DO NOT CHANGE *)
property as_delims : AppleScript's text item delimiters
--Evernote
(* CHANGE NAME OF EVERNOTE NOTEBOOK AND/OR TAG WHERE NOTES WILL RESIDE *)
@kristopherjohnson
kristopherjohnson / Makefile
Last active December 19, 2024 20:15
Makefile that uses Pandoc to generate HTML, PDF, DOCX, etc. from Markdown source files
# Makefile
#
# Converts Markdown to other formats (HTML, PDF, DOCX, RTF, ODT, EPUB) using Pandoc
# <http://johnmacfarlane.net/pandoc/>
#
# Run "make" (or "make all") to convert to all other formats
#
# Run "make clean" to delete converted files
# Convert all files in this directory that have a .md suffix