Showing posts with label lifelongprogrammercommunity. Show all posts
Showing posts with label lifelongprogrammercommunity. Show all posts

solr

Solr and R language ( #solr , #lifelongprogrammer )

https://github.com/ropensci/solr require('solr')

require('RJSONIO'

a <- solr_search(q='*:*', rows=2, fl='id', url=url, key=key)

a$response



Via https://github.com/ropensci/solr via http://grss.magentariver.com/feed?gid=101157854606139706613

truth

Truth framework for Junit(#lifelongprogrammer)

https://github.com/truth0/truth

ASSERT.that(blah).isMoreThan(5);

ASSERT.that(m).isEqualTo(expected);

ASSERT.that(collectionA).has().item(q);



Via https://github.com/truth0/truth via http://grss.magentariver.com/feed?gid=101157854606139706613

SAX Error – MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence. via http://www.mkyong.com/java/sax-error-malformedbytesequenceexception-invalid-byte-1-of-1-byte-utf-8-sequence/

SAX Error – MalformedByteSequenceException: Invalid Byte 1 Of 1-Byte UTF-8 Sequence. ( #lifelongprogrammer )

InputSource is = new InputSource(reader);

is.setEncoding("UTF-8");

http://www.mkyong.com/java/sax-error-malformedbytesequenceexception-invalid-byte-1-of-1-byte-utf-8-sequence/



Via http://www.mkyong.com/java/sax-error-malformedbytesequenceexception-invalid-byte-1-of-1-byte-utf-8-sequence/

Advanced ListenableFuture capabilities via http://nurkiewicz.blogspot.com/2013/02/advanced-listenablefuture-capabilities.html?m=1

Advanced ListenableFuture capabilities (#lifelongprogrammer)



Via http://nurkiewicz.blogspot.com/2013/02/advanced-listenablefuture-capabilities.html?m=1

Improve Your Java Code, Functional-Style—Now! ( #lifelongprogrammer ) via https://plus.google.com/101157854606139706613/posts/eF2itUpxJBY

Improve Your Java Code, Functional-Style—Now! ( #lifelongprogrammer )

Improve Your Java Code, Functional-Style—Now!



Via https://plus.google.com/101157854606139706613/posts/eF2itUpxJBY

Git Tip of the Week: Detached Heads - AlBlue’s Blog via http://alblue.bandlem.com/2011/08/git-tip-of-week-detached-heads.html

Git Detached Heads ( #lifelongprogrammer )

http://alblue.bandlem.com/2011/08/git-tip-of-week-detached-heads.html

http://gitolite.com/concepts/detached-head.html



Via http://alblue.bandlem.com/2011/08/git-tip-of-week-detached-heads.html

Google Guava Quickie: Clean toString methods « EclipseSource Blog via http://eclipsesource.com/blogs/2012/07/24/google-guava-quickie-clean-tostring-methods/

Google Guava Quickie: Clean toString methods (#lifelongprogrammer)



Via http://eclipsesource.com/blogs/2012/07/24/google-guava-quickie-clean-tostring-methods/

Guava - simple recipes to make your Java code cleaner, 1st part

#lifelongprogrammer

Guava - simple recipes to make your Java code cleaner, 1st part


Solr Search Result (attribute-to-tag) customization using XsltResponseWriter | myjeeva blog

Remove The Fluff With Google Guava

(#lifelongprogrammer) Remive the fluff with Google Guava