Skip to content
BarryCrowder.net
View website Menu
  • Home
  • About
  • Posts
  • Contact
  • Type your search
  • Home
  • About
  • Posts
  • Contact
  • Type your search

Yearly Archives: 2008

  1. Home>
  2. 2008

perl: safe() strings for concatenation

  • Post author:Barry
  • Post published:2008-09-25
  • Post category:Programming

At some point, if you use perl enough, you'll encounter the following error message: Use of uninitialized value in concatenation (.) or string at ./progname.pl line #. While it does not…

Continue Readingperl: safe() strings for concatenation

perl: trim()

  • Post author:Barry
  • Post published:2008-09-25
  • Post category:Programming

A trim() function should be native to perl, but since it isn't, this will have to do. sub trim { my @vals=@_; for (@vals) { s/^s+//; s/s+$//; } return wantarray ?…

Continue Readingperl: trim()

Using a Voltmeter to diagnose Ford Vehicles

  • Post author:Barry
  • Post published:2008-04-09
  • Post category:Automotive

Overview This document contains general procedures and techniques for using a voltmeter to diagnose Ford electronic components. It contains specific procedures for testing the Throttle Position (TP) sensor, Mass Air Flow…

Continue ReadingUsing a Voltmeter to diagnose Ford Vehicles

Camshaft swap on a Ford 4.0L v-6

  • Post author:Barry
  • Post published:2008-04-09
  • Post category:Automotive

Overview This document contains useful information that you can use while performing a camshaft swap on a Ford 4.0L V-6 engine. This procedure will cover the simplest way to do this…

Continue ReadingCamshaft swap on a Ford 4.0L v-6

Brown Eyed Girl

  • Post author:Barry
  • Post published:2008-04-09
  • Post category:Photos

A wonderful friend.

Continue ReadingBrown Eyed Girl

Cashew Mandarin Orange Fried Rice

  • Post author:Barry
  • Post published:2008-04-09
  • Post category:Recipes

Cashew Mandarin Orange Fried RiceThis healthy Fried Rice recipe is big on flavor, yet simple to make. My first suggestion is to prepare all the ingredients before starting th e cooking.…

Continue ReadingCashew Mandarin Orange Fried Rice

Welcome to the new site.

  • Post author:Barry
  • Post published:2008-04-08
  • Post category:Uncategorized

This is the new site for BarryCrowder.net. Some of the old content has been removed, and other content has been moved. Sorry for any inconvenience. Hopefully, the new format will mean…

Continue ReadingWelcome to the new site.

Sponsors



Categories

  • Automotive
  • Creativity
  • Photos
  • Programming
  • Recipes
  • Uncategorized

About Me

Jack of many trades, master of none.

Join Newsletter

Coming soon