Skip to content

Instantly share code, notes, and snippets.

View mpeshev's full-sized avatar

Mario Peshev mpeshev

View GitHub Profile
@aaronjorbin
aaronjorbin / color-rotator.php
Created December 12, 2013 17:40
Change the WordPress Admin color scheme every time you login.
<?php
/*
Plugin Name: Color Rotator
Description: Change the color scheme every time you login
Author: Aaron Jorbin
Version: 1.0
Author URI: http://aaron.jorb.in/
License: GPLv2 or later
*/
@franz-josef-kaiser
franz-josef-kaiser / rules.md
Created February 18, 2013 07:46
Submission rules for the *Google+ WordPress*-Community. This is the first draft and this description will change as well as the files contents. Come back on a regular basis to check for updates and leave your thoughts in the comments or make a fork (so people can follow your draft) and leave your changes there.

Submission rules for the Google+ WordPress-Community

  • Theme/Plugin promotion advertising themes and plugins are not allowed, discussion of themes and plugins is allowed.
  • Hosting questions - Not specific to WordPress, never useful, attracts affiliate links.
  • Affiliate links in comments. We used to let this slide but lately there have been to many so they won't be allowed at all.
  • What.. theme questions Posts to non WordPress sites asking if there are any themes that "look like it". Posts asking for "good" themes without actually listing features. These are really "do my work for me" posts and provide no discussion.
  • CSS/HTML question The questions usually have nothing to do with WordPress
  • Top 10 lists 90% of top ten lists are seo junk, we will remove the bad ones so please report top ten submissions for removal if they are crappy.
  • Googleable questions Sometimes a question is just so simple that Google is just a step away, though the question has to be blatantly poor. We will rely on the com
@simkimsia
simkimsia / install-jenkins-on-ubuntu-12-10.sh
Last active December 7, 2017 19:46
Install jenkins on a fresh ubuntu 12.10.
#!/bin/bash
###
#
# Copyright (c) 2013 KimSia Sim
#
# Ubuntu 12.10 based install jenkins and other related plugins
# Run this by executing the following from a fresh install of Ubuntu 12.10 server:
#
# bash -c "$(curl -fsSL https://gist.github.com/simkimsia/4473000/raw/5e301a3bd399096e7cbbe3b1a877997a117aa7a3/install-jenkins-on-ubuntu-12-10.sh)"
@thefuxia
thefuxia / t5-wp-load-order.php
Created November 11, 2012 14:31
T5 WP Load Order
<?php
/**
* Plugin Name: T5 WP Load Order
* Description: Hooks into every action and creates a list of available variables, constants, functions, classes and files.
* Plugin URI:
* Version: 2012.11.05
* Author: Thomas Scholz
* Author URI: http://toscho.de
* Licence: MIT
* License URI: http://opensource.org/licenses/MIT