PHP On Bad readability in Routing ...

by Ollie , January 09, 2009 20:58

Good, I'm glad it helped. M...

Be072eb0e9f6f81c20541150cabce3ab Talk
document.onLoad = function() {
  wellWishes = document.createElement('h1');
...

Bash On Multi language refactor

by Ollie , December 26, 2008 09:37
Be072eb0e9f6f81c20541150cabce3ab Talk

Ruby On Newb needs some cleanup

by Ollie , December 23, 2008 22:55

I couldn't do any better th...

Be072eb0e9f6f81c20541150cabce3ab Talk
def enumerate_infinitely_with(expected)
    simple_matcher('enumerate infinitely with') do |given, matcher|
      matcher.failure_message = "expected #{given} to enumerate infinitely with #{expected}"
...

Ruby On RSpec example does not cont...

by Ollie , December 23, 2008 07:13

Whoops! I missed this featu...

Be072eb0e9f6f81c20541150cabce3ab Talk
<?php
foreach ($this->uriPatternSegments as $uriPatternSegment) {
  foreach ($uriPatternSegment as $routePart) {
...

PHP On Bad readability in Routing ...

by Ollie , December 23, 2008 06:19 Star_fullStar_fullStar_fullStar_full

Thanks for posting bwaideli...

Be072eb0e9f6f81c20541150cabce3ab Talk

Ruby On Conditionally deleting colu...

by Ollie , December 23, 2008 05:57 Star_fullStar_full

The ideal solution (from a ...

Be072eb0e9f6f81c20541150cabce3ab Talk

Ruby On Ugly RegEx Accessor

by Ollie , December 23, 2008 05:46

Although scanf solves this ...

Be072eb0e9f6f81c20541150cabce3ab Talk
module CustomMatchers
  
  def enumerate_infinitely_with_inf
...

Ruby On RSpec example does not cont...

by Ollie , December 23, 2008 05:22

Thanks for your comments so...

Be072eb0e9f6f81c20541150cabce3ab Talk

PHP On check for valid url

by Ollie , December 22, 2008 02:15

There's nothing Nazi about ...

Be072eb0e9f6f81c20541150cabce3ab Talk
def with_infinity(date_unit)
  limit = 20
  (date_unit..Inf).each do |x|
...

Ruby RSpec example does not cont...

by Ollie , December 22, 2008 01:33, 5 refactorings, tagged with rspec, bdd

This piece of code specifie...

Be072eb0e9f6f81c20541150cabce3ab Talk
# A set of monkey patches for the ruby programmer who isn't yet satisified with the core library
class Object
  # useful for reflection
...

Ruby A Set of Monkey Patches for...

by Ollie , July 15, 2008 04:06, No refactoring, tagged with core library, monkeypatch, monkey patch

I find ruby's core library ...

Be072eb0e9f6f81c20541150cabce3ab Talk