bestpractices

  1. M

    Java equals() selection

    In Java, if I try to do.equals() on a null string, a null pointer error is issued. I’m wondering whether I can perform the following if I’m attempting to compare if a string is equal to a constant string: MY CONSTANT STRING.equals(aStringVariable) I’m sure it’ll work, but is this simply...
  2. T

    Enabling and Disabling of SpeechRecognizer Constraints

    I believe that the best results of speech recognition in my application requires that the constraints enabled must be different depending upon the specific context of the application. There are points in time when the recognizer will return the highest quality results from specific Grammar...
  3. Saltgrass

    Windows 10 Does One Drive have an Access Log?

    Does any know if there is a way to monitor if files in a Public One Drive Folder are being accessed? I am thinking about putting a link in a forum and would like to know if that folder has been accessed and possibly how many times. I found a thread on the Microsoft site where the suggest has...
  4. News

    A Call for Better Coordinated Vulnerability Disclosure

    For years our customers have been in the trenches against cyberattacks in an increasingly complex digital landscape. We’ve been there with you, as have others. And we aren’t going anywhere. Forces often seek to undermine and disrupt technology and people, attempting to weaken the very devices...
  5. News

    Windows 7 C9 Lectures: Stephan T Lavavej - Advanced STL, 2 of n

    As promised, the great Stephan T. Lavavej is back! Link Removed Tens of thousands of you have watched STL's (those are his initials, so that's what we call him) Link Removed, or Standard Template Library. If you haven't, you should. This series, Advanced STL, covers the gory details of the...
  6. cybercore

    Jobseeker cites God as a reference on his CV

    A plucky candidate listed the Almighty as a referee on his CV, which joins a long list of silly things employers have read on job applications recently, according to a survey by careerbuilder.co.uk. Read on to find out just how silly. The careers website questioned 700 companies, who...
  7. cybercore

    Windows 7 3D Now! Instructions are being Deprecated

    3D Now! Instructions are being Deprecated AMD introduced the 3DNow! ™ instruction set back in the K6-2 days to do Single Instruction Multiple Data (SIMD) instructions, otherwise known as vectorized instructions. These were mainly used for graphics intensive applications and even audio...
Back
Top