Skip to content

Instantly share code, notes, and snippets.

View poblabs's full-sized avatar

Pat poblabs

  • Western MA, USA
View GitHub Profile
@poblabs
poblabs / README.md
Created August 23, 2022 18:38 — forked from alexwlchan/README.md
drangReader – Python scripts for a simple RSS reader

drangreader

This is a set of scripts for aggregating RSS feeds. It's based on a script originally written by Dr. Drang: http://leancrew.com/all-this/2015/11/simpler-syndication/

Installation

Download all the files from this Gist. Put them all in a directory, create a virtualenv and install requirements:

@poblabs
poblabs / add-wordpress-settings-page.php
Created March 8, 2017 17:55 — forked from DavidWells/add-wordpress-settings-page.php
WordPress :: Add Settings Page with All Fields
<?php
/*
Plugin Name: Homepage Settings for BigBang
Plugin URI: http://www.inboundnow.com/
Description: Adds additional functionality to the big bang theme.
Author: David Wells
Author URI: http://www.inboundnow.com
*/
// Specify Hooks/Filters

Keybase proof

I hereby claim:

  • I am poblabs on github.
  • I am patobrienphoto (https://keybase.io/patobrienphoto) on keybase.
  • I have a public key whose fingerprint is 2CF4 8146 6539 255F EB44 1A67 E84B 1C0E 08C3 271D

To claim this, I am signing this object:

@poblabs
poblabs / Check_External_IP.ps1
Last active August 29, 2015 14:25
Detect external IP and track it in a text file. If the IP is changed during a periodic script run, send an email that your external IP has changed.
#
# PowerShell script that will check your external IP address and compare it to
# the one saved in c:\ip.txt. If a change is detected, use GMail to send you
# an email.
#
# Author: Pat O'Brien
# Created: July 16, 2015
#
function sendMail($newIP) {