Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

swe

http://swerdfeger.com/cgi-bin/greg.pl?q=${q}&regEx=${reg}&searchCache=${cache}&returnAll=${all=checked}&num=${n=10}
I made this seach engine about 2 years ago..I think
I call it GReg and it can be found at 
 * http://greg.swerdfeger.com/index.shtml
I first wanted to call it Greg, but that is taken already..sigh...

it works in a 2 stage process.
step 1.
search using the google API
 * http://www.google.com/apis/
step 2 
 * try to load up the first 10 results from the Google search
 and parse them for a regular expresion.

Note :
 1. this is quite slow, as usually you will need to make 11 request total get any results
 2. it uses my personal Google Key limited to 1000 a day
 3. it is hosted on my personal server and my be cut off.

so yah param's
swe
 -q     the Google Query
 -reg   The Regular Expresion to search the pages for
 -all   if true returns all the results, and highlights matches, otherwise returns just the matching results
 -n     number to return
 -cache if true parse the google cache, if false parse the actual webpage






    
63 uses - Created 2006-02-22 15:30:34 - Last used 2023-10-15 21:19:17
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.