Skip to content

Instantly share code, notes, and snippets.

View superstrong's full-sized avatar

Robbie Mitchell superstrong

View GitHub Profile
@superstrong
superstrong / logCurrentApp
Created April 3, 2014 16:17
[Applescript] Every 10 seconds, append the current dateTime, name of the current application, and window title to a file called "activeApps.csv" on the desktop. To use, export as an application and check "Stay open after run handler", then give the application access to Assistive Devices. TODO: change delimiter so commas in window titles don't c…
delay (2)
idle {}
on idle
my checkApp()
return 9
end idle
on checkApp()
global frontApp, frontAppName, windowTitle

Keybase proof

I hereby claim:

  • I am superstrong on github.
  • I am robbiemitchell (https://keybase.io/robbiemitchell) on keybase.
  • I have a public key whose fingerprint is 41B4 49F8 E294 3828 97D1 00F5 2EBA 8CA9 30C1 E063

To claim this, I am signing this object:

/* gmail-refreshest: a custom gmail css by @roycifer */
/* some button styles borrowed from twitter bootstrap */
/* @match mail.google.com */
body, td, input, textarea, select {font-family:"Helvetica Neue",helvetica,arial,sans-serif;}
.w-asV > .nH:last-child {display: none;}
.w-asV > .nH > .no , #gbx1, #gbx2{background-image: -webkit-linear-gradient(top,white,#F7F7F7);}
.w-as1.nr{height:27px;border-radius:3px;}
.w-asV.aiw{height:60px;}
.gbeti#gb .gbqldr, .gbet#gbqlw .gbqldr, .gbesi#gb .gbqldr, .gbes#gbqlw .gbqldr{max-height:35px;margin-top:3px;}
#!/bin/bash
# Set the ROOM_ID & AUTH_TOKEN variables below.
# Further instructions at https://www.hipchat.com/docs/apiv2/auth
ROOM_ID=XXX
AUTH_TOKEN=XXX
MESSAGE="Hello world!"
curl -H "Content-Type: application/json" \
@superstrong
superstrong / breadcrumb-gmail-filter.xml
Last active December 27, 2015 00:59
This Gmail filter is intended to help you remember notes, milestones, and feedback-related items, whether positive or negative, for later reference. HOW IT WORKS: Send yourself a new email or forward an existing thread to yourself; use the words "breadcrumb for {name}" in your new message, where name is the person the note is about. The filter w…
<?xml version='1.0' encoding='UTF-8'?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:apps='http://schemas.google.com/apps/2006'>
<title>Mail Filters</title>
<updated>2013-10-30T19:29:02Z</updated>
<author>
<name>Robbie Mitchell</name>
<email>[email protected]</email>
</author>
<entry>
<category term='filter'></category>
<title>general filter</title>