Imagine a value, say '1234'. I want to map that value to an other value, say 'abcd'. The constrains:
The length of the target value is equal to the start value
The mapping should be unique. E.g. 1234 should only map to abcd and viseversa
The mapping process should be (very) difficult to guess. E.g. multiplying by 2 does count
The mapp...
i know there are many websites that allow browse other website annoymously or capable of bypassed firewall. but most of them/all i found are side that either full of advertisement of not working properly . Especially when i try to use to login into facebook. do u folks know any anonymous website that can be used for browsing?
...
When going through some of my applications in the past, I have noticed that compiled into the assembly is information such as where my project is, my username (which happened to be my full name, not my online handle) in Windows, and honestly I'm not sure what else.
Now I know the primary reason of this is when compiled under Debug, as t...
I wrote that little program:
string sciezka = "http://proxyjudge.hell-spy.de/";
foreach(var ip in listBox1.Items)
{
////////////////// CHANGES IP:PORT TO WEBPROXY HOST,PORT
string host=null;
string zmiana=null;
string sport = null;
int port=0;
int p...