I hereby claim:
- I am imperialwicket on github.
- I am imperialwicket (https://keybase.io/imperialwicket) on keybase.
- I have a public key whose fingerprint is 404E 1FAF D1D0 4BA8 5022 145F 2088 41AB DEB4 B0D0
To claim this, I am signing this object:
<?php | |
/** | |
* @version $Id: default_results.php 21321 2011-05-11 01:05:59Z dextercowley $ | |
* @package Joomla.Site | |
* @subpackage com_search | |
* @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved. | |
* @license GNU General Public License version 2 or later; see LICENSE.txt | |
*/ | |
// no direct access |
-- | |
-- DEPRECATED GIST | |
-- **** Moved to a repo: https://github.com/imperialwicket/postgresql-time-series-table-partitions **** | |
-- | |
-- You should check the repository, this gist won't receive updates. | |
-- | |
-- | |
-- | |
-- | |
-- |
#!/bin/bash | |
####################### | |
# cleaner.sh | |
# by imperialWicket | |
# | |
# version 1.0.1 | |
####################### | |
# cleaner usage function |
#!/bin/bash | |
# | |
# /etc/rc.d/init.d/chicagoboss | |
# | |
# Starts Chicago Boss from the /home/boss/cb_admin directory. | |
# | |
# Source function library. | |
. /etc/rc.d/init.d/functions |
#!/bin/bash | |
EXPECTED=1 | |
if [ $# -ne $EXPECTED ] | |
then | |
echo "Please provide a username argument." | |
exit 5 | |
fi |
#!/bin/bash | |
##################################################################### | |
# | |
# openstack-python-packages.sh | |
# | |
# https://gist.github.com/imperialWicket | |
# | |
# This scripts automates much of getting started process for | |
# openstack cli installation (python clients). Pip is required for | |
# this script to work, and also Python 2.x (x > 6). Pip presence is |
#!/bin/bash | |
################################################## | |
# | |
# s3-s3cmd-sync-dated-dirs.sh | |
# | |
# Easily download content in dated directory | |
# structures from s3. | |
# | |
# | |
# https://gist.github.com/imperialWicket |
location ~ ^/app/dashboards/default\.json.*$ { | |
rewrite ^/app/dashboards/default\.json(.*)$ /app/dashboards/$remote_user.json$1 break; | |
} |
I hereby claim:
To claim this, I am signing this object:
# Bash alias to generate pull requests on github.com | |
# | |
# PreRequisites: | |
# Create an auth token (bypasses 2 factor auth, when enabled): | |
# https://github.com/settings/tokens/new | |
# | |
# Use any name, something like 'pull requests' makes sense. | |
# Allow permissions 'repo' and 'public repo'. | |
# Create. | |
# |