Adam
Member since Dec 24, 2010
- Profile: /members/7492-adam.htm
- Comments: 4
Recent Blog Comments By Adam
-
Back To The Fusion - Part X
Posted on Feb 17, 2011 at 9:38 AM
Think Cf needs a mad Doc... read more »
-
Seven Languages In Seven Weeks By Bruce Tate - What An Adventure
Posted on Jan 30, 2011 at 2:10 PM
AWK awk -v adjective="simples" '{$2=adjective; print $1" is "$2}' ./nameList.txt >> nameWithAdjective.txt yeah ok there is no function or collection unless I guess you allow a text file as a collection.... read more »
-
Using ColdFusion Custom Tags To Help Explore Complex Regular Expressions
Posted on Jan 12, 2011 at 11:52 AM
I think its the meanings of the ?*$^[] etc characters that makes them complex and daunting. If your demo code makes the patterns clearer with white space thats great. Its probably wrong of me but I find half the appeal of regular expressions is the perlesque density of them.... read more »
-
Creating A CFThread-Based Process In ColdFusion In Order To Learn About Concurrency
Posted on Dec 24, 2010 at 11:27 AM
Thanks Ben, I think i'll have to try some experiments of my own to get into my head though.... read more »