Skip to content

Instantly share code, notes, and snippets.

View hoshposh's full-sized avatar

Lyndon Washington hoshposh

View GitHub Profile

Keybase proof

I hereby claim:

  • I am hoshposh on github.
  • I am hoshposh (https://keybase.io/hoshposh) on keybase.
  • I have a public key ASASGAtXmcp5ZvBvMVPSja6aqdE6-CiNRBr41f78ZUl9Kwo

To claim this, I am signing this object:

@hoshposh
hoshposh / attribs_default.rb
Last active December 21, 2015 15:08
Wrap the maven chef cookbook, to keep the version at 0.15.0, and to try and force the defaults to be for maven 3.1.0.
default['maven']['version'] = 3
default["maven"]['3']["version"] = "3.1.0"
default['maven']['3']['checksum'] = "59088c62c14b996d597bbd55e720866b0e13e36daed8a46a81c01058ee74bd54"
default['maven']['3']['url'] = "http://apache.mirrors.tds.net/maven/maven-3/#{node[:maven]['3'][:version]}/binaries/apache-maven-#{node[:maven]['3'][:version]}-bin.tar.gz"
default['maven']['mavenrc']['opts'] = "-Dmaven.repo.local=$HOME/.m2/repository -Xmx384m -XX:MaxPermSize=192m"
@hoshposh
hoshposh / ExampleQuickDialogController.h
Created July 16, 2012 18:08
Crude QuickDialogController Extensibility
#import <UIKit/UIKit.h>
@interface ExampleQuickDialogController : QuickDialogController
@end