Skip to content

Instantly share code, notes, and snippets.

@mildlydiverting
mildlydiverting / 2014_11_02_Send_Keynote_Text_To_Markdown_File.applescript
Last active February 6, 2019 22:38 — forked from RichardDooling/2014_11_02_Send_Keynote_Text_To_Markdown_File.applescript
Script exports slide content and notes to markdown, and exports images of slides to add to markdown
--==============================
-- BASED ON:
-- Send Keynote Text to Desktop Markdown File
-- Writted By: Richard Dooling https://github.com/RichardDooling/
-- Based on
-- Send Keynote Presenter Notes to Evernote
-- Version 1.0.1
-- Written By: Ben Waldie <ben@automatedworkflows.com>
-- http://www.automatedworkflows.com
@mildlydiverting
mildlydiverting / 2014-04-03 Send Keynote Presenter Notes to Evernote.applescript
Created February 8, 2016 14:11 — forked from benwaldie/2014-04-03 Send Keynote Presenter Notes to Evernote.applescript
This script sends presenter notes from a Keynote 6.2 presentation to Evernote.
--==============================
-- Send Keynote Presenter Notes to Evernote
-- Version 1.0.1
-- Written By: Ben Waldie <ben@automatedworkflows.com>
-- http://www.automatedworkflows.com
-- Version 1.0.0 - Initial release
-- Version 1.0.1 - Updated for Keynote 6.2 compatibility
--==============================

Kim's Very Long and Boring Email Text File about File Versioning and Servers.

Hello all.

This is A Very Long and Boring Email Text File about File Versioning and Servers.

Please feel free to point and laugh, but this is all stuff that I've learnt the hard way, and that we should start to do as we get bigger. It doesn't take long for all this to become a habit; something you don't even think about doing. When it's working properly, it offloads a load of organisational stuff from your brain, too - which is nice, and what computers should help you do.

#!/usr/bin/ruby
# tp-dailylog.rb - Log TaskPaper tasks completed on the current day to a Day One entry
# Brett Terpstra 2012 <http://brettterpstra.com>
#
# Run it with launchd at 11pm and forget about it
#
# Notes:
# * Uses `mdfind` to locate all .taskpaper files changed in the last day
# * Scans for @done(xxxx-xx-xx) tags in each line matching today's date
# * Does not alter TaskPaper files in any way
@mildlydiverting
mildlydiverting / gist:6683707
Last active December 23, 2015 19:39
I have written a magnificent letter demanding a refund.

Parking Eye Ltd / Refund request


Hello

I am writing on behalf of Shirley Plowright (my mother), the driver of the car referenced above, as she does not have regular access to the internet, and is hard of hearing, making accessing your automated phone lines difficult.

Consequently, this constitutes an 'appeal' in your chosen nomenclature.

@mildlydiverting
mildlydiverting / tp-dailylog.rb
Created June 3, 2012 18:42 — forked from ttscoff/tp-dailylog.rb
Daily background logger to write completed TaskPaper tasks (system-wide) to a Day One entry
#!/usr/bin/ruby
# tp-dailylog.rb - Log TaskPaper tasks completed on the current day to a Day One entry
# Brett Terpstra 2012 <http://brettterpstra.com>
#
# Run it with launchd at 11pm and forget about it
#
# Notes:
# * Uses `mdfind` to locate all .taskpaper files changed in the last day
# * Scans for @done(xxxx-xx-xx) tags in each line matching today's date
# * Does not alter TaskPaper files in any way
@mildlydiverting
mildlydiverting / eclipse-pydev-zenburn.epf
Created April 29, 2012 13:37 — forked from vassilevsky/eclipse-pydev-zenburn.epf
Zenburn theme for PyDev editor under Eclipse Helios
file_export_version=3.0
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Background=63,63,63
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.FindScope=85,85,100
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.Foreground=246,243,232
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionBackground=85,85,85
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground.SystemDefault=false
/instance/org.eclipse.ui.editors/AbstractTextEditor.Color.SelectionForeground=190,25,160