Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am blindgaenger on github.
  • I am blindgaenger (https://keybase.io/blindgaenger) on keybase.
  • I have a public key ASBndXVrbdyCu69xZqkNYdhQXJKlRdyG0g1nNWVdUGnrVgo

To claim this, I am signing this object:

=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')
@blindgaenger
blindgaenger / shakespeare.applescript
Created June 14, 2013 13:13
AppleScript - Something smells by drunk Shakespeare PFE: http://macscripter.net/viewtopic.php?id=24468
told by "Shakespeare" about "Something smells like teen spirit in Denmark" with drunk
to told by anAuthor about aString with drunk
if drunk then
return anAuthor & " wrote while drunk: " & aString
else
return anAuthor & " wrote after the breakfast: " & aString
end if
end told
@blindgaenger
blindgaenger / exgf
Created April 9, 2012 11:12
Go and touch someone else
#!/usr/bin/env zsh
while (true)
do
if [[ -n $(find . -type f -not -iwholename '*/.*' -mnewer $0) ]]
then
$@
touch $0
fi
sleep 1
#!/usr/bin/env bash
# IF
# ... your projects are kept under SVN control
# ... and the projects are build with MVN
# ... but want to enjoy GIT for local hacking
# THEN
# ... this script is for you!
#
# USAGE: