Skip to content

Instantly share code, notes, and snippets.

View GeorgeW's full-sized avatar

George GeorgeW

  • Houston Texas
View GitHub Profile
@GeorgeW
GeorgeW / settings.json
Created May 20, 2022 14:04
Windows terminal settings
{
"$help": "https://aka.ms/terminal-documentation",
"$schema": "https://aka.ms/terminal-profiles-schema",
"actions":
[
{
"command":
{
"action": "copy",
"singleLine": false
@GeorgeW
GeorgeW / rsscreator.php
Created June 14, 2015 17:50
Conrete5 5.7 Job for rss feed page creation
class RssCreator extends AbstractJob
{
public function getJobName()
{
return t("Third Party RSS Feed Page Creation");
}
public function getJobDescription()