Skip to content

Instantly share code, notes, and snippets.

View jlukic's full-sized avatar
🐪
the koan brothers

Jack Lukic jlukic

🐪
the koan brothers
View GitHub Profile
@jlukic
jlukic / v
Last active January 2, 2016 08:19
Hitachino Nest White
http://beerinjapan.com/bij/780/kiuchi-brewery-ibaraki/
2 Row: 4700g
Wheat: 2200g
1st hops: 20g, Perle pellets
2nd: none
3rd: 30g, Styrian Goldings pellets
4th: none
End: 50g coriander, 30g dried orange peel, 8g nutmeg
@jlukic
jlukic / gist:6749676
Last active October 11, 2016 12:49
Javascript Autocomplete Regular Expressions for form validation
$.fn.form.settings = {
defaults: {
name : 'Field',
optional : false,
validate : 'empty'
}
};
$.fn.form.validation = {
repeat: {