donroby.blogspot.com donroby.blogspot.com

donroby.blogspot.com

onChange

Friday, July 4, 2008. During a recent job interview, I was asked to code on a whiteboard a merge function for two lists of integers assumed to be sorted. I stumbled around a bit, coding and explaining, and ended up with a very messy whiteboard, but apparently did ok, as they've asked me back for more interviews. Public static List Integer merge(List Integer list1,. List Integer list2) {. If (null = list1). If (null = list2). ArrayList Integer result = new ArrayList Integer ();. If (null = next1) {. List2...

http://donroby.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DONROBY.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Thursday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.8 out of 5 with 13 reviews
5 star
6
4 star
2
3 star
3
2 star
0
1 star
2

Hey there! Start your review of donroby.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.2 seconds

FAVICON PREVIEW

  • donroby.blogspot.com

    16x16

  • donroby.blogspot.com

    32x32

CONTACTS AT DONROBY.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
onChange | donroby.blogspot.com Reviews
<META>
DESCRIPTION
Friday, July 4, 2008. During a recent job interview, I was asked to code on a whiteboard a merge function for two lists of integers assumed to be sorted. I stumbled around a bit, coding and explaining, and ended up with a very messy whiteboard, but apparently did ok, as they've asked me back for more interviews. Public static List Integer merge(List Integer list1,. List Integer list2) {. If (null = list1). If (null = list2). ArrayList Integer result = new ArrayList Integer ();. If (null = next1) {. List2...
<META>
KEYWORDS
1 onchange
2 code style choices
3 return list2;
4 return list1;
5 while null
6 next1 null
7 next2 {
8 result add next2 ;
9 result add next1 ;
10 else {
CONTENT
Page content here
KEYWORDS ON
PAGE
onchange,code style choices,return list2;,return list1;,while null,next1 null,next2 {,result add next2 ;,result add next1 ;,else {,return result;,return null;,should,list2 match {,if head1 head2,else,result add head1 ;,result add head2 ;,getnext ;,true
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

onChange | donroby.blogspot.com Reviews

https://donroby.blogspot.com

Friday, July 4, 2008. During a recent job interview, I was asked to code on a whiteboard a merge function for two lists of integers assumed to be sorted. I stumbled around a bit, coding and explaining, and ended up with a very messy whiteboard, but apparently did ok, as they've asked me back for more interviews. Public static List Integer merge(List Integer list1,. List Integer list2) {. If (null = list1). If (null = list2). ArrayList Integer result = new ArrayList Integer ();. If (null = next1) {. List2...

INTERNAL PAGES

donroby.blogspot.com donroby.blogspot.com
1

onChange: Testing with an in-memory Database

http://donroby.blogspot.com/2008/01/testing-with-in-memory-database.html

Thursday, January 3, 2008. Testing with an in-memory Database. Persistence tests are slow, and hard to make repeatable. The repeatabity problem is primarily in dealing with setup to a known state and/or teardown to return to a known state. Even if you do write setup and teardown to put data into the DB and remove it, things like automatically generated ids are somewhat painful to reset so that the next run generates the same ones again. Public Connection getConnection() throws Exception {. You might want...

2

onChange: Functional Adventures in Java

http://donroby.blogspot.com/2007/12/functional-adventures-in-java.html

Tuesday, December 25, 2007. Functional Adventures in Java. For a start, Haskell can handle infinite lists, and some interesting infinite lists occurring in math can be defined quite succinctly, as in:. Sieve (x:xs) = x:sieve [y y -xs, (y `mod` x) /= 0]. Primes = sieve [2.]. I'm not ready to create enough syntactic sugar to make Java code for an infinite list of prime numbers quite that concise, but support for infinite lists would be nice. After a bit of struggling to fit these ideas to Java's Collection.

3

onChange: onStart

http://donroby.blogspot.com/2007/11/onstart.html

Sunday, November 18, 2007. Maybe this post should be titled "Naming a Blog". I started this thing yesterday and wasn't happy just naming the blog for myself, but couldn't really think of a better name. So I went into a spin of up-front thinking. What's this for anyway? I guess I'll be writing about Agile Software Development. To reflect that. But no, too specific - I might use that for a post title later. I might even ramble about the Structure of Scientific Revolutions. Kent Beck's dictum "Embrace Chang...

4

onChange: Code Style Choices

http://donroby.blogspot.com/2008/07/code-style-choices.html

Friday, July 4, 2008. During a recent job interview, I was asked to code on a whiteboard a merge function for two lists of integers assumed to be sorted. I stumbled around a bit, coding and explaining, and ended up with a very messy whiteboard, but apparently did ok, as they've asked me back for more interviews. Public static List Integer merge(List Integer list1,. List Integer list2) {. If (null = list1). If (null = list2). ArrayList Integer result = new ArrayList Integer ();. If (null = next1) {. List2...

5

onChange: Refactoring Challenge

http://donroby.blogspot.com/2007/11/refactoring-challenge.html

Sunday, November 18, 2007. In a recent post. To the Test Driven Development yahoo group, Jeff Grigg posted a bit of a challenge, in the form of an uploaded file. With some code that looked like:. Public class LogicMatrix {. Public static void callTheRightMethod(boolean a,. TODO: Refactor this to be simple and obvious:. Else if (a &! Else if (a & b &! Else if (a &! Else if (a & b & c &! Else if (a &! Else if (a & b &! Else if (a &! Else if (a & b & c & d). This matrix was really a string:. The conditions ...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

5

LINKS TO THIS WEBSITE

donroby.com donroby.com

Don Roby's Perambulations | Thoughts about Software Development and stuff.

http://www.donroby.com/wp

Don Roby's Perambulations. Thoughts about Software Development and stuff. At my advanced age, I’m still happy to learn new things. In my new job at Fitbit. I’ve primarily been working on an eCommerce web application in Java, but in support of a data migration/business intelligence project, I also find myself suddenly working in Python, a language I’ve never previously used, pulling data out of Google protocol buffers. This entry was posted in Miscellany. September 15, 2014. Pattern Matching in Scala.

xtcboston.blogspot.com xtcboston.blogspot.com

XTC-BOSTON: XTC Meeting Tuesday, Dec 13, 2011

http://xtcboston.blogspot.com/2011/12/xtc-meeting-tuesday-dec-13-2011.html

Blog of the Boston chapter of the eXtreme Tuesday Club (XTC), a regular social gathering of practitioners of eXtreme Programming (XP) and other agile Software Development methods. Saturday, December 10, 2011. XTC Meeting Tuesday, Dec 13, 2011. Apologies for failing to update here for a bit. The group has met in the interim, and in fact had a pretty good meeting in November. In case I neglect to update here again, the schedule is always posted at our meetup calendar. The December meeting will be:.

donroby.com donroby.com

Ctrl-Alt-Del | Don Roby's Perambulations

http://www.donroby.com/wp/miscellany/ctrl-alt-del-2

Don Roby's Perambulations. Thoughts about Software Development and stuff. I’ve had this site for a while but not done much with it. A few years ago I blogged for a year or so at donroby.blogspot.com. I’ve decided now to resurrect and update DonRoby.com, start blogging here, and probably put links here from places like my Stack Overflow and LinkedIn profiles. The last blog entries on the old blog were while I was looking for work. I found a job and stopped blogging…. This entry was posted in Miscellany.

donroby.com donroby.com

June | 2014 | Don Roby's Perambulations

http://www.donroby.com/wp/2014/06

Don Roby's Perambulations. Thoughts about Software Development and stuff. Monthly Archives: June 2014. Pattern Matching in Scala. In my article on parser combinators. I developed a parser that parses simple integer sums and products into an internal syntax tree. In this article, I’ll make a simple evaluator that takes such a syntax tree as parsed and computes the value of the expression. This is the sort of thing that in Java you might do using the Visitor Pattern. Expression, e2 :. Expression, e2 :.

xtcboston.blogspot.com xtcboston.blogspot.com

XTC-BOSTON: XTC Meeting June 14, 2011

http://xtcboston.blogspot.com/2011/06/xtc-meeting-june-14-2011.html

Blog of the Boston chapter of the eXtreme Tuesday Club (XTC), a regular social gathering of practitioners of eXtreme Programming (XP) and other agile Software Development methods. Monday, June 13, 2011. XTC Meeting June 14, 2011. The June meeting will be:. Tuesday, June 14, from 6:30pm. Cambridge Brewing Company, 1E Kendall Square, Cambridge, MA 02141. Subscribe to: Post Comments (Atom). Tuesday of every month, at 6:30pm. 1E Kendall Square, Cambridge, MA 02141. XTC Boston Meetup group.

xtcboston.blogspot.com xtcboston.blogspot.com

XTC-BOSTON: June 2011

http://xtcboston.blogspot.com/2011_06_01_archive.html

Blog of the Boston chapter of the eXtreme Tuesday Club (XTC), a regular social gathering of practitioners of eXtreme Programming (XP) and other agile Software Development methods. Monday, June 13, 2011. XTC Meeting June 14, 2011. The June meeting will be:. Tuesday, June 14, from 6:30pm. Cambridge Brewing Company, 1E Kendall Square, Cambridge, MA 02141. Subscribe to: Posts (Atom). Tuesday of every month, at 6:30pm. 1E Kendall Square, Cambridge, MA 02141. XTC Boston Meetup group. XTC Meeting June 14, 2011.

xtcboston.blogspot.com xtcboston.blogspot.com

XTC-BOSTON: December 2010

http://xtcboston.blogspot.com/2010_12_01_archive.html

Blog of the Boston chapter of the eXtreme Tuesday Club (XTC), a regular social gathering of practitioners of eXtreme Programming (XP) and other agile Software Development methods. Sunday, December 26, 2010. XTC-Boston - January 11, 2011. Due to impending conflicts with the Boston Coding Dojo. On Thursdays, we're moving back to Tuesdays. And I'm officially changing the name back to eXtreme Tuesday Club as well. The January meeting will be:. Tuesday, January 11, from 6:30pm. Sunday, December 5, 2010.

xtcboston.blogspot.com xtcboston.blogspot.com

XTC-BOSTON: XTC Meeting Tuesday, March 13

http://xtcboston.blogspot.com/2012/03/xtc-meeting-tuesday-march-13.html

Blog of the Boston chapter of the eXtreme Tuesday Club (XTC), a regular social gathering of practitioners of eXtreme Programming (XP) and other agile Software Development methods. Sunday, March 11, 2012. XTC Meeting Tuesday, March 13. This month, we'll be joining "Code and Cocktails" at a different venue than our usual, and possibly actually writing some code. The March meeting will be:. Tuesday, March 13, from 6:30pm. Brick and Mortar, 569 Massachusetts Ave., Cambridge MA 02139. XTC Boston Meetup group.

xtcboston.blogspot.com xtcboston.blogspot.com

XTC-BOSTON: December 2011

http://xtcboston.blogspot.com/2011_12_01_archive.html

Blog of the Boston chapter of the eXtreme Tuesday Club (XTC), a regular social gathering of practitioners of eXtreme Programming (XP) and other agile Software Development methods. Saturday, December 10, 2011. XTC Meeting Tuesday, Dec 13, 2011. Apologies for failing to update here for a bit. The group has met in the interim, and in fact had a pretty good meeting in November. In case I neglect to update here again, the schedule is always posted at our meetup calendar. The December meeting will be:.

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL LINKS TO THIS WEBSITE

24

OTHER SITES

donrobot.tk donrobot.tk

DON ROBOT - Camisetas para dominar el Mundo

donrobot.tumblr.com donrobot.tumblr.com

Don Robot T-Shirts

See, that’s what the app is perfect for. Wahhhh, I don’t wanna. Nuestra más reciente donrobotina destila ese aroma que sólo poseen las leyendas. Un pedazo historia del cine que sólo podrás conseguir a través de nuestra tienda online ►www.donrobot.com o acercándote nuestra tienda física en pleno centro de Valencia, la ‘Don Robot Shop’ en C/Cirilo Amorós, 24. Y bien ¿Tienes el revolver cargado o cavas? Oct 19th, 2017. Does HE look like a bitch? I’m so grateful THIS. Get it at Don Robot Tictail Shop. On Dra...

donroboto.com donroboto.com

Default Parallels Plesk Panel Page

Web Server's Default Page. This page is generated by Parallels Plesk Panel. The leading hosting automation software. You see this page because there is no Web site at this address. You can do the following:. Create domains and set up Web hosting using Parallels Plesk Panel. Parallels is a worldwide leader in virtualization and automation software that optimizes computing for consumers, businesses, and Cloud services providers across all major hardware, operating systems, and virtualization platforms.

donrobusto.com donrobusto.com

«Дон Робусто» онлайн интернет магазин сигар - купить сигары (цены и фото)

Тел: (067) 770 5288. Сигары J. Fuego. Сигары Joya de Nicaragua. Интерне магазин сигар Don Robusto в Киеве. Сигары в наши дни, все больше стают показателем стильного человека, который относится к ним как к произведению искусства. Основная же цель курения сигар. По мнению ценителей это получения наслаждения от курения натурального табака. С другой стороны сигара, в особенности кубинская - является признаком высокого статуса человека. Сигары купить онлайн в Украине (продажа сигар). Limited Editions 2012 Toro.

donroby.blogspot.com donroby.blogspot.com

onChange

Friday, July 4, 2008. During a recent job interview, I was asked to code on a whiteboard a merge function for two lists of integers assumed to be sorted. I stumbled around a bit, coding and explaining, and ended up with a very messy whiteboard, but apparently did ok, as they've asked me back for more interviews. Public static List Integer merge(List Integer list1,. List Integer list2) {. If (null = list1). If (null = list2). ArrayList Integer result = new ArrayList Integer ();. If (null = next1) {. List2...

donroby.com donroby.com

About Me | Don Roby's Perambulations

Don Roby's Perambulations. Thoughts about Software Development and stuff. I’m a software developer, and articles here will likely be mainly about that. I believe in the principles of Agile Development, and am the organizer of the Boston eXtreme Tuesday Club. My work has been primarily in Java, but also includes some fairly recent work in Ruby and Scala, and in other languages long ago. I’m very interested in Scala, and will likely write a bit about that. My resume is also on the Stackoverflow careers.

donroc.skyrock.com donroc.skyrock.com

Their Profile - Donroc - Skyrock.com

The position of the blocks have been saved. Did you like this profile? Mon, August 17, 2015. Here for: To find love. My star sign : Aquarius. Post to my blog. Here you are free.

donrocco.it donrocco.it

Comprare Scarpe, abbigliamento per uomo e donna con il 60% di sconto

Ora nel tuo carrello 0 - €0.00. Vans - Authentic nero Chambray True bianco Exclusive HX0902867. Vagabond - Kenova Neoprene Boot nero Leather GT6402868. Vans - Authentic nero Floral Dots W SO2802869. Buono Regalo F.A.Q. Office - Daisy Wedge Espadrille. Le novità di August. Schnürstiefelette - peatmoss rosso prugna - Donna -M11 JG5903386. Schnürstiefelette - petrolio - Donna MT1703387. Schnürstiefelette - pepe - Donna - 1N024-B11 RC3503388. Schnürstiefelette - rosa - Donna -A11 DG3103389.

donrocco.net donrocco.net

Bordados Boquete

Es una empresa 100% Boqueteña, profesional dedicada a prestar el servicio de bordados, diseño gráfico, impresión digital, serigrafía, botones entre otros. Trabajamos tanto con pedidos chicos como en grandes cantidades con todo el interés de entregarle calidad y puntualidad. Para promocionar su empresa, sus eventos, ferias o exposiciones transmitiendo credibilidad y una impresión seria de su negocio, club, colegio o institución ofreciendo una amplia difusión a un bajo costo. Todo tipo de Bordados.

donroccogrillo.blogspot.com donroccogrillo.blogspot.com

IL PARROCO

1)Inserire il nome nella sezione "Name". 2)Non obbligatoriamente inserire il sito web. 3)Inserire il messaggio nella sezione "message". Author: PARROCCHIA "SANTA MARIA ASSUNTA" SCALA COELI. E' PARROCO DELLA PARROCCHIA DAL 3 SETTEMBRE 2009. DOPO AVER LASCIATO LA PARROCCHIA DI S. DOMENICO IN ROSSANO, SUCCEDE A DON CLEMENTE CARUSO CHE E' STATO ORDINATO PARROCO DELLA PARROCCHIA SAN PIO XX DI PIRAGINETI IL 7 SETTEMBRE 2009. Iscriviti a: Post (Atom). Scrivi a DON ROCCO GRILLO. Il Portale web del Santo Padre.