Skip to content

Instantly share code, notes, and snippets.

View domenicomonaco's full-sized avatar
🎯
Focusing

Domenico Monaco domenicomonaco

🎯
Focusing
View GitHub Profile
// Based on apidock.org Ubiquity Search: http://gist.github.com/8132
CmdUtils.CreateCommand(
{
name: "github",
takes: {"function": noun_arb_text},
icon: "http://github.com/fluidicon.png",
homepage: "http://tiago.zusee.com",
author: {name: "Tiago Bastos", email: "comechao@gmail.com"},
license: "MPL,GPL",
description: "Search on Github Code Search",
<?php
/**
* Campaign Monitor Behavior class file.
*
* @filesource
* @author Craig Morris
* @link http://waww.com.au/campaign-monitor-behavior
* @version 0.1
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
* @package app
@domenicomonaco
domenicomonaco / 0_reuse_code.js
Last active August 29, 2015 14:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@domenicomonaco
domenicomonaco / clustermarker.js
Created September 17, 2016 22:23 — forked from iloveitaly/clustermarker.js
Google Maps V3 Cluster Marker With Minimum Cluster Size
// ==ClosureCompiler==
// @compilation_level ADVANCED_OPTIMIZATIONS
// @externs_url http://closure-compiler.googlecode.com/svn/trunk/contrib/externs/google_maps_api_v3.js
// ==/ClosureCompiler==
/**
* @author Michael Bianco <http://mabblog.com>
* @fileoverview Added minimum cluster size option
**/