What I’ve been consuming
I just saw...I Am Trying to Break Your HeartOctober 2007Random Quote
She had Lord Masham on one side of her and on the other the accomplished Mr. Mulliner, editor of the new high-class lively evening paper which was expected to meet a want felt in circles increasingly conscious that Conservatism must be made amusing, and unconvinced when assured by those of another political colour that it was already amusing enough.
- Henry JamesThe archive
Categories
Tags
ABC This Week AWS ColdFusion COM Dylan faith George F. Will home maintenance hubris Is It My Code Or Is It A Bug Java linux newbie ListQualify Meet the Press Microsoft N.T. Wright Palm PDA PHP podcasts pynchon reading Ron Coulter security Spy Sweeper Stack Overflow Technology the blog VBA Virtual PC WordPress XML XSL
Category Archives: Regular Expressions
Quick Linux/regexp tips
To get info on your environment: env to do a case-insensitive searc for .pm files in /usr and subfolders: find /usr -iname ‘*.pm’ To get a terminal type xfce4-terminal in the Alt+F2 box To find a string of alpha characters … Continue reading
Find and replace for fixed width text in Microsoft Word
If you have rows of fixed-width data (in this case the first 12 characters of each row) and you want to put a tab at the end, put this in your “Find what” box in Microsoft Word: (^13*{12}) and put … Continue reading
Cool Find and Replace using regexp
So I saved an Excel file as a tab-separated text file. Then I wanted to add some html. The first column was all numbers followed by a tab and the second column. I opened the text file in Dreamweaver and … Continue reading
Posted in ColdFusion, Internet, Regular Expressions
Comments Off