algorithm

  1. Alex Sokolek

    What sort algorithm is this?

    Hi. Does anyone recognize this sort algorithm? BOOL swap; tagFileNode* TempNode; int i, j, diff = 0; for (j = _NodeCount / 2; j > 0; j /= 2) { swap = true; while (swap) { swap = false; for (i = 0; i + j < _NodeCount; ++i) { if (compare(_NodeList[i...
  2. K

    Understanding ERA Calculator Functions

    Hey everyone, I've been tinkering with ERA calculators lately, and I stumbled upon a question that's been bugging me. While I understand the basics of how an (ERA) Earned Run Average calculator works, I'm curious about its intricacies, especially regarding its algorithm and the factors it...
  3. Rishab7

    Windows 7 Issues with understanding the Longest Increasing Subsequence code

    Hello all, I am having issues understanding the code posted on this blog for the Longest Increasing Subsequence problem. I've been trying to implement the code, but I haven't been able to get the correct output. The code I've been trying to implement is as follows: def LIS(A): n = len(A)...
  4. News

    3123479 - SHA-1 Hashing Algorithm for Microsoft Root Certificate Program - Version: 2.0

    Revision Note: V2.0 (March 14, 2017): Advisory rereleased to announce that the changes described in this advisory have been reverted as of November 2016. This is an informational change only. Summary: Microsoft is announcing a policy change to the Microsoft Root Certificate Program. Continue...
  5. News

    Kinect to your Heart

    Today Dwight Goins shares a great example on using one of the coolest features of the Kinect v2, heart rate detection... Link Removed When the latest Kinect sensor was unveiled more than a year ago at Build 2014, demos showed how it could determine a user’s heart rate without attaching...
  6. News

    Microsoft Security Advisory (2880823): Deprecation of SHA-1 Hashing Algorithm for Microsoft...

    Revision Note: V1.0 (November 12, 2013): Advisory published. Summary: Microsoft is announcing a policy change to the Microsoft Root Certificate Program. The new policy will no longer allow root certificate authorities to issue X.509 certificates using the SHA-1 hashing algorithm for the purposes...
  7. F

    Windows 7 Local admin username/password

    Hello all, I work in IT and I run into a problem quite often where we know how to fix the issue but we are unable to because they cannot get connected to the network. We use static IP's as a standard for all computers in order to organize and prevent from being able to used outside of the...
  8. S

    Is Google A reason for Spamming?

    Hmm some time question rays in mind that "Is Spamming Offspring Of Google?"..Add answers come Yes.If we check our previous year history for social media website Spamming is less.Because at that Google don't update too much algorithm related to Website traffic but now Google Update is ready in...
  9. cybercore

    Communications channel

    :l: Link Removed - online service for securing your messages in an easy way. All you need is only to enter a message text of your message and encryption password. The password will be used for both encryption and decryption. The system will encrypt your message using strong encryption...
  10. M

    Windows 7 Improving Windows 7 Backup System: Suggestions for Seamless Data Protection

    There should be a backup system built in to the Win7 ! The original Backup/Restore is a disaster: - it is using aproprietary file format. Every version of MSDOS and Windows has had an incompatible file format. - it does not know what to backup We had some thinking: Normally an user creates max...
Back
Top