Skip to content

Instantly share code, notes, and snippets.

View tchebb's full-sized avatar

Tom Hebb tchebb

View GitHub Profile
@tchebb
tchebb / PKGBUILD
Created December 31, 2019 03:20
ghidra PKGBUILD updated for 9.1.1
# Maintainer: Robin Broda <robin at broda dot me>
# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=ghidra
pkgver=9.1.1
_ghidra_data=60529abb6c1e28b689f539384a1ebd1fe13d6528
_d2j=2.0
_yajsw=12.12
_hfsx=0.21
@tchebb
tchebb / PKGBUILD
Last active August 29, 2015 14:08
Updated PKGBUILD for abootimg-git
# Maintainer: Benoit Favre <benoit.favre@gmail.com>
# Contributor: Thomas Hebb <tommyhebb@gmail.com>
pkgname=abootimg-git
pkgver=0.6.r4.g7e127fe
pkgrel=1
pkgdesc="A tool to read/write/update android boot images"
arch=('i686' 'x86_64' 'arm' 'armv7h')
url="http://gitorious.org/ac100/abootimg"
license=('GPL')
depends=('util-linux' 'cpio')
@tchebb
tchebb / readykommerce-filter-fix.patch
Created March 12, 2014 17:16
A patch to fix the incorrect filter behavior of the "MailChimp Multiple Newsletter Signup" WordPress plugin.
diff -ru readykommerce-multi-newsletter-signup-light-orig/nl_signup.php readykommerce-multi-newsletter-signup-light/nl_signup.php
--- readykommerce-multi-newsletter-signup-light-orig/nl_signup.php 2014-02-13 09:40:23.000000000 -0500
+++ readykommerce-multi-newsletter-signup-light/nl_signup.php 2014-03-12 12:58:08.000000000 -0400
@@ -278,13 +278,13 @@
// If is the home page, an archive, or search results
if(is_front_page() || is_archive() || is_search() || is_single() || is_page()) :
global $post;
- // $content = $post->post_excerpt;
+
$file = get_post_meta( $post->ID, 'nl_file_upload', true );