![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
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