Skip to content

Instantly share code, notes, and snippets.

View bbucommander's full-sized avatar

Jesse Johnson bbucommander

  • Princeton, New Jersey
View GitHub Profile
@bbucommander
bbucommander / 2011-08-03_AlterNet.js
Created August 4, 2011 02:26
Alternet Traslator V3
{
"translatorID":"ea531652-cdeb-4ec2-940e-627d4b107263",
"translatorType":4,
"label":"AlterNet",
"creator":"Jesse Johnson",
"target":"^http://(?:www\\.)alternet.org",
"minVersion":"1.0.0b4.r1",
"maxVersion":"",
"priority":100,
"inRepository":true,
@bbucommander
bbucommander / search.pl
Created May 2, 2011 20:01
Easily Search For Files and Folders in Linux
#!/usr/bin/perl
=pod
search <directory> <filename(s)>
by Jesse Johnson
I, Jesse Johnson, hereby release this application to the public domain on 2011-05-02.
Description: Searches in the given directory (and subdirectories)
for the given filename. Can optionally search inside files for particular
lines. Search is case insensitive.
last modified: 2011-03-07
=cut
@bbucommander
bbucommander / close.sh
Created May 2, 2011 19:57
Easily Close Applications in Linux
#!/bin/bash
# Easily Close Applications in Linux
# by Jesse Johnson
# I, Jesse Johnson, hereby release this application on 2011-05-02 to the public domain.
# Description: Closes a process based on process name (e.g., notepad.exe, ssh).
# Supports regex via grep.
# last modified: 2011-02-19
ps -A | grep $1 | cut -c 1-5 | xargs kill
@bbucommander
bbucommander / WikimediaGalleryDownload.iim
Created May 1, 2011 20:30
Download Wikimedia Image and Wallpaper Galleries
' Automated downloading of Wikimedia image and wallpaper galleries
' by Jesse Johnson
' I, Jesse Johnson, hereby release this work to the public domain.
'
' To use the script, first change the ONDOWNLOAD line so that FOLDER=/your/folder/
' Next, navigate your browser to a Wikimedia image gallery and run the script as a loop
' for a max = # of images using the iMacros browser addon.
'
VERSION BUILD=7200328
TAB T=1
@bbucommander
bbucommander / AlterNet_v2_0.js
Created February 10, 2011 01:47
Alternet Translator for Zotero v 2.0
{
"translatorID":"ea531652-cdeb-4ec2-940e-627d4b107263",
"label":"AlterNet",
"creator":"Jesse Johnson",
"target":"^http://(?:www\\.)alternet.org",
"minVersion":"1.0.0b4.r1",
"maxVersion":"",
"priority":100,
"inRepository":"1",
"translatorType":4,