Skip to content

Instantly share code, notes, and snippets.

View taylorbyte's full-sized avatar

Brenton taylorbyte

View GitHub Profile
@taylorbyte
taylorbyte / configGenFroxlor.php
Last active May 10, 2017 15:15
Generate Froxlor service or daemon config files (from distribution xml) for future stackscript to deploy Froxlor quicker.
<?php
class ConfigParser {
/**
* Holding the available services in the XML
* @var array
*/
private $services = array();
/**
* Store the parsed SimpleXMLElement for usage
* @var SimpleXMLElement
@taylorbyte
taylorbyte / earthporn.sh
Last active March 27, 2016 17:20 — forked from robotamer/earthporn.sh
Randomly picks one of the amazing photos at http://imgur.com/r/earthporn
#!/bin/bash
# Usage: earthporn [+format] [-time] [logfile]
# Dependencies: bash, wget, mktemp... and well, date and sleep
imgfile=~/.earthporn
# Help and version functions
help () {
echo "Randomly picks one of the amazing photos at http://imgur.com/r/earthporn"
echo "and sets it as the background image."