Skip to content

Instantly share code, notes, and snippets.

View aaronsilber's full-sized avatar
⌨️

Aaron Silber aaronsilber

⌨️
View GitHub Profile
@aaronsilber
aaronsilber / .gitignore
Created April 5, 2016 13:41 — forked from salcode/.gitignore
.gitignore file for WordPress - Bare Minimum Git
# -----------------------------------------------------------------
# .gitignore for WordPress
# Bare Minimum Git
# http://ironco.de/bare-minimum-git/
# ver 20150227
#
# This file is tailored for a WordPress project
# using the default directory structure
#
# This file specifies intentionally untracked files to ignore
@aaronsilber
aaronsilber / add-placeholders-seamless-donations-4.0.7.patch
Created August 28, 2015 16:25
Diff against Seamless Donations 4.0.7
diff -uar /home/brandthropology/Downloads/seamless-donations/dgx-donate-paypalstd-ipn.php ./seamless-donations/dgx-donate-paypalstd-ipn.php
--- /home/brandthropology/Downloads/seamless-donations/dgx-donate-paypalstd-ipn.php 2015-08-27 14:10:45.000000000 -0400
+++ ./seamless-donations/dgx-donate-paypalstd-ipn.php 2015-08-28 11:44:21.268488535 -0400
@@ -1,244 +1,244 @@
-<?php
-/*
- Seamless Donations by David Gewirtz, adopted from Allen Snook
-
- Lab Notes: http://zatzlabs.com/lab-notes/
- Plugin Page: http://zatzlabs.com/seamless-donations/
@aaronsilber
aaronsilber / scrapyd
Last active February 25, 2020 14:48
CentOS Scrapyd web crawler init script (w/ chkconfig support)
#!/bin/bash
#
# scrapyd This shell script enables scrapyd server on boot
#
# Author: Aaron Silber <aaron@brandthropology.com>
#
# chkconfig: - 50 01
#
# description: Autostart scrapyd web scraper framework daemon
# processname: scrapyd