• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Post the last thing you copied (without checking first)

Page 7 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
What does it sound like when they start shoveling coal into them furnaces?! :biggrin:

I look like like a sexy coal minner dude. Think zoolander

I would snap up a MBA in a second if the 13" model had 1920x1200 resolution. But as some folks say "if a frog could fly it would not have to bump its ass on a lily pad!". :biggrin:

You just fell into Apple's 90% rule 😉
 
[FONT=&quot]Input Rec: 212 Output Rec: 45 Record ID: PXALN Key: 00166133 0001[/FONT]
[FONT=&quot] ERR: THIS VALUE IS REQUIRED BUT WAS NOT SPECIFIED.[/FONT]
[FONT=&quot] CATALOG ID EQUALS SPACES OR LOW-VALUES.[/FONT]
[FONT=&quot] ERR: THIS VALUE IS REQUIRED BUT WAS NOT SPECIFIED.[/FONT]
[FONT=&quot] QTY ORDERED UP EQUALS ZERO.[/FONT]
 
Responded to a domestic dispute the other night where the wife was trying to hit her husband with a hammer. #goodtimes
 
2z4adeu.gif
2z4adeu.gif
2z4adeu.gif
2z4adeu.gif
2z4adeu.gif
2z4adeu.gif
2z4adeu.gif
2z4adeu.gif

LMAO..... that's a classic.

Mine:

http://www.ted.com/talks/malcolm_gladwell_on_spaghetti_sauce.html
 
perl -w -i.bak -p -e "s/\x{e2}\x{80}\x{9C}/\<q\>/g" OEBPS/*.htm

Trying to convert the left-double-quote characters to "<q>" tags with cygwin-perl.

But, that script is reading the file in as ASCII instead of Unicode-8. The correct script is:
perl -wp -i -CSD -e "s/\\x{201c}/\<q\>/g" *.htm
 
Back
Top