Recent content by wirefire99

  1. W

    Solved! Need help urgently

    Since you have run HDD repairs it is unlikely the disk is straight up missing. If you let the device run the battery down to DEAD and left it unplugged the bios may have lost its memory. you should look for a setting in there about booting UEFI or BIOS and try both. if you used to see an...
  2. W

    C# 1-1= 8.88178419700125E-16? (new to coding, help needed)

    Apologies for this being in vb.net but it is how my brain works Dim x as double Dim y as double Dim z as string Dim q as int16 y= math.round(math.floor(x)) x = x -y z = x.tostring q = z.length - 1 q holds the number of decimals. No loop. No goofy very small rounding errors.
  3. W

    Target Customers Targeted in Potentially Massive Data Breach

    they dont actually have to match the printed data on the card. when toy process the debit / credit card at a retailer and swipe the card the numbers requested at most retailers by the computer are the last several digits (4 usually) of the card number itself, not the cvv. This was done a...