britt

Britt Crawford
Cafepress.com
San Francisco, CA
2
4
A Git VCS Plugin for TeamCity
Created Tue Apr 01 10:06:34 -0700 2008
legend
A Java client for the GitHub API
Created Mon Apr 21 15:57:11 -0700 2008
legend
HiveDB is an open source project for horizontally partitioning MySQL systems.
Created Fri Mar 21 14:27:39 -0700 2008
legend
A plugin for Hibernate to store objects as compressed XML.
Created Fri Mar 21 15:31:41 -0700 2008
legend

Public Activity  feed

britt committed to britt/hivedb about 9 hours ago

791d9bdee456c6a1e8408fcfd0ca74c3b1410f5d

Added ReflectionTools to new package

britt committed to britt/hivedb about 10 hours ago

0f3c9204dcfa73e6a21abc1aac09c0c0130ff79c

Change the testng scope to provided. Otherwise it confuses the maven test runner in projects that depend on HiveDB and use JUNit

britt created gist: 4462 13 days ago
def get_job_names context.getBeansOfType(JobConf).collect do |beanGetJobName,bean| bean.getJobName
britt created gist: 4450 13 days ago
public String[] getJobNames() { return Transform.map(new Unary<JobConf, String>(){ public String f(JobConf item) {
britt updated gist: 4159 15 days ago
javascript:(function(){var k=" -site:experts-exchange.com -site:swik.net";if(document.f){document.f.q.value=document.f.q.value+k;}else{document.gs.q.value=document.gs.q.value+k}})()
britt created gist: 4160 15 days ago
javascript:( function(){ var k=" -site:expertsexchange.com -site:swik.net";
britt created gist: 4159 15 days ago
javascript:(function(){var k=" -site:expertsexchange.com -site:swik.net";if(document.f){document.f.q.value=document.f.q.value+k;}else{document.gs.q.value=document.gs.q.value+k}})()
britt committed to britt/hivedb 26 days ago

8b493fd14a563838e8d2aa99bf2dcf42b6218f19

Added source code jars to the list of artifacts.

britt committed to britt/hivedb 26 days ago

f33b16b1b7ef4a69d2cfe2ca63e14b02552a7318

Merge branch 'master' of git@github.com:britt/hivedb

britt committed to britt/hivedb 26 days ago

29d40e151634cb9bd73e8dc0ed6f579ce5f08b77

Added a test case for GeneratedInstanceInterceptor