iPhone DZone: Fresh Links On Your iPhone by matt on 7/5/08
Reading DZone on your iPhone just got a little bit easier. Visit http://dzone.com/iphone from your iPhone to try out our beta iPhone support. You can view stories, filter by tags, and login. We'd appreciate your feedback at feedback@dzone.com.
First Look: Google Test Framework Simplifies Testing
Software Testing is probably one of the most boring and tedious task to a lot of people, but there are still people like me who love writing unit... more »
0 commentsSave Tags: c-and-cpp, frameworks, opinion, tools
But It Works On My Machine...
What happens when we run main()in the code snippet below? Of course, the erudite, tech-savvy Java people can answer that in a heartbeat. In Effective... more »
0 commentsSave Tags: java
Warning: This Secret CSS Technique Will Surprise You!
As the reader opens and closes the page, the illustration is pushed and pulled sideways behind the sheet. The result is a pretty nifty illusion of... more »
1 commentsSave Tags: css-html
Domain Specific Languages in Erlang
People are talking about Erlang. This talk is disproportionately about concurrency rather than any of the other powerful properties of the platform,... more »
0 commentsSave Tags: other languages
10 must-have Rails plugins
I was talking to Tim the other day about auditing Rails projects, and how we see a lot of Rails projects that reinvent the wheel instead of using... more »
0 commentsSave Tags: frameworks, opinion, ruby
The Future of JRuby with Thomas Enebo - Core JRuby Developer
JRuby is by far the most popular Java implementation of the Ruby programming language. The 1.1.2 version has just been released with improvements in... more »
0 commentsSave Tags: announcement, java, ruby
Going to JavaOne? Sign up for Twitter.
List of people twittering JavaOne - join the crowd!
0 commentsSave Tags: java, trends
Java Executor Service Rocket Scientists and Generics Brain Surgeons
We at GridGain recently were faced with the following problem. It turns out (may be old news to some), that java.util.concurrent.ExecutorService in... more »
0 commentsSave Tags: java, opinion, usability
Closures Solution: Include Groovy in the JDK?
The closures debate often seems to consist of two separate discussions—first there's the discussion around how best a closure could be expressed in... more »
1 commentsSave Tags: groovy, java
Automatic testing of setters and getters
Normally I do not bother testing setters and getters, they are usually too boring to expect any bugs lurking in there. I recently started working on a... more »
7 commentsSave Tags: java
Data Visualization with Ruby and RMagick - Where Are Those Bikes ?
Some fun visualizing Velib data (bikes rental service in Paris) on a map with Ruby and RMagick.
1 commentsSave Tags: how-to, open source, ruby
Fixedformat4j - A Java API for working with fixed formatted textfiles
Using annotations and annotation processing, to read and write fixed format files to and from Java objects.
9 commentsSave Tags: java
if ... else if ... else if ... else ... : an alternative
Did you know there's an alternative way of writing "if .. else if .. else if .. etc.." in C/C++, C# and Java? You probably do, but if you don't, read... more »
16 commentsSave Tags: .net, c-and-cpp, java
Stick a fork in it: Java ParallelArray
In this article, discover the ParallelArray classes, which simplify parallel sorting and searching operations on in-memory data structures in Java 7. ... more »
0 commentsSave Tags: java, news, tools, unix-linux
Quick Java Trivia
What could be the maximum number of methods in a Java class?
3 commentsSave Tags: humor, java
Beware the STL my son! The jaws that bite, the claws that catch!
I used to like C++ a lot. It was a very simple, efficient language, and you could always say exactly how the code you're writing mapped to your CPU.
2 commentsSave Tags: c-and-cpp, frameworks, opinion
Ruby on Rails Plugin: Throttler
Some might call it the Slashdot Effect, other will say the 'Got Dugg'. But the truth is that your app may some day experience a sudden increase in... more »
0 commentsSave Tags: ruby, server, web 2.0
Tempers Erupt at Conference: Multi-Line Strings in Java
I think this post is brilliant, pulling together many obscure references from the ongoing Java 7 features debate.
3 commentsSave Tags: humor, java
Maven: Won't Get Fooled Again
Fool me once, shame on you. Fool me twice, shame on me. I'm not going to get fooled by Maven again.
1 commentsSave Tags: opinion, tools
Rubular - an absolutely wicked live Ruby regex editor
Very nice, dynamic, regular expression editor. Happens to be written in, and written for, Ruby - you know, that language that no one likes any more?
1 commentsSave Tags: ruby, tools
Holy Double-espresso, Batman! Where's my Javalobby?
Do not worry, Boy Wonder, the Javalobby you have known and loved has not gone away! It has simply become more fully a part of the DZone Network.... more »
1 commentsSave Tags: announcement, java
What's This About a Ruby Backlash?
Zed's rant triggered some patently false anti-Ruby memes that have now been bouncing around the programming blogsphere echo chamber for a few weeks.... more »
5 commentsSave Tags: opinion, ruby
Most Popular Developers Interview Question
This is one of the most popular developers interview question I know.
0 commentsSave Tags: java, news, other languages, server
7 PHP functions that saved my life
From time to time, I’ve struggled with minor pieces of coding for what seems like an age and then I’ve discovered PHP has a ready-made function whose... more »
14 commentsSave Tags: php
via