Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
I am only interested in one specific folder on the network drive, so I can easily see what file was last modified with windows explorer, but I have no idea how the files get there.
Files are generated by multiple PCs that store the files in a shared folder. A server then grabs these files...
I am looking for a piece of software that can identify what program/process that is running on my computer that is writing to a server that I have mapped as a network drive. Does anyone know of any program that can do this?
This may be a long shot but hopefully someone can help.
My laptop screen becomes very dark at times. When i restart it returns to normal but it will happen maybe 5-20 minutes later. The power light it still on. I can hardly see anything but i know that the lcd is also on, just very dark. It...
This may be a long shot but hopefully someone can help.
My laptop screen becomes very dark at times. When i restart it returns to normal but it will happen maybe 5-20 minutes later. The power light it still on. I can hardly see anything but i know that the lcd is also on, just very dark. It...
never mind i solved this today and it works perfectly :D
edit: my question was if i have a tree that represents huffman code ( google what the tree is like ), how could i get the huffman code corresponding to the chacters stored in the leaf nodes. what i did was make it so that each node knew...
c++ was hard for me in comp sci 1, the fist semester of my first college year. during cs2 it all made a bunch of sense. im in a cs class called data structures and algorithms now and it isnt that hard, yet.
part of a homework problem in comp sci 2 was to do gcd with recursion. we also had to do the "N attacking queens" thing ( you can google it) which i couldnt do. i remember part of one of the tests was to write a recursive and non recusrive fibbonacci function.
sorry if this doesnt help, it would be much easier to do with strings.
#include<iostream>
#include<string>
//i forget if you have to include anything for atoi function
using namespace std;
a non recursive example:
int main()
{
string num;
cin >> num;
for( int i...
Hi I'm following this guide and I have gotten to the part where I am susposed to run microsoft anti-spyware in safe mode. When I am in safe mode I can not change my resolution from 640x480. I can run and scan my computer with ms antispyware but when its done my resolution is too low to be able...