Sep 20th, 2005, 12:39 AM
|
#27
|
|
Professional Programmer
Join Date: Apr 2005
Location: Nowhere Special
Posts: 466
Rep Power: 4 
|
Quote:
|
yes, but if i understand correctly, only search results from google (or any other search engines) are filtered.
|
I don't know why that would be. I'm sure the entire page passes through a parser and just does a quick check on content, which would have no restrictions of only working on a search engine such as Google.
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;}
|
|
|