Viewing posts about Csv.

Grouping with Regex

Grouping is an insanely powerful regex feature that is often underutilized. Sure, a lot of PHP developers know that if you wrap part of a pattern in '()' than you can pull that chunk out using preg_match and the optional $matches variable, but there's so much more you can do. Direct matching is just…

  • Category Web Development
  • Posted June 26, 2014
  • read more

Distance Compare Class Part B

This post assumes advanced understanding of PHP and some object orientated knowledge.

In my last post, I outlined a basic class that compares addresses by distance. The class returns a sorted, filtered, or single best match from an array of addresses based on a single comparison address. However,…

  • Category Web Development
  • Posted June 30, 2009
  • read more

Activity Stream

  • Read The Priory of the Orange Tree (The Roots of Chaos, #1) by Samantha Shannon.
  • Read Ship of Magic (Liveship Traders, #1) by Robin Hobb.
  • Pushed some code at jacobemerick/advent-of-code-2022.
  • Pushed some code at jacobemerick/web.
  • Pushed some code at jacobemerick/web.
View more activities…