This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ----------------------------------------------------------------- | |
# .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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# scrapyd This shell script enables scrapyd server on boot | |
# | |
# Author: Aaron Silber <[email protected]> | |
# | |
# chkconfig: - 50 01 | |
# | |
# description: Autostart scrapyd web scraper framework daemon | |
# processname: scrapyd |