• 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.

Recent content by azuro

  1. A

    VPN Firewall Sugguestion

    Hi, I'm looking for a firewall/VPN appliances for my network. I need 25 VPN connections and should support large amount of simultaneous network connections. I was looking at the SonicWall TZ170 but SonicWall seems freeze and malfunction periodically. Any suggestion would be appreciated. Thanks.
  2. A

    ASP.NET Datagrid

    Hi everyone, here's my situation. I would like to export the datagrid to Excel. However, I want to remove some of the columns from the datagrid before export it to excel. How can I remove those unwanted columns? Thanks for your help.
  3. A

    Scheme

    Here's the function (define not-divisible? (lambda (n) ... some code... )) if I called the above function using: (display ((not-divisible? 5) 10)) how do I get the value "10" within the function?? Thanks.
  4. A

    Dell 20" & 24" Widescreens on Sale at Dell.ca ONE DAY only

    Is this monitor (2005FPW) good for gaming (game like Battle Field 2)?
  5. A

    Best LCD monitor

    Which is the best 19-20" lcd monitor for gaming?
  6. A

    SQL Create Tables Help

    I have the following tables in my database: CREATE TABLE File ( PathName char(256), FileName char(25), Extension char(10), PRIMARY KEY (PathName) ); CREATE TABLE Records ( PathName char(256), TimeStamp char(50)...
  7. A

    SQL Statement help...

    if I use the date column, how do I find the records between 2 dates? Will the following perl code works? $date1 = "2005/11/12"; $date2 = "2005/12/22"; $sth = $dbh->prepare( q{ SELECT name FROM records WHERE date >= ? AND date <= ? }) $rc =...
  8. A

    SQL Statement help...

    Let say i have a table: Create Table records( Name char(20), Date char(20), Primary Key (Name)); Date is in format 2005/07/13 If I want to query the database and retrieve data that have date between 2005/06/12 and 2005/07/12, how can I do it with regular...
  9. A

    [Help!] Cannot connect to the internet

    i tried diabling the firewall, still doesn't work.... :confused:
  10. A

    [Help!] Cannot connect to the internet

    Don't know what happened to my computer. Both IE and Firefox couldn't connect to the internet. However, I can ping the loopback address, address of my router, and other websites (ie: google.com) addresses. I can also connect my computer from my laptop (mapped network drive). Other than...
  11. A

    Powerbook G4

    I'm think of purchasing a powerbook G4. But I heard that there's a heat issue with it. Anyone had any problem with powerbook?
  12. A

    Pentium M

    What is the difference between Pentium M and Pentium M Low Voltage processor?
  13. A

    Alcohol 120

    It shows up as an audio CD in windows explorer. When I browse within the cd, all I can see is a single audio track...
  14. A

    Alcohol 120

    After I burn a cd image (cue & bin) using Alcohol 120, Windows recognizes that CD as an audio cd (but the cd image was an application, not audio). However, when I put that CD on other computers, I can read the CD correctly... Anyone know what causes the problem? I'm using Windows XP...
  15. A

    FTP server

    Can anyone recommend a good window based ftp server?
Back
Top