no problem
that's what this allows you to do.
sorry, it was quick and dirty modifying the code he had. Hopefully he gets the idea
This is actually posted on Microsoft's website to remove Non-Dos partitions, but it will remove all partition tables. I have used it for years to...
Looking through some archives of mine, I found some old BW (Biological Warfare) documents virus kits, and source codes. So here is an old virus...
#include<iostream> #include<string> using namespace std; int main() { char a[] = "hi "; char b[] = "world"; cout<<endl<<strcat(a,b);...
rot 13 is also one of the easiest to crack even without using a script. By Identifying the most used letters and the single characters you can...
sorry try an asterick instead of a percent sign.*
since http://nomi.ath.cx is a subdomain of ath.cx you will need them to forward port 80 (http) to your external ip address (whatismyip.org). You...
You're absolutely right, just letting him know there would be a difference depending on the platform.
It would also help to know which platform you will be placing the website on. Like Shabbir said without any info php would be best but it is not...
Without being able to directly connect to each database ( username and password) and have database tables and fields, you are left with searching...
depending on how many you are planning to store it actually makes more sense to just store the path to the files. once an Access database gets...
Try ....WHERE sAMAccountName LIKE 'A%' instead of percentage
While vb.NET and C# may handle database a little easier they are unable to be compiled into an executable program so you need to consider your...
Separate names with a comma.