I hereby claim:
- I am lostinbrittany on github.
- I am lostinbrittany (https://keybase.io/lostinbrittany) on keybase.
- I have a public key whose fingerprint is A095 0862 FB92 E014 B23D 5059 EC64 6B74 2C61 0E95
To claim this, I am signing this object:
| package org.lostinbrittany.cesi.springbeers.model; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import org.apache.commons.lang3.StringUtils; | |
| import org.apache.commons.validator.routines.UrlValidator; | |
| public class Beer { |
| package org.lostinbrittany.cesi.springbeers.model; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import org.apache.commons.lang3.StringUtils; | |
| import org.apache.commons.validator.routines.UrlValidator; | |
| public class Beer { |
| package org.lostinbrittany.cesi.springbeers.model; | |
| import java.util.ArrayList; | |
| import java.util.List; | |
| import org.apache.commons.lang3.StringUtils; | |
| import org.apache.commons.validator.routines.UrlValidator; | |
| public class Beer { |
| // ==UserScript== | |
| // @name Multiline tabs for netvibes again, inspired by nv_poweruser script | |
| // @namespace lostinbrittany | |
| // @description Bring back the multiline tabs for Netvibes | |
| // @include https://www.netvibes.com/* | |
| // @version 2.5 | |
| // @grant GM_addStyle | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js | |
| // @require https://ajax.googleapis.com/ajax/libs/angularjs/1.2.8/angular.min.js | |
| // ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * L.TileLayer is used for standard xyz-numbered tile layers. | |
| */ | |
| L.Google = L.Class.extend({ | |
| includes: L.Mixin.Events, | |
| options: { | |
| minZoom: 0, | |
| maxZoom: 18, |
| /* | |
| * L.TileLayer is used for standard xyz-numbered tile layers. | |
| */ | |
| L.Google = L.Class.extend({ | |
| includes: L.Mixin.Events, | |
| options: { | |
| minZoom: 0, | |
| maxZoom: 18, | |
| tileSize: 256, |