I hereby claim:
- I am lpalli on github.
- I am lpalli (https://keybase.io/lpalli) on keybase.
- I have a public key ASBerlmTyXExq26es5nUcKH4cHfNPWdSxd11Pp_OD0LFwAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Verifying that +lpalli is my blockchain ID. https://onename.com/lpalli |
function debugObject( obj ) { | |
var output = ''; | |
for (property in obj) { | |
output += property + ': ' + obj[property]+';\n'; | |
} | |
alert(output); | |
} |
/// <summary> | |
/// The ArcGIS products. | |
/// </summary> | |
public enum Product { | |
/// <summary> | |
/// ArcGIS Desktop | |
/// </summary> | |
Desktop, | |
/// <summary> | |
/// ArcGIS Engine |
#region Constructor and Singleton | |
private static readonly Singleton _instance = new Singleton(); | |
public static Singleton Instance | |
{ | |
get { return _instance; } | |
} | |
private Singleton() |
// MediaWiki - H4 100% | |
// version 0.1 BETA! | |
// 2010-03-17 | |
// Copyright (c) 2010, Luca Palli | |
// Released under the GPL license | |
// http://www.gnu.org/copyleft/gpl.html | |
// | |
// -------------------------------------------------------------------- | |
// | |
// This is a Greasemonkey user script. To install it, you need |
// OpenERP - Disable Confirm Button | |
// version 0.1 BETA! | |
// 2010-03-25 | |
// Copyright (c) 2010, Luca Palli | |
// Released under the GPL license | |
// http://www.gnu.org/copyleft/gpl.html | |
// | |
// -------------------------------------------------------------------- | |
// | |
// This is a Greasemonkey user script. To install it, you need |
@ My Bookmarklets | |
u http://en.utrace.de/?query=%s Locate IP addresses and domain names | |
it2en http://translate.google.com/translate_t?hl=&ie=UTF-8&text=%s&sl=it&tl=en# Translate from italian to english | |
en2it http://translate.google.com/translate_t?hl=&ie=UTF-8&text=%s&sl=en&tl=it# Translate from english to italian | |
fr2en http://translate.google.com/translate_t?hl=&ie=UTF-8&text=%s&sl=fr&tl=en# Translate from french to english | |
en2fr http://translate.google.com/translate_t?hl=&ie=UTF-8&text=%s&sl=it&tl=fr# Translate from english to french | |
it2fr http://translate.google.com/translate_t?hl=&ie=UTF-8&text=%s&sl=it&tl=fr# Translate from italian to french |