Skip to content

Instantly share code, notes, and snippets.

View larkov's full-sized avatar

Lari Kovanen larkov

  • Chalmers University of Technology
  • Göteborg, Sweden
  • 07:11 (UTC +02:00)
View GitHub Profile
@deanishe
deanishe / workflow-build.py
Last active May 17, 2026 16:07
Build Alfred Workflows into .alfredworkflow (zip) files
#!/usr/bin/python
# encoding: utf-8
#
# Copyright (c) 2013 deanishe@deanishe.net.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#
@deanishe
deanishe / workflow-install.py
Last active August 8, 2026 21:56
Script to install/symlink Alfred workflows. Useful for workflow developers.
#!/usr/bin/python
# encoding: utf-8
#
# Copyright (c) 2013 <deanishe@deanishe.net>.
#
# MIT Licence. See http://opensource.org/licenses/MIT
#
# Created on 2013-11-01
#
@mbklein
mbklein / ezproxy_stanzas.pl
Created July 22, 2014 16:40
EZProxy Stanza screen scraping
#!/usr/bin/env perl
if (@ARGV == 0) {
open(my $data, '-|', 'curl -s http://www.oclc.org/support/services/ezproxy/documentation/db.en.html');
while (<$data>) {
if (/^.+?<li.+?<a href=".+db\/(.+?).en.html">(.+?)<\/a>.+$/) {
printf "%-33s\t%s\n", $1, $2;
}
}
} else {
@ttscoff
ttscoff / searchlink.rb
Last active February 20, 2025 10:07
SearchLink creates Markdown links from automatic searches based on special syntax.