This file contains 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
#!/usr/bin/env python | |
# -*- coding: UTF-8 -*- | |
#--------------------------- | |
# Name: delete_recordings.py | |
# Python Script | |
# Author: Raymond Wagner | |
# Purpose | |
# This python script provides a command line tool to search and | |
# delete recordings. | |
#--------------------------- |
This file contains 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
--- lib/template-classes/list.php Sat Jan 25 01:41:12 2014 | |
+++ lib/template-classes/list.php Tue Apr 08 17:32:06 2014 | |
@@ -26,4 +26,19 @@ | |
} | |
} | |
} | |
+ /** | |
+ * Google Calendar Link | |
+ * | |
+ * Returns an add to Google Calendar link. Must be used in the loop |
This file contains 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
<?php | |
/* | |
Plugin Name: Sync Facebook Events | |
Plugin URI: http://pdxt.com | |
Description: Sync Facebook Events to The Events Calendar Plugin | |
Author: Mark Nelson | |
Version: 1.0.8 | |
Author URI: http://pdxt.com | |
*/ | |
This file contains 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
/var/lib/mythtv/recordings3/1359263080_Real.Time.With.Bill.Maher.2013.01.25.Overtime.mp4 | |
/var/lib/mythtv/recordings3/1360074171_BBC.Horizon.2010.Pill.Poppers.PDTV.XviD.AC3.MVGroup.org.avi | |
/var/lib/mythtv/recordings3/1363970246_National.Geographic.Inside.Rio.Carnival.PDTV.XviD.MP3.MVGroup.org.avi | |
/var/lib/mythtv/recordings3/1369935315_4209737.flv | |
/var/lib/mythtv/recordings3/1369935317_4209737.flv | |
/var/lib/mythtv/recordings3/1372178120_Real_college_amateur_teen_naked_shower_pussy_play-2856760.flv | |
/var/lib/mythtv/recordings3/1374860126_Teens_masturbate-3946058.flv | |
/var/lib/mythtv/recordings3/1375007714_Hot_teen_pornmix_by_Mr.NiceGuy-4187872.flv | |
/var/lib/mythtv/recordings3/1375238150_BBC.The.Mystery.of.Romes.X.Tomb.720p.HDTV.x264.AAC.MVGroup.org.mkv | |
/var/lib/mythtv/recordings3/1375238162_PBS.The.Buddha.720p.x264.AAC.MVGroup.org.mp4 |
This file contains 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 | |
LOG=/tmp/mylog.log | |
SECONDS=3600 | |
EMAIL= | |
managementboy@gmail.com | |
for i in $@; do | |
echo "$i-UP!" > $LOG.$i |
This file contains 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/perl | |
use Mail::Util qw(read_mbox); | |
use Mail::Header; | |
%nmon = ( | |
'Jan' => 1, | |
'Feb' => 2, | |
'Mar' => 3, | |
'Apr' => 4, |
This file contains 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
#cyrus2mbox.pl | |
#!/usr/bin/perl | |
# cyrus2mbox.pl | |
################## | |
# This program converts cyrus style mail directories into mbox files. | |
# | |
# Written by Jason Burgess of HolosTek, Inc. | |
# | |
# This program is provided under the "I don't really care what you do with it, |
This file contains 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
<?php | |
// Konvertiert CSV Dateien ins FRITZ!Box XML Telefonbuchdateien | |
// Copyleft 2011, tomix | |
// This program is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// any later version. | |
// This program is distributed in the hope that it will be useful, |
This file contains 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
<?php | |
// Konvertiert CSV Dateien ins FRITZ!Box XML Telefonbuchdateien | |
// Copyleft 2011, tomix | |
// This program is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// any later version. | |
// This program is distributed in the hope that it will be useful, |
This file contains 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
#!/usr/bin/perl -w | |
# | |
# Creates symlinks to mythtv recordings using more-human-readable filenames. | |
# See --help for instructions. | |
# | |
# Automatically detects database settings from mysql.txt, and loads | |
# the mythtv recording directory from the database (code from nuvexport). | |
# | |
# @url $URL$ | |
# @date $Date$ |
NewerOlder