Skip to content

Instantly share code, notes, and snippets.

View dbaines's full-sized avatar

David Baines dbaines

View GitHub Profile
@dbaines
dbaines / stylish.css
Last active July 26, 2017 12:45
Newznab Light Theme - Stylish Theme
/* =====================================================================
Newznab Light Theme Customisations
By David Baines 2017
This is a custom stylish mod for a specific newznab installation and theme.
It may or may not work with other newznab installations and themes.
REQUIREMENTS
* Chrome with Stylish extension
<!doctype html>
<html>
<head>
<title>Steam Sale Slider</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="wrapper" class="wrapper">
<section id="todays_deals" class="deal_nav"></section>
#!/bin/bash
cp -r "$1" "/home/david/usenet/tv/$3"
chown -R david "/home/david/usenet/tv/$3"
chmod -R 777 "/home/david/usenet/tv/$3"
@dbaines
dbaines / index.php
Created July 31, 2012 05:57
List CouchPotatoServer coming theatre and dvd release dates
<style>
body, table, td {font-family: Arial, sans-serif; font-size: 14px;}
.nodate {font-style: italic;}
td {padding: 5px 10px;}
tr:hover td {background: #eee;}
th {font-weight: bold; text-align: left; padding: 10px; border-bottom: 2px solid #ccc;}
</style>
<table border="0" cellspacing="0" class="tablesorter">
<thead>
@dbaines
dbaines / sickbeard-php-season-start-dates.php
Created April 23, 2012 02:35
Sickbeard API PHP - List season start dates
<?php
// Edit Settings
$username = "admin";
$password = "password";
$ip = "192.168.1.1:8081";
$api = "1234";
// End Settings
// Check if username is available, set URL