The Artima Developer Community
Sponsored Link

Java Buzz Forum
Yet More of the Long Tail Treasure Trove

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Brian McCallister

Posts: 1282
Nickname: frums
Registered: Sep, 2003

Brian McCallister is JustaProgrammer who thinks too much.
Yet More of the Long Tail Treasure Trove Posted: Jul 15, 2011 11:01 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Brian McCallister.
Original Post: Yet More of the Long Tail Treasure Trove
Feed Title: Waste of Time
Feed URL: http://kasparov.skife.org/blog/index.rss
Feed Description: A simple waste of time and weblog experiment
Latest Java Buzz Posts
Latest Java Buzz Posts by Brian McCallister
Latest Posts From Waste of Time

Advertisement

Another addition of the long tail treasure trove in blog form.

SQLite JDBC

JDBC driver for sqlite which embeds the mac, linux, and windows binaries for sqlite. It will load the C library on demand, and you just go about your merry way. I love SQLite, I work in Java frequently. Win!

Connector/MXJ

MySQL server in a jar. Seriously, just embed MySQL in your Java stuff. Magical for testing, etc.

ConcurrentLinkedHashMap

Exactly what the name says, concurrent linked hash map. Martin and I really wanted this back in the day. Now Ben Manes (sorry, don’t have a good link for him) wrote a really good implementation.

Greplin’s Bloom Filter Library

Nice bloom filter library for Java.

SSHJ

Young project, but very easy to use library for SSH in Java.

JLine2

Better readline for Java

ReflectASM

High perf Java reflection via bytecode gen.

snakeyaml

Not-sucky YAML in Java

QueueFile

Crazy Bob’s one-class on disk FIFO queue.

Mail

Ah, finally something non-Java! Mail is a very pleasent email library for ruby.

CMPH

The C Minimal Perfect Hashing Library. Perfect hashes are fun. This finds them for you.

Diff Match and Patch

Diff, fuzzy matching, and patching in C++, C#, Java, Javascript, lua, Objective-C, and Python.

Read: Yet More of the Long Tail Treasure Trove

Topic: JDK 7 Release Candidate Released Previous Topic   Next Topic Topic: Why your shop needs continuous integration

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use