Jan
11
2012
0

74 Million Lines of Property Data Later…

Just finished sanitizing about 74 million new lines of property data today.  Should make for some very interesting real estate statistics.

3 notes.

  1. Maui is messy on paper.
  2. Published data types are a joke.  A sick, horrible, gut wrenching offensive joke.
  3. CEDand AWK are the greatest thing, ever. Period.

Will post the results once they are finalized, checked and made public. :)

Written by Josh Sommers in: Uncategorized |
Jun
25
2011
0

Validating URL’s in Drupal

Drupal 7 (sense 4.6, and possibly earlier) has included built a built in URL verification function.

valid_url($url, $absolute = FALSE)

Usage is simple.

if (valid_url($myURL)) {
     //is a valid URL;
     return TRUE;
} else {
     //is not a valid URL
     return FALSE;
}
Written by Josh Sommers in: Uncategorized |
May
31
2011
0

58.38.55.127 Is A Known vBulletin Spammer

58.38.55.127 is safe to add to your block list.

Written by Josh Sommers in: Uncategorized |

Powered by WordPress | Aeros Theme | TheBuckmaker WordPress Themes