• Join Us |
  • |
  • Sign in with:

Evening Reading

by Steve Gibson, Nov 28, 2001 6:18pm PST
Related Topics – Sony, Wack News

This evening we perform surgery on the womans ailing Win2K box with a OS install that dates back to Windows 95. (Yes, updated Win95, to Win98, to WinME <--ack! to Win2k). Everyone pray for her! Going for the WinXP install.

- Sony is launching an online credit card - Lord of the Rings could possibly not suck? - YOU ARE BEING WATCHED - Kid Rock, this guy did the hump hump with Pam Anderson. :( - IBM = dumbasses. - Wanna lose weight, go to prison! - Everyone mess with Maarten
Lastly, we're doing some testing of the ShackReview system. There are obviously quite a few games to add and a few nagging bugs to work out, but feel free to submit your reviews. You can check out stuff like RTCW on PC, or Advance Wars on GameBoy Advance, etc etc. There is also forms for you to submit new games to be included in the review index. Everyone say GOOD JOB MAARTEN, YOU ARE MY HERO!!!












  • SQL Question!

    ok, running this query:

    SELECT
    count(unique REPLACE(app_source_code, 'PTL', 'CCM')) As app_count,
    count(code),
    REPLACE(cdb.app_audit_types.app_source_code, 'PTL', 'CCM') as app_code
    FROM
    cdb.app_audit_types group by app_source_code order by app_code desc


    these are the results

    1 31 WP
    1 141 FTK
    1 3 CMA
    1 26 CCM
    1 1 CCM


    Ok, here's the deal. In the database, that last "CCM" is actually "PTL", but I'm using the replace function to turn it back into a "CCM"

    does anybody know how i can make that 2nd "CCM" be counted along with the first "CCM" ?