Here's a Java goody - changing the default maximum compile errors reported by Javac:
http://forums.sun.com/thread.
Clever things that you can do with Java Enums:
Create a hierarchy -
http://java.dzone.com/articles/enum-tricks-hierarchical-data
Make it implement an interface - http://api.neo4j.org/current/org/neo4j/graphdb/RelationshipType.html
And some bizarre things to do like - converting Java to native:
http://nestedvm.ibex.org/
http://llvm.org/svn/llvm-
http://www.vishia.org/Java2C/
What would happen if you tried to bypass the Sql engine in MySql? You'd get 750,000 reads per second!
http://yoshinorimatsunobu.
Some Hadoop and cloud related presentations worth reading:
http://www.cloudera.com/
http://www.cloudera.com/
http://www.slideshare.net/adrianco/netflix-on-cloud-combined-slides-for-dev-and-ops
Saturday, December 04, 2010
Clever Enum tricks and some things to read over the weekend
Subscribe to:
Post Comments (Atom)
1 comments:
This is probably the most clever:
java-secret-using-enum-as-state-machine
Post a Comment