Skip to content

Instantly share code, notes, and snippets.

View marcelovani's full-sized avatar

Marcelo Vani marcelovani

View GitHub Profile
<?php
/**
* @file
* drush command.
*/
/**
* Implementation of hook_drush_command().
*
// ==UserScript==
// @name Delay Repay
// @namespace work
// @description Tweaks for UI
// @include http://www.delayrepaysniper.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @version 1
// ==/UserScript==
$(document).ready(function() {
tweak();
@marcelovani
marcelovani / FogBiugz
Created June 19, 2015 16:23
FogBugz tweaks
// ==UserScript==
// @name FogBugz
// @namespace work
// @description Tweaks
// @include *.fogbugz.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @version 1
// ==/UserScript==
$(document).ready(function() {
// ==UserScript==
// @name Yahoo mail
// @namespace work
// @description Tweaks for UI
// @include *mail.yahoo.*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js
// @version 1
// ==/UserScript==
$(document).ready(function() {
tweak();
@marcelovani
marcelovani / getinstinct
Last active December 17, 2015 05:49
Getinstinct tweaks
// ==UserScript==
// @name Getinstinct
// @namespace http://use.i.E.your.homepage/
// @version 0.1
// @description Tweaks for Getinstinct
// @match http://getinstinct.com/*/riffs/*/practice
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js
// @copyright 2012+, You
// ==/UserScript==
@marcelovani
marcelovani / README.md
Created February 15, 2016 11:16 — forked from agnoster/README.md
My ZSH Theme

agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

For Mac users, I highly recommend iTerm 2 + Solarized Dark

<?php
/*
class.Diff.php
A class containing a diff implementation
Created by Stephen Morley - http://stephenmorley.org/ - and released under the
terms of the CC0 1.0 Universal legal code:
(function($) {
/**
* @memberOf $
*/
$.wpProQuizFront = function(element, options) {
console.log(options.json);
var $e = $(element);
var config = options;
var plugin = this;
var results = new Object();