Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python3
'''
calisuck: index, filter-out smartly and download ebooks from Calibre open directories
Installation:
You need python 3.5 installed
Download the file as a zip and unzip-it and get into the dir
@gnarfel
gnarfel / CiscoPhoneServices.php
Created October 6, 2015 04:18
A compact web app to handle the Services button on Cisco IP Phones attached to a CUCM.
<?php
/*
Anthony Fiumara
afiumara@syrdiocese.org
Written by Anthony Fiumara for the Roman Catholic Diocese of Syracuse, September 2015
Requires NO database or flat file system, all config is performed by editing the code
directly in the settings and menu definition sections. The syntax is basically nested
PHP arrays for most of the settings. If you're uncomfortable with this concept, I'd
@martezr
martezr / Guacamole_Installer
Last active March 23, 2017 03:30
Guacamole HTML5 Gateway Installation Script
#!/bin/bash
#Guacamole 0.9.0 Installation Script
#Versioning Variables
guacamoleclientdownload = "http://sourceforge.net/projects/guacamole/files/current/binary/guacamole-0.9.0.war"
guacamoleserverdownload = "http://sourceforge.net/projects/guacamole/files/current/source/guacamole-server-0.9.0.tar.gz"
guacamoleservertar = "guacamole-server-0.9.0.tar.gz"
guacamoleserversource = "guacamole-server-0.9.0"
guacamoleclientwar = "guacamole-0.9.0.war"