Programming and politics

Mostly technical and political -- stuff to bore everyone.

Wednesday, May 20, 2009

JavaOne Talk: Scala Reversible Numbers

›
See this post about why this code is being shown. See this post for the Java version to compare against. class ScalaReversible(max:Int){ ...

JavaOne Talk: Python Reversible Numbers

›
See this post about why this code is being shown. See this post for the Java version to compare against. class PyReversible(object): _...

JavaOne Talk: Ruby Reversible Numbers

›
See this post about why this code is being shown. See this post for the Java version to compare against. class RubyReversible def initia...
1 comment:

JavaOne Talk: Groovy Reversible Numbers

›
See this post about why this code is being shown. See this post for the Java version to compare against. public class GroovyReversible { ...

JavaOne Talk: Reversible Numbers

›
See this post about why this code is being shown. This is a different algorithm, it is a brute force solution to Project Euler problem #145...

JavaOne Talk: Scala Word Sort

›
See this post about why this code is being shown. See this post for the Java version to compare against. class ScalaWordSort(fileName:Stri...

JavaOne Talk: Python Word Sort

›
See this post about why this code is being shown. See this post for the Java version to compare against. class PyWordSort(object): def...
1 comment:

JavaOne Talk: Ruby Word Sort

›
See this post about why this code is being shown. See this post for the Java version to compare against. class RubyWordSort def initiali...

JavaOne Talk: Groovy Word Sort

›
See this post about why this code is being shown. See this post for the Java version to compare against. public class GroovyWordSort { F...

JavaOne Talk: Word Sort

›
See this post about why this code is being shown. This is a different algorithm than the previous examples, so once again I will start with...
Monday, May 18, 2009

JavaOne Talk: Fan Prime Sieve

›
See this post for an explanation on why this code is being shown and what kind of responses would be useful. See this post for the Java al...
Saturday, May 09, 2009

JavaOne Talk: Scala Prime Sieve

›
See this post for an explanation on why this code is being shown and what kind of responses would be useful. See this post for the Java al...

JavaOne Talk: Python Prime Sieve

›
See this post for an explanation on why this code is being shown and what kind of responses would be useful. See this post for the Java al...
Tuesday, May 05, 2009

JavaOne Talk: Ruby Prime Sieve

›
See this post for an explanation on why this code is being shown and what kind of responses would be useful. See this post for the Java al...

JavaOne Talk: Groovy Prime Sieve

›
See this post for an explanation on why this code is being shown and what kind of responses would be useful. See this post for the Java al...

JavaOne Talk: Being Less Efficient

›
See previous post if you have not already. I was getting ready to post some of implementations of the prime sieve in other languages, when ...
Sunday, May 03, 2009

JavaOne Talk: Prime Sieve

›
Next month I am speaking at JavaOne on the performance of various programming languages running on the JVM. For the talk, I am taking severa...
Thursday, April 30, 2009

Mobile OS Wars: Upgrades

›
Right now Apple and Google are in the midst of major upgrades to the OS on their devices, the iPhone OS and Android. If you develop for thes...
Thursday, April 23, 2009

Tail Recursion in Scala

›
Earlier this week, I gave a talk about Scala with Bill Venners and David Pollak . In my slides , I had an example of a factorial function in...
4 comments:
Wednesday, April 22, 2009

ActionScript Quickie: Check for Required Params

›
You ever need to test that a bunch of variables are not null/empty/true? Here is a quick and dirty way to do it in ActionScript 3.0: private...
‹
›
Home
View web version

About Me

Unknown
View my complete profile
Powered by Blogger.