Queries & Responses for 20 October 2006

random questions to ask a bible study
Random?
Did you come to God because of something terrible in your life?
Oh, I suppose that’s not quite plucked out of thin air.
[close] Permanent link · http://querylog.com/q/random+questions+to+ask+a+bible+study

Suggested HTML for linking:
Link preview: random questions to ask a bible study
20 October 2006 · Bible study
The page found by the original query:
Sedition·com: Discussion questions for you…
how to deal with trouble making bitches
You can start by publishing their IP addresses so that everyone knows who they are. Yours for example–
138.88.197.6
[close] Permanent link · http://querylog.com/q/how+to+deal+with+trouble+making+bitches

Suggested HTML for linking:
Link preview: how to deal with trouble making bitches
20 October 2006 · how-to
The page found by the original query:
majenta || Articles of Presidency || sedition.com
"dfa accept"
It took quite a bit of input but when I told my parents I was DFA they eventually reached a state of acceptance.
Take that, you xkcd’ing bastard. I was scared of dinosaurs while you were still calling Apatosaurus, “Brontosaurus!” Xkpwd that!
Sudo go get some Percocet. A-ha-ha, ha-ha.
[close] Permanent link · http://querylog.com/q/%22dfa+accept%22

Suggested HTML for linking:
Link preview: "dfa accept"
20 October 2006 · Internet & computing
The page found by the original query:
Finite automata in Perl
perl url unescape regular expression one-liner
Here is the regex from the perldoc for URI::Escape
perl -le '$u = shift; $u =~ s/%([0-9A-Fa-f]{2})/chr(hex($1))/eg; print $u' [URI]
But using the module directly is about as easy, allows the code to be more terse, and a better habit in general.
perl -MURI::Escape -le 'print uri_unescape(shift)' [URI]
[close] Permanent link · http://querylog.com/q/perl+url+unescape+regular+expression+one-liner

Suggested HTML for linking:
Link preview: perl url unescape regular expression one-liner
20 October 2006 · Internet & computing
The page found by the original query:
Code snippets in Perl and JavaScript