Skip to content

Instantly share code, notes, and snippets.

@imperialwicket
imperialwicket / cleaner.sh
Last active June 24, 2022 20:40
Cleaner.sh - Bash script for cleaning directory contents
#!/bin/bash
#######################
# cleaner.sh
# by imperialWicket
#
# version 1.0.1
#######################
# cleaner usage function
@imperialwicket
imperialwicket / setup.sql
Last active November 10, 2022 00:26
PostgreSQL monthly table partitions
--
-- 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.
--
--
--
--
--
@imperialwicket
imperialwicket / default_results.php
Created February 22, 2012 01:56
Joomla 1.7 custom search results
<?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