Skip to content

Instantly share code, notes, and snippets.

View SoftwareGuy's full-sized avatar

Coburn SoftwareGuy

View GitHub Profile
@SoftwareGuy
SoftwareGuy / gist:5a4f093b41dba7e586f1
Created April 13, 2015 06:13
Example of KanColle's BS API JSON
[8] => Array
(
[api_id] => 9
[api_sortno] => 11
[api_name] => 吹雪
[api_yomi] => ふぶき
[api_stype] => 2
[api_afterlv] => 20
[api_aftershipid] => 201
[api_taik] => Array
@SoftwareGuy
SoftwareGuy / gist:f1b51aa6906187a58832
Created February 17, 2015 06:29
Plesk 12 PHP 5.5.21
#!/bin/bash
# Script adapted from existing script : https://gist.github.com/Stayallive/92e841e7dd89c8509c15
# Make sure you are up to date
yum -y update && yum -y install wget
# Install EPEL repository
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# Get us a clean working directory